/*
Theme Name: RiverClub Default
Theme URI: http://riverclub.co.za/
Description: The default RiverClub theme
Version: 1.0
Author: Gareth Lennox
Author URI: http://dwakn.com/
*/

/* General layout
-------------------------- */

body {
	background: #0B1D29 url(images/page-bg.jpg) repeat-y scroll center top;
	color: #000000;
	font-family: "Lucida Grande" , Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 73%;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	margin: 0em auto 0pt;
	text-align: left;
	width: 936px;
	position: relative;
}

/* Header
-------------------------- */

#header {
	background: #FFF url(images/top-back.png) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#headerimg {
	height: 125px;
	background: url(images/logo.png) 30px 8px no-repeat;
}

#header .link {
	display: block;
	width: 230px;
	height: 75px;
	padding: 1.5em 1.5em;
}

#header a.link:hover {
	background: transparent;	
}

#headerimg h1, #headerimg .description {
	position: absolute;
	left: -9999px;
}

hr {
	display: none;
}

/* contact us
-------------------------- */

#contact_us a {
	display: block;
	right: 0;
	top: 0;
	position: absolute;
	width: 124px;
	height: 112px;
	background: transparent url(images/contact_us.png) top left no-repeat;
}

#contact_us a span {
	position: absolute;
	left: -9999px;
}

/* Navigation 
-------------------------- */

#nav {
	position: absolute;
	right: 20px;
	top: 82px;
	z-index: 100;
}

#nav ul {
	float: right;
	margin: 0pt;
	padding: 0pt;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#nav li {
	position: relative;
}

#nav li ul li {
	float: none;
	padding-left: 0;
	margin-left: 0;
}

#nav li ul {
	padding-left: 0;
	margin-left: 0;
}

#nav li ul li a {
	float: none;
}

#nav a {
	display: block;
	float: left;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: url(images/nav_right.png) no-repeat left top;
	margin-right: 2px;
}

#nav a span {
	background: transparent url(images/nav_left.png) no-repeat scroll 0px 0;
	display: block;
	padding: 0.7em 0.6em 0.6em;
}

#nav a:hover, #nav li.over a, #nav li a.selected {
	background-position: right -153px;
	background-color: #0B1D29;
	color: #FFF;
}

#nav a:hover span, #nav li.over a span, #nav li a.selected span {
	background-position: left -153px;
}

#nav ul li ul {
	background: #fff;
	display: none;
	border: 2px solid #0B1D29;
	left: 0;
	position: absolute;
	top: 42px;
}

#nav li > ul {
	left: auto;
	top: auto;
}

#nav li:hover ul, li.over ul {
	display: block !important;
	width: 240px !important;
}

#nav li ul li a {
	margin-right: 0;	
}

#nav li ul li a:hover, #nav li ul li.over a, #nav li ul li a.selected {
	background: #0B1D29;
}


#nav li ul li a:hover span, #nav li ul li .over a span, #nav li ul li a.selected span {
	background: #0B1D29;
}

/* Footer
-------------------------- */

#footer {
	color: #fff;
	background: #0B1D29 url(images/footer-bg.gif) top center no-repeat;
	padding-top: 116px;
	padding-bottom: 2em;
	text-align: center;
}

#weather {
	background: #fff;
	overflow: auto;
}

#weather .container {
	float: right;
	padding-right: 1em;
}

#weather .third {
	display: none;
}

#nav-footer {
	overflow: auto;
	text-align: center;
	padding: 0.5em 0;
}

#nav-footer ul {
	left: 50%;
	position: relative; 
}

#nav-footer ul, #nav-footer ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-footer ul li {
	right: 50%;
	position: relative;	
}

#nav-footer a {
	padding: 0.5em;
	color: #fff;
	text-decoration: none;
}

#nav-footer a:hover {
	color: #fff;
	text-decoration: underline;
	background: transparent;
}


/* Main image
-------------------------- */

#mainimage {
	margin: 10px 0;
	background: transparent url(home-images/home.jpg) no-repeat scroll center;
	height: 170px;
}

