/* 
Theme Name: Blak Tornado 4
Theme URI: http://www.blaktornado.com/blog/ 
Description: The Blak Tornado Theme
Author: Rowan Johnson
Author URI: http://www.blaktornado.com 
Version: 1.0 
. 
For private, authorised use only.
. 
*/  

body {
	background-color: #FFFFFF;
	background-image: url('/img/background-white.gif');
	background-repeat: repeat-x;
	color: #696c6f;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
}

img { border: 0px; }

h1 {
	font-weight: bold;
	font-size: 26px;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

h2.entry-title {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

h2 a:link { color: #000000; font-weight:normal; text-decoration: none;}
h2 a:hover{ color: #696c6f; font-weight:normal; text-decoration: none;}
h2 a:visited{ color: #000000; font-weight:normal; text-decoration: none;}


h3 { color: #8A8A8A; font-size: 11px; line-height: 0px; font-weight: normal; }

p {
		font-size: 11px;
		color: #696c6f;
}

p a:link { color: #696c6f; font-weight:bold; text-decoration: none;}
p a:hover{ color: #797c7f; font-weight:bold; text-decoration: none;}
p a:visited{ color: #696c6f; font-weight:bold; text-decoration: none;}

a:link { color: #999999; font-weight:bold; text-decoration: none;}
a:hover{ color: #696c6f; font-weight:bold; text-decoration: none;}
a:visited{ color: #999999; font-weight:bold; text-decoration: none;}

/*titlebar*/

#titlebar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	padding-left: 5px;
	background: rgb(0, 0, 0); /* Fallback */
	background: rgba(0, 0, 0, 0.8);
	background-image: url('/img/titlebar_bg.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px, solid, #000000;
	border-bottom: 1px, solid, #000000;
	z-index: 1;
}

#titlebar-left {
	float: left;
	margin-top: 5px;
	font-size: 16px;
}

#titlebar-right {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	font-size: 10px;
}
#titlebar-right a{font-size: 10px;color: #FFFFFF;text-decoration: none; font-weight: bold; padding-right: 3px;}
#titlebar-right a:hover{font-size: 10px;color: #F0F0F0;text-decoration: underline; font-weight: bold; padding-right: 3px;}

/* template */

.splash-table {
	position: relative;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	background: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	z-index:0;
}

.spacer { /*puts some space between video elements */
	position: relative;
	width: 100%;
	height: 30px;
}


#wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	max-width: 720px;
	position: relative;
}

#content {
	position: relative;
	width: 100%;
}

#postmetadata {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #8A8A8A;
	margin-bottom: 3px;
	margin-top: 5px;
}

#postmetadata a:link { color: #999999; text-decoration: none;}
#postmetadata a:hover{ color: #8A8A8A; text-decoration: none;}
#postmetadata a:visited{ color: #999999; text-decoration: none;}

#table {
	float: left;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	background: #e2e2e2;
	background-image: url('/img/table_bg.png');
	background-repeat: repeat-x;
	border: solid 1px #999999;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#breadcrumbs {
	width: 100%;
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
	color: #999999;
}

#breadcrumbs a:link{ color: #919191; font-size: 10px; font-weight: bold; text-decoration: none;}
#breadcrumbs a:hover{ color: #515151; font-size: 10px; font-weight: bold; text-decoration: none;}
#breadcrumbs a:visited{ color: #919191; font-size: 10px; font-weight: bold; text-decoration: none;}

#advertisements { 
	float: left;
	background: rgb(213, 213, 213); /* Fallback */
	background: rgba(0, 0, 0, 0.1);
	width:100%;
	margin-top: 3px;
	border: solid 1px #999999;
	border-radius: 8px;
	padding: 5px;
}

#advert-stuffing {
	width: 98%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	margin-top: 10px;
	float: left;
	width:100%;
	text-align:center;
	font-size: 10px;
	color: #373737;
}

/* comments */

#comments-box {
	margin-left: auto;
	margin-right: 10px;
	width: 410px;
}
  
.comment-tips {
	float: left;
	width: 260px;
	margin-left: 10px;
	overflow:hidden;
}
  
.commentmetadata { font-size: 10px; } 

#submit{
    color: #000000;
	font-size: 12px;
	background-image: url('img/search_button_bg.gif');
	background-repeat: repeat-x;
	background-color: #d0d0d0;
	width: 130px;
	height: 20px;
	border-width: 1px;
	border-color: #CCCCCC;
} 

.commentlist {
	width: 650px;
	text-align: left;
}

.commentlist li {
	background: rgb(200, 200, 200); /* Fallback */
	background: rgba(255, 255, 255, 0.25);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
	margin: 20px;
	border: solid 1px #9f9f9f;
}

.alignleft { float:left;}
.alignright {float:right;}

#author {color: #000000;font-size: 12px;background-color: #FFFFFF;width: 225px;height: 18px;border-width: 1px;border-color: #CCCCCC;padding: 2px;}
#email {color: #000000;font-size: 12px;background-color: #FFFFFF;width: 225px;height: 18px;border-width: 1px;border-color: #CCCCCC;padding: 2px;}
#url {color: #000000;font-size: 12px;background-color: #FFFFFF;width: 225px;height: 18px;border-width: 1px;border-color: #CCCCCC;padding: 2px;}
textarea#comment { 
width: 400px;
height: 150px; 
padding: 5px;
background-color: #FFFFFF;
background-image: url('img/search_button_bg.gif');
background-repeat: repeat-x;	
background-position: bottom;
color: #000000;
font-size: 12px;
border-width: 1px;
border-color: #CCCCCC;
}  


/* media */

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

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

.video {
	overflow: visible;
}

/* Images */

	/* float img */
		.float-img-left {
			margin-left: 3px;
			margin-right: 3px;
			padding: 5px;
			width: 175px;
			height: 110px;
			float: left;
		}
		
		img.float-img {
			border:0px;
		}
		


/* Search */

.searchtable {
	float: left;
}

#searchsubmit {
	color: #000000;
	font-size: 12px;
	background-image: url('img/search_button_bg.gif');
	background-repeat: repeat-x;
	background-color: #d0d0d0;
	width: 100px;
	height: 20px;
	border-width: 1px;
	border-color: #CCCCCC;
}

#s {
	color: #000000;
	font-size: 12px;
	background-color: #d0d0d0;
	background-image: url('img/search_bg.gif');
	background-repeat: repeat-x;	
	width: 610px;
	height: 18px;
	border-width: 1px;
	border-color: #CCCCCC;
}
