/*  
Theme Name: Tucson Dreams
Theme URI: http://www.manhattanray.com/tucsondreams
Description: Tucson Dreams
Version: 1.2
Tags: fixed width, left column, dropdown menu, green, two columns
Author: Computer Mike

*/

body{
margin:0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #90b07f url(graphics/bodybg.jpg);
background-repeat:repeat-y;
color: #000000;
}


body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form{
margin: 0;
padding: 0;
}


#wrapper{
margin: 0;
width: 1003px;
text-align: left;
}

#topbanner{
width: 1003px;
height: 80px;
background: url(graphics/topbannerbg.jpg);
background-repeat: repeat-x;
}



#topbanner h4{
margin: 0px 0 0 10px;
font-family: arial, georgia, times;
font-size:14px;
color: #e0ff90;
}


/* start: pagemenu */

#pagemenu{
width: 1003px;
height: 24px;
background: #f00 url(graphics/pagemenubg.jpg);
}

#pagemenu ul{
margin: 0;
padding: 0;
list-style-type:none;
}

#pagemenu ul li{
float: left;
text-align:center;
position: relative;
}

#pagemenu ul li a{
display: block;
float: left;
padding: 4px  10px 0 10px;
border-right: 1px solid black;
border-left: 1px solid #888;
height: 20px;
text-decoration:none;
text-transform: uppercase;
font-family: verdana, tahoma, arial;
font-size:13px;
font-weight: 600;
color: #000;
}

#pagemenu ul li a:hover{
background:url(graphics/pagemenuhoverbg.jpg);
color:#000;
}

#pagemenu  li ul{
display: none;
position: absolute;
left: 0px;
top: 24px;
}

#pagemenu  li > ul{
left: 0px;
top: 24px;
}

#pagemenu  li.over ul,
#pagemenu  li:hover ul{
clear: left;
display:block;
}

#pagemenu  li ul li{
text-align:left;
clear:left;
}

#pagemenu  li ul a{
display:block;
width:154px;
height:18px;
padding-top:4px;
background:#ddf;
font-family: arial, tahoma, verdana;
font-size:11px;
color:#000;
opacity: 0.85;              /* Note: For transparency effect */ 
filter:alpha(opacity=85);   /* Note: For transparency effect in FF */
border: 1px solid #000;
border-top:0;
}

#pagemenu  li ul a:hover{
opacity: 1;                  /* Note: For transparency effect */ 
filter:alpha(opacity=100);   /* Note: For transparency effect in FF */
background:url(graphics/dropdownhoverbg.jpg);
}


/* end: pagemenu */


#header{
clear:both;
width: 1003px;
height: 180px;
background: url(graphics/header.jpg);
}




/* start: categorymenu */

#categorymenu{
width: 1003px;
height: 22px;
background: #f00 url(graphics/categorymenubg.jpg);
}

#categorymenu ul{
margin: 0;
padding: 0;
list-style-type:none;
}

#categorymenu ul li{
float: left;
text-align:center;
}

#categorymenu ul li a{
display: block;
float: left;
padding: 3px  10px 0 10px;
border-right: 1px solid black;
border-left: 1px solid #888;
height: 19px;
text-decoration:none;
text-transform: uppercase;
font-family: verdana, tahoma, arial;
font-size:12px;
font-weight: 600;
color: #000;
}

#categorymenu ul li a:hover{
background:url(graphics/categorymenuhoverbg.jpg);
color:#000;
}

/* end: categorymenu */



#container{
width: 1003px;
background:url(graphics/containerbg.jpg);
height: 100%;
overflow: hidden;
}


#sidebar{
float: left;
width: 180px;
padding: 10px;
margin: 0px;
display:inline; /* because IE doubles set margins  */
min-height: 800px;
color:#030;
}

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}


#sidebar ul li{
padding: 10px 0 10px 0;
}


#sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
color: #030;
}

#sidebar ul ul li{
padding: 0;
line-height:24px;
}


#content{
float: left;
width:  783px;
padding: 10px;
}


#footer{
clear: both;
position: relative;
float: left;
width: 995px;
padding:4px;
background:#282828;
}


/* start: anchor/links */


#topbanner h1 a{
margin: 15px 0 0 10px;
font-family: arial, Lucinda, times, georgia;
text-decoration: none;
font-size:22px;
color: #f0f090;
}

#header h1 a:hover{
color: #c00;
}


#content a:link, #content a:visited{
text-decoration: none;
font-weight: 600;
color: #000;
}

#content a:hover{
color: #041;
}


#content h2 a:link, #content h2 a:visited{
text-decoration: none;
color: #000;
}

#content h2 a:hover{
color: #272;
}

a.photocredit{
text-decoration: none;
font-family: georgia, verdana;
font-weight: 800;
font-size:20px;
background: #000;
padding-left: 3px;
padding-right: 3px;
color: #fff; 
}

a.photocredit:hover{
background: #f00;
color: #000; 
}



#sidebar a:link, #sidebar a:visited{
text-decoration: none;
color: #000;
}

#sidebar a:hover{
text-decoration:underline overline;
color: #004012;
}


#calendar td a:hover{
background: #fff;
color: #030;
}


#footer a{
text-decoration: none;
color: #bbb;
}

#footer a:hover{
text-decoration:underline overline;
color: #fff;
}


/* end: anchor/links */


/* start: special classes for 2.5 and above */

.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;
}


/* end: special classes for 2.5 and above */



p.center{
width: 100%;
text-align:center;
}




h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

img.avatar{
border: 1px solid #006;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

.entry{
line-height: 18px;
}

p{
padding: 10px 0 0 0;
}

p.postmetadata{
border-top: 1px solid #700030;
margin: 10px 0 0 0;
padding-bottom: 5px;
border-bottom: 3px solid #030;
}


.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}


/* start: span codes  */

span.headercredit{
position:absolute;
left: 375px;
top:255px;
}


/* Note: Use if you want to add a footer credit */
span.footercredit{
position:absolute;
left: 450px;
}


/* end: span codes  */

table#wp-calendar{
width: 100%;
}



.comments-template{
	margin: 10px 0 0;
	border-top: 2px solid #030;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

ol li.alt{
background: #cdb;  /* for alternating comments*/
}


.comments-template ol li{
	margin: 0;
	line-height: 18px;
	padding: 10px;
	border-bottom: 1px solid #030;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
         padding: 0 0 10px;
         border-bottom: 1px solid #030;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}




