/*
Theme Name: Bowral
Theme URI: http://wordpress.org/
Description: Custom Theme for Bowral Golf Club v2.5
Version: 1.6
Author: Michael Coyle
Author URI: http://www.michaelcoyle.com.au
Tags: blue, custom header, fixed width, two columns, widgets

	Bowral v2.5
	http://www.michaelcoyle.com.au/

	This theme was designed and built by Michael Coyle,
	whose website you will find at http://www.michaelcoyle.com.au/

*/



/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
}

a {
	outline:none;
	color:#173E6E;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	background: #dad4cb url(../images/background.jpg) 50% top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:968px;
	margin:0 auto;
	position:relative;
	margin-top:15px;
}

#homelinks h4 {
	position:absolute;
	right:0;
	top:565px;
}

#homelinks h4#member {
	right:250px;
}

#homelinks h4 a {
	background:url(../images/member.jpg) top left no-repeat;
	width:237px;
	height:129px;
	display:block;
}

#homelinks h4 a:hover {
	background:url(../images/member-on.jpg) top left no-repeat;
}

#homelinks h4#social a {
	background:url(../images/social.jpg) top left no-repeat;
}

#homelinks h4#social a:hover {
	background:url(../images/social-on.jpg) top left no-repeat;
}

#homelinks h4 {
	text-indent:-900em;
}

#news {
	width:415px;
	margin:0 0 0 40px;
	float:left;
}

#news h3 {
	font-size:12px;
	margin:15px 0 5px 0;
}

#news p {
	font-size:12px;
	line-height:19px;
}

#banner ul {
	position:absolute;
	top:50px;
	left:250px;
}

#banner ul li {
	float:left;
	font-size:11px;
	text-decoration:none;
	list-style:none;
	line-height:27px;
}

#banner ul li a {
	padding:16px;
	padding-bottom:8px;
	padding-top:8px;
}	

#banner h6 {
	position:absolute;
	top:0;
	left:0;
	display:none;
}	

.pagenav {
	list-style:none;
}

#logo {
	margin-left:30px;
}

#leftcol {
	float:left;
	width:250px;
	margin-top:24px;
	height:430px;
	background:#23456E url(../images/subnav-bg.jpg) left top no-repeat;
}

#leftcol ul {
	padding-left:30px;
}

#leftcol ul li {
	font-size:12px;
	list-style:none;
	color:#FFCC00;
}

#leftcol ul li a {
	color:#fff;
	font-weight:normal;
	line-height:22px;
}

#leftcol h5 {
	color:#fff;
	font-weight:normal;
	margin:35px 20px 20px 30px;
	height:32px;
}

#rightcol {
	float:left;
	width:714px;
	background:#fff url(../images/content-top.png) top left no-repeat;
	margin-top:24px;
	position:relative;
}

#rightcol #breadcrumb {
	color:#fff;
	padding:0;
	padding-left:25px;
	line-height:35px;
}

#rightcol #content {
	background:#fff;
	padding:25px;
}

#rightcol h1 {
	font-size:32px;
	
	margin-bottom:20px;
	color:#033067;
	font-weight:normal;
}

#rightcol h2, #rightcol h3 {
	padding-top:0;
	padding-bottom:20px;
	font-size:12px;
	color:#033067;
	line-height:22px;
}

#rightcol h3 {
	font-size:18px;
	font-weight:normal;
}

#rightcol p {
	padding-top:0;
	padding-bottom:20px;
	font-size:12px;
	color:#333;
	line-height:22px;
}

#rightcol table {
	margin-bottom:20px;
	border:none;
	font-size:12px;
	border-spacing: 0; 
	width:100%;
}

#rightcol table td {
	border:none;
	background:#E0E7EF;
	padding:7px;
	border-right:1px solid #fff;
	border-left:1px solid #C3D0DF;
	border-top:1px solid #fff;
	border-bottom:1px solid #C3D0DF;
}

#rightcol table th {
	border:none;
	text-align:left;
	background:#24446C;
	color:#fff;
	padding:7px;
	border-right:1px solid #2F547F;
	border-left:1px solid #17385F;
}

#rightcol ul, #rightcol ol {
	margin-left:35px;
	padding-bottom:20px;
}

#rightcol ul li, #rightcol ol li {
	font-size:12px;
	line-height:22px;
}

#rightcol #flash {
	position:absolute;
	top:-23px;
	right:10px;
}

form textarea {
	width:100%;
}

iframe {
	float:right;
	padding-left:15px;
}

#container #blogul {
padding:0;
margin:0;
clear:both;
height:135px;
}

#blogul li {
list-style:none;
width:205px;
height:135px;
text-indent:-900em;
float:left;
margin-right:21px;
}

#blogul #blog-news a, #blogul #blog-men a, #blogul #blog-women a {
display:block;
width:205px;
height:135px;

background:url(http://www.bowralgolfclub.com.au/images/blog-news.jpg) top left no-repeat;
}

#blogul #blog-news a:hover {
background:url(http://www.bowralgolfclub.com.au/images/blog-news-on.jpg) top left no-repeat;
}

#blogul #blog-men a {
background:url(http://www.bowralgolfclub.com.au/images/blog-mens.jpg) top left no-repeat;
}

#blogul #blog-men a:hover {
background:url(http://www.bowralgolfclub.com.au/images/blog-mens-on.jpg) top left no-repeat;
}

#blogul #blog-women a {
background:url(http://www.bowralgolfclub.com.au/images/blog-womens.jpg) top left no-repeat;
}

#blogul #blog-women a:hover {
background:url(http://www.bowralgolfclub.com.au/images/blog-womens-on.jpg) top left no-repeat;
}

#blogul #blog-women {
margin-right:0;
}

#content {
	border-bottom:5px solid #333;
}

#footer {
	font-size:10px;
	color:#999999;
	float:right;
	margin-right:12px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer a {
	color:#666666;
}

#container #content a {
	font-size:11px;
}

.page-item-38 {
	display:none;
}

.member-login {
position:absolute;
	right:157px;
	top:15px;
	font-size:11px;
}

.members-bookings {
position:absolute;
	right:23px;
	top:15px;
	font-size:11px;
}

.member-login a {
background:url(/images/images/members-login-off.gif) top left no-repeat;
width:108px;
height:20px;
display:block;
text-indent:-900em;
}

.member-login a:hover {
background:url(/images/images/members-login-on.gif) top left no-repeat;
}

.members-bookings a {
background:url(/images/images/members-bookings-off.gif) top left no-repeat;
width:125px;
height:20px;
display:block;
text-indent:-900em;
}

.members-bookings a:hover {
background:url(/images/images/member-bookings-on.gif) top left no-repeat;
}