/*
Theme Name: tobymcbrooks
Theme URI: http://www.realmdesigns.com/
Description: Realm Design & Theme Modified Wootheme
Version: 1.3
Author: Realm Designs
Author URI: http://www.realmdesigns.com/
*/

/*=== Setup ===*/
*{border: 0; margin: 0; padding: 0;}


body{
	background:#000000;
	color: #555555;
	font: .80em Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 20px;
	line-height:1.2em;
}


a{
	color: #FFD202;
	text-decoration: underline;
}



a:hover{
        color: #c7c7c7;
	text-decoration: none;
}



input,select,textarea{
	border: #D9D7D5 1px solid;
	font-size: 12px;
	padding: 2px;
}



li{
	list-style: none
}



h2{
	color: #000000;
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.9em;
        font-weight:normal;
	letter-spacing: 0px;
	margin: 10px 0 1em;
}



h2 a{
	color: #262625
        text-decoration: none;

}



h2 a:hover{text-decoration: none;

}

.post h2 a{ text-decoration: none;}
.post h2 a:hover {text-decoration: none;}


h3{

	color: #262625;
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
        font-weight:normal;
	letter-spacing: 0px;
	margin: 18px 0 1em;
       line-height:1.2em;
}



.blogpost h2 a{ text-decoration: none;}
.blogpost h2 a:hover {text-decoration: none;}


h4{

	color: #444444;
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 18px 0 10px
}


p{
	padding: 0 0 1.5em
}


/*=== Layout ===*/

#page{
	margin: 0 auto;
	width: 867px
}



/*=== Header ===*/
#header{
	height: 90px;
	position:relative;
}



#header .spacer{
	float: right;
}



/*- Logo -*/

#header h1{

	float: right;
	width: 462px;
        padding-right:40px;
        padding-top:15px;
}

#header h1 a{
	display: block;
	height: 75px;
}

#header h1 a:hover{
	text-decoration: none
}
 

/*=== Buttons ===*/

.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}


.btn-rounded a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #464646;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}

.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}


.btn {
	margin:8px 0 0 0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #363636;
 	color:#FFFFFF;
	font-weight:bold;
}

/*=== Navigation ===*/

/*- Nav1 -*/
#nav1{
        background:url(images/navbar.jpg) no-repeat top left;
        position: absolute;
	font-size:14px;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	height:44px;
        width: 557px;
        padding-top:18px;
        padding-left:310px;
}



#nav1 {
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav1 ul {
  height: 0px;
  margin-left: 0px;
  list-style: none; 
  line-height: 1;
  z-index: 100;
}


#nav1 a {
        display: block;
	line-height: 30px;
	padding: 0 10px;
	z-index: 100;
        text-decoration: none;
}


#nav1 li {
	float: left;
	line-height: 30px;
	margin: 0 0px 0 0;
}



#nav1 li a{
	color: #F0F0F1;
	padding: 0 0px 0 12px;
	text-decoration: none;
        border-right: 0px solid #363636;
}



#nav1 li a span{
	display: inline-block;
	height: 31px;
	padding: 0 12px 0 0;

}


#nav1 li a:hover,
#nav1 li.active a{
	color: #F0BB04;
	cursor: pointer;
	text-decoration: none;
}




#nav1 li.active a span,
#nav1 li a:hover span{ 
        color: #F0BB04;
}


/* Style drop down list NOT USED */
#nav1 li ul {
        position: absolute;
	left: -999em;
	width: 200px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	border-top: 1px solid #363636;
}

#nav1 li ul li {
	border: 1px solid #363636;
	border-width:0 1px 1px;
	background: #121212;
	float: none;
}

#nav1 li.current_page_item ul li a{
	background: #121212;
}


#nav1 li ul li a:hover,
#nav1 li ul li.active a{
        background: url(images/btn-rounded.gif) no-repeat left;
}


#nav1 li ul li a span,
#nav1 li ul li.active a span,
#nav1 li ul li a:hover span {
	background:none !important;
	color: #F0BB04;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a span{
	display:inline;
	height: 30px;
	padding: 0 7px 0 0px;
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 13px;
	color: #4d4d4d;
	width: 171px;
}

