/*
Theme Name: Rainbow Style
Theme URI: http://www.secretofmana.info/wp/
Description: Rainbow Style offers a great design and three different colored layouts in one theme.  The user can choose which color layout they prefer.
Author: Lee Cooper


*/
* {
	padding: 0; 
	margin:0;
	font-family:verdana, helvetica, sans-serif;
}
p {
	margin: 0.7em 0 1.3em 0;
	line-height:1.6em;
}
dl {
	margin:1em 0;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em;
	padding:0;
}

img {
border:0;
}

img.right {
	float: right;
	margin:10px 0 0 10px;		
}
img.left {
	float: left; 
	margin:0 10px 10px 0;	
}

img.wp-smiley, #wpstats, img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}
.clear {
	clear:both;
	height:20px;
}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;	
}
fieldset 
{
	border:0;
}
body 
{
	background-color:#dbe9d6;
	background-image:none;
	margin: 10px;
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 
	color: #333; 
	text-align: center;
}
a 
{
    text-decoration:underline;
	color: #3D81EE;	
}
a:link, a:visited {
	color: #3D81EE;	
}
 a:active {
	color: #3D81EE;	
}
a:hover {
	color:gray;
}

.entry p a {
	color:#3D81EE;
        text-decoration:underline;
}
.entry p a:hover {
	color:gray;
        text-decoration:none;
}

.entry {
        padding-bottom:15px;
}

h1, h2, h3, h4, h5, h6 
{
        font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color:#666666;
}

#container {
	margin: 0 auto;
	padding:0;
	background: #fff; 
	width:900px;
	position: relative; 
	text-align: left;
	border:1px solid #b0b0b0;

	background-repeat:repeat-x;
	background-position:top;
}
#navigation {
	background-image:url(img/green/green-split-bg.gif);
	background-repeat:repeat-x;
	background-position:center;
	overflow: hidden; 
	width:900px; 
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	border-bottom: 1px solid #627a48;
	border-top: 1px solid #627a48;
	border-right: 1px solid #627a48;
	border-left: 1px solid #627a48;
	margin: 0 auto; 
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0px; 
	list-style-type: none;
}
#navigation ul li a {
	border-right:1px solid #627a48;
	border-bottom:none;
	padding: 7px 13px 7px 13px; 
	display: block; 
	color:#fff;
        font-weight:bold;		
	text-decoration: none;
	background:#eeeeee;
	font-size:12px;
	letter-spacing:0px;
	background-image:url(img/green/green-split-bg.gif);
	background-repeat:repeat-x;
	background-position:center;
}
#navigation ul li a:hover, 
#navigation ul li a:active, 
#navigation ul li.current_page_item a 
{
	background-image:url(img/green/top-nav-hover.gif);
	background-repeat:repeat-x;
	background-position:center;
	color: #fff;	
	border-right:1px solid #627a48;
	border-bottom:none;
	font-size:12px;
	text-decoration:underline;
}
#drop-shadow{
	background-image:url(img/drop-shadow.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin: 0px;
	width:202px;
	padding-top:2px;
	padding-bottom:3px;
}
#header {
	clear: both; 
	margin: 0 auto; 
	width:900px;
	position: relative;
	text-align:left;
	background-color:#FFFFFF;
	padding:15px 0px 15px 0px;
	border-top: 1px solid #627a48;
	border-right: 1px solid #627a48;
	border-left: 1px solid #627a48;
	background-image:url(img/header.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#header p.webtitle 
{
	font-size:1.6em;
	margin:10px 0 0 4px;
        font-weight:600;
        padding-bottom:1px;
	font-variant:small-caps;
	letter-spacing:0px;
}
#header p.webtitle a {
	
	text-decoration:none;	
	border:0;
}
#header p.description 
{
	margin:1px 0 0 5px;
	font-size:1em;
        padding-top:1px;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:.5px;
}
#feedarea {
	text-align: left;
	width:100%;
        padding:5px 0 2px 15px;
}

#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}

#content {

	width:980px;
	margin:0 auto;
	position:relative;
}
 html #content {

}

#content h2 a:link, a:visited {
	color: #333333;	
        text-decoration:none;
}
#content h2 a:active {
	color: #333333;	
}
#content h2 a:hover {
	color:#70bb2e;
text-decoration:underline;
}

#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px solid;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding-left:2em;
}
#content-main {
	float: left;
	width: 547px;
   padding-left:15px;
}
 html #section-index #content-main {
	margin-right: 0px;
}
#content .post 
{
	padding-left:10px;
}
#content h2,
#content h3 
{
	font-size: 1.5em; 
	margin: 1.2em 0 0;	
	font-weight:bold;
	line-height:1.4em;	
	letter-spacing:0px;
	color: #666666;;
}

#content .entry li 
{
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.6em;
}
#content .postmetadata
{
	clear:both;
	font-size:0.9em;
	text-align:right;
	color:#999;
	margin:0;
	padding:0;

}
#content .post-info
{
	clear:both;
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;

}
#content .post-info, 
#content h2.pagetitle, #content h1.pagetitle 
{
        font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	background:url(img/underline-repeat1.gif) repeat-x left bottom;
        color: #666666; 
	padding-bottom:15px;
}
#content .posttitle h1 
{
        font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
        font-size:18px;
        color: #666666; 
	padding:16px 5px 8px 0;
}
#sidebar {
	float: left; 
	width: 170px;
	font-size:0.9em;
	margin-top:5px;
	margin-left:10px;
		list-style-type: none;
}

