/*
Theme Name: Erratic
Theme URI: http://www.free-wordpress-theme.net/
Description: A free magazine style WP theme---See the readme file for theme setup---Need help? Ask for support at <a href="http://www.free-wordpress-theme.net/">Free Wordpress Themes</a>
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 2 columns layout, widget ready, fixed width, ads ready.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	background: #beb9a3;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background: url(images/page.jpg) top repeat-y;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
	color: #000;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: 'Palatino Linotype', Arial, Georgia, Verdana, Sans-Serif;
	}

h1.main, h1.main a, h1.main a:hover, h1.main a:visited {
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	font-size: 48px;
	font-weight: normal;
	margin: 15px 0 0 0;
	text-decoration: none;
	color: #acd6ea;
	text-align:left;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#6c800b;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h7, h7 a, h7 a:hover, h7 a:visited {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	text-decoration: italic;
	color:#000;
	}	
	

h8, h8 a, h8 a:hover, h8 a:visited {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	text-decoration: italic;
	color:#DCE4B1;
	}	
	
	
	
a, a:visited{
	color: #800000;
	text-decoration: none;
	}

a:hover {
	color: #5d6041;
	text-decoration: none;
	}

code {
/*	font: 12px 'Courier New', Courier, Fixed;*/
      font-family: Georgia, Arial, Verdana, Sans-Serif;
font-size: 12px;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	border-left: 3px solid #485500;
	font-style: oblique;
	background: #faffdc;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 530px;
	float: right;
  	display: block;
	text-align: center;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
    	width:200px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
    	margin: 20px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	width: 32px;
	height: 32px;
	background: url(images/go.png) left no-repeat;
	margin: 12px 20px 0 5px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	font-family: Georgia, Arial, Verdana, Sans-Serif;

	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/header.jpg) top no-repeat;
	width: 900px;
	height: 200px;
	margin: 0px;
	padding: 0 50px;
	float: left;
	}

#description {
	float: left;
	width: 300px;
	height: 100px;
	margin: 65px 0 0 40px;
	padding: 0;
	
	font-size: 16px;
	font-weight: normal;
	text-decoration: italic;
	color:#DCE4B1;
	
	}

#searchh{
	float: right;
	width:480px;
	background: none;
	border: none;
	color: #DCE4B1;/*#942825*/
	font-size: 22px;
/*	font-style: oblique;*/
	font-weight: normal;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	margin: 77px 75px 0 0;
	padding: 0;
	text-align: left;
	}

.addthis_toolbox{
	width: 230px;
	height: 40px;
	float: right;
	margin: -5px 0 0 0;
	}

/*===================================================================
	Menu bar
=====================================================================*/

#menu{
	float: left;
	width: 845px; /*645px orig*/
	height: 40px;
	margin: 0;
	/*overflow: hidden;*/
	}

ul#navlist {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0;
	white-space: nowrap;
	float:left;
	width:845px;	/*645px orig*/
	font-family: Georgia, Arial, Verdana, Sans-Serif;

	font-size: 19px;
	font-weight: bold;
	text-transform: lowercase;
	}

#navlist li {
       	float: left;
        list-style: none;
    	}

#navlist li { 
	height: 30px;
    	float: left; 
    	background: url(images/ili.png) no-repeat left top; 
    	padding: 6px 0 0 10px; 
    	margin-right: 5px; 
	} 
 
#navlist li a, #navlist li a:visited { 
	height: 23px;
    	background: url(images/ilia.png) no-repeat top right; 
    	padding: 7px 10px 4px 0; 
	color: #9daf3f;
	} 

#navlist li a:hover{
	color: #46cdff;
	}
 
#navlist li.current_page_item { 
    	background: url(images/ali.png) no-repeat left top; 
	} 
 
#navlist li.current_page_item a { 
    	background: url(images/alia.png) no-repeat right top; 
    	color: #d48621; 
	}


/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.jpg) top no-repeat;
	width:900px;
	padding: 0 50px;
	margin:0;
	float: left;
	}