#nav1 li ul li ul li a {
	border-width:0 0px 0px 0px;
}

#nav1 li ul ul {
	margin: -31px 0 0 163px;
}


#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */
#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }


/*- Nav2 -*/

.nav2 li, .widget li{
	background: url(images/ico-next.png) no-repeat left 10px;
	border-bottom:1px dotted #ccc;
	padding: .5em 0 .5em 20px;
	}



.nav2 li a, .widget li a{
	color: #4d4d4d;
}



.nav2 li a:hover, .widget li a:hover{
	color: #464646;
	text-decoration: none;
}

#rightcol .widget .textwidget ul { margin:0; padding:0; }

/*=== All Columns ===*/


#columns{
	
        background: none;
	padding: 0 0 0px;
       
}


/*=== HOME Center Column ===*/

#centercol{

	float: left;
	width: 547px
}

#columns-home{
    height: 240px;
    background: url(images/home-widgets.jpg) no-repeat left top;
    padding: 0 0 10px;
    position:relative;
    z-index: 600;
      
}

#columns-home h3{
    color: #000000;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 0px;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    margin: 11px 0 7px;
}



/*=== Right Column ===*/

#rightcol{
	float: right;
	margin: 0px 0 0;
	width: 320px
}


#rightcol h3{
	color: #ffffff;
	font-size: 1.5em;
	height: 1.6em;
	margin-top:10px;
}


#rightcol h3 span{
	background: #000000;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 0px;

}

#rightcol .widget ul, #rightcol .textwidget {
	background: none;
	height: 1%;
	margin: 0 0 1em;
	padding: 7px 15px 15px;
       border: #FAF8E7 2px dashed;
}


/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}


.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
        color: #464646;
	padding: 0
}
.col4{
	float: left;
	width: 262px
}
.col5{
	float: right;
	width: 342px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.col6{
	float: left;
	padding: 0 10px 20px 20px;
	width: 265px;
}
* html .col6{
	width: 255px;
}

/*=== Styling Boxes ===*/

/*- Box1 -*/


.box{
	margin: 0 0 1em;
	width: 547px;
}



.box .top,.box .bot{
	background: url(images/blogbox-top.gif) no-repeat top;
	clear: both;
	height: 35px;
	overflow: hidden;
}



.box .bot{

        background: url(images/blogbox-bot.gif) no-repeat top;
        clear: both;



	height: 75px;



	overflow: hidden;



}



.box .spacer{



	background: url(images/blogbox-bgr.gif) repeat-y top;



	height: 1%;



	padding: 5px 30px



}



/*- Box2 Sidebar-*/



.box2{



	margin: 0px 0 1em;

	width: 320px



}



.box2 .top,.box2 .bot{



	



	clear: both;



	height: 35px;



	overflow: hidden



}



.box2 .bot{



	height: 75px;



	overflow: hidden





}



.box2 .spacer{



	background: #e5e3d1;



	height: 1%;



	padding: 5px 25px



}



/*- Box3 -*/



.box3{



	margin: 0 0 1em;



	width: 425px



}



.box3 .top,.box3 .bot{



	background: url(images/box3-top.gif) no-repeat top;



	clear: both;



	height: 10px;



	overflow: hidden



}



.box3 .bot{



	background: url(images/box3-bot.gif) no-repeat top



}



.box3 .spcr{



	background: #E8E0D9;



	height: 1%;



	padding: 0 20px;



	min-height:100px;



}



.box3 p{



	padding: 0



}



/*- Box4 Menu -*/



.box4{



	color: #ffffff;



	font-size: 1.8em;



	margin: 0 0 20px;



	width: 867px



}



.box4 .top,.box4 .bot{



	background: url(images/box4-top.gif) no-repeat top;



	clear: both;



	height: 10px;



	overflow: hidden



}



.box4 .bot{



	background: url(images/box4-bot.gif) no-repeat top



}



.box4 .spacer{
	background: #b0c730;
	height: 1%;
	padding: 5px 25px
}


.box4 p{
	padding: 0;
}

/*- Box5-home HOME Page Content -*/

.box5-home{
	margin: 0 0 0px;
	width: 867px;
       

}

.box5-home .top{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 15px;
	overflow: hidden;
}


.box5-home .bot{
	background: url(images/box5-bot-home.gif) no-repeat top;
        clear: both;
	height: 35px;
	overflow: hidden;
}


.box5-home .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 315px;
	padding: 5px 20px 0px 400px;

}



