/*
Theme Name: nuke
Theme URI: 
Description: 
Version: 1.0
Author: 
Author 
Tags: 

*/

* {margin: 0; padding: 0;}

html {height: 100%}
body {
	font: 13px Tahoma, sans-serif;
	width: 100%;
	height: 100%;
	background: #D5B58C url(images/bg.gif);
	text-align: center;
}
a:link, a:visited, a:active, a:hover {color: #a83305; text-decoration: underline;}
a:hover {text-decoration: none;}

img {border: none;}
input {vertical-align: middle}
ul li{list-style: none;}
.clear{ clear: both;}
h2{font: 18px Georgia, sans-serif;}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(images/bg_header.jpg) repeat-x top;
	
}
#wrapper .padd{
	width: 1000px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 175px;
	background: url(images/header_right.jpg) no-repeat top right;
}
#header .himg1{width: 100%; background: url(images/header_left.jpg) no-repeat top left;}
#header .himg2{width: 100%; background: url(images/header_logo1.jpg) no-repeat 200px top;}
#header .himg3{width: 100%; background: url(images/header_logo2.jpg) no-repeat 400px top;}
#header .himgta{width: 100%; height: 175px; background: url(images/header_ta.jpg) no-repeat 600px top;}
#header .hfeed{width: 600px; text-align: right; float: left; color: #ffe6ad; font-weight: 700;}
#header .hfeed .padd{width: 146px; text-align: center; float: right;}
#header .hfeed span{line-height: 19px;}
#header .hfeed a:link, #header .hfeed a:visited, #header .hfeed a:active, #header .hfeed a:hover {color: #FFE6AD; text-decoration: none;}
#header .hfeed a:hover {text-decoration: underline;}
#header .hta{width: 240px; float: left; font-size: 11px; line-height: 15px; height: 149px; overflow: hidden;}
#header .hta span{color: #d45303; font-weight: 700;}
#header .hta p{padding: 18px 0 0;}

.top_menu{width: 390px; margin: 0 auto; height: 22px;/* overflow: hidden;*/ font-weight: 700; color: #fff;}
.top_menu li{float: left; text-align: center; line-height: 22px;/* border: 1px solid #000;*/ background: url(images/mi_bg.gif) no-repeat center 1px; width: 61px; margin: 0 2px;}
.top_menu li.search{float: right; background: none; width: 300px;}
.top_menu li a:link, .top_menu li a:visited, .top_menu li a:active, .top_menu li a:hover{color: #fff; text-decoration: none;}
.top_menu li a:hover{text-decoration: underline;}

.search_form{width: 190px; overflow: hidden;}
.search_form .text{width: 120px;}
.search_form .bttn{width: 52px; height: 17px; border: 0; cursor: pointer; background: url(images/bttn_search.gif);}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 419px 0 0;
	text-align: left;
}
#content .padd{width: 100%; background: url(images/c_bg.gif) repeat-y right;}
#content .c_top{width: 100%; background: url(images/c_top.gif) no-repeat right top;}
#content .c_bttm{width: 100%; background: url(images/c_bttm.gif) no-repeat right bottom; padding: 20px 0 30px;}

.title{width: 100%;}
.title h1{float: left; font: 28px Georgia, sans-serif; background: url(images/title_bg.gif) repeat-x bottom; line-height: 35px; padding: 7px 0; margin: 0 0 0 15px; width: 505px;}
.title h3{float: left; font: 12px Georgia, sans-serif;  color: #a04804; font-weight: 700; text-align: center; background: url(images/date_bg.gif) no-repeat left top; width: 43px; height: 44px; padding: 10px 0 0; line-height: 15px;}
.title h3 span{font-size: 25px; color: #000;}
.title a:link, .title a:visited, .title a:active, .title a:hover {color: #000; text-decoration: none;}
.title a:hover {text-decoration: underline;}

.post_wrapper{padding: 0 15px 0 60px;}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	margin-left: -414px;
	width: 231px;
	position: relative;
	text-align: left;
}
.slbg{width: 231px; background: url(images/ls_bg.gif) repeat-y right;}
.sltop{width: 100%; background: url(images/ls_top.gif) no-repeat right top;}
.slbttm{background: url(images/ls_bttm.gif) no-repeat right bottom; padding: 20px;}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-left: -183px;
	margin-right: -3px;
	width: 183px;
	position: relative;
	text-align: left;
}

.srbg{width: 183px; background: url(images/rs_bg.gif) repeat-y right;}
.srtop{width: 100%; background: url(images/rs_top.gif) no-repeat right top;}
.srbttm{background: url(images/rs_bttm.gif) no-repeat right bottom; padding: 20px 8px;}


.sidebar .cat_title{width: 165px; height: 45px; margin: 0 auto; line-height: 45px; background: url(images/cat_bg.gif) no-repeat; text-align: center;}
.sidebar .cat_title h1{font-size: 15px; font-family: Georgia, sans-serif; color: #fed65e;}
.sidebar p{padding: 0 5px;}
.sidebar ul{padding: 0 5px 10px;}
.sidebar ul li{background: url(images/bullet_lul.gif) no-repeat left 4px; padding: 0 0 0 15px; font-weight: 700; font-size: 11px;}
.sidebar ul li a:link, .sidebar ul li a:visited, .sidebar ul li a:active, .sidebar ul li a:hover {color: #000; text-decoration: none;}
.sidebar ul li a:hover {text-decoration: underline;}

.perma{border: 1px solid #CCA36F; background: #F6ECD5 url(images/tag_bg.gif); margin: 5px 0; padding: 10px; color: #a83305; font-weight: 700; font-size: 11px;}
.comments{width: 30%; float: left; padding: 0 0 0 20px; background: url(images/ico_cloud.gif) no-repeat left 0px;}
.tags{width: 60%; float: left; padding: 0 0 0 20px; background: url(images/ico_folder.gif) no-repeat left 0px;}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -100px auto 0;
	height: 100px;
	background: url(images/footer_bg.gif) repeat-x bottom;
}
#footer .padd{width: 1000px; margin: 0 auto; height: 55px; background: url(images/footer_bg.jpg) no-repeat bottom; padding: 45px 0 0; color: #4b2e0c;}
#footer .padd p{padding: 30px 0 0;}

#content ol li, #content ul li{padding: 0 0 0 20px;}

#wp-calendar
{
	border:1px solid #5C2B00;
	empty-cells:show;
	font-size:14px;
	width:90%;
	color:#5C2B00;
	margin:0 auto 10px;
}

#wp-calendar #next a
{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a
{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a
{
	display:block;
	text-decoration:underline;
	color:#5C2B00;
}

#wp-calendar a:hover
{
	background:#e0e6e0;
	color:#333;
}

#wp-calendar caption
{
	color:#5C2B00;
	font-size:14px;
	text-align:center;
}

#wp-calendar td
{
	color:#5C2B00;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing:normal;
	text-align:center;
	padding:2px 0;
}

#wp-calendar td.pad:hover
{
	background:#fff;
}

#wp-calendar td:hover,#wp-calendar #today
{
	background:#eee;
	color:#C11E94;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

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
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