#content {
	width:550px;
	margin:10px 0 0 10px;
	float:left;
	overflow: hidden;
	}

/*=================================================================
	Home
===================================================================*/

#featured{
	width: 530px;
	float: left;
	background: #9db03e;
	padding: 10px;
	margin: 0 0 5px 0;
	overflow: hidden;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	width: 550px;
	float: left;
	background: #dce4b1;
	padding: 0px;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-align: justify;
	font-size:14px;
	}

.ptitle{
	padding: 10px 10px 2px 10px;
	border-bottom: 1px solid #98a454;
	}

.entry {
	padding: 0 10px;
	margin: 0;
	border-top: 1px solid #f6fadf;
	}

.postmeta{
	width: 450px;
	float: left;
	background: #9db03e;
	padding: 3px 0 3px 10px;
	font-size: 12px;
	margin: 0;
	}

.com {
	background: #6c800b;
	width: 80px;
	padding: 3px 5px;
	margin: 0;
	float: right;
	font-size: 12px;
	}

.com a, .com a:visited{
	color: #9db03e;
	}

.com a:hover{
	color: #fff;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 5px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/*==========================================================
	Tabbed Widget
===========================================================*/


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 	display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
	}

.tabberlive {
 	background: #f3e5d6;
	width: 307px;
	float: left;
	margin: 0 0 5px 0;
	padding: 10px 5px 2px 5px;
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav{
	width: 307px;
	float: left;
	height: 30px;
 	margin:0;
 	padding: 0;
 	font: bold 16px verdana;
	border-bottom: 1px solid #d67408;
	}

ul.tabbernav li{
	height: 25px;
	float: left;
	list-style: none;
 	margin: 0 -5px 0 0;
 	display: block;
	padding: 10px 10px 0 10px;
	text-align: center;
	}

ul.tabbernav li a, ul.tabbernav li a:link, ul.tabbernav li a:visited {
	color: #bdb8a2 !important;
	}

ul.tabbernav li.tabberactive a:hover, ul.tabbernav li a:hover{
	color: #000 !important;
	}

ul.tabbernav li.tabberactive a{
	color: #d67408 !important;
 	}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	border-top: 1px solid #fffefd;
	padding:5px 0;
	width: 307px;
	float: left;
 	}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 	display:none;
	}

.tabberlive .tabbertab h3 {
 	display:none;
	}

.tabberlive .tabbertab ul li{
	padding: 5px 0;
	}

.popular{
	padding: 0px 5px 5px 5px;
	}


/*===================================================
	Sidebar
=====================================================*/

.ads_small {
	margin: 0;
	}

.ads_small img {
	background: #d67408;
	border: 1px solid #dd8f2b;
	padding: 10px;
	margin: 0 5px 7px 5px;
	}


#sidebar{
	width: 317px;
	float:right;
	padding: 0;
	margin: 10px 12px 0 0;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	color: #000;
	overflow: hidden;
	}

#lside{
	width: 155px;
	float: left;
	}

#rside{
	width: 155px;
	float: right;
	}

#ad300{
	margin: 0 0 0 8px;
	}

#sidebar h2 {
/*	float: left;*/
	background: #f3e5d6;
	width: 100%;
	font-weight: bold;
	color:#d67408;
	padding: 5px 0;
	margin: 0px;
	font-size:19px;
	text-align: center;
	border-bottom: 1px solid #d58722;
	}

.widget {
	border-top: 1px solid #fffefd;
	background: #f3e5d6;
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 5px 0;
	}

#sidebar a, #sidebar a:visited{
	color: #000;
	}

#sidebar a:hover{
	color: #6c800b;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

.widget ul li a:link, .widget ul li a:visited {
	background: url(images/bullet.png) left no-repeat;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	display:block;
	border-bottom: 1px dashed #dcc4b4;
	margin: 0 2px;
	}

.widget ul li a:hover {	
	color: #00629b;
	}

