/*
Theme Name: Thunderbolt
Theme URI: http://empirethemes.com/thunderbolt
Description: An Aviation/Military WordPress theme. Perfect for personal blogs / Military sites.
Author: ET
Author URI: http://empirethemes.com
version: 1.0
Tags: two-column, widget-ready, red, white, black
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#000;
	font-family:"georgia", arial, 宋体, sans-serif;
	font-size: 14px;
	color:#575757;
	}


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:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#503a73;
	text-decoration:none;
	}

a:hover{color:#a40818; text-decoration: none;}


/* fonts */

@font-face {
	font-family: "FuroreRegular";
	src: url("fonts/Furore.ttf") format("truetype");
}


/* container */

	
#container {
	width:900px;
	margin: 0 auto;
	padding:14px;
	background:#fff;
	overflow: hidden;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	
/* header */

#header {
  	width:920px; 
  	overflow:hidden;
	padding:16px 5px;
	margin:0 auto;
	}

#header h1{
	font:bold 30px "bodoni MT black", georgia, arial, 宋体;
	padding:0;
	margin:0;	
	color:#6c6c6c;
	text-shadow:1px 1px #000;
	text-transform:capitalize;
	}
	
#header h1 a{color:#6c6c6c; text-decoration: none; border-bottom:none;}
#header h1 a:hover{color: #a40818; text-decoration: none;}

#headerimg {
	background:#fff url(images/header6.jpg) no-repeat;
  	width:900px; 
  	height:160px;
  	overflow:hidden;
	padding:0;
	margin:0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	



/* main menu */


#menu{
	text-transform:uppercase;
	width:930px;
	background: url(images/menu.jpg) top left repeat-x;
	font:normal 12px "georgia", 宋体, times;
	margin: 0 auto 14px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	letter-spacing:1px;
	height:32px;
}	

#menu ul{
	margin:0 0 0 20px;
}

#menu li {
	float:left; 	
	list-style-type: none;
	margin: 0 10px 0 0;
	padding:6px 0;
	}

#menu ul li a {	
	padding:4px 10px;
	margin: 0;
	color: #aaa;
	display:block;
	border-bottom:none;
	text-shadow:1px 1px #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
#menu ul li a:hover {
	color:#d4c4e8;
}	
	
#menu ul li.current_page_item a {
	color:#d4c4e8;
	background:#950b0c;
	text-decoration:none;
}

	
	
	
	
/* content */


#content {
	float: left;
	width:620px;
	margin:10px 10px 10px 10px;
	border-right:1px solid #FFFFFF;
	}

.pagetitle{
	font:bold 15px "georgia", 宋体, arial;
	padding: 0 0 8px 0;
	margin: 20px 0;	
	color:#000;
	text-transform:capitalize;
	}

.post {
	margin:0;
	padding:20px 0;
	}
	
.post h2{
	font:bold 18px "georgia", 宋体, arial;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;	
	color:#000;
	border-bottom:1px solid #ddd;
	text-transform:capitalize;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	border-bottom:none;
	}
	
.post h2 a:hover{
	color: #a40818;
	text-decoration: none;
	}
	
.post h3{
	font:normal 14px "georgia", arial, 宋体, times;
	}


.post ul {margin:10px 30px;}

.post li {
	list-style-type: none;
	background:#ffffff left no-repeat;
	text-indent:15px;
	}

.entry img{
	background: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.entry p{margin:12px 0; line-height:20px;}

.postmetadata{
	clear: both;
	padding:6px 0;
	margin: 0 0;
	line-height:18px;
	font-size:14px;
	text-transform:capitalize;
	}
	
.date{
	background:url(images/date.jpg) left no-repeat;
	padding:3px 8px 0 22px;
}

.comments{
	background:url(images/comments.png) left no-repeat;
	padding:3px 8px 0 22px;
}

.cats{
	background:url(images/cats.png) left no-repeat;
	padding:3px 8px 0 22px;
}

.edit{
	background:url(images/pencil.png) left no-repeat;
	padding:3px 8px 0 22px;
}


	
.metadata{
	padding:0;
	text-transform:capitalize;
	word-spacing:1px;
	font-size:12px;
	}
	

.navigation {
	font-size:14px;
	width:100%;
	margin:0;
	padding:12px 0;
	overflow:hidden;
	border-top:1px solid #eee;
	}
	
.navigation a{
	padding:4px 10px;
	margin: 0;
	display:block;
	border-bottom:none;
	text-shadow:1px 1px #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#FFFFFF;
	background:#503a73;
	text-decoration:none;
	width:70px;
	text-align:center;
}

.navigation a:hover{
	background:#a40818;
	color:#FFFFFF;
}
	
.alignleft a{float:left; margin:0;}
.alignright a{float:right; margin:0;}

.more-link{
	padding:0;
	margin: 0;
	display:block;
	border-bottom:none;
	text-shadow:1px 1px #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#d4c4e8 !important;
	background:#68121f;
	text-decoration:none;
	width:240px;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
}


.more-link:hover{
	background:#482569;
	color:#d4c4e8;
}




/* sidebar */


#sidebar{
	width:240px;
	float:right;
	margin:20px 0 20px 10px;
	padding: 0;
	border-left: 1px solid #ddd;
	color: #616161;
	font-size:12px;
	}

