/*
Theme Name: wp_theme1
Theme URI: http://www.weigoldphotography.com
Author: Steve Weigold
Author URI: http://www.weigoldphotography.com/
Tags: two columns, widgets, widget ready, valid CSS, simple, clean, metamorph
*/

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: url(images/background3.jpg) repeat top fixed;
	color: black;
	font: normal 11px Arial, Helvetica, sans-serif;
margin-bottom: 30px;
}

.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {
      list-style: none; 
}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; color: #7C0B0D}

h1 a,h2 a,h3 a {padding-top: 6px; color: #7C0B0D; text-decoration: none;}

h1 a:hover,h2 a:hover,h3 a:hover {padding-top: 6px; color: #7C0B0D; text-decoration: underline;}

.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	/*padding: 0 10px 10px; */
	width: 780px;
}

/* header */
.top {
	/*padding: 90px 10px 0;*/
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 150px;        /* was 150 */
	margin: 0 auto;
	/*padding: 10px 10px 5px;*/
	width: 780px;
	background: url(images/background3.jpg) repeat left top;

}

#logo {
	width: 780px;
	height: 120px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;

}

#logo h1 {
	padding: 90px 5px 0 25px;  
	font-size: 18px;
	color: #7C0B0D;
}

#logo h2 {
	padding: 120px 0 0 25px;  /* note padding was 0. made 120 d/t h1 being removed */
	font-size: 11px;
	color: #7C0B0D;
}


#logo a {
	color: #7C0B0D;
}

/* navigation */
.navigation {
	background: url(images/background3.jpg) repeat;
	border: 1px solid #000000;
	height: 41px;
        display:none;
}

.navigation ul
{
list-style: none;
}

.navigation li
{
display: inline;
}

.navigation a {
	background: url(images/background3.jpg) repeat;
	border-right: 1px solid #000000;
	color: #7C0B0D;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
/*.navigation a:hover {background: #319EDD; color: yellow; text-decoration: underline}*/
.navigation a:hover {color: yellow}

/* main */
.main {
	/*border-top: 4px solid #000000;*/
	background: url(images/background3.jpg) repeat;
}

/* sub navigation */
.sidenav {
	/*float: right; */
	float: left;
	width: 210px;
}
.sidenav h2 {
	color: #7C0B0D;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
       	/* border-bottom: 1px solid #EAEADA; */
}
.sidenav ul {
	padding: 0;
        border: 0px;

}

.sidenav ul ul {
	padding: 0;

}

.sidenav li {border: 0px}
.sidenav li a {
	/*font-size: 1.1em;*/
        font-size: 1em;
	color: black;
	display: block;
	padding: 6px 0 6px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	/*background: #DCEFFF;*/
	color: yellow;
}

.sidenav li li
{
/* border-bottom: 1px solid #EAEADA;*/
}

.sidenav li li li a
{
        font-size: .8em;
        padding: 6px 0 6px 20%;
        width: 80%;
}


/* content */
.content {
	/*float: left;*/
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: black;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li, .content ol {
	margin-left: 18px;
        list-style-type: disc;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

.entry         /* entry is the name of the div used in display of multiple messages by category */
{
        display: none;
}


/* footer */
#footer {
	background: url(images/background3.jpg) repeat;
	color: #7C0B0D;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	padding-top: 30px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: yellow;}

div.flashmovie {
   /* margin: 1em auto; */
   background: url(images/background3.jpg) repeat;
}




/******************* style comments ***********************/
#comment_area
{
	margin-top:15px;
}

textarea.txtcomment
{
	width:470px;
	height:150px;
	border:1px solid #867B1C;
}

input[type="submit"],#submit
{
	padding:8px;

	border:1px solid #867B1C;
	background:#E4F5FF;

	color:#000000;
	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 #F1F1F1;
}


#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: #8E8210;
	border: 1px solid #D6CE84;
	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 #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.content .categor
{
padding: 5px;
background:  url(images/background3.jpg) repeat;
margin-top: 10px;
margin-bottom: 10px
}
.commentlist li
{
padding-bottom: 20px;
}

#author, #email, #url
{
border: 1px solid #666666
}
