/* cogs golfing society website style sheet feb 2007 to be totally changed soon*/

body {
	background:url(img/bg.gif) repeat-y top center #eaeaea;
	color:#3a3a3a;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0 auto;
	padding:0;
	}

/*remove blogger nav bar*/
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}


/* Main layout and header */
#wrap {
	background:#fff;
	color:#303030;
	margin:0 auto;
	padding:1px 5px;
	width:760px;
	}

#header {
	background:url(img/cogsheader2.jpg) no-repeat bottom left #fff;
	color:#505050;
	height:150px;
	margin:0 0 10px;
	padding:0;
	}
	
#headerpic {
	background-image:url(img/headerpic.jpg);
	height:150px;
	width:590px;
	} 

#header h1 {
	font-size:3em;
	font-weight:400;
	letter-spacing:-2px;
	margin:0 0 4px 15px;
	padding:15px 0 0;
	color: #336633
	}
	
#header h1 a,#header h1 a:hover {
	font-weight:400;
	padding:0;
	}

	
#header p {
	font-size:1.1em;
	letter-spacing:-1px;
	margin:0 0 20px 15px;
	padding:0 0 0 3px;
	}

#subheader h2 {
	font-size:1.8em;
	font-weight:400;
	letter-spacing:-1px;
	margin:8px 0 10px;
	padding:0;
	}

/*new navigation*/
#navigation{
	height:2.2em;
	line-height:2.2em;
	width:758px;
	margin:0 1px;
	background: #336633;
	color: #FFFFFF;
	border-top:4px solid #336633;
	}

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

#navigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
	}

#navigation li a {
	display:block;
	padding:0 10px;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #FFFFFF;
	}

* html #navigation a {
	width:1%;
	}

#navigation .current {
	background-color:#FFFFFF;
	color:#336633;
	}

#navigation .selected,#navigation a:hover{
	background: #FFFFFF;
	color: #336633;
	text-decoration:none;
	}

/* Google Search box */
#google_search_box {
	margin: 5px 10px 0px 10px;
	text-align:right;
	padding:0px;
	width:400px;
	float:right;
	}

#page_title {
	float:left;
	text-align:left;
	margin:0px;
	padding:0px;
	width:300px;
	}

#page_title h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #006633;
	margin:8px 0 0 10px;
	/*width:300px;*/
	padding:0;
	}

/* right sidebar */
#rightside {
	float:left;
	margin:15px 0 0 5px;
	padding:0 5px 0 5px;
	width:160px;
	}

#rightside img {
display:block;
margin-top:5px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
}

#rightside h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #006633;
	font-weight: inherit;
	margin:8px 0 10px;
	padding:0;
	}

#rightside ul {
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	list-style:none;
}

#rightside ul li {
	background:url(img/arrow.gif) no-repeat 0 50%;
	padding-left:10px;
	margin-bottom:5px;
	}

#rightside ul li a {
background-image:none;
/*text-decoration: underline;*/
}


#pub_wheel {
	float:right;	
	margin:0px 20px 15px 0px;
	}

/*maincontent */

#contentwide {
	float:left;
	line-height:1.5em;
	margin:10px 0 10px 10px;
	padding:0 10px 0 0;
	text-align:left;
	width:550px;
	border-right:1px solid #dadada;
	}

#contentwide h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #006633;
	font-weight: inherit;
	margin:8px 0 10px;
	padding:0;
	}
	
#contentwide h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #006633;
	font-weight: inherit;
	margin:8px 0 10px;
	padding:0;
	}
	
#contentwide h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:700;
	color: #336633;
	background:inherit;
	margin:6px 0;
	padding:0;
	}
	
#contentwide img {
	background:  #FFFFFF /*#ccc*/;
	display:inline;
	padding:1px;
	margin:0 10px 5px 0;
	}
	
#contentwide ul {
	margin:0 0 16px 20px;
	padding:0;
	}
	
#contentwide li {
	margin:0 0 2px 10px;
	padding:0 0 0 4px;
	}

#flag_list ul {
margin:0px 0px 15px 0px;
list-style-type:none;
float:left;
}

#flag_list li {
background: url(img/golf_icon2.jpg)  no-repeat bottom left;
/*color: #666666;*/
padding-left:25px;
padding-top:15px;
}


#select_and_go {
	float:right;
	}

/* this for events page */
.split_content {
float:left;
width:50%;
}

