@charset "UTF-8";
body {
	background-color: #0b2337;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 16px;
	margin-left: 16px;
}
body h1, h2, h3, h4, h5, h6, p, div, table, a, ul, li, form {
	margin: 0;
	padding: 0;
}

/* General */

.alignleft {
	float: left;
}
.alignright{
	float: right;	
}

/* Page style */

#container {
	font-family: Verdana, Geneva, sans-serif;
	width: 935px;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 312px;	
}

/* LOGO START --> */

#sidebar #logo {
	width: 312px;
	height: 58px;
	background: url(webpix/logo.png) no-repeat top left;
	margin-bottom: 16px;
}
#sidebar #logo a {
	display: block;
	width: 312px;
	height: 58px;
}

/* LOGO END <-- */

/* MENU START --> */

#sidebar #menuWrap {
	width: 312px;
}

#menu {
	background-color: #FFFFFF;
	border-right: 16px solid #d5d5d5;	
}
#menu li {
	border-bottom: 1px solid #d5d5d5;
	list-style-type: none;
}
#menu a {
	padding-left: 5px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #666666;
}
#menu a:hover, #current a {
	color: #FFFFFF;
	background-color: #d5d5d5;
}
#menu .mainLink {
	font-size: 1.78em;
	font-weight: bold;
	color: #0b2337;
}
#menu .menuText {
	font-size: 0.8em;	
}
#menuWrap #menuFooter {
	height: 15px;
	background: url(webpix/menu_footer.gif) no-repeat top left;
}

/* MENU END <-- */

/* SUB MENU START --> */

#subMenu li {
	font-size: 0.9em;
	border-bottom: 1px dotted #d5d5d5;
}
#subMenu li a {
	color: #0b2337;
}
#subMenu li a:hover {
	color: #0b2337;
}

/* SUB MENU END <-- */

/* SEARCH FIELD START --> */

#sidebar #searchWrap {
	width: 312px;
}
#searchButtonPlaceHolder {
	float: left;	
}
#searchButton {
	border: none;
	width: 110px;
	height: 86px;
	background: url(webpix/search_button.png) no-repeat top left;
	cursor: pointer;
}
#searchButton:hover {
	background: url(webpix/search_button_hover.png) no-repeat top left;	
}
#searchFieldPlaceHolder {
	float: left;
	width: 186px;
	height: 43px;
	background-color: #FFFFFF;
	margin-top: 29px;
}
#searchField {
	width: 180px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #d5d5d5;
	font-size: 1.2em;
	margin-top: 8px;
}
#searchEnd {
	float: left;
	width: 16px;
	height: 43px;
	background: url(webpix/search_field_end.gif) no-repeat top left;
	margin-top: 29px;
}

/* SEARCH FIELD END <-- */

/* Wrapper around the content area. */
#pageWrapper {
	float: right;
	width: 609px;
}

/* CONTENT START --> */

#content {
	float: left;
	width: 100%;
	border-left: 16px solid #d5d5d5;
	background-color: #FFFFFF;
}

/* BREADCRUMBS START --> */

#breadcrumbs {
	float: left;
	width: 100%;
	background-color: #efefef;
}
#start {
	float: left;
	width: 106px;
	height: 43px;
	background: url(webpix/breadcrumbs_start.png) no-repeat top left;
}
#links {
	float: left;	
}
#links ul {
	line-height: 2.6em;
	margin-left: 5px;
}
#links li {
	display: inline;	
	font-size: 0.9em;
}
#links li a {
	color: #0b2337;
	padding: 4px;
}
#links li a:hover {
	background-color: #d5d5d5;	
	font-weight: bold;
}

/* BREADCRUMBS END <-- */

/* PAGETITLE START --> */

#pageTitle h1 {
	color: #0b2337;
	margin: 5px;
	text-transform: uppercase;
}

/* PAGETITLE END <-- */

/* POST START --> */

.post {
	float: left;
	width: 541px;	
}
.postTitle {
	height: 43px;
	background-color: #d5d5d5;
	line-height: 2.6em;
}
.postTitle h1 {
	color: #0b2337;
	font-size: 1.5em;
}
.postTitle a {
	display: block;
	color: #0b2337;
	text-decoration: none;
}
.postMeta {
	font-size: 0.8em;
	color: #7b7b7b;
	font-style: italic;
}
.postMeta p {
	padding: 5px;	
}
.postMeta p a{
	text-decoration: none;	
}
.postContent {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.9em;
	text-align: justify;
}
.postContent p {
	margin-bottom: 16px;	
}
.postContent img {
	margin: 3px;
	padding: 5px;
	border: 2px solid #d5d5d5;	
}
.postEnd {
	float: left;
	width: 62px;
	height: 109px;
	background: url(webpix/post_end.png) no-repeat top left;
}

/* POST END <-- */

/* PAGE NAV START --> */

#pageNav {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
#pageNav p a {
	color: #0b2337;
	text-decoration: none;
}

/* PAGE NAV END <-- */

/* COMMENTS START --> */

#commentsA {
	clear: both;
	float: left;
	width: 541px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px dotted #d5d5d5;
}
#commentsA h1, h2 {
	color: #0b2337;
}
#comment {
	width: 541px;
	margin-top: 5px;
	font-size: 1.2em;
	border: 5px solid #d5d5d5;
}
#submit {
	border: none;
	font-size: 1.2em;
	color: #0b2337;
	margin: 5px 0 0 0;
}
#submit:hover {
	color: #FFFFFF;	
}
.even {
	margin-bottom: 5px;
	background-color: #d5d5d5;
}
.odd {
	margin-bottom: 5px;	
}
.commentMeta {
	margin-top: 5px;
	font-size: 0.8em;
}
.lineEnd {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d5d5d5;	
}

/* COMMENTS END <-- */

/* SEARCH START --> */

#search {
	float: left;
}
#search li {
	margin-bottom: 5px;
}

/* SEARCH END <-- */

/* FOOTER START --> */

#footer {
	float: left;
	width: 625px;
	height: 101px;
	background: url(webpix/footer_background.png) no-repeat top left;
	line-height: 8.1em;
}
#footer p {
	text-align: center;
	font-size: 0.8em;
	color: #7b7b7b;
}

/* FOOTER END <-- */

/* CONTENT END <-- */