/*
Theme Name:   Brighton Psychology

*/

/* @group GLOBAL TEXT STYLES */

/* GLOBAL */

/* Sets all Margins & Padding to Zero */

*{
	margin: 0;
	padding: 0;
}

body {
    background-color: #333;
    color: #333;
    font-size: small;
    line-height: 18px;
    font-family: Helvetica, Arial, Verdana,  sans-serif;
}

a:link {
	color:#f1592a;
	text-decoration: none;
}

a:visited {
	color: #f1592a;
}

a:hover {
	color:#699fd0;
	text-decoration: underline;
}

a:active {
	color: #f1592a;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 160%;
	color: #333;
}

h2 {
	padding: 0 0 20px 0;
	font-size: 180%;
	color: #004693;
}

h3 {
	padding: 0 0 10px 0;
	font-size: 150%;
	color: #666;
	line-height: 1.9em;
}

h4 {
	font-size: 110%;
	color: #999;
}

h5 {
	font-size: 100%;
	color: #000;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 120%;
	line-height: 1.5em;
	text-align: left;
}

#content li {
	font-size: 120%;
	line-height: 1.5em;

}

blockquote {
	margin: 30px 0 30px 0;
	padding: 15px 30px 10px 60px;
	font: 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	color: #6f95b6;
	background: url(images/blockquote_bg.gif) no-repeat 0 0;
	font-weight: lighter;
}

blockquote .author {
	float: right;
	margin: -10px 20px 0 0;
	padding: 0 20px 20px 0;
	font-size: 70%;
}

*html blockquote {
	margin: 15px 0 15px 0;
}

*html blockquote .author {
	margin: -15px 0 0 0;
}

#address {
	list-style: none;
	padding:  10px 0 20px 0;
}

strong {
	font-weight: bold;
}

/* @end */

/* ---------------------------------------
LAYOUT: GLOBAL
---------------------------------------*/

/* @group LAYOUT */

#page-wrapper {
	margin: 0 auto;
	width: 980px;
	border: 1px solid #fff;
	}

#masthead {
	float: left;
	padding: 20px 20px 0 20px;
	width: 940px;
	height: 130px;
	background: url(images/masthead_bg.png) repeat-x 0 bottom #fff;
}

*html #masthead {
	margin: 0px 0 5px 0;
}

#content-wrapper {
	float: left;
	width: 980px;
	background: #f2f2f2 url(images/content_bg.png) repeat-x 0 360px;
}

#content-wrapper #content {
	float: right;
	padding: 40px 40px 40px 0;
	width: 610px;
	
}

#flash-wrapper 
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 980px;
}

.post {
	float: left;
	border: 0px solid red;
}

#footer {
	clear: both;
	padding: 20px 10px 20px 10px;
	width: 98%;
}

/* @end */

/* ---------------------------------------
MASTHEAD and MAIN NAV
---------------------------------------*/

/* @group NAVIGATION */

#masthead h1 a {
	float: left;
	display: block;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	width: 241px;
	height: 118px;
	background: url(images/brighton-psychology.png) no-repeat left top;
	text-indent: -9000px;
}

#masthead h1 a:hover {
	xbackground: url(images/) 0 -65px no-repeat;
}

#masthead ul#mainnav {
	float: right;
	padding: 75px 0 0 0;
	list-style: none;
	font-size: 105%;
}

#masthead ul#mainnav li {
	float: left;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
}

#masthead ul#mainnav li.current_page_item {
	color: orange;
}

#masthead ul#mainnav li.page-item-3 {
	padding-left: 0;
	border-left: none;
	border-right-color: 1px solid #fff;
}

#masthead ul#mainnav li.page-item-8 {
	padding-right: 0;
	border-right: none;
	border-left: 1px solid #fff;
}

#masthead ul#mainnav a.current {
	border-bottom: 2px solid #004693;
}

#masthead ul#mainnav li a {
	display: block;
	color: #0076C0;
	text-decoration: none;
}

#masthead ul#mainnav li a:hover {
	color: #003e66;
	text-decoration: none;
}

/* SIDEBAR */ 

/* ---------------------------------------
SECONDARY NAV: 
---------------------------------------*/

#sidebar {
	float: left;
	padding: 50px 20px 0 20px;
	width: 280px;
}

#secondary_nav {
	float: left;
	margin: 40px 0 0 10px;
	list-style: none;
	width: 100%;
	font-size: 80%;
}

*html #secondary_nav {
	margin: 20px 0 0 5px;
}

#secondary_nav li {
	font-size: 130%;
	width: 100%;
	background-color: #ccc;
}

#secondary_nav li a {
	display: block;
	padding: 10px 0 10px 20px;
	color:  #333;
	text-decoration: none;
	width: 90%;
	border-bottom: 1px solid #fff;
}

#secondary_nav li a:visted, #secondary_nav li a:active {
	color:  #666;
}

#secondary_nav li a:hover {
	display: block;
	color:  #0076c0;
	text-decoration: none;
	width: 100%;
}

/* SUB NAV STYLES */

#secondary_nav li ul {
	list-style: none;
	width: 100%;
}

#secondary_nav li ul li {
	font-size: 100%;
	width: 100%;
	background-color: #ececec;
}

#secondary_nav li ul li a {
	display: block;
	margin: 0;
	padding: 10px 0 10px 15px;
	color:  #666;
	text-decoration: none;
}



/* ---------------------------------------
FOOTER
---------------------------------------*/
#footer {
	clear: both;
	padding: 20px 0 20px 20px;
	height: 160px;
	background-color: #ccc;
}

#footer ul {
	list-style: none;
	padding: 0 0 0 30px;
	font-size: 100%;
}

#contact_info {
	float: left;
	text-align: right;
	padding: 2px 0 0 0;
	
}

#footer ul{
	float: right;
	padding: 0 20px 0 0;
}

#footer ul li {
	float: left;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
	font-size: 100%;
}

#footer ul.page-item-3 {
	float: left;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #999;
	border-left: none;
	font-size: 100%;
}

#footer ul.page-item-8 {
	padding-right: 0;
	border-right: none;
}

#footer ul li a {
	display: block;
	color: #0076C0;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* CONTACT FORM STYLES */

	
/* BY PHONE */
#by_phone {
	float: left;
	padding: 0 0 0 0;
	width: 250px;
}

#by_phone .phone_number {
	font-size: 120%;
	color: #333;
}