/*
South Devon Games Club default stylesheet
Designed by Patrick Grinsell
5 Mar 2009
www.sdgc.co.uk
*/

body {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #368;
	text-decoration: none;
}
a:visited {
	color: #368;
	text-decoration: none;
}
a:hover {
	color: #368;
	text-decoration: underline;
}

a img {
	border-width: 0;
}
/*#council ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#council li {
	list-style-type: none;
	display: inline;
}*/


/* Header */
#header {
	width: 975px;
	height: 100px;
	margin: auto;
}
	

/* Nav Bar */
#navbar {
	text-align: left;
	width: 925px;
	margin: auto;
	padding: 5px 25px 5px 25px;
	background-color: #676767;
	background-image: url(elements/nav_bg.jpg);
/*	word-wrap: break-word;*/
	overflow: hidden;
}
#links {
	text-align: left;
}
#links ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#links li {
	list-style-type:none;
	display:inline;
}
#links li a {
	text-decoration:none;
	color:#fff;
	padding-right:15px;
}


/* Content */
#content {
	width:943px;
	margin:auto;
	padding:15px;
	text-align:left;
	background-color: #eee;
	/*word-wrap:break-word;*/
	overflow:hidden;
	border-bottom: solid 5px #676767;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
#right img {
	margin-left: 30px;
	float: right;
}
#inline-news {
	border-bottom: 1px dotted #ccc;
}
#main {
	float: left;
	width: 693px;
}
#sidebar {
	width: 220px;
	margin-left: 30px;
	float: right;
}


/* Headings*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	font-weight: bold;
}


/* Posts */
.date-header {
	color: #999;
}
.post {
	margin:.5em 0 1.5em;
	border-bottom:1px dotted #ccc;
	padding-bottom:1.5em;
}
.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#c60;
}
.post-title a, .post-title a:visited, .post-title strong {
	display:block;
	text-decoration:none;
	color:#c60;
	font-weight:normal;
}
.post-title strong, .post-title a:hover {
	color:#333;
}
.post div {
	margin:0 0 .75em;
	line-height:1.6em;
}
p.post-footer {
	margin:-.25em 0 0;
	color:#ccc;
}
.post-footer em, .comment-link {
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}
.post-footer em {
	font-style:normal;
	color:#999;
	margin-right:.6em;
}
.comment-link {
	margin-left:.6em;
}
.post img {
	padding:4px;
	border:1px solid #ddd;
}
.post blockquote {
	margin:1em 20px;
}
.post blockquote p {
	margin:.75em 0;
}


/* Comments */
#comments h4 {
	margin:1em 0;
	font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
}
#comments h4 strong {
	font-size:130%;
}
#comments-block {
	margin:1em 0 1.5em;
	line-height:1.6em;
}
#comments-block dt {
	margin:.5em 0;
}
#comments-block dd {
	margin:.25em 0 0;
}
#comments-block dd.comment-timestamp {
	margin:-.25em 0 2em;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}
#comments-block dd p {
	margin:0 0 .75em;
}
.deleted-comment {
	font-style:italic;
	color:gray;
}
.paging-control-container {
	float: right;
	margin: 0px 6px 0px 0px;
	font-size: 80%;
}
.unneeded-paging-control {
	visibility: hidden;
}


/* Footer */
#footer {
	width:660px;
	clear:both;
	margin:0 auto;
}
#footer hr {
	display:none;
}
#footer p {
	margin:0;
	padding-top:15px;
	font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}