/*
THEME NAME: CHA
DESCRIPTION: Content Management theme for Carter Hood Architects
AUTHOR: The Letter D.
AUTHOR URI: http://TheLetterD.com.au
*/

@import url('css/reset.css');
@import url('css/grid.css');

html {
overflow: scroll;
} 

body {
	font: 75%/1.35 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: transparent url("images/CHA_BG.png") repeat; 
}

#logo{
	position: fixed;
	_position: absolute;
	top: 120px;
	left: 24px;
	background: transparent url("images/CHA_Logo.png") top left no-repeat;
	width: 264px;
	height: 144px;
}

#logo a{
	display: block;
	width: 100%;
	height: 100%;
}

h1{
	text-indent: -9999px;
}

h2{
	font-size: 1em;
	font-weight: normal;
}

a:link, a:visited{
	color: black;
	text-decoration: none;
}

a:link img, a:visited img{
	border: none;
}

#header{
	width: 100%;
	background-color: white;
}

#nav{
	height: 48px;
	background-color: white;
	margin-left: 264px;
	padding-top: 24px;
}

#nav div{
	height: 48px;
	background: white url("images/CHA_Border.png") repeat-y;
}

#nav div div{
	height: auto;
}

.nav-padding{
	padding-left: 8px;	
	padding-top: 28px;	
}

#header a:link, #header a:visited, #footer a:link, #footer a:visited{
	border-bottom: none;
}

#header a:hover, #header a:visited:hover, #footer a:hover, #footer a:visited:hover {
	border-bottom: #f0b410 1px solid;
}

a.selected, .current-cat a {
	border-bottom: #f0b410 1px solid !important;
}

#secondary-nav{	
	height: 196px;
	margin-left: 264px;
	background-color: white; 
}

#secondary-nav div{
	padding-top: 48px;
}

#secondary-nav ul, #secondary-nav p{
	list-style: none;
	margin: 0;
	padding-left: 8px;
	background: white url("images/CHA_Border.png") repeat-y;
	height: 96px;
}

#secondary-nav p a:link, #secondary-nav p a:visited{
	border-bottom: #f0b410 1px solid;
}

#secondary-nav p a:hover, #secondary-nav p a:visited:hover{
	border-bottom: none;
}

#content{
	margin-left: 264px;
	background-color: white;
	width: 744px;
}

#content a:link, #content a:visited{
	border-bottom: #f0b410 1px solid;
}

#content a:hover, #content a:visited:hover{
	border: none;
}

.post{
	background: transparent url("images/CHA_Border.png") repeat-y;
	width: 100%;
	margin-bottom: 48px;
}

.post p, .post h2, .post ul{
	padding-left: 8px;
	padding-bottom: 10px;
	background: transparent url("images/CHA_Border.png") repeat-y;
}

.post h2{
	padding-bottom: 20px;
}

.post ul{
	list-style: none;
}

.post li{
	background: transparent url("images/CHA_Bullet.gif") left 9px no-repeat;
	padding-left: 9px;
}

.post:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#footer{
	background: white;
	height: 48px;
	padding-top: 48px;
	margin: -48px 0 48px 264px;/*Negative margin to counteract the margin in .post*/
}
#footer .footer-padding{
	padding: 12px 0 0 8px;
	background: white url("images/CHA_Border.png") repeat-y;
}

.hidden { display: none }
