/*
Theme Name: abcn3-5
*/

/* ------------ 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 & Links ------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	background: #f1dbbc;
}

a, a:link, a:visited {
	color: #e8c29b; 
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #fff;
	text-decoration: none;
}

ul, li {list-style:none;}

h1, h2, h3, h4, h5 {}

/* ------------ General Structure ------------*/

#wrapper {
	margin: 20px auto;	
	width: 925px;
	background: #800;
}

#content {
	margin: 20px 0;
	padding: 0;
}

#post {
	float: left;
	width: 603px;
	margin-right: 55px;
	padding: 0 0 0 25px;
}

#sidebar {
	float: left;
	width: 225px;
}

#footer {
	clear: both;
	position: relative;
	padding: 20px 15px;
	font-size: 1.2em;
	line-height:1.6em;
	text-align: center;
	background: url(images/footer-bottom.gif) no-repeat center bottom;
}

/* ------------ Header ------------*/

#header {
	position: relative;
	height: 105px;
	text-align: center;
	background: url(images/header-bg.jpg) no-repeat center top;
}

#header h1 {position: relative;}

#header h1 span {display: none;}

#header div {
	width: 0;
	overflow:visible;
}

#header span.title {
	position: relative;
	top: -10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

/* ------------ Top Navigation Links (in header) ------------*/

ul.globalNav{
	position: absolute;
	top: 10px;
	right: 13px;
}

ul.globalNav li {
	display: inline;
	border-right:1px solid #320200;
	padding: 1px 6px;
}

ul.globalNav li.last {border-right:none;}

ul.globalNav li a:link, ul.globalNav li a:visited {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
ul.globalNav li a:hover {text-decoration:underline;}

/* ------------ Navigation Bar ------------*/
#mainNav {
	clear: left;
	margin: 10px 0 0;
	padding: 10px 0 30px 10px;
}

#mainNav ul {
	float: left;
	width: 600px;
	margin: 0;
}

#mainNav li {
        display: inline;
}

#mainNav .first {}

#mainNav li a {display: inline-block;
	padding: 12px 12px 10px;
	border: 1px solid #320200;
	background: #b70000;
        font-size: 1.6em;
	font-weight: bold;
	text-decoration:none;
}

#mainNav li a:hover {text-decoration:underline;}

.search {
	float:right;
	margin: 0 33px 0 0;
}

.keyword {
	float: left;
	background: url(images/search-text.gif) 0 0 no-repeat;
	width: 129px;
	height: 22px;
	border: none;
	font-size: 1.1em;
	padding: 4px 0 0 4px;
	color: #320200;
	margin: 0 !important;
}
	
.searchButton {
	float: left;
	background: url(images/search-button.gif) 0 0 no-repeat;
	width: 60px;
	height: 22px;
	border: none;
	margin: 0 !important;
}

/* ------------ Post Styling ------------*/

#post .post_heading {
	margin-bottom: 10px;
	padding: 6px;
	position: relative;
	border-top: 1px dotted #320200;
	border-bottom: 1px dotted #320200;
}

#post h2.h2title {
        padding-bottom: 4px;
	font-size: 2.1em;
	font-weight: normal;	
	color: #e8c29b;
}

#post h2.h2title a {text-decoration:none;}

#post h2.h2title a:hover {text-decoration:underline;}

#post .date {padding-top: 2px;}

#post .comment {float: right;}

#post .comment a {
	display: block;	
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.8em;
	text-decoration: underline;
	background: url(images/icon-comments.gif) no-repeat left center;
}

#post .comment a:hover {text-decoration:none;}

#post .posttag {float: right;position: relative;bottom: 10px;line-height: 1.1em;}

/* -- post entry styles -- */

.entry {
	margin: 0 auto;
	clear: both;
	font-size: 1.4em;
}

.entry a img {border: 1px solid #e8c29b;}

.entry p {
	margin: 0 0 15px 20px;
	line-height: 1.2em;
}

.entry a {font-weight: bold;text-decoration: none;}
.entry a:hover, .entry a:active {text-decoration: underline;}

.entry ul {
	font-size:12px;
	margin-bottom: 10px;
	line-height:24px;
	margin:-8px 0 20px 15px;
}
	
.entry ul li {
	background: url(images/bullet-content.gif) 0 8px no-repeat;
	padding-left:15px;
}

.entry ul li ul{
	font-size:12px;
	margin-bottom: 10px;
	line-height:24px;
	margin:0px;
}

.entry ul li ul li {
	background: url(images/bullet-content2.gif) 0 8px no-repeat;
}
.entry ol {
	margin-bottom: 10px;
	margin:-8px 0 20px 35px;
}

.entry ol li {
	list-style-type:decimal;
	padding-left:0px;
}

.entry ol li ol {margin:5px 0 5px 18px;}

/* post metadata styles */

#post .postmetadata {
	margin: 0 auto 30px;
	color: #320200;
	font-size: 1.1em;
	line-height: 18px;
	padding: 5px 20px;
	background: #b70000;
	border-top: 1px dotted #302200;
	border-bottom: 1px dotted #302200;

}

