/*
Theme Name: Random Background
Theme URI: http://www.rankerzseo.com/themes/index.php?wptheme=Random%20Background
Description: Rotates images in sidebar. Place your own images in custom folder.
Version: 1.0.1
Tags: fixed width, orange, two columns, widgets, widget ready, valid CSS, simple, clean, transparent, random, background, travel
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

* {
    margin: 0;
    padding: 0;
}

a {color: #cda400;}
a:hover {color: #cda400;}

body {
    color: #ffffff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px;
    background: #663a22;
}

.title {
    font-size: 2em;
}

p,code,ul { 
    padding-bottom: 1.2em;
}

h1 {
    font-size: 1.2em;
    margin-bottom: 4px;
}

h1,h2,h3 {
    padding-top: 6px; 
    color: #01B4FF;
}

h1 a,h2 a,h3 a {
    padding-top: 6px; 
    color: #01B4FF; 
    text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover {
    padding-top: 6px; 
    color: #FFFFFF; 
    text-decoration: underline;
}

.clear {
    clear: both;
}

.printonly {
    display: none;
    border: none;
}

/* structure */
.container {
    font-size: 1em;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 1024px;
}

/* header */
.top {
    padding: 0px 10px 0;
}

.all {
    background: #663a22;
    float: center;
    width: 100%;
}

/* title */
.header {
    width: 780px;
    height: 75px;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0px 0px 0px;
}

#logo {
    width: 780px;
    height: 75px;
    margin: 0 auto;
    background: url(images/logo.png) no-repeat center;
    float: center;
    border: none;
}

/* main */
.main {
    min-height: 500px
}

/* 
 * navigation 
 */
.navigation {	
    background: url(images/menu.png);
    border: 1px solid #15B9FD;
}

.navigation table {
    border: solid 0px #01b4ff;
}

.navigation ul {
    list-style: none;
}

.navigation li {
    display: inline;
}

.navigation a {
    color: #FFFFFF;
    display: block;
    float: center;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
}

.navigation tr {
    line-height: 1.8em;
    text-align: center;
}

.navigation td:hover {
    background: #01b4ff;  
    color: #FFFFFF; 
} 

.navigation td.navigation-focused {
    border: solid 2px #FFFFFF; 
    padding: 0.5em;
    height: 41px;
    text-align: center;
    background: #01b4ff;
    color: #FFFFFF; 
}
 
.navigation td.navigation-default {
    border: solid 1px #01b4ff; 
    padding: 0.5em;
    height: 41px;
    text-align: center;
} 

/* 
 * sidebar 
 * (sub navigation) 
 */
.sidenav {
    float: left;
    width: 200px;
}

.sidenav table {
    float: center;
    width: 200px;
    border: solid 1px #f0e482;
}

.sidenav h2 {
    float: left;
    color: #663a22;
    display: block;
    font-size: 1em;
    padding: 0.2em 0.5em;
}

.sidenav a {
    float: left;
    color:  #cd4b00;
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
    padding: 1em 0.5em;
}


.sidenav a:hover {
    background: #f0e482;
    color: #cd4b00;
}

.sidenav a.sidenav-focused {
    background: #f0e482;
    color: #cd4b00;
}

.sidenav td.sidenav-default {
    background: #f1e9a6;
    color: #cd4b00;
    border: solid 1px #f0e482; 
}

.sidenav td.sidenav-default:hover {
    background: #f0e482;
    color: #cd4b00;
}

.sidenav td.sidenav-focused {
    border: solid 1px #663a22;  
    background: #f0e482;
    color: #505050;
} 

.sidenav td.sidenav-title {
    border-bottom: solid 1px #f0e482; 
    background: #f1e9a6;
} 



/*
 * photo sidebar
 */
.sidephotos {
    float: right;
    width: 200px;
    padding: 0;
}

.sidephotos img {
	float: right;
}

.sidephotos table {
    float: center;
    width: 200px;
    border: 1px;
    border: solid 1px #f0e482;
}

/* 
 * content 
 */
.content {
    float: left;
    padding: 1em 1em;
    width: 587px;
    min-height: 900px;
//    height: 900px;
}

.content .descr {
    color: #446648;
    font-size: 0.9em;
    margin-bottom: 6px;
}

.content li, .content ol {
    margin-left: 18px;
}

.content p {font-family: Verdana, Helvetica, sans-serif;}

/* footer */
#footer {
//	background: url(images/bgfooter.png) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	height: 60px;
	width: 780px;
	padding-top: 30px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFFFFF;}





/******************* style comments ***********************/
#comment_area
{
	margin-top:15px;
}

textarea.txtcomment
{
	width:470px;
	height:150px;
	border:1px solid #3B6740;
}

input[type="submit"],#submit
{
	padding:8px;
	
	border:1px solid #3B6740;
	background:#F0E482;
	
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}



/************ navigation **********/
div.navigationbottom
{
	margin-bottom:20px;
}

div.leftnav
{
	float:left;
}

div.rightnav
{
	float:right;
}





/********************* Calendar *******************/
#calendar1, #calendar_wrap 
{
    padding: 20px 10px 20px 10px;
}

#calendar_wrap 
{
    margin-bottom: 10px;
}

#calendar table, #wp-calendar
{
    width: 100%;
    text-align: center;
}

#calendar thead, #wp-calendar thead
{

}

#calendar tbody td, #wp-calendar tbody td
{
    border: 1px solid #EFEFF3;
}


#calendar #prev, #wp-calendar #prev
{
    text-align: left;
}

#calendar #next, #wp-calendar #next
{
    text-align: right;
}

#calendar tfoot a, #wp-calendar tfoot a
{
    text-decoration: none;
    font-weight: bold;
}

#calendar #now, #wp-calendar #now, #wp-calendar #today
{
    background: #39653E;
    border: 1px solid #f1e9a6;
    font-weight: bold;
    color: #ffffff
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #D9D9E1;
    font-size: 0.8em;
    text-align: center;
    background-color: #F2F2F4;
    padding-top: 4px;
    margin: 10px;
    -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-dd {
    font-size: 1em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.wp-caption-text {
    font-size: 0.8em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    color: #321c10;
}


.content .category
{
    padding: 5px;
    border-top: dotted #F0E482;
    border-bottom: dotted #F0E482;
    margin-top: 10px;
    margin-bottom: 10px
}

.commentlist li
{
    padding-bottom: 20px;
}

#author, #email, #url
{
    border: 1px solid #5A5A72
}

