/*

Theme Name:Way-Further-Casino

Theme URI:

Version: 1.0

Description: To change the banners on this theme use the Text Widgets and add your banners code there.
Author: Casino Blogs
Author URI:



*/



* {
	margin: 0; 
	padding: 0;
}
body {
	font: 12px "Trebuchet MS", Verdana;
	color: #ffffff;
	background: #000000 url(images/bg.png) fixed;
}
a {
	color: #232323;
}
a:hover {
	color: #C00000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header {
	height: 180px;
	background:url(images/header.png) no-repeat right top;
	
}
#header h1 {
	float: left;
	font-size:26px;
	text-transform:uppercase;
	margin: 60px 0 0 15px;
	
}
	#header h1 a {
		display: block;
		color:#fff;
		text-decoration:none;
	}
	
	#header h1 a:hover {
		color:#CCCCCC;
	}

#header h2 {
	float: left;
	font-size:14px;
	margin: 2px 15px 44px;
	clear:both;
	color:#fff;
	
}
#menu {
	clear:both;
	background: url(images/menu.png) repeat-x;
	width:1000px;
	height:40px;
	float:left;
}

#menu ul {
	list-style-type: none;
	float: left;
}
	#menu ul li {
		float: left;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		padding-right: 2px;
		background: url(images/divider.png) no-repeat right 0;
	}
	#menu ul li a {
		display: block;
		text-decoration: none;
		padding: 13px 12px 14px;
	}
	#menu ul li a:hover {
		color: #292929;
		background: url(images/active.gif) repeat-x 0 0;
	}
	
#menu #search {
	float: right;
	width: 219px; height: 30px;
	margin: 5px;
}
#search form {
	background: url(images/search.gif) no-repeat 0 0;
	width: 210px;

}
	#search input {
		border: 0;
		font-size: 11px;
		background-color: transparent;
		margin: 8px 4px;
	}
	#search button {
	float:right;
	background:url(images/searchButton.png) top left no-repeat;
	width:30px;
	height:30px;
	padding:0;
	margin:2px 0 2px 0;
	border:none;
	cursor:pointer;
	}

#container { 
	color: #808080;
	background: #ffffff url(images/sidebar.png) repeat-y right 0;
}

#content {
	width: 710px;
	float: left;
}
#content .post {
	clear: both;
	padding: 10px 10px 10px 20px;
}
	
#content h2 {
	font-size: 24px;
	color: #292929;
	margin-bottom:4px;
}
	#content h2 a {
		text-decoration: none;
	}
#content p {
	line-height: 15px;
	margin-bottom: 10px;
}
#content ul, #content ol {
	list-style-position: inside;
	margin-bottom: 5px;
}
#content li {
	line-height: 15px;
}
#content h3, #content h4, #content h5, #content h6 {
	font-size: 13px;
	margin-bottom: 5px;
}
#content blockquote {
	border: 1px dashed #ccc;
	padding: 6px 6px 6px 45px;
	color: #666666;
	font-style:italic;
	margin:15px;
	background: #FFF url(images/quote.gif) no-repeat 5px 5px;  
}

#content .post-info {
	float: left;
	font-size: 11px;
	padding-bottom:5px;
	border-bottom:1px solid #b5b5b5;
	width:100%;
	margin-bottom:5px;
}
	#content .post-info a {
		text-decoration: none;
		display: block;
		float: left;
		line-height:16px;
	}
	
	#content .post-info span {
		text-decoration: none;
		display: block;
		float: left;
		line-height:16px;
	}
	#content .post-info .calendar {
		padding-left: 20px;
		float:left;
		background:url(images/calendar.gif) no-repeat left;	
	}
	#content .post-info a.user {
		padding-left: 20px;
		background:url(images/user.gif) no-repeat left;
		float:left;
		margin-left:20px;
		
	}

#content .post-footer {
	background: url(images/post-footerBg.png) repeat-x;
	float: left;
	font-size: 11px;
	padding: 9px;
	border-left:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	width:100%;
	margin-bottom:20px;
}
	#content .post-footer a {
		text-decoration: none;
		display: block;
		float: left;
		line-height:16px;
	}
	#content .post-footer a.more {
		padding-left: 20px;
		background:url(images/arrow3_e.gif) no-repeat left;
		float:right;
	}
	#content .post-footer a.comments {
		padding-left: 20px;
		float:left;
		background:url(images/comment.gif) no-repeat left;
		
	}
#content .details2 {
	font-size: 0.9em;
	padding: 10px 0;
}
	#content .details2 a {
		text-decoration: none;
	}

#content h2.title {
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 10px 20px;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 260px;
	float: right;
}

#sidebar #ads {
	margin:3px;
}

#sidebar h2 {
	font-size: 13px;
	text-transform: uppercase;
	background-color: #CCCCCC;
	color: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #B7B7B7;
	border-top: 1px solid #ffffff;
}
#sidebar ul {
	list-style-type: none;
	padding: 10px;
	border-top: 1px solid #ffffff;
}
#sidebar ul li {
	font-size: 11px;
	padding: 6px 0 6px 16px;
	line-height:20px;
	background: url(images/bullet.gif) no-repeat left;
}
#sidebar ul li a {
	color: #292929;
	font-weight: bold;
	text-decoration:underline;
	display:block;
	
}

#sidebar ul li a:hover {
	color:#C00000;
}

#footer {
	background-color: #CCCCCC;
	color: #292929;
	font-size: 11px;
	padding: 10px;
	text-align:center;
}
#footer a {
	color: #808080;
}

