/*Styles reset*/
* {
margin:0;
	padding:0;
}

html {
	position:relative;
}

body {
	font:76%/1.7em Verdana,Tahoma,Arial,"Trebuchet MS",sans-serif;
	position:relative;
	background:url(/images/backgroundHeader.jpg) #FDFBD3 repeat-x;
	color:#262626;
}

a,a:active,a:visited,a:link {
	color: #4488CC;
}

form fieldset {
	border: none;
}



/*Three main sections :: Basic layout*/
#header {
	height:431px;
	margin:0 auto;
	width:975px;
}

#page {
	margin:0 auto;
	width:100%;
	position: relative;
	background: url(/images/backgroundPage.jpg) #FDFBD3 repeat-x;
}
#footer {
	margin:0 auto;
	padding:1em 0;
	width:100%;
	background:url(/images/backgroundFooter.jpg) #5D826E repeat-x; 
}


/*header styles*/


#branding {
	height: 27px;
	width: 960px;
	padding-top: 40px;
	margin: 0 auto;
	font-family: "Times New Roman",serif;
	z-index: 5;
	position: relative;
}
#branding h1 {
	float: left;
	color: #FDFBD3;
	font-size: 45px;
	margin: 0 0.4em 0 0;
}
#branding h2 {
	color: #262D2B;
	font-weight: normal;
}
#header-image {
	text-align: center;
}



/*content styles*/

#content-wrapper {
	overflow: hidden;
	width: 975px;
	margin: 0 auto 0 auto;
	position: relative;
	top: -44px;
	background: url(/images/backgroundContent.jpg) #FDFBD3 no-repeat;
}


/*Navigation styles*/
#navigation, #sub-navigation {
	width: 960px;
	margin: 0 0 0 15px;
	overflow: hidden;
	list-style:none;
	font-family: "Times New Roman",serif;
}

#navigation li {
	display:block;
	float:left;
	height: 50px;
}

#navigation a {
	display:block;
	float:left;
	height:27px;
	margin: 5px 0 0 0;
	padding: 3px 15px 0 15px;
	color: #FDFBD3;
	font-size: 1.3em;
	text-decoration: none;
}
#navigation li.current {
	background: url(/images/arrow.png) center 35px no-repeat;
}


#navigation li a:hover {
	
	background: #769A80;
}

#navigation li.current a {
	background: #BFE3B5;
	color: #5D826E;

}

#sub-navigation {
	margin-top: -10px;
	font-family: Arial,Verdana,sans-serif;
}
#sub-navigation li {
	display:inline
}
#sub-navigation a {
	display: block;
	float: left;
	padding: 3px 15px 0 15px;
	color: #5D826E;
	text-decoration: none;
}

#sub-sub-navigation {
	margin: 40px 0 0 0;
}
#sub-sub-navigation ul {
	list-style: none;
}

	/*Content column layout */ 
#content {
	float:left;
	padding:45px 40px 0 40px;
	width:550px;
	
}

#sidebar {
	float: right;
	padding:70px 40px 0 15px;
	width:280px;
	
}
.content-right #content {
	float: right;
}
.content-rigth #sidebar {
	float: left;
}


	
	/*Colors fonts etc.*/


		/*General page styles*/
#content .page-title {
	color: #5D826E;
	font-family: "Times New Roman",serif;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#content p, #content ul {
	margin-bottom: 2em;
}
#content ul {
	margin-left: 40px;
}


		/*post styles*/
.post {
	margin-bottom: 3em;
}
.post .post-title {
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 1.7em;
	background: url(/images/backgroundPostTitle.jpg) center center no-repeat;
	overflow: hidden;
	font-family: "Times New Roman",serif;
	width: 100%;
}
.post .post-title a {
	color: #CE4764;
	display: block;
	float: left;
	background:#FDFBD3;
	padding: 5px 15px;
	margin-left: 30px;
	text-decoration: none;
}

.post .post-meta {
	text-align: right;
	font-size: 0.8em;
}
#content .post .post-meta p {
	margin: 0;
	line-height: 1.5em;
}
	.post-date {
		
	}
	.post-author {
		
	}
	.post-comments {
		
	}
.post .entry {
	padding: 0 15px;
}

.post p {
	
}
.post ul {
	
}


		/*Comments*/
.comments {
	
}
.comments-title {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 1em;
	text-align: center;
}
.comments ol {
	padding: 0 15px;
	list-style: none;
}
.comment {
	padding: 10px;
}
.comment-even {
	background: #F3F0BB;
}
#content .comment-meta p {
	margin: 0;
	line-height: 1.5em;	
	font-family: "Times New Roman",serif;
	font-weight: bold;
	font-size: 1.2em;
}

	/*Sidebar styles*/

#sidebar h4 {
	font-size: 1.4em;
	font-family: "Times New Roman",serif;
	margin-bottom: 8px;
	color: #CE4764;
	font-weight: normal;
}

#search label {
	display: block;
}
#search input, #search submit {
	font-size: 1.1em;
}

/*Footer style */

#footer {
	height: 100px;
	text-align: center;
	color: #FDFBD3;
}
#footer a {
	color: #FDFBD3;
}



