/*  
Theme Name: SketchyTheme
Theme URI: http://www.thinkdesignblog.com
Description: 2-Column, widgetized, adsense-ready theme.
Version: v.1
Author: Nick Pagano from Think Design
Author URI: http://www.thinkdesignblog.com/

*/






/*----MAIN STYLES----*/

{ height: 100%; margin-bottom: 1px; }

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
     margin: 0;
     padding: 0;
margin-bottom: 1px;
}


p.li{
     margin-left: 15px;
}



blockquote{
     margin-left: 30px;
     margin-right: 27px;
     margin-top: 10px;
     margin-bottom: 10px;
     background: #eaeaeb url(images/blockquote.jpg) no-repeat top left;
     padding: 25px;
}

body{
     margin: 0;
     font-family: Arial, Helvetica, Georgie, Sans-serif;
     font-size: 12px;
     text-align: center;
     vertical-align: top;
     background: url(images/bg-try.jpg) repeat-y center;
background-color: #f4f4f4;
}

h1{
     font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
     font-size: 24px;
     padding: 0 0 10px 0;
}

h4{
     font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
     font-size: 16px;
     padding: 0 0 10px 0;
}

h5{
     font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
     font-size: 14px;
     padding: 0 0 10px 0;
}

h6{
     font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
     font-size: 10px;
     font-weight:normal;
     padding: 0 0 10px 0;
}

a:link, a:visited{
      text-decoration: none;
      color: #eca317;
}

a:hover{
      color: #d96a00;
      text-decoration: none;
}

a img { border: 0; }
a:visited img {border: 0; }


p{
      padding: 10px 0 0 0;
}


#wrapper{
      margin: 0 auto 0 auto;
      width: 960px;
      text-align: left;
}


h2{
      font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 22px;
      line-height: 35px;
      padding-left: 0px;
      color: #eca317;
}

/*----ADVERTISEMENTS----*/


#topadsense{
      height: 25px;
      background: #E6E6E6;
      padding-top: 5px;
}

#topadsense a {
	display: block;
	padding:10px 10px 7px 10px;
	color: #ff9900;
        font-size: 12px;
        font-weight: bold;
        margin-left: 20px;
}

#topadsense a:hover {
	background: url(images/top-nav2-bg-hover.jpg) repeat-x right top;
	color:#ff9900;
}


/*----HEADER----*/


#header{
      float: left;
      width: 961px;
      height: 59px;
      padding: 0px;

}


/*----TOP SECTION - IMG UNDER HEADER----*/


#topsection{
      position: relative;
      height: 134px;
      width: 961px;
      margin: 0px;
      background-color: #000000;
      background-image: url(images/top-section.jpg);
}








/*----DROP DOWN TOP NAV----*/



#menuholder{
        background: url(images/top-nav-bg.jpg) repeat-x center top;
        width: 961px;
        height: 37px;
	margin: 0 auto;
	padding: 0px 0;
}


	#nav {
	width: 961px;
        height: 37px;
	background: url(images/top-nav-bg.jpg) repeat-x right top;
	float: left;
}


	#nav, 
	#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.8;
}


	#nav a {
	display: block;
	padding:10px 10px 7px 10px;
	color: #fff;
        font-size: 12px;
        font-weight: bold;
        margin-right: 20px;
}



	#nav a:hover {
	background: url(images/top-nav-bg-hover.jpg) repeat-x right top;
	color:#ffffff;
}


	#nav li { /* all list items */
	float: left;
	display: block;
}


	#nav li ul { /* second-level lists */
	position: absolute;
	background: #b0b1b1;
	width: 164px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
}



	#nav li ul a{ /* second-level lists */
	width: 144px;
}


	#nav li ul ul { /* third-and-above-level lists */
	margin: -37px 0 0 164px;
	padding: 0;
}


	#nav li ul ul a{
	width: 144px;
	}


	#nav li:hover, 
	#nav li.hover {
    position: static;
}


	#nav li:hover ul ul, 
	#nav li:hover ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
	left: -999em;
}


	#nav li:hover ul, 
	#nav li li:hover ul, 
	#nav li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




