/*  
Theme Name: About Listening
Theme URI: http://aboutlistening.com/
Description: Developed for Goebel and Associates. 2 columns, left sidebar.
Version: 1.0
Author: Jason Parker
Author URI: http://beeplab.com/
Tags: two columns, fixed width, sidebar left
*/

/* BASIC STRUCTURE */

body {
	background: url(images/body_bg.gif) repeat-y;
	margin: 0;
	font: .75em Arial, Helvetica, sans-serif;
}

/* HEADER */

#header {
	position: relative;
	background: #5B5A19;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	background: url(images/header_nameplate_blank.gif) no-repeat;
	display: block;
	width: 225px;
	height: 50px;
	height/**/:/**/ 0;
	padding-top: 50px;
	overflow: hidden;
	font-size: 1px;
}
#header #rss {display: none; position:absolute;bottom:8px;left:40px;width:300px;font-size:0.9em;color:#bbb;}
#header #rss a {color:#fff;text-decoration:none;}
#header #rss a:hover {text-decoration:underline;}
#header #rss img {margin:0 7px -7px 0;}
#header #search {position:absolute;text-align:right;right:10px;top:16px;width:300px;}
#header #search input#s {border: none;}
#header #search input#searchsubmit {background:transparent;border:none;color:#ddd;font-size:0.9em;padding: 0;cursor: pointer;}

/* SIDEBAR */

/*#sidebar {position:relative;float:left;width:200px;margin:0 3px 0 5px;padding:20px 0 0 0;font-size:0.9em;}
#sidebar ul {list-style-type:none;margin:0 0 20px;line-height:1.2em;}
#sidebar h2 {font-size:0.9em;padding:5px;margin:0;border-bottom:1px solid #bbb;}
#sidebar h2 a {text-decoration:none;color:#000;}
#sidebar h2 a:hover {text-decoration:underline;}
#sidebar h2 img {margin:0 5px -2px 0;}
#sidebar ul li a {display:block;text-transform:uppercase;font-size:0.9em;width:190px;padding:15px 5px 8px;color:#000;text-decoration:none;border-bottom:1px dotted #ddd;}
#sidebar ul li a:hover {background:#eee;border-bottom:1px dotted #555;}
#sidebar ul li ul {margin:0;}
#sidebar ul li ul li {list-style-type:disc;color:#999;margin:0 0 0 20px;text-transform:none;}
#sidebar ul li ul li a {text-transform:none;width:170px;}
#sidebar .current-cat a, #sidebar .current_page_item a {background:#FFFFDF;}
#sidebar ul#recentcomments li.recentcomments {display:block;text-transform:uppercase;font-size:0.9em;width:190px;padding:15px 5px 8px;color:#000;text-decoration:none;border-bottom:1px dotted #ddd;}
#sidebar ul#recentcomments li.recentcomments a {border-bottom:none;font-size:1em;}
#sidebar .textwidget {padding:10px 0 20px 5px;font-size:0.9em;line-height:1.2em;}
#sidebar select {margin:15px 0 30px 5px;width:195px;border:1px dotted #555;padding:3px;font-size:0.8em;}
#sidebar select option {padding:3px;}
#sidebar table#wp-calendar {width:190px;margin:10px 0 0 5px;}
#sidebar table#wp-calendar caption {margin:15px 0 0 0;font-weight:bold;}
#sidebar table#wp-calendar td {height:25px;text-align:center;}
#sidebar table#wp-calendar td a {color:#000;font-weight:bold;text-decoration:none;}
#sidebar table#wp-calendar td a:hover {background:#ddd;}
#sidebar table#wp-calendar tfoot a {padding:5px;text-decoration:none;background:#eee;border:1px solid #ddd;color:#000;}
*/
#sidebar {
	background: #828123;
	width: 175px;
	float: left;
}
#sidebar h2 {font-size: 1em; color: #333; padding: 5px; border-bottom: 1px dashed #333; margin: 20px 0 0 0;}
#sidebar h2.widgettitle {display: none;}
#sidebar #meta h2.widgettitle {display: block;}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li a {
	display: block;
	width: 175px;
	width/**/:/**/150px;
	padding: 9px 10px 8px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: .95em;
}
#sidebar li a.parent {
	background: url(images/menu_arrow.gif) 95% 50% no-repeat;
}
#sidebar li {
	position: relative;
	z-index: 999;
	border-bottom: 1px solid #fff;
}
#sidebar li ul {
	position: absolute;
	left: 175px;
	top: 0;
	display: none;
	background: #5B5A19;
	padding: 0;
	border-left: 1px solid #fff;
	margin: 0;
	width: 176px;
	width/**/:/**/ 175px;
}
#sidebar li li a {
	padding-left: 10px;
}
#sidebar li:hover ul ul,
#sidebar li:hover ul ul ul,
#sidebar li.sfhover ul ul,
#sidebar li.sfhover ul ul ul {
	display: none;
}
#sidebar li:hover ul,
#sidebar li li:hover ul,
#sidebar li li li:hover ul,
#sidebar li.sfhover ul,
#sidebar li li.sfhover ul,
#sidebar li li li.sfhover ul {
	display: block;
}
#sidebar li:hover,
#sidebar li.sfhover {
	background: #5B5A19;
}
#sidebar li li:hover,
#sidebar li li.sfhover {
	background: #828123;
}

