/*  
Theme Name: Tea With the Squash God Theme
Theme URI: http://www.redwombatstudio.com/blog/
Description: Tea With the Squash God based on Tucson Dreams
Version: 1.0
Tags: fixed width, right column, dropdown menu, green, two columns
Author: Kevin Sonney

*/

body{
margin:0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #3c2f3c;
background-repeat:repeat-y;
color: #000000;
}


body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form{
margin: 0;
padding: 0;
}

/* start : globals */
#wrapper{
margin: 10px auto 10px auto;
width: 1003px;
text-align: left;
}

#header{
clear:both;
width: 1003px;
height: 205px;
background: url(images/twtsg-header.jpg) no-repeat #FFF;
background-position: 85px 0px;
}

#header a {
	display: block;
	width: 1003px;
    height: 180px;
}

#header #chicken {
	background: url(images/twtsg-sidebar.jpg) no-repeat #F37080;
	background-position: 45px 50px;
	float: right;
	width: 180px;
	height: 205px;
	padding: 10px;
	display:inline; /* because IE doubles set margins  */
}

#header #chicken a {
	width: 180px;
	height: 184px;
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	font-family: verdana, tahoma, arial;
	font-size:13px;
	font-weight: 600;
	color: #000;
	text-decoration:  none;
}

#container{
width: 1003px;
background-color: #FFFFFF;
height: 100%;
overflow: hidden;
}

#content{
float: left;
width:  783px;
padding: 10px;
background-color: #00000;
}

/* end: globals */


/* start: pagemenu */

#pagemenu{
width: 1003px;
height: 24px;
color: #000;
background-color:  #F37080;
}

#pagemenu ul{
margin: 0;
padding: 0;
color: #000;
background-color:  #F37080;
list-style-type:none;
}

#pagemenu ul li{
float: left;
text-align:center;
position: relative;
color: #000;
background-color:  #F37080;
}

#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;
background-color:  #F37080;
}

#pagemenu ul li a:hover{
color: #131313;
background-color:  #FFF;
}

#pagemenu  li ul{
display: none;
position: absolute;
left: 0px;
top: 24px;
color: #000;
background-color:  #F37080;
}

#pagemenu  li > ul{
left: 0px;
top: 24px;
color: #000;
background-color:  #F37080;
}

#pagemenu  li.over ul,
#pagemenu  li:hover ul{
clear: left;
display:block;
color: #000;
background-color:  #FFF;
}

#pagemenu  li ul li{
text-align:left;
clear:left;
color: #000;
background-color:  #F37080;
}

#pagemenu  li ul a{
display:block;
width:154px;
height:18px;
padding-top:4px;
font-family: arial, tahoma, verdana;
font-size:11px;
color: #000;
background-color:  #F37080;
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 */
color: #000;
background-color:  #FFF;
}


/* end: pagemenu */

/* start: categorymenu */

#categorymenu{
width: 1003px;
height: 22px;
background-color:  #F37080;
display:  none;
}

#categorymenu ul{
margin: 0;
padding: 0;
list-style-type:none;
display:  none;
}

#categorymenu ul li{
float: left;
text-align:center;
display:  none;
}

#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;
display:  none;
}

#categorymenu ul li a:hover{
background-color:  #F37080;
color:#000;
display:  none;
}

/* end: categorymenu */


/* Sidebar */

#sidebar{
float: right;
width: 180px;
padding: 10px;
margin: 0px;
display:inline; /* because IE doubles set margins  */
min-height: 800px;
color: #000;
background-color:  #F37080;
}

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
color: #000;
background-color:  #F37080;
}


#sidebar ul li{
padding: 10px 0 10px 0;
color: #000;
background-color:  #F37080;
}


#sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
color: #000;
background-color:  #F37080;
}

#sidebar ul ul li{
padding: 0;
line-height:24px;
color: #000;
background-color:  #F37080;
}

.wpg2sidebarblock-image img {
	border: none;
}
/* end: sidebar */


/* Footer */

#footer{
clear: both;
position: relative;
float: left;
width: 995px;
padding:4px;
background:#3c2f3c;
}

/* end : Footer */

.footer {
	display:  none;
}

div.breadcrumb {
	color: #000;
	background-color: #FFF;
}

div.block-core-BreadCrumb {
	color: #000;
	background-color: #FFF;
}

div.block-core-BreadCrumb a {
	color: #000;
	text-decoration: none;
}

div.block-core-BreadCrumb a:hover {
	color: #004012;
	text-decoration: underline;
	background-color: #F37080;
}

div.block-core-Navigator a {
	color: #000;
	text-decoration: none;
}

div.block-core-Navigator a:hover {
	text-decoration: underline;
	color: #004012;
	background-color: #F37080;
}

div.content {
	color: #000;
	background-color: #FFF;
}

div.content a {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

div.content a:hover {
	color: #004012;
	text-decoration: underline;
	background-color: #FFF;
}

div.content img {
	background-color: #FFF;
	border: 4px;
	border-color: #000;
}

/* end: Gallery */


/* start: anchor/links */


#topbanner h1 a{
margin: 15px 0 0 10px;
font-family: Lucinda, times, georgia, arial;
text-decoration: none;
font-size:30px;
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: #FFF;
padding-left: 3px;
padding-right: 3px;
color: #000; 
}

a.photocredit:hover{
background-color: #F37080;
color: #000; 
}



#sidebar a:link, #sidebar a:visited{
text-decoration: none;
color: #000;
}

#sidebar a:hover{
color: #000;
background-color: #FFF;
}


#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;
}