/*----DROP DOWN TOP NAV 2----*/





	#nav2 {
	width: 961px;
        height: 20px;
	background: #58595B;
	float: right;
}


	#nav2, 
	#nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0.3;
}


	#nav2 a {
	display: block;
	padding:10px 10px 7px 10px;
	color: #eca317;
        font-size: 12px;
        font-weight: bold;
        margin-right: 20px;
}



	#nav2 a:hover {
	background: url(images/top-nav2-bg-hover.jpg) repeat-x right top;
	color:##eca317;
}


	#nav2 li { /* all list items */
	float: right;
	display: block;
}


	#nav2 li ul { /* second-level lists */
	position: absolute;
	background: #b0b1b1;
	width: 164px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
}



	#nav2 li ul a{ /* second-level lists */
	width: 144px;
}


	#nav2 li ul ul { /* third-and-above-level lists */
	margin: -37px 0 0 164px;
	padding: 0;
}


	#nav2 li ul ul a{
	width: 144px;
	}


	#nav2 li:hover, 
	#nav2 li.hover {
    position: static;
}


	#nav2 li:hover ul ul, 
	#nav2 li:hover ul ul ul, 
	#nav2 li.sfhover ul ul, 
	#nav2 li.sfhover ul ul ul {
	left: -999em;
}


	#nav2 li:hover ul, 
	#nav2 li li:hover ul, 
	#nav2 li li li:hover ul, 
	#nav2 li.sfhover ul, 
	#nav2 li li.sfhover ul, 
	#nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/*----CONTENT AREA----*/
.slideshow{
}

#container{
      float: left;
      width: 540px;
      margin-top: 0px;
}

.post{
      padding: 20px 0px 25px 45px;
      background: url(images/post-bg-top.jpg) no-repeat 15px 0px;
      background-color: #ffffff;
      width: 550px;
}

.post h2{
      font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 22px;
      line-height: 13px;
      padding-left: 0px;
      color: #eca317;
}


.commentbottom{
      padding: 5px 0px 25px 45px;
      background: #ffffff;
      width: 550px;
}

.commentbottom h2{
      font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 22px;
      line-height: 35px;
      padding-left: 0px;
      color: #eca317;
      border-bottom: #E2E2E2 1px solid;
}

.entry{
      line-height: 18px;
      padding-right: 25px;
}

.comm { background:url(../images/comment_black.png) no-repeat; }



/*----ANNOUNCEMENTS----*/
.announcebottom{
      width: 550px;
      padding-top: 5px;
      padding-right: 25px;
      padding-bottom: 5px;
      background: url(images/post-bg-bottom.jpg) no-repeat bottom;
}


/*----BOTTOM OF POSTS----*/
.postbottom{
      height: 95px;
      width: 550px;
      padding-top: 0px;
      padding-right: 25px;
      padding-bottom: 5px;
      background: url(images/post-bg-bottom.jpg) no-repeat bottom;
}

.postbottom h3{
      color: #eca317;
      border-bottom: 1px dashed #E2E2E2;
      font-size: 10px;
      padding: 0;
      margin: 0;
}

.relatedposts{
      float: left;
      width: 350px;
      list-style: none;
      font-size: 11px;
}

.relatedposts ul li{
      list-style: none;
      width: 300px;
      margin-left: -40px;
      border-bottom: 1px solid #E2E2E2;

}


.relatedposts ul li a{
      color: #666666;
      display: block;
      text-decoration: none !important;
      margin-left: 0px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 5px;
}

.relatedposts ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #E6E6E6;
}

.share{
      float: left;
      width: 150px;
      margin-left: 15px;
}

.stumble{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-stumble.jpg) no-repeat;
}

.stumble:hover{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-stumble-hover.jpg) no-repeat;
}

.digg{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-digg.jpg) no-repeat;
}

.digg:hover{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-digg-hover.jpg) no-repeat;
}


.delicious{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      background: url(images/icon-delicious.jpg) no-repeat;
}

.delicious:hover{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      background: url(images/icon-delicious-hover.jpg) no-repeat;
}

.subscribe{
      float: left;
      width: 150px;
      margin-left: 15px;
      margin-top: 5px;
}


.subscribe a{
      color: #666666;
      display: block;
      text-decoration: none !important;
      border-bottom: 1px solid #E2E2E2;
      font-size: 10px;
      margin-left: 0px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 3px;
      padding-left: 5px;
}

.subscribe a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #E6E6E6;
}


p.postmetadata{
      border-bottom: 1px dashed #E2E2E2;
      margin: 0 6px 10px 0;
      padding-bottom: 10px;
}









/*----PAGE AND POST NAVIGATION----*/



.navigation{
      width: 585px;
      padding: 5px 0 0 0;
      padding-left: 10px;
      padding-bottom: 15px;
      font-size: 18px;
      line-height: 10px;
      margin-bottom: 0px;
background: #ffffff
}

.navigation a{
      color: #ffffff;
      text-transform: uppercase;
      font-size: 10px;
      background: url(images/button-bg.jpg);
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 20px;
      padding-right: 20px;
margin-left: auto;
margin-right: auto;
}

.navigation img{
      border: none;
}


/*----SIDEBAR----*/

.sidebar{
      float: right;
      width: 380px;
      margin: 0px 0 0 10px;
      display: inline;
}

.sidebar ul{
      list-style-type: none;
      margin: 0;
      padding: 0px 5px 0px 25px;
}