#sidebar h2{
    color: #000;
    font-weight:bold;
    text-transform: uppercase;
	text-align:center;
    letter-spacing: 1px;
    font:normal 14px "FuroreRegular", georgia, 宋体;
    padding:12px 0;
    border-bottom:1px solid #ddd;
}


#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0 20px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	background:#ffffff;
	padding:0 0 0 15px;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #4b7bb3;
}
	
	


/* comments */


.maincomments{
	padding:0;
	margin:0 0 14px 0;
}

.maincomments h3{
	font-family: "georgia", arial, 宋体, times, verdana;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	letter-spacing:1px;
	}

#respond{margin:10px 0 0 0;}

#commentform{
	margin:10px 0 0 0;
	padding:0;
	font:normal 12px "georgia", arial, 宋体, times;
	}
	
#commentform p{
	color: #000;
	}
	
	
#commentform h3{
	font-family:"georgia", arial, 宋体, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:98%;
	background: #fff url(images/comment_bg.gif) no-repeat scroll center center;
	font-family:georgia, arial, 宋体, times;
	font-size: 16px;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #748fc7;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

#author, #email, #url, #mcspvalue, #submit{
	background: #fff;
	font-family:georgia, arial, 宋体, times;
	font-size: 14px;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #748fc7;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:4px 8px;
	background:#950b0c; 
	text-transform:capitalize;
	color:#fff;
	border:none;
	}
	
#submit:hover{
	background:#670608; 
	border: none;
	color:#fff;
	cursor:pointer;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 10px 0;
	padding:6px 6px 1px 0px;
	list-style-type:none;
	overflow:hidden;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:10px 0;
	font:normal 13px "arial", 宋体, times;
	}
	
cite {
	font:normal 14px "arial", 宋体, verdana, tahoma;
	padding:0;
	}
	
.vcard{margin:0 0 4px 0;}

.children{
	margin:6px 0 0 0px;
	padding: 0;
}

.nocomments{background:#ffffff; color:#fff; padding:0;}

.comment-meta{font:normal 10px "arial", 宋体, times; line-height:18px;}

.thread-alt {
	background:#fff;
	margin: 0px;
	padding: 0px;
	}

.thread-even {
	background:#fff;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.avatar{float:none; display:block; margin:0 0 4px 0; padding:2px; border:1px;}
.gravreply{float:left; margin:0 4px 0 0; height:60px; font:normal 11px "georgia", 宋体, arial, times; text-align:center; text-transform:capitalize;}




/* 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: 14px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* search */

.search{
	float:right;
}

#searchform{
	padding:10px 0;
	margin: 0 14px 0 0;
	}

#searchform input#s{
	margin:0 auto;
	display:block;
	border:none;
	padding:8px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width:180px;
	color:#aaa;
	background:#3a3c3e;
	font-size:14px;
	}
	
#searchform input#s:focus{
	color:#fff;
	background:#505356;
	}




/* footer */

#footer {
	clear: both;
	width: 100%;
	font-size:12px;
	margin:0 auto;
	border-top:1px solid #000;
	text-transform:uppercase;
	}
	
#footer p{padding:22px 0;margin: 0; color:#999; text-align:center; word-spacing:1px; line-height:10px;}
#footer a{color:#fff;}
#footer a:hover{color:#999;}

.qtrans_language_chooser li { float:right; margin-right:1px }


