.page-header {
	min-height:90px;
	padding:20px 0 0 0;
}
.page-header h1 {
	float:left;
	min-width:300px;
	max-width:680px;
	max-width:480px;
	max-width:430px;
	width:70%;
	width:50%;
}
.page-header h1 a {
	max-width:250px;
	min-height:66px;
	padding:0 0 0 95px;
	display:block;
	text-decoration:none;
	color:#333;
	background-image:url('../img/page/header-logo.png');
	background-position:10px 0;
	background-repeat:no-repeat;
}
.page-header h1 span {
	display:block;
	max-width:220px;
	padding:15px 0 0 0;
	line-height:16px;
}
.page-header .page-header-subscribe {
	padding:20px 0 0 0;
	margin:0;
	float:left;
	width:250px;
}

/* login */

.page-header .page-header-login {
	padding:20px 0 0 0;
    float:right;
    width:320px;
}

.page-header .page-header-login p {
    color:#0c5944;
    font-weight:normal;
    margin:0 0 5px 0;
}
.page-header .page-header-login form {
    margin:0;
    padding:0;
}
.page-header .page-header-login p.login span.email {
    width:150px;
    float:left;
    margin-right:5px;
}
.page-header .page-header-login p.login span.password {
    width:90px;
    float:left;
    margin-right:5px;
}
.page-header .page-header-login input {
    padding:3px 5%;
    border:0;
    border-top:1px solid #666;
    border-radius:5px;
    font-size:14px;
    line-height:16px;
    width:88%;
}
.page-header .page-header-login p.login button {
    width:20%;
    float:left;
    font-size:12px;
    line-height:16px;
    border-radius:5px;
    color:#fff;
    border:none;
    text-align:center;
    cursor:pointer;
    text-transform:uppercase;
    font-weight:bold;
    background-color:#5b5b5b;
}
.page-header .page-header-login p.login button:hover {
    background-color:#F26A1E;
}
.page-header .page-header-login span.links {
    text-align:left;
    display:block;
}
.page-header .page-header-login span.links a {
    display:inline-block;
    margin:0 10px 0 0;
    font-size:11px;
    line-height:12px;
}

body.home .page-header .page-header-login {
    padding-right:70px;
}

body.page-template-account-index-php .page-header-login,
body.page-template-account-index-php .page-header .page-header-subscribe,
body.page-template-account-password-php .page-header-login,
body.page-template-account-password-php .page-header .page-header-subscribe,
body.page-template-register-php .page-header .page-header-subscribe,
body.home .page-header .page-header-subscribe {
	display:none;
}

#header-logout-form h5 {
    font-weight:normal;
    margin:0;
    padding:0;
    color:#0c5944;
    font-size:18px;
    line-height:22px;
}
#header-logout-form ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
#header-logout-form ul li {
    list-style-type:none;
    display:inline-block;
    margin-right:10px;
}