/*
Theme name: abcn5-4
*/

/* ------------ begin reset = Eric Meyers Reset Reloaded = ------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}

body {line-height: 1;color: black;background: white;}

ol, ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}

caption, th, td {text-align: left;font-weight: normal;}

blockquote:before, blockquote:after,q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

/* ------------ end reset ------------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #003d79;
	text-align: left;
        line-height: 18px; 
	background: #fff url(images/body-bg.jpg) no-repeat center top;
}

a:link, a:visited {color: #f0f; text-decoration: none;}
a:hover {color: #c0c; text-decoration: underline;}

h1 {}
h2 {}
h3 {}
h4 {}

.left, .alignleft {float: left;}

.right, .alignright {float: right;}

.clear {clear: both;height: 0;}

.post a img {border: 1px solid #f0f;}

.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}

/* -------------------------------- Layout -------------------------------- */

#page {
	margin: 0 auto;
	width: 900px;
}
#content {
	margin: 20px auto;
	text-align: left;
}
#maincontent {
	width: 700px;
	float: left;
	margin-top: 20px;
}
#sidebar {
	width: 160px;
	float: right;
	font-size: 13px;
}
#footer {
        margin-bottom: 20px;
	padding: 10px 0;
	clear: both;
	font-size: 13px;
	border-top: 1px solid #39f;
}

/* -------------------------------- Header -------------------------------- */

#header {margin-top: 10px;width: 900px;}
#header h1 span {display: none}
#header h2 {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #39f;
}

/* -------------------------------- Navigation Menu -------------------------------- */

ul#menu {
	margin:12px 0 15px 0;
	padding: 5px 0;
	height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: #39f;
}
ul#menu li {	display: block; float: left;}

ul#menu li.right {
	float: right;
	margin: 0;
}
ul#menu li a {
	margin: 0 20px;
	color: #003d79;
	text-decoration: none;
}
ul#menu li.current_page_item a, ul#menu li a:hover {
	color: #fff;
	text-decoration: none;
}
.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

/* -------------------------------- Post Styles -------------------------------- */

.post h2, .post h3, .singlepost h3 {
        margin-bottom: 5px;
        padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #39f;
}
#maincontent p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
}
#maincontent p a {font-weight: bold;}
#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
}
.post {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.post_cat {font-size: 12px;}

.singlepost {
	width: 700px;
	overflow: hidden;
	clear: both;
}
.date {
        float: right;
	font-size: 12px;
	font-weight: normal;
	color: #39f;
	margin: 4px 0 0;
}
.postmeta, .commentmeta {
	margin: 5px 0 20px;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	background: #39f;
}
.postmeta a, .commentmeta a {color: #fff;}

#pagination, #navigation {display: block; clear: both;}

#pagination {
	width: 700px;
	overflow: hidden;
	border-top: 1px solid #39f;
	display: table; clear: both;
	padding: 20px 0;
}

/* -------------------------------- Comments -------------------------------- */
.comment {	
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #39f;
}
.commentavatar {
	float: left;
	margin-right: 20px;
	padding: 10px;
}
.commentavatar img {border: 4px solid #39f;}
.commenttext {float: left;width: 500px;}
.comment.alt {}

/* -------------------------------- Sidebar Styles -------------------------------- */

#sidebar ul {padding-top: 5px;}
#sidebar ul li {padding:0 0 5px;}
.widget {margin-bottom: 10px;}
#sidebar input {width: 100%;}
#sidebar h2 {
	margin-bottom: 5px;
	padding: 5px 5px 7px;
	color: #fff;
	font-weight: bold;
	background: #39f;
}
/* -------------------------------- Page Styles -------------------------------- */

h2.pagetitle {margin-bottom: 25px;font-size: 16px;font-weight: bold;}

/* -------------------------------- Form Styles -------------------------------- */

input {
	width: 50%;
	background: #fff;
	border: 1px solid #39f;
}

textarea {
	width: 100%;
	color: #000;
	background: #fff;
	border: 1px solid #39f;
	overflow: auto;
}
/* -------------------------------- Image Styles -------------------------------- */

.size-medium, .size-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	clear: both;
	margin-bottom: 20px;
}