.box5-home .post img {
	border:0;

}


/*- Box5 Full Page Content -*/

.box5{
	margin: 0 0 0px;
	width: 867px;

}



.box5 .top{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 15px;
	overflow: hidden;
}


.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top;
        clear: both;
	height: 40px;
	overflow: hidden;
}


.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 5px 55px;

}



.box5 .post img {
	border:0;

}



/*- Footer Box6 -*/



.box6{
	margin: 0px 0 20px;
	width: 867px;
}







.box6 .top,.box6 .bot{
	background: url(images/box6-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
}


.box6 .bot{
	background: url(images/box6-bot.gif) no-repeat top;}







.box6 .spacer{

	background: #e5e3d1;
        color:#B1AEAC;
	height: 1%;
	padding: 10px 8px;
}







#footer .box6 .spacer{
	padding: 0px 8px;
}







/*- Wrapper -*/

.wrapper{

	float: left;
	padding: 0 0 0 20px;
}



/*- Date -*/



.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative;
       padding-bottom:3px;
       border-bottom:1px dotted #D9D9D9;

}



.date a{text-decoration:none}
.date a:hover{text-decoration: none}



/*=== Styling Forms ===*/



/*- Search -*/



#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 0px

}



#search input.keyword{



	background: #FFFFFF;



	border-bottom: 1px solid #D9D7D5;



	border-top: 1px solid #D9D7D5;



	border-left: 1px solid #D9D7D5;



	color: #464646;



	float: right;



	font-size: 12px;



	padding: 6px 5px 6px;



	width: 190px



}



	



/*- Form1 Setup -*/



.form1 div{



	margin: 0 0 15px



}



.form1 label{



	padding: 7px 0 0 15px



}







/* Form1 Textarea */



.form1 textarea{



	height: 165px;



	overflow: auto;



	width: 550px



}



/*=== Link Buttons ===*/



.btn-cat {



	margin: 1em 0 1.5em;



}



.btn-continue{



	margin: 0 0 2em;



}



.btn-general{



	background: #a4b92e;



	padding: 5px 10px;



	color: #ffffff;

        border:1px solid #363636;	



}



.btn-general a { 



	color: #ffffff;



}



.btn-continue a{



	background: url(images/ico-more2.gif) no-repeat left;

        border:1px solid #363636;

	padding: 0 0 0 20px



}



.btn-arr a{



	background: #bdbbac;



	color: #ffffff;



	line-height: 25px;



	padding: 5px 10px



}



.btn-arr2{



	float: left;



	padding: 130px 0 0;



	width: 27px



}



/*=== Pics, Ads etc. ===*/



.ads{



	margin: 0 0 10px



}



.ads img{



	margin: 0 8px 5px 0



}



/*=== Footer ===*/



#footer a{



	color: #B1AEAC;



	text-decoration: none;



}







#footer a:hover{



	text-decoration: none;



}







#footer img{



	position: relative;



	vertical-align:middle



}



/*=== Misc. ===*/



.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}


.fl{
	float: left;

}



.fr{



	float: right;



}



.ac{



	text-align: center



}



.ar{



	text-align: right



}



img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}







img.alignright{



padding: 4px;



margin: 3px 0 2px 10px;



display: inline;



}







img.alignleft{



padding: 4px;



margin: 3px 10px 2px 0;



display: inline;



}







.alignleft{



float: left;



}







.alignright{



float: right;



}







/*=== Posts ===*/







.post {margin-bottom: 45px;}







.post img {	



	border:8px solid #363636;



}



.post ul, .post ol{



	padding: 0 0 1.2em 2em;



}



.post ul li{



	color: #d9d9d9;



	background: url(images/ico-bullet.gif) no-repeat left top;



	padding: 0 0 0 20px;



        line-height:1.8em;



}



