/*
Theme Name: Twister
Theme URI: http://www.refueled.net/wordpress-themes/
Description: A simple two column, widget ready theme.
Author: refueled
Author URI: http://www.refueled.net
version: 2.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#6A6A6A url(images/bg.gif) fixed;
	color: #333;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 20px;
	padding: 0px;
	}
	
h1 {
	font-family: georgia, arial, verdana, times;
	font-size: 18pt;
	margin-top:10px;
	}

h2 {
	font-family: georgia, arial, verdana, times;
	font-size: 12pt;
	margin: 10px 20px 0 0;
	padding: 0 12px 6px 0;
	border-bottom: 1px dotted #666;
	}
	
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration: none;
	border: none;
	}

a:hover{color:#394345; text-decoration: none; border: none;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background:#fff url(images/container.jpg);
	color:#333;
	border: 6px solid #333;
	overflow: hidden;
	}
	
/* header */

#header {
	background: #333 url(images/header.jpg);
    width: 760px;  
	height: 120px;
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 43px 0 0 216px;	
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #404040; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 218px;
	border: none;
	}


/* content */


#content {
	float: right;
	width: 72%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.post {
	margin: 0 10px;
	padding:10px 15px 10px 5px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #08122E;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 8pt;}

.post a{text-decoration: underline;}
.post a:hover{text-decoration: none;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 22px 10px 22px 0;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size: 8pt;
	float:left;
	width:98%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}


/* sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 {
	color: #fff;
    background: #0D080C;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 0;
	border: none;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	margin: 0;
	padding: 0;	
	list-style-type: none;
	display: inline;
	}
	
#sidebar ul li ul{
	margin: 0;
	padding: 0;	
	}
	
#sidebar ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #0D080C;
	line-height: 18pt;
	padding: 0 0 0 10px;
	display: block;
	}
	
* html body #sidebar ul li a {
	width:190px;
	}


#sidebar ul li a:hover {
	background: #333333;
	color: #fff;
	text-decoration: none;
	}
	
	
#sidebar  li.recentcomments{
	display: block;
	float: none;
	padding: 6px 6px 0 10px;
	color: #fff;
	}
	
#sidebar  li.recentcomments a{
	border: none;
	padding: 12px;
	text-align: left;
	display: normal;
	color: #D3D3D3;
	}
	
#sidebar  li.recentcomments a:hover{
	background: none;
	text-decoration: underline;
	}
	
#sidebar p{padding: 10px; color: #fff; line-height: 14pt;}
#sidebar .textwidget{padding: 10px; color: #fff; line-height: 14pt;}

.rsswidget img {
	display: none;
	}

#sidebar h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#sidebar h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}

/* Calendar Widget */

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	color: #fff;
	}
	
#wp-calendar caption{
	margin-top: 12px;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	color: #fff;
	}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 25px 12px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 25px 30px 12px;
	padding:20px;
	}
	
#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;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#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 #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
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;}


/* Search */

#searchform{
	padding: 10px;
	font-family: verdana, arial, times;
	background: #545253;
	}

#searchform input#s{
	width: 70%;
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	border: none;
	}

#searchform input#searchsubmit{
	width: 24%;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	border: none;
	background-color: #fff;
	color: #0D080C;
	}
	
	
/* footer link section */

#linksection {
	background: #0D080C;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin:0;
	padding: 15px 0 30px 0;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#linksection .section1{padding: 20px 0 0 50px; width: 20%; float: left;}
#linksection .section2{padding: 20px 0 0 65px; width: 30%; float: left;}
#linksection .section3{padding: 20px 50px 0 0; width: 20%; float: right;}

#linksection h2{
	font-family: tahoma, verdana, arial, times;
	font-size: 12pt;
	font-weight: 300;
	color: #717171;
	margin: 0 0 12px 0;
	padding: 0 0 6px 0;
	letter-spacing: 1px;
	border-bottom: 1px dotted #545253;
	}
	
#linksection ul{
	margin: 6px 0 24px 0;
	padding: 0;
	list-style-type: none;
	}
	
#linksection li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#linksection li a{
	margin: 0;
	padding: 6px 0 6px 0;
	list-style-type: none;
	border-bottom: 1px solid #545253;
	display: block;
	}
	
* html body #linksection li a {
   width:100%;
}
	
#linksection li a:hover{
	background: #545253;
	color: #eee;
	text-decoration: none;
	}
	
#linksection p{
	color: #666;
	line-height: 14pt;
	}
	
#linksection .textwidget{
	color: #666;
	line-height: 14pt;
	}
	

/* footer */

#footer {
	background: #0D080C;
	clear: both;
	width: 100%;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	border-top: 1px solid #333;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

