/*  
Theme Name: BCYD Default
Description: The default WordPress theme for the Brevard County Young Dems
Version: 0.5
Author: Gilberto Creque
Author URI: http://716ink.com/
*/


*{
}   
html{
}   
body{
background: #036 url("img/bggrad.jpg") repeat-x fixed;
margin: 0 auto;
padding: 0px;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Georgia, "Times New Roman", "Trebuchet MS", Serif;
min-width:900px;
text-align: center;
}

h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Sans-Serif;
color: #09F;
}

a{
color: #09F;
}

a:visited {
color: #F00;
}


#page{
width: 950px;
color: #fff;
text-align: left;
font-size: 1.6em;
line-height: 1.7em;
padding: 0px;
margin: 0 auto;
}

#navigation{
width: 950px;
padding: 0px;
margin: 0px;
}

#navigation h2, #navigation h2 a{
	color:#fff;
	font-size: 1em;
	text-decoration:none;
}

#navigation h2 a:hover{
	color:#f00;
	text-decoration:underline;
}


#header{
width: 950px;
height: 200px;
background: url("img/bcyd-header3.png") top center no-repeat;
padding: 0px;
margin: 0px;
clear:both;
}

#header h1, .description{
font-size: 2em;
margin-left: -2000px;
}



#contentwrap{
background: url("img/bcyd-contentbg.png") top left repeat-y;
width: 950px;
clear:both;
float:left;
}

#content{
margin: 0px;
margin-left:25px;
padding: 10px;
width: 630px;
float:left;
display: inline;
}

#sidebar{
margin-left: 675px;
padding: 10px;
width: 230px;
font-size: 0.75em;
color: #09F;
}


#sidebar a{
color: #FFF;
}

#sidebar a:visited {
color: #999;
}




.left{
float:left;
}

.right{
float:right;
}


/* Begin Lists */

#navigation ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
	margin-right: 25px;
}

#navigation li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0px;
	padding-left: 30px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar * ul, #sidebar * li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

 
/* End Entry Lists */

#footer {
  background: #F00 url("img/bcyd-footerbg.png");
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
  color: #fff;
  text-align: left;
  font-size: 1.6em;
  line-height: 2.0em;
  border-top: 1px solid #09F;
  border-bottom: 1px solid #09F;  
	}

#footer p {
  width: 900px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	}

small {
  font-size: 0.75em;
  }
  
.postmetadata {
  font-size: 0.75em;
  }

blockquote {
	margin: 0px;
	padding-left: 10px;
	border-left: 5px solid #fff;
}

/* Modification made by David, this is to decrease size of Calendar */
#wp-calendar {
	line-height: 1.3em;
}