/*
Theme name: abcn5-3
*/

/* ------------ 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: #000;
	text-align: left;
        line-height: 16px;
	background: #ccc url(images/body-bg.jpg) no-repeat center top;
}

a:link, a:visited {color: #c00; text-decoration: none;}
a:hover {color: #f00; text-decoration: underline;}

h1 {}
h2 {}
h3 {}
h4 {}

.left, .alignleft {float: left;}

.right, .alignright {float: right;}

.clear {clear: both;height: 0;}

.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}

/* -------------------------------- Layout -------------------------------- */

#page {
	margin: 20px auto 0;
	width: 900px;
	background: #ccc;
}
#content {
	margin: 20px auto;
	text-align: left;
}
#maincontent {
	width: 700px;
	float: left;
}
#sidebar {
	width: 160px;
	float: right;
	font-size: 13px;
}
#footer {
        margin-bottom: 10px;
	padding: 20px 0;
	clear: both;
	font-size: 13px;
	border-top: 1px solid #000;
}

/* -------------------------------- Header -------------------------------- */

#header {width: 900px;}
#header h1 span {display: none}
#header h2 {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

/* -------------------------------- Navigation Menu -------------------------------- */

ul#menu {
	margin: 15px 0;
	padding: 5px 15px;
	height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: #666;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul#menu li {
	display: block; float: left;
	margin-right: 30px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}
ul#menu li a {color: #ccc;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 -------------------------------- */

#maincontent h2, #maincontent h3 {
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: normal;
 }

.post_cat, .archive_date {
	margin-bottom: 7px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #000;
}

#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, .singlepost {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
 
.postmeta, .commentmeta {
	clear: both;
	margin: 5px 0 20px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
}

#pagination, #navigation {display: block; clear: both;}

#pagination {
	width: 700px;
	overflow: hidden;
	border-top: 1px solid #000;
	display: table; clear: both;
	padding: 20px 0;
}

/* -------------------------------- Comments -------------------------------- */

h2#respond {padding: 10px 0;}

.comment {	
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
.commentavatar {
	float: left;
	margin-right: 20px;
	padding: 10px;
}
.commentavatar img {border: 4px solid #000;}
.commenttext {float: left;width: 570px;}
.commenttext h4 {font-size: 14px;}
.comment_date {margin: 4px 0;font-size: 11px;color: #666;}
.comment.alt {background: #d2d2d2;}

/* -------------------------------- Sidebar Styles -------------------------------- */

#sidebar ul {}
#sidebar ul li {margin: 10px 0;}
.widget {margin-bottom: 20px;}
#sidebar input {width: 100%;}
#sidebar h2 {
	margin-bottom: 5px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background: #666;
	border: 1px solid #000;
}
/* -------------------------------- Page Styles -------------------------------- */

h2.pagetitle {padding-bottom: 20px;}

/* -------------------------------- Form Styles -------------------------------- */

input {
	width: 50%;
	background: #d2d2d2;
	border: 1px solid #000;
}

textarea {
	width: 100%;
	color: #000;
	background: #FFF;
	border: 1px solid #000;
	overflow: auto;
}
/* -------------------------------- Image Styles -------------------------------- */

.size-medium, .size-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	clear: both;
	margin-bottom: 20px;
}
