/*
Theme Name: ultra
Theme URI: 
Description: 
Version: 1.0
Author: 
Tags: widget ready, valid html, valid css, 3 columns, fixed width
*/
*{margin: 0; padding: 0;}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #fff url(images/top_bg.gif) repeat-x top;
	color: #373737;
	text-align: center;
}
a:link, a:visited, a:active, a:hover{color: #000; 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: 960px;
	margin: 0 auto;
	text-align: left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 142px;
	background: url(images/header_bg.gif) no-repeat left top;
}
#header img{ float: right; }
#header .banner{ padding: 8px 5px 0 0; }
#header .banner img{ border: 3px solid #8F8F8F; padding: 4px; background: #fff; }
.top_menu{ height: 35px; overflow: hidden; width: 900px; float: left; }
.top_menu li{ float: left; border-right: 1px solid #686868; line-height: 30px; margin: 3px 0 0; padding: 0 20px;}
.top_menu a:link, .top_menu a:visited, .top_menu a:active, .top_menu a:hover{color: #d1d1d1; text-decoration: none;}
.top_menu a:hover{text-decoration: underline;}

.banner_area{ width: 100%; height: 225px; overflow: hidden; background: url(images/banner_arera_bg.gif) repeat-x bottom; text-align: left;}
.banner_area .plugin{ padding: 12px 0 0 12px;}
.banner_area_img{ width: 100%; height: 210px; overflow: hidden; background: url(images/farmgirl.jpg) no-repeat center 5px; }

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	height: 1%;
	background: url(images/cont_bg.gif) repeat-y;
	padding: 0 222px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content { padding: 6px;}

.post{ border: 2px solid #D5D5D5; padding: 10px; background: #fff; margin: 0 0 10px;}

#content .title{ width: 100%; border-bottom: 1px dotted #88949D; padding: 0 0 10px 0; }
#content .title h1{ font-size: 18px; }
#content .title h1 a:link, #content .title h1 a:visited, #content .title h1 a:active, #content .title h1 a:hover{color: #000; text-decoration: none;}
#content .title h1 a:hover{color: #FF7800;}


.permalink{ width: 100%; border-top: 1px dotted #88949D; padding:  5px 0 0; margin: 5px 0 0; font-size: 11px;}
.permalink .pleft{float: left; width: 48%; }
.permalink .pright{float: right; width: 48%; text-align: right;}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 222px;
	position: relative;
	left: -222px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -222px;
	width: 222px;
	position: relative;
}
.sidebar{font-size: 14px;}

.sidebar .title{ width: 100%; background: #3F3F3F; border-top: 3px solid #000; line-height: 27px; text-align: center; color: #d1d1d1; margin: 5px 0;}
.sidebar .title h1{ font-size: 12px; }
.sidebar ul{ padding: 10px 2px; }
.sidebar ul li{ background: url(images/ul_sep.gif) repeat-x bottom; padding: 0 0 1px;}
.sidebar p{ margin: .4em 10px; }
.sidebar img{ margin: 5px auto;}

.sidebar ul li a:link, .sidebar ul li a:visited, .sidebar ul li a:active, .sidebar ul li a:hover{color: #565656; text-decoration: none; display: block; background: url(images/bullet_lul.gif) no-repeat 5px 8px; padding: 3px 0 2px 18px;} 
.sidebar ul li a:hover{color: #000; background: #fbfbfb url(images/bullet_lul.gif) no-repeat 5px 8px;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 102px;
	background: url(images/footer_bg.gif) repeat-x bottom;
	color: #efefef;
}
#footer .fpadd{ width: 960px; margin: 0 auto; height: 102px;}
#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;
}

.search_form{padding: 10px; text-align: center;}
.search_form input{margin: 1px;}
.search_form .text{ width: 150px;}
.search_form .bttn{ width: 50px;}