/*--------------------------
TURTLE ISLAND YOGA TEMPLATE
VALID CSS 2.0
COPYRIGHT 2008 WILDFIREWEB/WEBSCHOOLPRO
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 3/28/08
__________________________*/

@import url(/css/wildfirecommon.css);
@import url(/templates/turtleisland/css/slatesblogs.css);

body{
background: #660;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
}

a{
color: #ccc;
}

a.nav:hover{
color: #FFFF99;
}

a.lnk:hover{
color: #FFFF99;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}



ul#tabs{
list-style: none;
margin:0;
padding: 0;
padding-top: 10px;
font-family:  Verdana, Arial, sans-serif;
}

ul#tabs li{
font-size: 14px;
padding: 8px 0;
font-weight: 700;
}

ul#tabs li a{
text-decoration: none;
color: #fff;
}

ul#tabs li a:hover, ul#tabs li span{
color: #ff9;
}

ul#tabs li.tab_2{
padding-left: 15px;
position: relative;
top: -10px
border: 1px solid #666;
}

#wrapper{
width: 780px;
margin: 0 auto;
position: relative;
background: transparent url(/templates/turtleisland/images/turtleislandbg.gif) repeat-y top left;
}

#header{
background: #333;
width: 620px;
padding: 20px 10px;
float: right;
height: 110px;
border-bottom: 5px solid #660;
color: #ff9;
}

#nav{
background: #666;
width: 115px;
float: left;
padding: 10px;
border-right: 5px solid #660;
}

#content{
padding: 20px;
clear: right;
float: right;
width: 600px;
background: #630;
overflow: hidden;
}

#footer{
clear: both;
background: #333;
width: 740px;
margin: 0 auto;
border-top: 5px solid #660;
padding: 20px 20px 10px;
}