﻿body {
	background:url(images/background.jpg) no-repeat top center #fff;
	font-size:12px;
	color:#222222;
	}

* {
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: 1.23578e+006;
}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: none;
	color: #CCFF66;
}

/* Structure */
#wrapper {
	margin:0 auto;
	width:947px;
	background:url(images/content-bg.png) repeat-y top left;
	font-size:12px;

	}
#header {
	height:266px;
	background:url(images/header.jpg) no-repeat;
	}
#menu {
	height:56px;
	line-height:37px;
	background:url(images/button.jpg) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:220px;
	background:#fff;
	margin-right:30px;
	}
	
#sidebar1 {
	float:right;
	width:47px;
	height:185px;
	background:url(images/rside2.jpg) no-repeat top left;
	padding-right:0px;
	}

#content {
	float:left;
	width:640px;
	min-height:300px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	text-align: center;
	padding-top:6px;
	color: #FFFFFF;
}

.rside {
	background-image: url('images/rside.jpg');
}

/* Entries */
.entry {
	padding:0px 0px 10px 25px;
	text-align:justify;
	line-height:1.75em;
	}
.vote_table{
	font-size:12px;
}	
.vote_check{
	text-align:center;
	width:50px;
}
.vote_td{
	text-align:center;
	width:100%;
}
.date {
	font-size: 12px;
	color: #3366FF;
	cursor: default;
	letter-spacing: 1px;
}
	
/* Menu */
#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 9px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/button_h.jpg) no-repeat center;
	padding-top:9px;
	padding-bottom:0px;
	}

/* Sidebar */
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
         text-align:center	
	}

/* Footer */
#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}


/* Feed */
#feed {
	height:27px;
	width:188px;
	margin:0 auto;
	padding-left:10px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra */
#ad-top {
	width:600px;
	height:140px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	margin:10px 0px 0px 30px;
	text-align:center
	}
