/*
	Theme Name: Time Barrow
	Theme URI: http://timebarrow.com
	Description: Custome Wordpress theme designed for thecompasion.net.
	Version: 0.1
	Author: Daniel Hardy
	Author URI: http://www.danielhardy.com/
	Colors: 
		Dark Brown: #422e2c;
		Medium Brown: #c2b38f;
		Light Brown: #e6e0c8;
		Blue: #0092fa;
		Orange: #fa6900;
		maroon: #730000;
		red: 990202;
		lt Grey: cecece;
                med grey: 888888;
                dk grey: 373737;

*/

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
body {
    background:#d7d7d7 url('images/bg-body1.png') repeat-x top left;
	background-attachment: fixed;
    color: #373737;
    font: 14px "Trebuchete MS", "Century Gothic", "Arial";
    text-align: center;
}
.wrapper {
    width: 900px;
    height: auto;
    margin: auto;
    text-align: left;
}
a:link, a:visited{
	color:#730000;/*maroon color*/
	text-decoration:none;
}
a:hover{
	color:#000;/**/
	text-decoration:bold;
        font: 150%;
}
h1, h3{
	/*some odd fonts but hey ya never know*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h2{
        font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
        font: 12px;
        padding-bottom:25px;
}

.clear{
	clear:both;
}
/*
 * Header Styles
 */
#header {
    width: 900px;
    height: auto;
    margin-top: 20px;
	border-bottom: 1px dashed #730000;
	margin-bottom:25px;
}
.logo {
    width: 300px;
    height: 50px;
	margin-bottom:15px;
    float: left;
	text-indent: -9000px;
}
.logo a{
	display:block;
	width:500px;
	height:50px;
	background:url('images/logo3.png') no-repeat center left;
	text-decoration:none;
	color:#373737;
        outline:none;
}
#header-image {
    clear: both;
    width: 900px;
    margin: 10px 0px 0px 0px;
}
#header-image img{
	background:inherit;
}
/*
 * Navigation Styles
 */
#nav {
    float: right;
    margin-top: 20px;
    font-size: 14px;
}
#nav, #nav ul {
    line-height: 1;
    padding: 2px 0px 0px 2px;
}
#nav li a {
    display: block;
    padding: 4px 10px 6px 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}
#nav li {
    float: left;
    padding-bottom: 0px;
}
#nav li a:link, #nav li a:visited {
    color: #730000;
}
#nav li a:hover, #nav li:hover a {
    color: #cecece;
}
#nav li:hover {
    background: #373737 url('images/bg-nav-left1.png') no-repeat top left;
    padding-bottom: 0px;
}
#nav li:hover a {
    background: url('images/bg-nav-right1.png') no-repeat top right;
    padding: 4px 10px 6px 10px;
    margin-left: 0px;
    text-decoration: none;
    outline:none;
}
#nav li ul {
    background: #373737;
    left: -999em;
    position: absolute;
    width: 180px;
    margin-top: -2px;
    padding: 2px 2px 5px 2px;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
#nav li:hover ul li, #nav li:hover ul li a, #nav li.sfhover ul li, #nav li.sfhover ul li a {
    background: none;
    text-decoration: none;
    margin-left:5px;
    padding: 2px 0px 4px 0px;
    border-bottom: 1px dashed #373737;
	font-size:14px;
	color:#888888;
}
#nav li.sfhover ul li a:hover, #nav li:hover ul li a:hover {
    border-color:#888888;
    color: #cecece;
}
#nav li:hover ul li, #nav li.sfhover ul li {
    display: block;
    clear: left;
    width: auto;
    outline:none;
}

/*
 * Content
 */
#primary {
    width: 600px;
	min-height:300px;
	margin-bottom:25px;
    float: left;
}
#primary p{
	margin-bottom:15px;
}
.two-column, .three-column{
	width:100%;
	height:auto;
	clear:both;
	display:block;
	margin-bottom:15px;	
}
.two-column .left{
	width:275px;
	float:left;
}
.two-column .right{
	width:275px;
	float:right;
}

/*
 * Post Styles
 */