#sidebar h2 {
font-family:Georgia, Verdana, Arial, Serif;
font-size:14px;
padding:0px;
margin:0px;
font-weight:bold;
color:#333333;
	list-style-type: none;
}
#sidebar ul
{
	margin:0;
	padding:0;
	list-style-type: none;
	
}
#sidebar li 
{
	margin-bottom:0;
	list-style-type: none;


}
#sidebar ul ul
{
	list-style-type: none;
	margin:0;
	padding:1px;

}

#sidebar ul ul ul
{
	margin:0 0 0 0;
	padding:1px;
	list-style-type: none;
}
#sidebar li.sidebox {
	padding:10px;;
	margin:0 0 5px 0;
	background-image:url(img/green/side-body.gif);
	background-position: top left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #cccccc;
		list-style-type: none;
}
li#sidelinks ul
{
	margin:0;
	padding:0;
}
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}
#sidebar-right {
	float: left; 
	width: 200px;
	font-size:0.9em;
	margin-top:5px;
	margin-left:10px;
		list-style-type: none;
}

#sidebar-right h2 {
font-family:Georgia, Verdana, Arial, Serif;
font-size:14px;
padding:0px;
margin:0px;
font-weight:bold;
color:#333333;
	list-style-type: none;
}
#sidebar-right ul
{
	margin:0;
	padding:0;
	list-style-type: none;
	
}
#sidebar-right li 
{
	margin-bottom:0;
	list-style-type: none;


}
#sidebar-right ul ul
{
	list-style-type: none;
	margin:0;
	padding:1px;

}

#sidebar-right ul ul ul
{
	margin:0 0 0 0;
	padding:1px;
	list-style-type: none;
}
#sidebar-right li.sidebox {
	padding:10px;;
	margin:0 0 5px 0;
	background-image:url(img/side-body.gif);
	background-position: top left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #cccccc;
		list-style-type: none;
}
li#sidelinks ul
{
	margin:0;
	padding:0;
}
#sidebar-right li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}
#footer p {
	float: left; 
	width: 50%; 
	line-height: 1.2em;
}
#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
	margin: 50px;
}
#commentform 
{
	margin: 5px;
	padding:10px;
	background:#f9fcfc;
	border: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;
	margin: 5px;

}
#container .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(img/cat-box-rep.png) repeat-x top;
}
#container .commentlist li.alt 
{
    background:#ffffff;    
}
#container .commentlist li.authorcomment 
{
    border:#dddddd 1px solid;
	margin:20px;   
	background:#fff url(img/cat-box-rep.png) repeat-x top;
}
#container .commentlist li .cmtinfo 
{
	font-size:1em;			
}


#container .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#container .commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, textarea
{
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
#submit 
{
	background-image:url(img/green/green-split-bg.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #627a48;
	
}
#submit hover{
	background-image:url(img/top-nav-hover.gif);
	background-repeat:repeat-x;
	background-position:center;
	color: #fff;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
.did-you-know{
background-image:url(img/black-top-repeat.gif);
background-position:center;
background-repeat:repeat-x;
border-bottom: #627a48 1px solid; 
border-left: #627a48 1px solid; 
border-right: #627a48 1px solid; 
padding-top:3px;
padding-bottom:3px;
width:900px;
margin: 0px  auto; 
}

.footer-area{
background-image:url(img/green/green-split-bg.gif);
background-repeat:repeat-x;
background-position:center;
overflow: hidden; 
width:900px; 
position: relative; 
text-align: left;
font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
border: 1px solid #627a48;
margin: 0 auto;
padding:7px 0 7px 0;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.footer-area a{
font-size:12px;
font-weight:bold;
border:0px;
color:#FFFFFF;
text-decoration:none;
}
.footer-area a:hover{
font-size:12px;
font-weight:bold;
border:0px;
color:#FFFFFF;
text-decoration:none;
}
.footer-area a:visited{
font-size:12px;
font-weight:bold;
border:0px;
color:#FFFFFF;
text-decoration:none;
}
.footer-area a:hover{
font-size:12px;
font-weight:bold;
border:0px;
color:#FFFFFF;
text-decoration:none;
}
.Theme-Sponsors{
background-image:url(img/black-top-repeat.gif);
background-position:center;
background-repeat:repeat-x;
border-right: #627a48 1px solid; 
border-left: #627a48 1px solid;
border-bottom: #627a48 1px solid; 
padding-top:3px;
padding-bottom:3px;
width:900px;
font-size:11px;
margin: 0px  auto;
text-align: center;
}
.Theme-Sponsors a:hover{
font-size:11px;
color:#333333;
border:0px;
}
.Theme-Sponsors a:visited{
font-size:11px;
color:#333333;
text-decoration:underline;
border:0px;
}
.Theme-Sponsors a:active{
font-size:11px;
color:#387403;
text-decoration:underline;
border:0px;
}
.Theme-Sponsors a{
font-size:11px;
color:#333333;
border:0px;
text-decoration:underline;
}
.Theme-Sponsors a:hover{
font-size:11px;
color:#333333;
border:0px;
text-decoration:underline;
}
#search-tool-div{
position:absolute;
visibility:visible;
z-index:100;
right:20px;
top:30px;
}
.search-top{
border:#999 1px solid;
padding:4px;
color:#333333;
background:#fff url(img/shadow_top.gif) repeat-x top;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.search-top:focus{
border:#387403 1px solid;
padding:4px;
color:#333333;
background:#fff url(img/shadow_top.gif) repeat-x top;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.submit-search{
padding:2px;
font-size:11px;
color:#387403;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.no-image{
border:0px;
background-image:none;
padding:0px;
margin-right:5px;
}
#wp-calendar {
	empty-cells: show;
	width: 180px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color:#666666;
	font-weight: normal;
}
#wp-calendar a:link, wp-calendar a:visited, wp-calendar a:active {
	font-size: 12px;
	text-decoration: underline;
	color:#387403;
	font-weight: normal;
}

