/* abcn2-2 dahoneys.com */



/* ------------ 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 ------------*/
p {
  margin: 0 0 1em 0;
}

/* ------------ Body & Links ------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #100b43;
	background: #e8e8ee url(images/page-bg.jpg) repeat-x top center;
}

a:link, a:visited {color: #00c;text-decoration: underline;}
a:hover {color: #f09;text-decoration: none;}

/* ------------ Basic Structure ------------*/

#wrapper {
	width: 920px;
	margin: 0 auto;
	padding:0;
}

#container {
	margin: 0;
	background: url(images/container-bg.jpg) repeat-y;
}

#content, #content.single {
	float: left;
	width: 598px;
	margin: 0 27px 0 38px;
	position: relative;
}

#content ul li, #content ol li {margin-left: 2.5em;}

#sidebar {
	float: left;
	margin: 0;
	padding: 10px 2px 0;
	width: 209px;
	background: #e8e8ee;
	border: 2px solid #a299ee;
}

/* ------------ Header ------------*/

#header {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(images/header-bg.jpg) no-repeat;
}

#header_container {
	height: 165px;	
}

#header_container h1 {
	position: absolute;
	left: 312px;
}
#header_container h1 a span {display: none;}

.description {
	margin: 0;
	width: 400px;
	position: relative;
	top: 83px;
	left: 260px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
}

/* ------------ Search Form ------------*/

#search {
	padding: 2px;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	width: 185px;
	height: 24px;
	background: #e8e8ee;
	border: 1px solid #100b43;
}

#searchfield_wrapper {
	position: relative;
	float: left;
	padding: 0;
	width: 158px;
	height: 22px;
	background: #fff;
	border: 1px solid #100b42;
}

#searchfield_wrapper input {
	padding: 5px 0 1px 7px;
	color: #dbdbdb;
	background: none;
	border: 0 none;
	font-size: 11px;
	font-weight: normal;
}

#searchfield_wrapper #s {width: 140px;}

#searchfield_wrapper #search_submit {
	border: none;
	padding: 0;
	float: left;
}

/* ------------ RSS ------------*/

#subscribe {
	position: absolute;
	right: 65px;
	top: 84px;
	padding: 5px;
	line-height: 1.4em;
	text-align: right;
}
#subscribe h2 {
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #dbdbdb;
}
#subscribe a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #f09
}

#subscribe a img {
	position: relative;
	top: 1px;
	padding-right: 4px;
}

/* ------------ Navigation Menu ------------*/

#navigation {
	margin: 0;
	position: absolute;
	top: 113px;
	left: 46px;
}

#navigation li {
	color: #fff;
	display: block;
	float: left;
	font-size: 1.7em;
	font-weight: bold;
	padding: 10px 16px;
}

#navigation li a {color: #fff;}

#navigation li.current_page_item {background: #fff;border: 1px solid #100b42;}

#navigation li.current_page_item a {color: #100b42;}

/* ------------ Post Styling ------------*/

.post {
	margin: 0 0 20px;
	padding: 10px;
	background: #e8e8ee;
	border: 2px solid #a299ee;
	text-align: left;	
}

.post h2 {
	display: block;
	font-size: 2.4em;
}

.post h2 a {}

.post h2 a:hover {}

.single .post {}

.date {padding-top: 4px;font-size: 1.1em;}

.post_meta_data {
	display: block;
	margin: 0;
	padding: 6px 0 3px;
	font-style: italic;
	font-size: 1.2em;
        line-height: 1.4em;
}

.post_date_category {
	float: left;
	display: block;
	font-weight: bold;
	color: #170f5f;
}

.post_meta_data a {
	font-size: 1.2em;
	font-weight: bold;
}

.comments_info {
	display: block;
	float: right;
	position: relative;
	right: 7px;
}

.comments_indicator {
	display: block;
	float: left;
	width: 22px;
	height: 12px;
	background: url('images/comment.gif') bottom left no-repeat;
}

.single_meta {
	display: block;
	margin: 0;
        padding: 4px 0;
	font-size: 1.3em;
        font-weight: bold;
        font-style: italic;
        line-height: 1.3em;
}

.single .single_meta .tags {}

.single_meta .tags p {margin: 0;}

.entry {
        clear: both;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.4em;
	border-top: 2px solid #00c;
	padding: 10px;
}

.entry a {font-weight:bold;}

.entry a:link img, .entry a:visited img {border: 1px solid #00c;}
.entry a:hover img {border: 1px solid #f09;}

.nav {margin-left: 30px;font-size: 1.2em;}
.nav more_arrow {color: #f09;}
.nav a:link, .nav a:visited {color: #f09;}

/* ------------ Comments Page & Single Post Header ------------*/

h2.article_view_header {margin: 0;text-decoration: underline;}

/* ------------ Sidebar Styles ------------*/

#sidebar ul {
	font-size: .9em;
	line-height: 16px;
}

#sidebar ul li {margin-bottom: 10px;}
#sidebar ul li ul {
	margin: 0 20px 10px;
	padding: 5px 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	background: #fff;
	border: 1px solid #a299ee;
}

#sidebar ul li ul li {
	margin: 0;
	line-height: 1.7em;
}

#sidebar h2 {
	margin: 0 10px 5px;
	padding: 8px 0;
	font-size: 1.7em;
	color: #dddde7;
	font-weight: normal;
	background: #100b43;
	border: 2px solid #a299ee;
}

