/*
Theme Name: Round and Round
Theme URI: http://randaclay.com/blog/themes
Description: Round and Round is a modern, 2-column, widget-ready theme created for Wordpress
Version: 1.0
Author: Randa Clay
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/

/************************************************
*    Changing this theme to fit in 800x600
     no problem.  Simply change the width in the 
     #wrap div below to 680px, change the width in
     the #content div in the Main Content section
     to 470px, and in the Comments section,
     change the #comments div width to 445px, the
     .commenttext  and the .commenttext-admin 
     widths each to 400px.  								*
************************************************/

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	background: #aaa url(http://dreamseeds.com/images/layout/leaf5.jpg) repeat top left;
	background-attachment: fixed;
	font: 62.5%  Verdana,"Lucida Grande", Sans-Serif; /* Resets 1em to 10px */
}

#wrap {
    width: 790px;
    margin: 0 auto 0 auto;
  /*  padding-left: 130px;  */
    padding: 0px;
}


/************************************************
*	Header, Headings, etc.									*
************************************************/

#head{
	text-align: center;
	padding-top: 0px;
        padding-bottom: 0px;
        
}

#head h1{
        font-family: "Trebuchet MS", Verdana,"Lucida Grande", Sans-Serif;	
        font-size: 3.3em;
	color: #990000;
        margin-bottom: 0px;
        margin-top: 0px;
}

#desc {
        font-family: "Trebuchet MS", Verdana,"Lucida Grande", Sans-Serif;
	font-size: 1.8em;
	color: #990000;
        text-transform: uppercase;
}

/************************************************
*      Suckerfish Navigation Menu
*************************************************/

#suckerfishnav {     background:#6b6b30 url("/images/layout/bar-multicolor.jpg") repeat;     font-size:12px;     font-family:helvetica,sans-serif;     font-weight:bold;     width:788px;     height: 30px;     } 
#suckerfishnav, #suckerfishnav ul {     float:left;     list-style:none;     line-height:30px;     padding:0;     border:1px solid #aaa;     margin:0 0 10px 0px;     width:788px;     } 
#suckerfishnav a {     display:block;     color:#ffffff;     text-decoration:none;     padding:0px 10px;     } 
#suckerfishnav li {     float:left;     padding:0;     } 
#suckerfishnav ul {     position:absolute;     left:-999em;     height:auto;     width:151px;     font-weight:normal;     margin:0;     line-height:1;     border:0;     border-top:1px solid #b6c67b;     } 
#suckerfishnav li li {     width:149px;     border-bottom:1px solid #b6c67b;     border-left:1px solid #b6c67b;     border-right:1px solid #b6c67b;     font-weight:normal;     font-family:helvetica,sans-serif;     text-align: left;     } 
#suckerfishnav li li a {     padding:4px 10px;     width:130px;     font-size:12px;     color:#ffffff;     } 
#suckerfishnav li ul ul {     margin:-21px 0 0 150px;     } 
#suckerfishnav li li:hover {     background:#993333;     } 
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {     color:#ffffff;     } 
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {     color:#ffffff;     } 
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {     color:#ffffff;     } 
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {     left:-999em;     } 
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {     left:auto;     background:#6b6b30;     } 
#suckerfishnav li:hover, #suckerfishnav li.sfhover {     background:#993333;     }   

/************************************************
*      Style Format
*************************************************/
a, a:link {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #883B3B;
	text-decoration: none;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #4D5C19;
	font-weight: normal;
}

h3 {
        font-family: "Trebuchet MS", Verdana,"Lucida Grande", Sans-Serif;
        font-size: 2.2em;
	line-height: 1.2em;
	color: #2d4c44;
        text-transform: uppercase;
        margin-bottom: 5px;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #4D5C19;
}

h4 {
	color: #4D5C19;
        margin: 8px 5px 5px 0px;
	padding: 0px;
        font-size: 1.5em;
        text-transform: uppercase;
        font-family: "Trebuchet MS", Verdana,Arial, Sans Serif;	
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/


#content {
        width: 550px;
        float: left;
        padding: 0px 5px 0px 7px
}

.item {
    background: #ffffff;
  /*  background:transparent url(images/transparent.png);  */
    padding: 10px 20px 20px 20px;
    border: 1px solid #b6c67b;
    margin-bottom: 3em;
    color: #000000;  
}

* html .item {
    background-image:none;
    background-color: #b6c67b;
    filter:alpha(opacity=100);
    height:1%;

    }
   
* html .item * {
    filter:alpha(opacity=100);
    position:relative;
    } 

.item p {
        font-size: 1.3em;	
}

.item p a{
	text-decoration: underline;
}

.item p a:hover{
	color: #883B3B;
}

.item img {
	border: 1px solid #CCCCCC;
        padding: 2px;
        margin: 5px;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 1.3em;	
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
        font-size: 1.3em;	
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;

}

.itemhead h3{
	display: inline;
}

.date{
	display: inline;
	text-align: right;
	font-size: 1.0em;
        margin-top: 5px;
}

input{
	font-size: 100%;
}

.metadata{
	font-size: 1.2em;
	font-family:  Verdana,"Trebuchet MS","Lucida Grande", Sans-Serif;
        float: right;
        line-height: 220%;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #4D5C19;
}

cite{
	font-size: 1.1em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/************************************************
*	Sidebar									*
************************************************/


#secondary {
        width: 210px;
	background-color: #DEEBc5;
	text-align:left;
	padding: 0 3px 5px 4px;
	float: right;
        line-height: 14px;
        margin-right: 7px;
}

#secondary p {
	padding: 0px;
        margin-bottom: 20px;
	font-size: 1.1em;
}

#secondary img, a img {
        border: 0px;
        margin: 0px;
}

#secondary a, #secondary a:link {
	padding: 0;
	color: #006699;
	text-decoration: none;
	}

#secondary a:hover {
	color:#883B3B; 
}

