/*
Theme Name: Greendale
Theme URI: green
Description: This is the greendale entertainment theme
Version: 1.0
Author: Nick
Author URI: Nick
*/



body{
	background-color: #cbcbcb;
	color: #CCC;
	
}

#page{
	width: 971px;
	margin: 0 auto;
}

#header{
}

#headerimg{
	background-image: url(../images/Header-bg.png);
	background-repeat: no-repeat;
	height: 81px;
	margin: 0px 0px 0px 0px;
}

#headerimg img{
	padding-top: 3px;
	border: none;
}

#gealogo{
	padding-left: 130px;
}

#slideshow{
	background-image: url(../images/slideshow-bg.png);
	background-repeat: no-repeat;
	height: 138px;
	padding-left: 40px;
	padding-top: 3px;
	z-index: -1;
}

#navigation{
	height: 50px;
}

#navigation ul{
	margin: 0px 0px 0px 0px;
}

#navigation ul li{
	list-style-type: none;
	padding-right: 30px;
	top: 5px;
	display: inline;
}

#navigation ul li a img{
	border: none;
	padding-top: 10px;
}


.post p{
	margin-top: 10px;
}

.post-title p{
	margin-bottom: 30px;
}

.post-title a{
	color: #930;
	font-weight: bold;
}

.post-title h1{
	font-size: 26px;
}

.post-image{
	float: left;
	padding-right: 10px;
}

.post-image img{
	border: none;
}

#content{
	background-image: url(../images/content-bg.png);
	background-repeat: no-repeat;
	height: 583px;
	margin: 0px 0px 0px 0px;
}


#sidebar{
	float: right;
	width: 195px;
	margin-right: 20px;
	display: inline;
	
}

.sidebar-block{
	position: relative;;
	padding-bottom: 15px;
	background-image: url(../images/sidebar-header-bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.sidebar-block img{
	position: relative;
	top: 12px;
	left: 17px;
}

#recent-comments{
	position: relative;
	top: 35px;
	font-size: 12px;
}

#recent-comments a{
	font-weight: bold;
	color: #C60;
	text-decoration: none;
}

#recent-comments a:hover{
	color:#FFF;
}

#recent-comments p{
	margin-bottom: 10px;
}

#facebook-updates{
	position: relative;
	top: 25px;
	font-size: 12px;
}

.facebook-update{
	margin-bottom: 10px;
}

.facebook-update .date{
	color: #930;
	margin: 0px;
	border: none;
}
.blogcontent{
	margin-left: 10px;
	margin-right: 250px;
	overflow: auto;
	height: 510px;
}

.blogcontent a{
	color: #930;
}

#footer{
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	height: 112px;
}

#footer ul{
	margin: 0px 0px 0px 10px;
}

#footer ul li{
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}

#footer ul li img{
	padding-top: 5px;
}

#footer ul li p{
	margin: 0px 0px 0px 0px;
	float: right;
}

#footer ul li a img{
	border: none;
}

h1, h2, h3{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

p{
	margin: 0px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

hr{
	display: none;
}