#mainimage_rotate {
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	display: none;
	margin: 0;
	padding: 0;
}

#mainimage_rotate li {
	position: relative;
}

#mainimage_rotate li span {
	position: absolute;
	right: 15px;
	bottom: 7px;
	
	opacity: 0.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	background: #000;
	
	border-top: 4px solid #C00;
	
	padding: 1.4em;
}

#mainimage_rotate li span b {
	
	font-family: Georgia,Times New Roman;
	font-size: 300%;
	font-weight: bold;
	color: #FFF;
	
	opacity: 1.0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
}


/* Content
-------------------------- */

#content {
	background: #FFF url(images/content-back-top.png) top left no-repeat;
	padding: 1em;
	font-family: Georgia,Times New Roman;
	font-size: 130%;
	overflow: auto;
	position: relative;
	min-height: 1050px;
}

h2.maintitle {
	color: #999999;
	font-family: Century Gothic;
	font-size: 300%;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	padding-top: 0 !important;
	margin-top: 0;
	width: 680px;
}

.endcontent {
	background: #FFF url(images/top-back.png) no-repeat left bottom;
	height: 15px;
	clear: both;
}

#content h2 {
	clear: both;
	padding-top: 0.5em;
	font-family:Century Gothic;
	font-weight:500;
	line-height:1.6em;
}

a {
	color: #4D80A2;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: 0 none;
	background: #fff;
}

a:hover {
	text-decoration: underline;
	background-color: #CEE7F7;	
}

a:hover img {
	background: #fff;
}

#latest-news {
	width: 150px;
	float: right;
	font-size: 86%;
	padding: 1em;
	background: #eee;
	line-height: 1em;
	margin-top: -100px;
}

#latest-news h3 {
	margin: 0;
	padding: 0;
	font-size: 120%;

}

#latest-news h4 {
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-size: 1em;
}

.home .entry {
	width: 700px;
	float: left;

}

/* Post
-------------------------- */

.post {
	/*margin-bottom: 3em;*/
	float: left;
	width: 680px;
}

.post h2 {
	margin-bottom: 0;	
}

#content .hentry h2 {
	padding-top: 0;	
}

.post-details {
	font-size: 80%;	
}

.post .date {
	font-weight: bold;
}

.post .author {
	font-weight: bold;
}

.postmetadata {
	font-size: 80%;
	border-top: 1px solid #EEE;	
}

.entry {
	border-top: 1px solid #EEE;	
}

h3.post-title {
	font-size: 200%;
	margin-bottom: 0.2em;
}

#sidebar {
	position: absolute;
	top: 30px;
	right: 0;
	width: 220px;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widgettitle {
	font-size: 100%;
	background: #0B1D29;
	color: #FFF;
	font-weight: bold;
	padding: 0.3em 0 0.3em 0.5em;
	margin: 0;
	margin-bottom: 0.3em;
	margin-top: 1em;
}

#sidebar .textwidget {
	padding-top: 1em;
}

#sidebar .cat-post-details {
	display: block;
	font-size: 80%;
}

/* Images
-------------------------- */

.alignright {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

.alignleft {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

/* Top images
-------------------------- */

.bar_page_conference {
	background: url(imagebar/bar-conference.jpg) left 2px no-repeat;
	height: 170px;
}

.bar_page_golf {
	background: url(imagebar/bar-golf.jpg) left 2px no-repeat;
	height: 170px;
}

.bar_page_restaurant{
	background: url(imagebar/bar-restaurant.jpg) left 2px no-repeat;
	height: 170px;
}

/* Other
-------------------------- */

#contact-details {
	position: absolute;
	color: #FFF;
	font-weight: bold;
	left: 240px;
	font-size: 90%;
	line-height: 1.5em;
}

#contact-details h2 {
	font-size: 110%;
	margin-bottom: 0;
}

#contact-details li, #contact-details ul {
	list-style: none;
	margin: 0;
	padding-left: 0.4em;	
}

#contact-details a:hover {
	background: transparent;	
}
