/*
South Devon Games Club default stylesheet
Designed by Patrick Grinsell
5 Mar 2009
www.sdgc.co.uk
*/

body {
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
a:link {
	color: #058;
	text-decoration: none;
}
a:visited {
	color: #058;
	text-decoration: none;
}
a:hover {
	color: #058;
	text-decoration: underline;
}

img {
	border: none;
}


/* Header */
#header {
	width: 925px;
	margin: auto;
	padding: 20px 25px 10px 25px;
	text-align: left;
	background-image: url(images/header_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0e0f2d;
	color: #fff;
}
#header h1 {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
}
#header h2 {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
	

/* Top Nav */
#topnav {
	margin: auto;
	background-color: #0f3e6a;
	background-image: url(images/nav_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	width: 975px;
}
#topnav ul {
	padding: .5em;
	margin: 0px;
}
#topnav li {
	padding: .5em;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#topnav li a {
	padding: .5em;
	margin: 0px;
	color: #a6b6c8;
	font-weight: bold;
}
#topnav li a:hover {
	background-image: url(images/nav_bg_on.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: none;
}


/* Main */
#main {
	width: 943px;
	margin: auto;
	padding: 15px;
	background-color: #eee;
	overflow: hidden;
	border-bottom: solid 1px #032c5b;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}


/* Left Nav */
#leftnav {
	margin: 0px;
	width: 168px;
	float: left;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}
#leftnav li {
	list-style-type: none;
	display: block;
	width: 168px;
	border-bottom: solid 1px #ddd;
	padding: .5em;
	padding-left: 1em;
}

/* Content */
#content {
	width: 750px;
	margin-left: 25px;
	float: right;
	text-align: left;
}
#inline-news {
	border-bottom: 1px dotted #ccc;
}
#sidebar {
	width: 220px;
	margin-left: 30px;
	float: right;
}
.right {
	margin-left: 30px;
	float: right;
}


/* Headings & Dividers*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 100%;
	font-weight: bold;
}
hr {
	border: none;
	border-top: solid 1px #999;
}
#button {
	float: right;
	margin-left: 15px;
	padding: .5em;
	font-weight: bold;
	background-color: #ddd;
	border: solid 1px #ccc;
}

/* Council */
#council {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
#council img {
	border: solid 1px #ccc;
	width: 150px;
	height: 200px;
}

/* Forms */
#contact {
	border-collapse: collapse;
}
#contact td {
	padding-left: 6px;
        text-align: left;
}
#contact th {
	vertical-align: top;
	padding: 6px;
	background-color: #ddd;
        text-align: left;
}
#contact textarea {
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Footer */
#footer {
	padding-top: 15px;
	width:735px;
	margin: auto;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}