/*--------------------------
VOM BOYS & GIRLS CLUBS
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 8/20/08
---------------------------*/

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


body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
position: relative;
background: #50acee;
}

a{
color: blue;
}

a:hover{
color: #000;
}

.clearboth{
display: block;
clear: both;
}

.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;
}

#outer_wrapper{
width: 960px;
margin: 25px auto 0px auto;
font-size: 11px;
border: 1px solid #000;
padding: 20px;
position: relative;
background: #fff;
/* force min-height in most browsers */
min-height:750px;
height:auto !important;
height:750px;
}

#wrapper{
position: relative;
/* force min-height in most browsers */
min-height:750px;
height:auto !important;
height:750px;
}

#wrapper a{
color: #50acee;
}

#wrapper a:hover{
color: #000;
}


#header{
width: 200px;
height: 100px;
float: left;
}

#nav{
}

#nav #toptabs{
height: 70px;
width: 700px;
padding: 30px 0px 0px;
float: left;
text-align: center;
}

#nav ul{
margin: 0;
padding: 0;
list-style: none;
}

#nav ul li{
display: inline;
}

#nav li a, #nav li span{
color: #50acee;
text-transform: lowercase;
font-size: 14px;
margin: 0 5px;
text-decoration: none;
}

#nav li a:hover{
color: #000;
}

#nav li span{
color: #000;
}


#nav #buttons{
position: absolute;
left: 260px;
top: 60px;
}

#nav #buttons ul{
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}

#nav #buttons li.tabbutton{
float: left;
}

#nav #buttons li a{
color: #fff;
display: block;
background: #50acee;
padding: 3px 15px;
margin: 0 10px;
text-decoration: none;
}


#nav #buttons li a:hover{
color: #000;
}

#subnav{
position: relative;
display: block;
float: left;
width: 125px;
padding-top: 20px;
z-index: 2;
}

#subnav ul{
position: relative;
display: block;
width: 125px;
list-style: none;
float: left;
margin: 0;
padding: 0;
}

#subnav ul li{
display: block;
width: 125px;
margin: 0 0 10px 0;
border: none;
background: #50acee;
}

#subnav ul li a, #subnav ul li span{
display: block;
padding: 5px 2px;
background: #50acee;
border: none;
color: #fff;
text-align: center;
font-size: 12px;
text-decoration: none;
}

#subnav ul li span{
color: #000;
}

#contentwrapper{
float: right;
clear: both;
width: 820px;
height: 390px;
padding: 21px 0 0 0;
margin: 0;
position: relative;
min-height:600px;
height:auto !important;
height:600px;
}

#content{
float: right;
width: 556px;
height: 370px;
margin: 0;
position: relative;
border: 1px solid #000;
border-right: none;
border-bottom: none;
padding: 10px;
overflow-y: scroll;
overflow-x: hidden;
line-height: 1.3;
}

#fullpagecontent{
float: right;
clear: both;
position: relative;
padding: 10px;
padding-top: 0;
width: 800px;
line-height: 1.3;
border: 1px solid #000;
}

#tallleft{
position: relative;
display: block;
width: 357px;
height: 391px;
margin: 0;
padding: 0;
float: right;
overflow: hidden;
}

#topleft{
display: block;
width: 335px;
height: 370px;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
float: right;
padding: 10px;
}

/*
#bottomleft{
display: block;
width: 335px;
height: 174px;
border: 1px solid #000;
border-bottom: none;
border-top: none;
position: relative;
clear: both;
float: right;
padding: 10px;
}
*/

#tallright{
position: relative;
display: block;
clear: none;
float: right;
height: 370px;
width: 200px;
margin: 0;
background: #50acee;
padding: 10px;
color: #fff;
font-weight: bold;
border-top: 1px solid #000;
border-bottom: none;
overflow: hidden;
}

#rightsidebar{
position: relative;
display: block;
float: right;
margin: 0;
border: 1px solid #000;
border-bottom: none;
width: 230px;
height: 380px;
padding: 10px 0 0 10px;
overflow-y: scroll;
overflow-x: hidden;
}

html>body #rightsidebar{
overflow: auto;
}

#rightsidebar iframe{
/* width: 220px; */
}

html>body #rightsidebar iframe{
/* width: 210px; */
}


#bottombar{
display: block;
border: 1px solid #000;
float: right;
clear: both;
position: relative;
margin: 0;
width: 797px;
max-height: 230px;
padding: 10px 10px 10px 10px;
overflow-y: hidden;
}

#footer {
width: 960px;
display: block;
margin: 0 auto;
padding: 20px;
color: white;
text-align: center;
}

#footer a{
color: white;
}

#footer a:hover {
color: black;
}

/*Used to Style RSS feeds from Blogs or SLates */

#feed_box{
font-size: 1em;
width: 210px;
float: left;
/* margin-top: 20px; */
padding-bottom: 0;
overflow: hidden;
/* border: 1px solid red; */
}

#feed_box span.styled{
display: block;
/* border: 2px solid #000; */
width: 210px;
/* padding: 5px; */
}

#feed_box span.styled ul{
margin: 0;
padding: 0;
list-style: none;
}

#feed_box span.styled ul li{
margin-bottom: 10px;
}

#feed_box span.styled ul li a{
text-decoration: none;
color: #7d1a38;
font-weight: bold;
}

#feed_box span.styled ul li a:hover{
color: #000;
}

#feed_box span.styled .rss_date{
color: #666;
font-size: 10px;
}

/*
#feed_box blockquote {
margin: 0;
padding: 0;
background: #000;
}
*/

#calendar_upcoming {
}