#utilityNav {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: .95em;
}
#utilityNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#utilityNav li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #666;
	white-space: nowrap;
}
#utilityNav li:first-child {
	border: none;
}
#utilityNav li a {
	text-decoration: none;
	color: #5B5A19;
}

#belowNav {
	padding: 20px 5px 20px 15px;
	font-size: .95em;
}
#belowNav a {
	color: #000;
}

/* CONTENT */

/*#content #posts {position:relative;float:right;width:650px;padding:30px 0 0 20px;}
#content #posts h2 {margin:0 0 5px 0;}
#content #posts h2 a {font-size:1.1em;font-weight:normal;color:#000;text-decoration:none;}
#content #posts .post {position:relative;float:left;margin:0 0 70px 0;}
#content #posts .post .metadata {font-size:0.75em;color:#555;margin:0 0 20px 0;}
#content #posts .post .metadata a {color:#000;text-decoration:none;}
#content #posts .post .metadata a:hover {text-decoration:underline;}
#content #posts .post .postcontent {line-height:1.3em;color:#333;font-size:0.95em;}
#content #posts .post .postcontent p {margin:10px 0;}
#content #posts .post .postcontent ul {padding:10px 0 10px 40px;}
#content #posts .post .postcontent ol {padding:10px 0 10px 40px;list-style-type:decimal;}
#content #posts .post .postcontent ol li {list-style-type:decimal;}
#content #posts .post .postcontent img {border:1px solid #888;}
#content #posts .post .postcontent blockquote {background:#eee;border:1px dotted #ccc;padding:15px;font-style:italic;}
#content #posts .post a {color:#0C283F;}
#content #posts .post a:hover {text-decoration:none;color:#224D6F;}
#content #posts .post .commentlink {position:relative;float:right;margin:10px 0 20px 0;}
#content #posts .post .commentlink a {padding:8px;border:1px solid #999;background:#eee;text-decoration:none;color:#333;}
#content #posts .post .commentlink a:hover {color:#000;border:1px solid #000;background:#ddd;}
#content .navigation .alignleft {float:left;}
#content .navigation .alignright {float:right;}
#content .navigation .alignleft a, #content .navigation .alignright a {text-decoration:none;color:#000;padding:8px;border:1px solid #ddd;background:#eee;}
#content .navigation .alignleft a:hover, #content .navigation .alignright a:hover {background:#ddd;border:1px solid #aaa;}*/
#posts {
	width: 740px;
	width/**/:/**/525px;
	margin-left: 175px;
	padding: 20px;
	line-height: 140%;
}
#posts h2 {
	margin: 0 0 5px 0;
	color: #333;
	font-size: 1.5em;
}
#posts h2 a {color: inherit;}
#post-3 > h2 {position: absolute; left: -999em;} /*remove the page title on the home page*/
#posts h3 {
	color: #333;
	font-size: 1.2em;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}