.sidebar ul li{
      padding: 10px 0 10px 0;
}

.sidebar ul li h2{
      font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 14px;
      color: #eca317;
      padding-left: 10px;
      padding-bottom: 5px;

}

.sidebar ul ul li{
      padding: 5px;
      line-height: 24px;
      border-bottom: #E2E2E2 1px solid;
}

.sidebar ul ul li a{
      color: #666666;
      display: block;
      text-decoration: none !important;
      margin-left: 0px;
      padding-top: 2px;
      padding-right: 0px;
      padding-bottom: 2px;
      padding-left: 5px;
}

.sidebar ul ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #E6E6E6;
}

table#wp-calendar{
      width: 93%;
      padding-left: 30px;
      padding-top: 5px;
      line-height: 20px;
}






/*----R AND L SIDEBAR----*/
#l_sidebar, #r_sidebar { float:left; display:inline; width:170px;  margin:0px; padding:0px 0px 0px 0px; }
#l_sidebar h2, #r_sidebar h2 { font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 14px;
      color: #eca317;  }
#l_sidebar ul, #l_sidebar ul li, #r_sidebar ul, #r_sidebar ul li { margin:0px 0 0px 0; padding-left:10px; }
#l_sidebar ul li ul li, #r_sidebar ul li ul li { margin:0px; padding:2px 2px 7px 8px; }
#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited, #r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited { margin:0px; text-decoration:none; }
#l_sidebar ul li ul li a:hover, #r_sidebar ul li ul li a:hover { text-decoration:underline; } 
#l_sidebar ul li ul li ul li, #r_sidebar ul li ul li ul li { margin:0px; padding:0px; }
#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited, #r_sidebar ul li ul li ul li a, #r_sidebar ul li ul li ul li a:visited { padding:2px 2px 7px 8px; margin:2px; text-decoration:none; }
#l_sidebar ul li ul li ul, #r_sidebar ul li ul li ul { border:none; padding:0px; margin:0px; }
#l_sidebar ul li ul li ul li a:hover, #r_sidebar ul li ul li ul li a:hover { text-decoration:underline; }





/*----COMMENTS----*/

#comment-wrapper{
      background: #ffffff;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 0px solid #ccc;
	padding: 10px 0 0;
      background: #ffffff;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #E2E2E2;
}

.comments-template h2, .comments-template h3{
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
	COLOR: #ECA317;
}

.comments-template p.nocomments{
padding:0px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.bypostauthor 
{ background-color:#d96a00 !important; }

img.avatar
{float:left; margin-right:5px; margin-top:5px; margin-bottom:5px;}

hr{
clear:left;
} 

/*----FOOTER----*/


#footer{
      clear: both;
      float: left;
      width: 961px;
      height: 270px;
      padding-top: 0px;
      list-style: none;
      background: #58595B url(images/footer-bg.jpg) repeat-x;
}


#footer p{
      line-height: 18px;
      padding-left: 20px;
      padding-right: 20px;
}


#footer a{
       list-style: none;
       color: #ffffff;
}


#footer img{
       border: 1px solid #333333;
       margin-top: 25px;
       margin-left: 40px;
       margin-right: 20px;
       margin-bottom: 20px;
}


#footer h2{
      color: #4C4B4B;
      padding-left: 40px;
      padding-top: 25px;
      padding-bottom: 10px;
      font-size: 14px;
      background: url(images/footer-h-icon.gif) no-repeat 20px 26px;
}

#leftfooter{
      float: left;
      width: 240px;
      height: 260px;
      background: url(images/footer-border.jpg) repeat-y right;
}


#leftfooter li{
      list-style: none;
      border-bottom: #E2E2E2 1px solid;

      margin-left: 30px;
      margin-right: 30px;
}


#leftfooter li a{
      color: #ffffff;
      display: block;
      text-decoration: none !important;
      margin-left: 0px;
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 5px;

}


#leftfooter li a:hover{
	border-bottom-color: #fff;
	color: #ffffff !important;
	background-color: #727272;
}


#middlefooter{
      float: left;
      width: 240px;
      height: 260px;
      background: url(images/footer-border.jpg) repeat-y right;
}




caption{
      padding-top: 10px;
      font-size: 16px;
      color: #ffffff;
}


#rightfooter{
     float: left;
     width: 241px;
}

.authorpic{
     float: right;
     margin-bottom: 2px;
     margin-left: 2px;
}


#credit{
    float:left;
    width: 961px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    margin-left: -2px;
    color: #58595B;
    background: #f4f4f4;
}

#credit a{
    color: #58595B;
}

#credit a:hover{
    color: #2c2d2d;
}

img.centered, .aligncenter, div.aligncenter {
	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;
	}