#post .postmetadata a {text-decoration:underline;}

#post .postmetadata a:hover {text-decoration:none;}

.tags {
	padding:0 15px;
	line-height:21px;
}

.tags a {
	font-weight:bold;
	text-decoration:none;
}
	
.tags a:hover {
	font-weight:bold;
	text-decoration:underline !important;
}

.post h3 {font-size: 1.3em;}

/* ------------ Post Navigation ------------*/	
.navigation {
	font-size: 2.2em;
	line-height: 30px;
	color: #e8c29b;
}

.navigation a {
	font-weight: normal;
	text-decoration: none;
}
.navigation a:hover {text-decoration: underline;}

/* ------------ Sidebar ------------*/

#sidebar ul {}
#sidebar ul li {}

#sidebar a {}

#sidebar a:hover {text-decoration:none;}

#sidebar h2 {
	padding: 10px 0 5px;
	font-size: 2.1em;
        font-weight: normal;
	color: #e8c29b;
	background: #b70000 url(images/sidebar-top.gif) no-repeat left top;
}

#sidebar h2 span {
	display: block;
	margin: 0 15px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #320200;
}

#sidebar .widget {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #b70000 url(images/sidebar-bottom.gif) no-repeat left bottom;
}

#sidebar ul li ul {
	padding-left: 15px;
	font-size: 1.5em;
	line-height: 1.5em;
}

#sidebar ul li ul li {
	padding-left: 15px;
	background: url(images/arrow.gif) no-repeat left center;
}

/* ------------ Sidebar Widget Specific ------------*/

.textwidget {text-align: center;}
#tag_cloud {text-align: center;}
#tag_cloud h2 {text-align: left;}

/* ------------ Page Styles  ------------*/

#post h2.pagetitle {
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: normal;
}

/* ------------  Comments ------------*/
.comments h5 {
	margin: 10px 0 12px;
	padding-bottom: 4px;
	font-size: 18px;
}
.commentmain {
	margin-bottom: 15px;
	padding: 10px;
	clear: both;
	overflow: hidden;
	background: #b70000;
	border-top: 1px dotted #302200;
	border-bottom: 1px dotted #302200;
}
.commentmainalt {
	margin-bottom: 15px;
	padding: 1px 0;
	clear: both;
	overflow: hidden;
	border-top: 1px dotted #302200;
	border-bottom: 1px dotted #302200;
}
.comment_left {
	float: left;
	width: 15%;
	padding-right: 15px;
}
.comment-author {padding-bottom: 5px;}

.comment-author strong, .comment-author strong a {font-size:1.1em;}

.comment_right {
	float: left;
	padding: 5px 0 0 15px;
	width: 76%;
	min-height: 100px;
	border-left: 1px dotted #320200;
}
.thecomment, .comment-body {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	}

.avatar {display: block;margin: 5px 0 0 0;}

small {color: #320200;}

/* ------------ Page Styles - Comment Form ------------*/

#commentform {overflow: hidden;}

#commentform p {margin-bottom: 10px;font-size: .9em;line-height: 2em;}

#commentform label {
	float: left;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}

.txtarea {
	width: 75% !important;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #320200;
	background: #fff;
}

.submit {
	clear: both;
	float: left;
	margin-left: 143px;
	padding: 5px;
	width: 180px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: #b70000;
}

.submit:hover {background: #320200;color: #e8c29b;}

/* ------------ General Styles ------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {float: left;}
.alignright {float: right;}

.wp-caption {
	margin: 10px;
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption-text {margin:0;}

dl {margin-bottom:15px;}

.sml a {font-size:18px !important;}
.alignleft, .alignright {font-size:18px !important;}
.alignleft {float:left;}
.alignright {float:right;}
.sml .alignright {float:left;}

abbr, acronym {border-bottom: 1px dotted #320200;}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}

blockquote {
	background: url(images/quotes.gif) 0 0 no-repeat;
	padding-left: 50px;
	margin: 20px 0;
}

.float_left {	float: left;}
.float_right {float: right;}
.clear_both {clear: both;}

abbr[title], acronym[title] {
	border-bottom:1px dotted #320200;
	cursor:help;
	font-style:italic;
}

