/*
Theme Name: rand-theme1
Theme URI: 
Description: 
Version: 1.0
Author: 
Tags: widget ready, valid html, valid css, 3 columns, fixed width
*/
*{margin: 0; padding: 0;}
html {height: 100%}
body {
	font: 12px Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #010101 url(images/bg.gif) center;
	color: #c8c7c3;
	text-align: center;
}
a:link, a:visited, a:active, a:hover{color: #ffba00; text-decoration: underline;}
a:hover{text-decoration: none;}

img {border: none;}
input {vertical-align: middle;}
ul li{list-style: none;}
.clear{ clear: both;}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	background: #020002;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 142px;
	background: url(images/header_bg.png) no-repeat right top;
}
#header .hlogo{width: 743px; height: 142px; overflow: hidden; float: left;}
#header .hta{width: 255px; height: 140px; overflow: hidden; float: right; font-size: 11px;}
#header .hta .htapadd{padding: 10px 35px 10px 10px; }

.top_menu{width: 100%; height: 49px; overflow: hidden; background: #4B4947 url(images/menu_bg.png) no-repeat center top;}
.top_menu ul{width: 640px; height: 40px; overflow: hidden; float: left; text-align: left; font-size: 1px; padding: 0 0 0 30px; position: relative; z-index: 100; font-weight: 700;}
.top_menu ul li{ display: -moz-inline-stack; display: inline-block; vertical-align: middle; zoom: 1; *display: inline; position: relative; z-index: 99; width: 131px; height: 35px; overflow: hidden; font-size: 14px; line-height: 35px; text-align: center; padding: 4px 0 10px; *padding: 3px 0 10px;}
.top_menu ul li a:link, .top_menu ul li a:visited, .top_menu ul li a:active, .top_menu ul li a:hover{color: #333333; text-decoration: underline; display: block; background: url(images/mi_bg.jpg) no-repeat left top;}
.top_menu ul li a:hover{ text-decoration: none;}
.top_menu ul li.home{padding: 4px 10px 10px; *padding: 3px 10px 10px;}
.top_menu ul li.home a:link, .top_menu ul li.home a:visited, .top_menu ul li.home a:active, .top_menu ul li.home a:hover{ color: #fff;  background: url(images/mi_bg.jpg) no-repeat left bottom;}
.top_menu ul li.home a:hover{ text-decoration: none;}
.top_menu .search{width: 300px; height: 49px; float: right; background: url(images/search_bg.gif) no-repeat left top;}

.search_form{ padding: 7px 0 0 15px;}
.search_form .text{border: 1px solid #000; padding: 4px;}
.search_form .bttn{width: 94px; height: 27px; background: url(images/bttn_search.png); cursor: pointer; border: 0; margin: 0 0 0 5px;}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 77px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content { padding: 3px 215px;}

.post{ margin: 0 0 10px;}
.post p{padding: .4em 6px;}
.post p img{ border: 1px solid #686565;}

#content .title{ width: 100%; padding: 0 0 10px 0; }
#content .title h1{ font-size: 16px; padding: 0 6px; }
#content .title .date{font-size: 10px; color: #9e9e9d; padding: 0 6px; }

.permalink{ width: 100%; border-top: 1px dotted #88949D; padding:  5px 0 0; margin: 5px 0 0; font-size: 11px;}
.permalink .pleft{float: left; width: 47%; padding: 0 0 0 6px; }
.permalink .pright{float: right; width: 47%; text-align: right; padding: 0 6px 0 0;}
.permalink .pright span{padding: 0 0 0 18px; background: url(images/ico_sheet.gif) no-repeat left top;}

.ptb_t{width: 100%; background: #3F3F3F url(images/tb_hor.gif) repeat-x top;}
.ptb_b{width: 100%; background: url(images/tb_hor.gif) repeat-x bottom;}
.ptb_l{width: 100%; background: url(images/tb_vert.gif) repeat-y left;}
.ptb_r{width: 100%; background: url(images/tb_vert.gif) repeat-y right;}
.ptb_lt{width: 100%; background: url(images/tb_lt.gif) no-repeat left top;}
.ptb_rt{width: 100%; background: url(images/tb_rt.gif) no-repeat right top;}
.ptb_lb{width: 100%; background: url(images/tb_lb.gif) no-repeat left bottom;}
.ptb_rb{padding: 5px; background: url(images/tb_rb.gif) no-repeat right bottom;}


.paginator{width: 100%; padding: 10px 0; font-size: 1px; text-align: center;}
.paginator li{ width: 23px; height: 23px; line-height: 21px; *line-height: 20px; overflow: hidden; display: -moz-inline-stack; display: inline-block; vertical-align: middle; zoom: 1; *display: inline; position: relative; z-index: 99; font-size: 12px; margin: 1px; *margin: 1px 2px 1px 1px;}
.paginator li.fst{width: 70px;}

.paginator li a:link, .paginator li a:visited, .paginator li a:active, .paginator li a:hover{color: #fff; text-decoration: none; display: block; background: #424549 url(images/ai_bg.jpg) no-repeat bottom; border: 1px solid #474545;} 
.paginator li a:hover{background: #3A140A url(images/ai_bg.jpg) no-repeat top; border: 1px solid #874734;}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 207px;
	position: relative;
	margin-left: -100%;
}

.sl .sb_padd{padding: 3px 0 0 9px;}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	margin-left: -207px;
	width: 207px;
	position: relative;
}
.sr .sb_padd{padding: 3px 9px 0 0;}

.sidebar .title{ width: 100%; line-height: 30px; text-align: center; color: #ffa100; margin: 0 0 10px;}
.sidebar .title h1{ font-size: 14px; }
.sidebar ul{ padding: 10px 0; }
.sidebar ul li{ background: url(images/side_bullet.gif) no-repeat left 4px; padding: 0 0 0 15px;}
.sidebar p{ margin: .4em 10px; }
.sidebar img{ margin: 5px auto;}

.sidebar .widg{width: 198px; background: url(images/widg_bg.gif) repeat-y center; margin: 0 auto 8px;}
.sidebar .widg_top{width: 100%; background: url(images/cat_bg.png) no-repeat center top; }
.sidebar .widg_bttm{ padding: 0 10px 10px; background: url(images/widg_bttm.jpg) no-repeat center bottom; }

.sidebar a:link, .sidebar a:visited, .sidebar a:active, .sidebar a:hover{color: #fff; text-decoration: none;}
.sidebar a:hover{ color: #ff5c00; text-decoration: underline;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -77px auto 0;
	height: 77px;
	background: url(images/footer_bg.png) no-repeat bottom;
}
#footer .fpadd{ width: 960px; margin: 0 auto;}
#footer p{ padding: 30px 0 0; }

h2
{
	font-weight:400;
	font-size:18px;
}

h3
{
	font-weight:400;
	font-size:16px;
}

#commentform #author,#commentform #email,#commentform #url,#commentform textarea
{
	background:#fff;
	border:1px solid #333;
	padding:.2em;
}

#commentform textarea
{
	width:98%;
}

#commentlist li ul
{
	border-left:1px solid #717679;
	font-size:110%;
	list-style-type:none;
}

#commentlist li .avatar
{
	float:right;
	margin-right:25px;
	border:1px dotted #ccc;
	padding:2px;
}

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

#wp-calendar a
{
	color:#000;
	display:block;
	text-decoration:none;
}

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

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

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

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

#wp-calendar td
{
	color:#BEEF5D;
	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:#000;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

p img
{
	max-width:100%;
	padding:0;
}

img.alignright
{
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft
{
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

.right ul li
{
	margin:0 10px;
}

.right ol li
{
	margin:0 20px;
}

img,.left ul li ul li,.left ul li ul li ul li
{
	border:0;
}



img.centered,.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