#secondary h4 {
	color: #fff;
        margin: 8px 5px 5px 0px;
	padding: 3px;
        width: 98%;
        background: url(/images/layout/bar-multicolor.jpg) repeat;
        font-size: 1.5em;
        text-transform: uppercase;
        font-family: "Trebuchet MS", Verdana,Arial, Sans Serif;	
}


#secondary ul {
	margin: 0px;
	padding: 0px 0px 10px 5px;
        font-size: 11px;
        list-style-type: none;
        list-style-position: inside;
        color: #006699;
}

#secondary li {
        margin: 0px;
	padding: 0px;
        color: #006699;
}

#secondary ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#secondary ul li a {
	color: #006699;
	text-decoration: none;
}

#secondary ul li a:hover {
	color:#333; 
}

#secondary ul ul {
	margin-top:0; 
        margin-bottom:0;
	padding: 0px 0px 0px 14px;
        font-size: 13px;
        color: #006699;
        list-style-type: none;
        list-style-position:outside;
}

#secondary ul ul li{
	margin: 0px;
}

#secondary ul ul ul{
	margin-top:0; 
        margin-bottom:0;
	padding: 0px 0px 0px 14px;
        font-size: 13px;
        color: #006699;
        list-style-type: none;
        list-style-position:outside;
}

#secondary ul ul ul li{
	margin: 0px;
}

li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}

.feedarea  {
	height: 30px;
	background:url(images/roundrss.png) no-repeat left center;
	padding-right:20px;
}

/************************************************
*	Comment Area									*
************************************************/


#comment {
	width: 630px;
	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
        font-size: 1.3em;
}
	
#comment {
    background:transparent url(images/transparent.png);
    padding: 10px 20px 20px 20px;
    border: 1px solid #cccccc;
    margin-bottom: 3em;
    color: #000000;  
}

#comment * html  {
    background-image:none;
    background-color: #FFFFFF;
    filter:alpha(opacity=80);
    height:1%;

    }
   
#comment * html  * {
    filter:alpha(opacity=100);
    position:relative;
    } 


#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #E88337;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
        font-weight: normal;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 600px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 600px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #990000;
        font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #000000;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/************************************************
*	Calendar									*
************************************************/


#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	color: #333333;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: left;
}

#wp-calendar #today {
	background: ;
	color: #990000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
*	Footer									*
************************************************/
#footer {  background: #b7d874; border-bottom: 5px solid #b7d874; width: 790px; color: #996666; font-family: Arial, Tahoma;  font-size: 8pt; text-align: center; line-height: 100%; margin: 0px auto 0px auto; padding: 0px 0px 5px 0px;}
#footer a:visited { color: #6b6b30;  text-decoration: none;}
#footer a:link    { color: #6b6b30;  text-decoration: none;}
#footer a:hover   { color: #74897A; text-decoration: none;}
#footer a:active  { color: #6b6b30;  text-decoration: none;}


/* #foot {
        width: 790px; 
        height: 20px;	
        text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}

#foot a:link, #foot a:hover, #foot a:visited{
	color: #990000;
        text-decoration: underline;
}
*/
/* -------  Bottom Menu  ------------- */ 
#navMenuBottom { width: 100%; margin: 0px;padding: 0px;background: #b6c67b; font-family: Arial, Helvetica,sans-serif; font-size: 9pt;font-weight: bold; color: #6b6b30;text-align: center;} 
#navMenuBottom  a:visited { color: #999933; text-decoration: none;} 
#navMenuBottom  a:link    { color: #999933; text-decoration: none;} 
#navMenuBottom  a:hover   { color: #74897A; text-decoration: none;} 
#navMenuBottom  a:active  { color: #999933; text-decoration: none;}  
.bottommenu {  background: #b6c67b; width: 100%; color: #996666; font-family: Arial, Tahoma; font-size: 8pt; text-align: center; line-height: 100%; margin: 0px; padding: 0px;} 
.bottommenu a:visited { color: #999933;  text-decoration: none;} 
.bottommenu a:link    { color: #999933;  text-decoration: none;} 
.bottommenu a:hover   { color: #74897A; text-decoration: none;} 
.bottommenu a:active  { color: #999933;  text-decoration: none;} 
