/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0 auto; padding:0;
}


body {	
    background: #666 url(images/pavement.jpg);
	font-family: Calibri;
	font-size: 12pt;
	margin: 0 auto;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
		font-family: Calibri;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 1000px;
	background: url(images/bodybg.png);
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
    margin: 0 auto;
	background: url(images/header2.jpg) no-repeat;
  	width: 1000px; 
  	height: 175px;
	color: #fff; 
	text-align: right;
	}

#header h1{
	font:bold 22pt Calibri;
	padding:10px 40px 0 5px;
	margin: 0 0 0 -60px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

#header h2{
	font-family: Calibri;
	font-size: 14pt;
	color:#efefef;
	padding: 0px 40px 0 10px;
	margin: 0 0 0 -30px;
	}

#headertext{
	float: right;
	width: 175px;
	font-family: Calibri;
	font-size: 15pt;
	font-weight: bold;
	color:#efefef;
	padding: 25px 35px 0 10px;
	margin:0;	
	text-align: left;
	}
	

/* main menu */


#menu {
	background: url(images/menubg.png);
	width: 1000px;
	height: 30px;
	font-family: "Comic Sans MS";
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	overflow:hidden;
	padding-left: 30px;
	float: left;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:0px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	color:#37008c;
	text-decoration: none;
	
}


/* content */


#content {
	float: right;
	width:740px;
	overflow: hidden;
	margin:10px 30px 10px 0px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt Calibri;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul { margin-left: 25px;}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: Calibri;
	font-size:8pt;
	width:190px;
	float:left;
	margin: 17px 0px 5px 30px;
	padding: 0;
	
	border: 1px solid #37008c;
	}

#sidebar h2{
	background-color: #FF290B;
	font-family: "Comic Sans MS";
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	color: #fff;	
	margin: 0 auto;
	padding: 2px 0px 2px 0px;
	text-align: center;
}

#sidebar label{
	font:normal 11pt Calibri;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px;
	padding:0;
	margin-bottom: 20px;
	}

#sidebar ul li {
	margin: 0;
	padding: 0px 0px 0px 2px;
	line-height: 14pt;
	list-style-type: none;
	font-size: 14px;
	
	}

#sidebar ul ul {
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
        font-weight: bold;
        	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 10px;
	color: #898989;
        font-weight: normal;
        font-size: 14px;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Calibri;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: Calibri;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: Calibri;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* footer */

#footer {
	clear: both;
	width: 1000px;
	background:url(images/footer.jpg) no-repeat;
	height: 75px;
	margin: 0 auto;
	padding-top: 2px;
	}
	
#footer p{width: 1000px; color: #eee; text-align:center; font-family: "Comic Sans MS", cursive; font-style: italic;}
#footer a{color: #fff; font-weight: bold; font-size: 14px; text-decoration: none;}
#footer a:hover{color: #ff290b;text-decoration: none;}
/* footer menu */

#footermenu {
	width: 725px;
	font-family: "Comic Sans MS";
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
	overflow:hidden;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5px;
	
}


#footermenu a {
	margin-right: 10px;
	font-size: 12px;
}

#footermenu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
}

#footermenu ul li a {
	padding:0px 10px;
	margin: 0 auto;
	color: #fff;
	display:block;
}

#footermenu ul li a:hover {
	color:#37008c;
	text-decoration: none;
	
}


/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 689px; height: 300px; position: relative; margin: 0 auto 15px; margin-top: 30px; border: solid 1px #666; }
.anythingSlider .wrapper                { width: 689px; overflow: auto; height: 290px; margin: 10px 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0px 0 0 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 257px; width: 689px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: -24px; text-align: left; width: 690px;}
#thumbNav a                             { color: black; font: 16px Calibri; display: inline-block; padding: 2px 2px; height: 20px; margin: 0 0px 0 -1px; width: 110px; background: #efefef; border: solid 1px #666; text-align: center;}
#thumbNav a:hover                       { background-image: none; text-decoration: none;}
#thumbNav a.cur                         { background: #37008c; color: #FFF;}

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 0px 4px; width: 40px; text-align: center; position: absolute; right: -1px; top: 300px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


#post-3 h2 {display:none;}