#posts h4 {
	margin: 0 0;
	font-size: 1em;
}
#posts p {
	margin: 0 0 10px 0;
}
#posts a {
	color: #773c0d;
	text-decoration: none;
}
#posts hr {
	height: 1px;
	border: none;
	border-top: 1px solid #999;
}
#posts pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#posts #home_image {
	margin: -20px auto 20px -19px;
}
#posts .post + .post {
    padding-top: 1.5em;
    border-top: 1px solid #ccc;
    margin-top: 1.5em;
}
#posts .post .metadata {
	font-size: 0.9em;
	color: #555;
	margin: 0 0 1em 0;
}
#posts .post .commentlink {
	font-size: 0.9em;
	color:#555;
	padding-top: 1em;
}

h3 #searchresults {
	font-style: italic;
	font-weight: normal;
}

/* ARCHIVES */
/*#content .categoryposts h3 {font-size:1.2em;margin:0 0 30px 0;}
#content .categoryposts h3 a {color:#000;text-decoration:none;}
#content .categoryposts h3 a:hover {text-decoration:underline;}
#content #posts li {list-style-type:disc;margin:10px 0 0 15px;}
#content #posts li a {color:#000;text-decoration:none;}
#content #posts li a:hover {text-decoration:underline;}*/

/* COMMENTS */
#comments  {position:relative;float:left;width:525px;z-index:1;}
#comments h2 {position:relative;float:left;font-size:1.2em;font-weight:normal;padding:10px;margin:10px 0 0 0;}
#comments p {margin:0 10px 10px 10px;clear:both;}
#comments ul#commentlist {position:relative;float:left;width:505px;list-style-type:none;padding-left: 25px;margin: 0;}
#comments ul#commentlist li {position:relative;float:left;padding:20px 10px 25px 10px;width:480px;border-bottom:1px dotted #555;list-style-type:none;margin:0;}
#comments ul#commentlist li.graybox {background:#eee;}
#comments ul#commentlist li .commentheader {position:relative;float:left;width:130px;}
#comments ul#commentlist li .commentheader cite {position:relative;float:left;width:130px;padding:0 0 5px 0;font-style:normal;font-weight:bold;clear:both;}
#comments ul#commentlist li .commentheader cite a {color:#333;text-decoration:none;}
#comments ul#commentlist li .commentheader cite a:hover {text-decoration:underline;color:#000;}
#comments ul#commentlist li .commentheader .commentnumber {position:relative;float:left;width:130px;font-size:0.8em;}
#comments ul#commentlist li .commentheader small {color:#888;font-size:0.8em;}
#comments ul#commentlist li .commenttext {position:relative;float:right;width:350px;font-size:0.9em;color:#555;padding:0;}
#comments form#commentform {position:relative;float:left;padding:10px;background:#eee;border:1px solid #ddd;width:100%;}
#comments form#commentform p {padding:5px 0;}
#comments form#commentform input {border:1px solid #ddd;margin:0 10px 0 0;}
#comments form#commentform label {font-size:0.9em;}
#comments form#commentform textarea {width:100%;border:1px solid #ddd;}
#comments form#commentform input#submit {float:right;margin:5px 25px;padding:8px 5px 5px;background:#555;color:#fff;}

/* FOOTER */

#footer {display: none;}

/* IMAGES */
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left;}

/*----------------------------------------*/
/*----------------- MISC -----------------*/
/*----------------------------------------*/
.smalltext {font-size: 10px;}
.accessHide {
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#accessLinks {
	position: absolute;
	top: -999px;
	left: 0;
	width: 80%;
	z-index: 999;
}
#accessLinks a {
	position: absolute;
	top: 0;
	left: 0;
}
.crazyIEfix:active, #accessLinks a:focus, #accessLinks a:active {
	top: 999px;
	background-color: #434343;
	color: #f0e4d4;
	padding: 2px 4px;
	border: 1px solid #000;
	margin: 5px;
	white-space: nowrap;
}
#utilityDiv1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 30px;
	background: #fff;
}