@charset "UTF-8";

/*    
Theme Name: badger
Theme URI: http://www.sneakybadger.com/ 
Description: badger theme 
Author: Jason Kempshall
Author URI: http://www.sneakybadger.com/ 
Version: 1.0 
*/  

/* ---------GLOBAL------------ */

/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }



body {
	background-image: url(http://sneakybadger.com/images/blogslice.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;

}

h1 {
	font-size: 24px;
	color: #0a89ae;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-size: 16px;
	color: #0a89ae;
	margin: 0px 0px 0px 0px;
}

/* ---------SPANS------------ */

.link1 {
	font-size: 24px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	display:block;

}

.link2 {
	font-size: 14px;
	color: #0a89ae;
	margin: 0px 0px 0px 0px;
	display:block;

}


.roll1 {
	font-size: 24px;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
	width: 120px;
	border-left: #0a89ae 1px solid;
	display:block;
	text-decoration: none;
	

}

.roll2 {
	font-size: 14px;
	color: #0a89ae;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
	width: 120px;
	border-left: #0a89ae 1px solid;
	display:block;
	text-decoration: none;



}

.rollover p{
	margin: 2px 0px 0px 0px;
}

.color-one {
	font-size: 14px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;

}

.color-two {
	font-size: 14px;
	color: #0a89ae;
	margin: 0px 0px 0px 6px;
	text-decoration: none;

}


/* ---------END-SPANS------------ */

.rollover ul li a:link{
	padding: 2px 0px 0px 20px;
	margin: 0px;
	float:left;
	width: 120px;
	border-left: #444444 1px solid;
	text-decoration: none;
	
}

.rollover ul li a:visited{
	padding: 2px 0px 0px 20px;
	margin: 0px;
	float:left;
	width: 120px;
	border-left: #444444 1px solid;
	text-decoration: none;
	
}


.rollover ul li a:active{
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
	width: 120px;
	border-left: #444444 1px solid;

	
}

.rollover ul li a:hover{
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
	width: 120px;
	border-left: #0a89ae 1px solid;
	
	
}





/* ---------SPECIFIC------------ */


#wrapper {	
	margin: 0px auto 0px auto;
	width: 1000px;
}

#nav {
	height: 145px;
}

#banner {
	height: 290px;
	background-image: url(http://sneakybadger.com/images/banner.jpg);
}

#buttons {
	margin: 78px -20px 0px 0px;
	float:right;
}

#logo {
	float:left;
}
.rollover ul  {
	padding: 5px 0px 5px 0px;
	
	
}
.rollover ul li {
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
	width: 135px;
	
}

#next {
	padding: 0px 25px 0px 0px;
	margin: 270px 0px 0px 0px;
	float:right;
	background-image: url(http://sneakybadger.com/images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}

#next a{
text-decoration: none;
	
}


#content {
	float:left;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin:100px 0px 150px 0px;
	padding:0px;
}

.text-col {
	margin: 0px 70px 0px 0px;
	width: 310px;
	float: left;
}

.list-col {
	margin: 0px 15px 0px 15px;
	float: right;
}

.list-col ul li{
	background-image: url(http://sneakybadger.com/images/tick.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 10px 28px;
}


/* ---------portfolio------------ */

.work-col{
	float:left;
	width:1000px;
}

.work-list1{
	float:left;
	width:450px;
	margin: 0px 0px 0px 0px;
}

.work-list2{
	float:right;
	width:450px;
	margin: 0px 0px 0px 0px;
}

.work-col h2{
    font-size: 16px;
    color: #ffffff;
	background-color: #588fa8;
	width: 100%;
	height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 0px 4px;
	
}

.work-col p{
    font-size: 13px;
	color: #333333;
	margin: 10px 0px 0px 0px;
	
}

.work-col img{
   border: 1px;
   border-style: solid;
   border-color: #6799ab;
	
}

.work-col a {
   color: #0a89ae;
   text-decoration: none;
	
}




/* ---------END portfolio------------ */


#footer {
	background-color: #eaeeef;
	background-image: url(http://sneakybadger.com/images/shadow.jpg);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}

#footer-box {
	background-image: url(http://sneakybadger.com/images/badger.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin:20px auto 0px auto;
	width: 1000px;
	height: 275px;
}

.footer-col {
	padding: 0px 0px 0px 20px;
	margin: 60px 80px 0px 0px;
	float: left;
	height: 150px;
	border-left: #c2c3c3 1px solid;
}

.footer-col h2 {
	font-size: 14px;
	color: #0a89ae;
	margin: 0px 0px 5px 0px;
}

.footer-col ul li {
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 5px 0px;
}

.footer-col ul li a:link{
	text-decoration: none;
	color: #333333;
	
	
}

.footer-col ul li a:visited{
	text-decoration: none;
	color: #333333;
	
	
}
.footer-col ul li a:active{
	text-decoration: none;
	color: #333333;
	
	
}

.footer-col ul li a:hover{
	text-decoration: underline;
	color: #666666;
	
	
}

/* ---------blog comments------------ */

.comment_date {
	float: left;
	width: 100%;
	 color:#0a89ae;
	 font-size: 12px;
     margin-top: 10px;
	 padding-top: 3px;
	 margin-right: 10px;
	 padding-right: 0px;
	 margin-bottom: 70px;
	 padding-bottom: 3px;
     border-top:dashed;
	 border-top-style:dashed;
	 border-bottom:dashed;
	 border-bottom-style:dashed;
	 border-width: 1px;
	 border-color:#999999;

}

.comment_date a{
	float:right;
	color:#0a89ae;
	text-decoration: none;
	background-image: url(http://sneakybadger.com/images/comments.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 33px 0px 0px;
}

.comment_date p{
	color:#0a89ae;
	float:left;
}


.comment {
	width:100%;
	margin: 20px 0px 30px 0px;	
	
}
.comment_bottom {
	border-bottom:dashed;
	border-bottom-style:dashed;
	border-color:#999999;
	border-width: 1px;
}

.comment a img{
	float:left;
	margin: 0px 7px 7px 0px;
	
}

.comment p img{
	border:none;
	
}

.comment h3 img{
	border:none;
	float:left;
	margin: 0px 7px 7px 0px;
	
}

.comment a {
	color:#0a89ae;
	text-decoration: none;
	
}

.post_entry{
	margin:30px 0px 0px 0px;
}









/* ---------contact------------ */

.warning {
	color: #FF6600;	
}

.form{
	float: left;
	width:450px;
}



#contact1 {
	float:right;
	 margin: 0px 0px 0px 180px;
	 

}

#contact1 h2 {
	font-size: 24px;
	color: #0a89ae;
	margin: 0px 0px 30px 0px;

}

#contact1 a {
	color: #0a89ae;
	text-decoration: none;

}