.post .post-meta-small{
	display:block;
	margin-bottom:25px;
}
.post ul{
	margin-left:25px;
	margin-bottom:25px;
}
.post ul li{
	list-style:circle;
}
.post ol{
	margin-left:25px;
	margin-bottom:25px;
}
.post ol li{
	list-style:decimal;
}
.post pre, .post code{
	margin-bottom:25px;
	display:block;
	padding:10px;
	width:97%;
	background:#c2b38f;
}
.post blockquote{
	font-style: italic;
	display: block;
	padding: 10px 10px 5px 10px;
	background: #888888;
	margin-bottom: 25px;	
}
.post blockquote p{
	margin-bottom:10px !important;
}
.button, 
input[type=submit]{
	background:#999;
	padding:1px 2px;
	border:1px solid #373737;
	color: #373737;
	font-weight:bold;
	font-size:10px;
}
.button:hover, input[type=submit]:hover{
	border:1px solid #730000;
	cursor:pointer;
}
#searchform input[type="submit"]{
	margin:2px 0px;
}
#s{
	width:100%;
	background:inherit;
	border:1px dashed #730000;
}
/*
 * Comment Styles
 */
#author, #email, #url, #comment{
	padding:3px;
	font-family:inherit;
	font-size:inherit;
	margin-bottom:5px;
	border:1px dashed #730000;
	background: inherit;
	color:#373737;
}
#comment{
	width:550px;
	margin-bottom:25px;
}
#respond{
	margin-top:25px;
}
.commentlist{
	font-size:95%;
}
.avatar-container{
	width:70px;
	height:70px;
	background:#cecece;
	float:left;
	margin:10px;
	border:1px solid #730000;
}
.avatar-container img{
	margin:10px;
}
#comments{
	margin-bottom:10px;
}
.comment-container{
	width:495px;
	float:right;
	margin:10px;
	margin-left:0px;
}
.alt{
	border-top:1px solid #730000;
	border-bottom:1px solid #730000;
}
.waiting_moderation{
	display:block;
	padding:5px;
	background:#cecece;
	border:1px solid #e7ba3d;
	color:#e7ba3d;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
/*
 * Contact Form
 */
#contactForm label{
	display:block;
}
#contactName, #contactEmail, #contactSubject, #contactMessage {
	width:200px;
	margin-bottom:10px;
	border: 1px dashed #730000;
	display:block;
	background:inherit;
	font-family:inherit;
	font-size:inherit;
	color:#373737;
	padding:3px;
}
#contactSubject, #contactMessage{
	width:550px;
}
#contactMessage{
	height:200px;
}
#honeyPotBox{
	display:none !important;
}
.button2link{
	background:inherit;
	border:0px;
	color:#730000;
	text-decoration:underline;
	border-bottom: 1px solid #730000;
	cursor:pointer;
}
.warning{
	padding:3px;
	background:#cecece;
	border:1px solid #e7ba3d;
	color:#e7ba3d;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.success{
	color:#00cc00;
	background:#deffbd;
	border:2px solid #00cc00;
	padding:3px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.fail{
	color:#e8643c;
	background:#ffdebd;
	border:2px solid #e8643c;
	padding:3px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
/*
 * Sidebar 
 */
#sidebar {
    width: 250px;
	margin-bottom:25px;
    float: right;
}
#sidebar ul{
	margin-bottom:15px;
	width:100%;
}
#sidebar ul li h2 a{
	color:#373737;
}
#sidebar ul li div{
	margin-bottom:15px;
}
/*
 * Calendar Styles
 */
#calendar_wrap{
	padding-bottom:10px;
}
#wp-calendar caption{
	font-weight:bold;
	text-transform:uppercase;
        font-weight:bold;
<!--	background:#730000; -->
}
#wp-calendar tbody tr{
	height:30px;
}
#wp-calendar tbody tr td{
	width:30px;
}
#wp-calendar a {
	text-align:left;
	font-weight:bold;
	font-color:#373737;
}
/*
 * Footer
 */
#footer-fade{	
	width:100%;
	background:url('images/bg-footer1.png') repeat-x;
	padding-top:30px;
	clear:both;
}
#footer{
	background:#373737;
	color:#888888;
	width:100%;
	height:100%;
	text-align:center;
}
#footer-bar li{
	width: 290px;
	margin-right:10px;
	float:left;	
}
#by-line{	
	clear:both;
	text-align: center;
	color:#75514f;
	padding-top:25px;
}
#footer a{color:#777;
}
#footer a:hover{color:#ddd
}

#fixed-top{
	background:#373737;
	text-indent:-9000px;
	width:100%;
	height:10px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
}