/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#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;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies, #respond {
	float: left;
	padding: 0;
	margin: 0;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	color: #eedfa8;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	width: 550px;
	list-style:none;
	margin-bottom:14px;
	float: left;
	}

.commentlist cite {
	float: left;
	width: 530px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0;
	}	

.commentlist cite img {
	border: 3px solid #9db03e;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #dce4b1;
	}

.commentlist .author a, .commentlist .author a:visited, .commentlist .author a:hover{
	color: #fff;
	}

.commenttext {
	background: #9db03e;
	float: left;
	width: 530px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0px;
	}
input {
  	font-family: Georgia, Arial, Verdana, Sans-Serif;
    	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

.submit {
  	font-family: Georgia, Arial, Verdana, Sans-Serif;
	margin: -5px 0 10px 5px;
	width: 115px;
	height: 25px;
	background: #800000;
	color: #f3eee1;
	font-weight: bold;
	border: 1px solid #850000;
	
	}
	
	
#commentform input {
  	font-family: Georgia, Arial, Verdana, Sans-Serif;
    	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
		font-family: Georgia, Arial, Verdana, Sans-Serif;

	}

#commentform textarea {
  	font-family: Georgia, Arial, Verdana, Sans-Serif;

    	width: 500px;
	height: 200px;
	margin: 5px 0 10px 5px;
	}

#commentform input, #commentform textarea {
  	font-family: Georgia, Arial, Verdana, Sans-Serif;

	border: 1px solid #800000;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	}

#commentform input:focus, #commentform textarea:focus { 
  	font-family: Georgia, Arial, Verdana, Sans-Serif;

	background-color: #fff; 
	border-color: #ffaa00; 
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
		font-family: Georgia, Arial, Verdana, Sans-Serif;

	}

#commentform #submit {
  	font-family: Georgia, Arial, Verdana, Sans-Serif;
	margin: -5px 0 10px 5px;
	width: 115px;
	height: 25px;
	background: #800000;
	color: #f3eee1;;
	font-weight: bold;
	border: 1px solid #850000;
	}

#commentform p {
  	font-family: Georgia, Arial, Verdana, Sans-Serif;
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
  
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	WP Navi
=======================================================================*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dce4b1;
	color: #dce4b1;
	background-color: #6c800b;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dce4b1;
	color: #dce4b1;
	background-color: #6c800b;
}
.wp-pagenavi a:hover {	
	border: 1px solid #6c800b;
	color: #6c800b;
	background-color: #dce4b1;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #6c800b;
	color: #6c800b;
	background-color: #dce4b1;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #dce4b1;
	border: 1px solid #dce4b1;
	background-color: #6c800b;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #6c800b;
	color: #6c800b;
	background-color: #dce4b1;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #dce4b1;
	color: #dce4b1;
	background-color: #6c800b;
}


/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: #beb9a3;
	width:900px;
	float:left;
   	padding: 10px 50px 5px 50px;
	text-align: center;
	margin: 0;
	}
/*.footer a, externallink:link { 
  target-name: blank;
  target-new: window;
}*/
/*===============================================================
    Begin Images
=================================================================*/

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 {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.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;
	}
/*=================================================================
    Button
===================================================================*/	
	
.button {
  border-top: 1px solid #DCE4B1;
  background: #dce4b1;
  background: -webkit-gradient(linear, left top, left bottom, from(#dce4b1), to(#dce4b1));
  background: -webkit-linear-gradient(top, #dce4b1, #dce4b1);
  background: -moz-linear-gradient(top, #dce4b1, #dce4b1);
  background: -ms-linear-gradient(top, #dce4b1, #dce4b1);
  background: -o-linear-gradient(top, #dce4b1, #dce4b1);
  padding: 12px 24px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #7b211e;
  font-size: 18px;
  font-family: Georgia, serif;
  text-decoration: none;
  vertical-align: middle;
  }
.button:hover {
  border-top-color: #d48721;
  background: #d48721;
  color: #ffffff;
  }
.button:active {
  border-top-color: #d48721;
  background: #d48721;
  }