#contact1 ul li {
	text-decoration: none;
	margin: 0px 25px 0px 0px;

}

#textform {
	 font-family:"Times New Roman", Times, serif;
	 color:#333333;
	 font-size:12px;
	 line-height:normal;
	 border:solid;
	 border-width: 1px;
	 border-color:#333333;
	 width:100%;
	 margin: 0px 0px 5px 0px;
}


.social {
	float:left;
	margin: 30px 0px 0px 0px;
}



.formbox {
    font-family:"Times New Roman", Times, serif;
    font-size:12px;
    color:#333333;
    margin: 0px 0px 0px 0px;
}

.twit{
	background-image: url(http://sneakybadger.com/images/twitter.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 10px 28px;

}

.face{
	background-image: url(http://sneakybadger.com/images/face.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 4px 28px;
}

.flickr{
	background-image: url(http://sneakybadger.com/images/flickr.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 10px 28px;
}

.you{
	background-image: url(http://sneakybadger.com/images/youtube.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 4px 28px;
}

/* ---------blog specific------------ */


#blog_content {
	float:left;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin: 0px 0px 150px 0px;
	padding:0px;
}


#twitter {
	background-image: url(http://sneakybadger.com/images/tweet.jpg);
	background-repeat: no-repeat;
	margin: 30px 0px 0px 0px;
	float:left;
}



#prop {
	height: 130px;/* min-height hack for ie6 */
	float:right;
}



#twitter_update_list {
	text-align: left;
	color: #588fa8;
	font-style: italic;
	font-size: 30px;
	padding: 20px 0px 20px 240px;
	float:right;
	
}

#twitter_update_list a {
       color:#0a89ae;
       text-decoration: none;
       
}

#twitter-box ul li {
	font-size: 12px;
	margin:0px 0px 5px 0px;
}

#twitter-box ul li a {
	font-size: 12px;
	margin:0px 0px 5px 0px;
}

.tweet {
	float: right;
	margin: -20px 0px 0px 0px;
	border-bottom-style:dashed;
	border-width: 1px;
	border-color:#999999;
}

.tweet a {
	text-decoration: none;
	color: #0a89ae;
	font-size: 12px;
}

#rightcol {
	float:right;
	width:650px;
	
	
}

#sidebar {
	float:left;
	width:280px;
	margin:0px 70px 0px 0px;
	

}

#sidebar h2{
    font-size: 16px;
    color: #ffffff;
	background-color: #c9cccd;
	width: 100%;
	height: 19px;
	margin: 35px 0px 10px 0px;
	padding: 1px 0px 0px 4px;
	
}

#sidebar h2 a{
	font-size: 16px;
    color: #ffffff;
	background-color: #c9cccd;
	width: 100%;
	height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 0px 4px;
	text-decoration: none;
	
}

#sidebar ul li a{
	font-size: 14px;
    color: #0a89ae;
	text-decoration: none;
	
}



#rightcol h2 a{
	float: left;
	font-size: 16px;
    color: #ffffff;
	background-color: #588fa8;
	width: 100%;
	height: 19px;
	margin: 35px 0px 10px 0px;
	padding: 1px 0px 0px 4px;
	text-decoration: none;
}

.post p a{
	font-size: 16px;
    color:#0a89ae;
	text-decoration: none;
	font-style: italic;
}

.post img{
	border: 10px;
	border-color:#c9cccd;
	border-style: solid; 
	margin: 0px 0px 10px 0px;
	
}

/* ---------wp-page-numbers------------ */

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 20px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	float:left;
	margin-top: -30px;
	width: 100%;
	background: #fff;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: times;
	font-style: italic;
	font-size: 18px;
}

#wp_page_numbers li a:hover {
	color: #0a89ae;
}

#wp_page_numbers li.space {
	font-size: 18px;
	font-family: times;
	font-style: italic;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #0a89ae;

	
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */

}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 18px;
	font-family: times;
	font-style: italic;
	color: #588fa8;
	display: block;
	padding: 3px;
	padding-right: 5px;
;
}

/* ---------end-wp-page-numbers------------ */