#wp-calendar caption {
	text-align: left;
	color:#333333;
	width: 180px;
	margin: 0px;
	padding-left:5px;
	font-size: 14px;
	font-weight:bold;
	height: 36px;
	line-height: 36px;
}

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}
.pad {
	text-align: left;
}
#nav{
width: 200px;
margin-top:15px;
margin-left:2px;
margin-right:5px;
margin-bottom:10px;
overflow:hidden;
float:left;
}
#nav img{
margin:5px;
list-style-type: none;
overflow:hidden;
text-align: center;
}
#nav OL{
display: block;
width: 200px;
margin: 0px;
padding:4px;
overflow:hidden;
border-bottom: 1px solid #ccc;
text-align: left;
color: #387403;
background-position:center center;
background-repeat:repeat-x;
background-image:url(img/header.gif);
}

#nav UL{
width: 200px;
margin: 0px;
padding: 0px;
display: block;
overflow:hidden;
font-family: Arial, Helvetica, sans-serif;
}	
#nav LI{
width: 200px;
margin: 0px;
list-style-type: none;
font-size:11px;
overflow:hidden;
text-align: left;
}	
	
#nav LI A{
width: 200px;
display: block;
color: #3D81EE;
padding:0px 5px 0px 12px;
margin-bottom:0;
margin-top:0;
text-decoration: underline;
overflow:hidden;
text-align: left;
}
#nav LI A:hover{
text-decoration: none;
display: block;
overflow:hidden;
text-align: left;
background-color:#f1f9e9;
}
#nav-right{
width: 200px;
margin-top:15px;
margin-left:5px;
margin-right:2px;
margin-bottom:10px;
overflow:hidden;
float:right;
position:relative;
background-image:url(img/green/side-body.gif);
background-position: top left;
background-repeat:no-repeat;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}
#nav-right img{
margin:5px;
list-style-type: none;
overflow:hidden;
text-align: center;
}
#nav-right OL{
display: block;
width: 200px;
margin: 0px;
padding:4px;
overflow:hidden;
border-bottom: 1px solid #ccc;
text-align: left;
color: #333333;
font-weight:bold;
background-position:center center;
background-repeat:repeat-x;
background-image:url(img/header.gif);
}
#nav-right UL{
width: 200px;
margin: 0px;
padding: 0px;
display: block;
overflow:hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
}	
#nav-right LI{
width: 200px;
margin: 0px;
list-style-type: none;
overflow:hidden;
text-align: left;
}	
#nav-right LI A{
width: 200px;
display: block;
padding:1px 10px 1px 5px;
text-decoration: none;
overflow:hidden;
text-align: left;
border-bottom: 1px solid #ccc;
}
#nav-right LI A:hover{
width: 200px;
text-decoration: none;
display: block;
overflow:hidden;
text-align: left;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
padding-right:10px;
background-color:#f1f9e9;
border-bottom: 1px solid #ccc;
}
.cat{
margin: 0px;
padding:4px 4px 3px 8px;
overflow:hidden;
text-align: left;
text-decoration:underline;
color: #333333;
font-weight:bold;
font-size:13px;
}
#style-switch-theme{
position:absolute;
visibility:visible;
z-index:95;
top:17px;
right:55px;
}
#style-switch{
position:absolute;
visibility:visible;
z-index:99;
top:15px;
right:10px;
display:inline;
}
#style-switch img{
border: 1px solid #cccccc;
padding:1px;
background-color:#FFFFFF;
background-image:none;
}
#style-switch img:hover{
border: 1px solid #333333;
padding:1px;
background-color:#FFFFFF;
background-image:none;
}
#style-switch a,
style-switch a:active,
style-switch a:visited,
style-switch a:link
style-switch a:hover,{
border-bottom:0px;
margin-right: 0px;
background-image:none;
}
#back-to-top{
position:absolute;
visibility:visible;
z-index:82;
right:15px;
top:7px;
}