.post ol li{



        color: #d9d9d9;



	list-style-type:decimal;



	margin: 0 0 0 20px;



        line-height:1.8em;



}	



.post li a:hover{



	color: #FFD202;



	text-decoration: none



}







.post blockquote {



	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;



	background:#fafafa url(images/ico-quote.gif) no-repeat 10px 10px;



	border-top:1px solid #d9d9d9;



	border-bottom:1px solid #d9d9d9;	



	width:80%; height:auto;



	margin:0 0 15px 10px; padding:15px 25px 0px 55px;



	display:block;



}







/*=== Posts ===*/







.blogpost {margin-bottom: 45px;}







.blogpost img {	



	border:1px solid #d9d9d9;



}



.blogpost ul, .blogpost ol{

	padding: 0 0 1.2em 2em;



}



.blogpost ul li{



	color: #d9d9d9;



	background: url(images/ico-bullet.gif) no-repeat left top;



	padding: 0 0 0 20px;



        line-height:1.8em;



}



.blogpost ol li{



        color: #d9d9d9;



	list-style-type:decimal;



	margin: 0 0 0 20px;



        line-height:1.8em;



}	



.blogpost li a:hover{



	color: #BA0000;



	text-decoration: none



}







.blogpost blockquote {



	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;



	background:#fafafa url(images/ico-quote.gif) no-repeat 10px 10px;



	border-top:1px solid #363636;



	border-bottom:1px solid #363636;	



	width:80%; height:auto;



	margin:0 0 15px 10px; padding:15px 25px 0px 55px;



	display:block;



}















/*=== Comments ===*/







#comments .box3 p { padding-bottom:10px; }



#respond { margin: 1em 0 0; }











/*=== Widget styling ===*/

.widget {padding-top:10px;}


.widget #recentcomments li{
	padding: .5em 20px;

}


.widget #recentcomments li a{
        background:none;
	color: #CD0000;
	text-decoration:none;
}



.widget #recentcomments li a:hover{
	color: #464646;
	text-decoration: none;}



.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px;
}


.widget #searchform, .widget #calendar_wrap{



	clear: both;



	height: 1%;



	margin: 0 0 14px;



}







.widget #wp-calendar caption {



	font-size:1.2em;



	text-transform: uppercase;



	font-weight: bold;



	padding-top: 10px;



	padding-right: 5px;



	padding-bottom: 10px;



	padding-left: 5px;



	margin-bottom:5px;



	color:#FFFFFF;



        border-bottom: 1px solid #363636;



}







.widget #wp-calendar {



	margin-left:auto;



	margin-right:auto;



	text-align:center;



	width:240px;



}







.widget #wp-calendar thead th {



	color:#FFFFFF;



}











.widget #wp-calendar tfoot td {



	padding:10px 0 10px 0;



	text-align:left;



}



.widget #wp-calendar tfoot td#next {
	text-align:right;
}



.widget #wp-calendar td {
	width:auto;}





.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;}







.widget #wp-calendar tfoot td a {
	color:#D00000;	

}



.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:0px 0 0;
	width:50px;
	height:44px;
}



.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;

}



.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	

}

.subscribe img{

	vertical-align:middle;
	margin:6px 0 8px;	
}


.widget li a{text-decoration: none; color:#D00000;}
.widget li a:hover{text-decoration: none; color:#000000; }







/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }








/*=== Captions == */

.wp-caption {
	border: 0px solid #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;}







.wp-caption img {



	margin: 0;



	padding: 0;



	border: 0 none;



}







.wp-caption p.wp-caption-text {



	font-size: 10px;



	line-height: 17px;



	padding: 3px 4px 5px;



	margin: 0;











/*=== Slider ===*/







.stepcarousel{



position: relative; /*leave this value alone*/



overflow: scroll; /*leave this value alone*/



width: 644px;



height: 300px; /*Height should enough to fit largest content's height*/



}







.stepcarousel .belt{



position: absolute; /*leave this value alone*/



left: 0;



top: 0;



}







.stepcarousel .panel{



float: left; /*leave this value alone*/



overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/



margin: 5px; /*margin around each panel*/



width: 697px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */



}

