/*
Theme Name:CC Cloggers
Theme URI:http://www.coppercountrycloggers.com/
Description:Based on "Tucson Dreams"
Version:1.2
Tags:fixed width,left column,dropdown menu,green,two columns
Author:Computer Mike
*/
body{
margin:0;
font:12px Arial,Helvetica,Georgia,Sans-serif;
text-align:center;
vertical-align:top;
background:#6b4a0e;
color:#000;
}
body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form{
margin:0;
padding:0;
}
#wrapper{
margin:0 auto;
width:1003px;
text-align:left;
}

/* start:pagemenu */
#pagemenu{
width:1003px;
height:24px;
background:#9c000a url(graphics/pagemenubg.gif);
color:#fff;
}
#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;
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:#fff;
}
#pagemenu ul li a:hover{
background:#fff none;
color:#9c000a;
}
#pagemenu li ul{
display:none;
position:absolute;
left:0;
top:24px;
}
#pagemenu li > ul{
left:0;
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:11px arial,tahoma,verdana;
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;
position:relative;
width:1003px;
height:240px;
background:url(graphics/head.gif) no-repeat;
}
#header h1,#header h1 a{
display:block;
width:100%;
height:100%;
text-indent:-9999px;
}
/* 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/container-bg.gif);
height:100%;
overflow:hidden;
}
#sidebar{
float:left;
width:180px;
padding:10px;
margin:0;
display:inline;/* because 'lte IE 6' double set margins */
min-height:800px;
}
#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;
}
#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:Lucinda,times,georgia,arial;
text-decoration:none;
font-size:30px;
color:#f0f090;
}
#header h1 a:hover{
color:#c00;
}
#content a:link,#content a:visited{
color:blue;
font-weight:bold;
text-decoration:underline;
}
#content a:hover{
text-decoration:none;
}
#content h2 a:link,#content h2 a:visited{
text-decoration:none;
color:#000;
}
#content h2 a:hover{
color:#000;
}
#sidebar a:link,#sidebar a:visited{
text-decoration:none;
color:#000;
}
#sidebar a:hover{
text-decoration:underline overline;
}
#calendar td a:hover{
background:#fff;
}
#footer{
color:#bbb;
}
#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{
text-align:center;
margin:0 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,.post h3{
font:bold 18px Georgia,Utopia,Palatino,'Palatino Linotype',serif;;
}
.entry{
line-height:18px;
border-bottom:3px solid #000;
}
p{
margin:0 0 10px 20px;
}
.navigation{
padding:10px 0 0 0;
font-size:14px;
font-weight:bold;
line-height:18px;
}

/* start:span codes */
/* 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 #000;
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 #000;
}
.comments-template h2,.comments-template h3{
font-family:Georgia,Sans-serif;
font-size:16px;
padding:0 0 10px;
border-bottom:1px solid #000;
}
.commentmetadata{
font-size:12px;
}
.comments-template p.nocomments{
padding:0;
}
.comments-template textarea{
font-family:Arial,Helvetica,Georgia,Sans-serif;
font-size:12px;
}
h5{
margin:15px 0 5px;
font:bold 18px Tahoma,Arial,Helvetica,sans-serif;
color:red;
}