.clearone {
clear:both;
}

/* Footer */
#footer {
	background:#fff;
	border-top:2px solid #dadada;
	clear:both;
	color:gray;
	font-size:0.9em;
	margin:0 auto;
	padding:8px 0;
	text-align:center;
	/*width:760px;*/
	}
	
#footer p {
	margin:0;
	padding:0;
	}
	
#footer a {
	background:inherit;
	color:gray;
	font-weight:400;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}

/* Links and paragraphs */
a {
	background:inherit;
	color: #00CC00;
	text-decoration:none;
	font-weight:700;
	}
	
a:hover {
	background:inherit;
	color: #006600;
	text-decoration:underline;
	}

a img {
	border: #FFFFFF;
	}
	
p {
	margin:0 0 16px;
	}
	
blockquote {
	background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	margin:16px;
	padding:7px 7px 7px 11px;
	}
	
blockquote p {
	font-size:1.1em;
	line-height:1.3em;
	margin:0;
	}




/* Search box */
#searchbox label,.hide {
	display:none;
	}
	
#searchbox {
	margin:6px 0 16px;
	padding:0;
	}
	
#searchform {
	background:#fff;
	border:1px solid #ccc;
	color:#505050;
	font-size:0.9em;
	padding:4px;
	width:116px;
	}

/* Various classes */
.announce h2 {
	margin:0 0 10px;
	padding:0;
	color:#FF0000;
	}
	
.backtoevents {
font-size:.7em;}

.deadline {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:700;
background-color:#FF0000;
color:#FFFFFF;
/*width:560px;*/
padding:10px;
text-align:center;
}

.header {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:700;
background-color: #006600;
color:#FFFFFF;
/*width:560px;*/
padding:10px;
text-align:center;
}

.textright {
	margin:-10px 0 4px;
	text-align:right;
	}
	
.center {
	text-align:center;
	}
	
.small {
	font-size:0.8em;
	}
	
.large {
	font-size:1.3em;
	}
	
.highlighted {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	color: #FF0000;
	padding:3px;
	}
	
.button {
	background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	font-weight:700;
	margin:0 0 15px;
	padding:7px 7px 7px 11px;
	width:120px;
	}
	
.left {
	float:left;
	margin:10px 10px 5px 0;
		}
	
.right {
	float:right;
	margin:10px 0 5px 20px;
		}

.imgcenter {
	margin-left:auto;
	margin-right:auto;
	}
	
.date {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	margin: 0 0 5px 10px;
	color:#006600;
	}
	
/* Form Style */

#form_container {

		margin-left:20px;
		float:left;
		}
	
div.row {
  		clear: both;
  		padding-top: 10px;
  		}

div.row span.label {
  		float: left;
  		width: 50px;
 		text-align: right;
 		}

div.row span.formw {
	/*float: right;
	width: 335px;*/
	text-align: left;
	} 
  
#contentwide input, textarea {
		width: 300px; /* this is so this code does not effect the google custom search box */
		margin-bottom: 15px;
		}

#submitbutton {
		margin-left: 80px;
		margin-top: 5px;
		width: 120px;
		background: none; 
		color: #A90000;
		background-color: #FFFFFF;
		font: bold 1.1em Arial, Verdana, Helvetica, sans-serif; 
		border: 0;
		}

#submitbutton:hover{
		color:#006699;
		background-color: #FFFFFF;
		}
		
/* blog style */

.post { border-bottom:thin #999999 dashed; }

.news_item {
	border-bottom: solid #CCCCCC 1px;
	margin-bottom:15px;	
	}
	
	/* table style */


.winner {
	background-color:#333399;
	color:#FFFFFF;
	font-weight:bold;
	}

table {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	width: 100%;
}

table img {
	margin:0px;
	padding:0px;
	}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 1.5em;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table, td, th {
	margin: 0;
	padding: 0;
}

tbody td, tbody th {
	background-color: #D6F2C3;
	border-bottom: 2px solid #B3DE94;
	border-top: 3px solid #FFFFFF;
	padding: 0px;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #BAE899;
}

td, th {
	vertical-align: middle;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding:0px; /* 4px 4px 4px 4px;*/
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#006633;
	font-weight: bold;
	line-height: 19px;
	padding:0px; /* 0 px 2px 8px;*/
	white-space: nowrap;
}

.table {
margin-left:auto;
margin-right:auto;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #666666;
  cursor: help;
  }
