/*
Theme Name: Blank 3 Column
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: three-column, widget-ready, blank
*/


/* basics */

*{margin:0; padding:0;}

body {
	background:#ffffff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	border: 0;}
	
h1 {font-size: 18pt;}
h2 {font-size: 13pt; margin-top:0px; color: #333333;}
h3 {font-size: 10pt; margin-top:0px; margin-bottom:8px;

font-family: "trebuchet MS", verdana, sans-serif;
	
	font-weight: 300;
	font-style: italic;}
h4 {font-size: 9pt;}

p {margin-bottom: 10px;
font-size: 8pt;}

abbr {
text-decoration: none;
border: 0px;
}

/* images and misc. */

.post img{ border: 1px solid #666666; padding: 3px; margin:5px; }


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
	}
	

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#28631A;
	text-decoration:none;
	border: none;
	}

a:hover{color:#636363;text-decoration: underline; border: none;}



/* container */


#container {
width:1000px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;

	overflow: hidden;
	}
	

	
/* header */
#header {
	background:   url('images/battlecatheader.jpg') ;
        width:100%; 
  	height:150px;
	color: #fff; 
	border-bottom: 1px dotted #cb770f;
	}

#header h1{
 font-family: "trebuchet MS", verdana, sans-serif;;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 50px 0 0 16px;	
	}
	
#header h1 a{color: #28631A; text-decoration: none;}
#header h1 a:hover{color: #636363; text-decoration: none;}


#header h2{font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #28631A;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

#header ul {
	margin: 0;
	padding: 130px 0 0 0;
	text-align: right;
}

#header ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#header ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #182B04;
}

#header ul li a:hover {
text-decoration: underline; 
	color:#636363;
}






/* main menu */


#menu {
	background: #ffffff;font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10pt;
	width:100%; 
	height:25px;
border-bottom: 1px dotted #cb770f;
}


#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: right;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #182B04;
}

#menu ul li a:hover {
text-decoration: underline; 
	color:#636363;
}



/* content */

#content {
	float: left;
	width:570px;
	overflow: hidden;
	margin:14px;
margin-top: 20px;
	}





.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
 

.post h2{font-family: "trebuchet MS", verdana, sans-serif;
	font-weight: 300;
	color: #28631A;
	}
	
.post h2 a{
	color: #28631A;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #636363;
	text-decoration: none;
	}
	

.post a{text-decoration:underline;}
.post ol {
	margin-left:20px;
	padding:0;
	list-style-type: bullet;
	}

.post ul {
	margin:14px;
	padding:0;
	list-style-type: bullet;
	}

.post  ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	}


.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

	
.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}




/* 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: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	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: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #666666;
	
	}
	
#submit{margin:5px 5px 0 0;

	border: 1px solid #333333;}
	
.Submit{margin:5px 5px 0 0;

	border: 1px solid #333333;}


.avatar{float:left; margin:0 12px 0 0;}







/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input #s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #666666;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #333333;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top: 1px dotted #cb770f;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #000000;}
#footer a{color: #333;text-decoration: none;}
#footer a:hover{color: #636363;text-decoration: underline;}





	
textarea { 
border: 1px solid #666666;

font-size: 8pt;
	padding: 2px;
	margin: 2px;
}

input {
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #666666;
	}

.paypal input{font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
border: none;}
	
hr {
border-top: 1px dotted #cb770f;
border-bottom: 0px;
border-left: 0px;
border-right:0px;
height:1px;
margin-top: 8px;
margin-bottom: 6px;
}

<!-- PXS MAIL FORM --!>`

 form dl, dl.labels {
      margin:0em;
      font-size:100%;
      margin-top:0.5em
    }
    form dt, dl.labels dt {
      float:left;
      
      width:10em;
      margin-bottom:0.8em;
      color:#555;
      text-align:right;
      font-weight:normal;
      position:relative /*IEWin hack*/
    }
    form dd, dl.labels dd {
      margin-left:10.5em;
      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;
      padding-left:0.5em
    }
    form dd.submit, dl.labels dd.submit  {
      margin-top:2em
    }

#cat {
width: 180px;
} 

.wp-caption-text {
font-size: 8px;
font-style: italic;
}



.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;
}






/* basics */

*{margin:0; padding:0;}



blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}












/* left sidebar */

#left {
	width:200px;
	float:left;
	margin:0;
margin-top: 20px;
border-right: 1px dotted #cb770f;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}


#left img {padding: 0; margin: 0;}

#left ul {
	margin:10px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:200px;
	float:right;
	margin:0;
margin-top: 20px;
	padding: 0;
border-left: 1px dotted #cb770f;
	}

#right h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}


#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}