.cat-item {}

.cat-item a {}

/* ------------ Widget Specific ------------*/

#sidebar #tag_cloud a {line-height: 120%;}
#sidebar .textwidget a img {border: 1px solid #f09;}

/* ------------ Comments Page ------------*/

#comments {
	margin: 0 0 10px 30px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

h3#comments {color: #fff;}

ol.commentlist {
	padding-bottom: 25px;
	background: #e8e8ee;
	border: 4px solid #a299ee;
}

ol.commentlist li {
        position: relative;
	margin-right: 30px;
	border-bottom: 4px solid #a299ee;
}

.commentlist .comment {
	clear: left;
	display: block;
	padding-top: 10px;
}

.commentlist .comment_header {display: block;margin: 0;}
.commentlist .says {}

.commentlist .avatar {
	margin-right: .6em;
	display: block;
	float: left;
	width: 52px;
}

.commentlist .comment-author {
	font-size: 16px;
	line-height: 14px;
}

.commentlist .comment-meta {
	margin-top: 10px;
	display: block;
	font-size: 11px;
	line-height: 11px;
}

.commentlist .awaiting_approval {
	font-size: 11px;
	line-height: 18px
}

.commentlist cite a.url {
	font-style: normal;
	line-height: 14px;
}

.commentlist .comment-meta a {color: #170f5f;}

.comment-full-text {
	clear: left;
	padding: 10px 0 0 30px;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: left;
}

/* ------------ Comment Form ------------*/

#respond {
	margin-top: 15px;
	font-size: 1.3em;
	color: #dbdbdb;
}

#respond a:link, #respond a:visited {color: #f09;}

#respond h3 {
	padding: 10px 0 5px 30px;
	font-size: 1em;
	color: #dbdbdb;
	text-align: left;
}

#commentform a:link {color: #f09;}

#commentform .input_wrapper, #commentform .textarea_wrapper {
	float: left;
	background-color: #fff;
} 

#commentform .textarea_wrapper {
	float: none;
	clear: left;
	margin: 10px 0 5px 30px;
	padding: 5px 8px 5px 5px;
	width: 550px;
}
#commentform .input_group {
	display: block;
	padding-bottom: .5em;
}

#commentform .input_wrapper input, #commentform .textarea_wrapper textarea {
	color: #000;
	background: none;
	border: 0 none;
	font-weight: normal;
	padding: 0;
	width: 100%;
}

#commentform label {font-size: .8em;}

#commentform .input_wrapper input {font-size: .75em;}

#commentform .textarea_wrapper textarea {
	font-size: 1.2em;
	border: 1px solid #100b43;
}

#commentform .submit_wrapper input {
	clear: left;
	margin-top: .5em;
	padding: 5px;
	font-size: 1.3em;
	color: #000;
	background-color: #e8e8ee;
	border: 2px solid #a299ee;
}

#commentform .submit_wrapper input:hover {cursor: pointer;background-color: #fff;}

#commentform .submit_wrapper input:active {background-color: #fff;}

#commentform #identity_fields {width: 17em;float: left;}

/* ------------ Archive Pages ------------*/

.archive .post, .search .post {}

.archive h2, .search h2 {
	margin: 5px 0 20px 30px;
	font-size: 2em;
	color: #e8e8ee;
	text-align: left;
}

.archive .post small, .search .post small {font-size: 1.2em;}

.archive .tags, .search .tags, .single .tags {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.archive .tags a, .search .tags a, .single .tags a {}
.archive .post h3, .search .post h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

/* ------------ Footer Styles ------------*/

#footer {
	clear: left;
	padding: 3em 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #fff;
	background: url(images/container-bg.jpg) repeat-y;
}

#footer a {color: #fff;}

#footer a:hover {text-decoration: none;}

#footer img {margin-bottom: -5px;margin-left: 2px;}

/* ------------ Misc Styles ------------*/

.alignright {float: right;}

img.alignright {margin: 0 0 .8em .8em;}

.alignleft {float: left;}

img.alignleft {margin: 0 .8em .8em 0;}

blockquote {
	display: block;
	margin: 0 0 0 2em;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #e8e8ee;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

span.more_arrow {color: #f09;}

p.nocomments {color: #fff;font-size: 1.3em;}

/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
/* Facebook Connect */
#fbc_login {
	width: 4em;
	float: left;
	background: url('i/thin-divider.png') top left no-repeat;
	padding: .4em 0 2em 18px;
	margin-top: .2em;
}

#fbc_login h3 {
	font-size: 85%;
	margin-left: 18px;
}

#fbc_login small, #fbc_login br {display: none;}

#fbc_login:before {
	content: "or...";
	font-size: .8em;
	font-weight: bold;
}

#commentform .fbc_connect_button_area {border-left: none;}

body #fbc_profile {display: none !important; /* DO NOT WANT */}

noscript {
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}