/*  
Theme Name: Strathbungo
Theme URI: http://www.strathbungo.co.uk
Description: For the Strathbungo Society 
Version: 1.0
Author: Roon
Author URI: http://www.strathbungo.co.uk
*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #C1C0B3 url(images/bg.gif); 
	font-size: x-small;
	font-family: geneva, verdana, sans-serif;
	color: #444444;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Times, sans-serif;
}
h1, h2 {
	font-size: 1.5em;
	
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
input, textarea, select {
	background-color: #FFF;
	color: #000000;
	font-size: 1em;
	font-family: geneva, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #888685;
}
code {
	font-family: monospace;
	color: #ccc;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Layout */

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #9AB8B8 url(images/wrapper.gif) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 760px;
	height: 270px;
	background: url(images/rotate/rotate_orig.php) no-repeat;
}

	/* Header Styles */
	
	#title {
		float: left;
		margin: 10px 0 0 10px;
		border: 0px dashed #ffffff;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		/* background-color: #222; */
		color: #000000;
		font-size: 2em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #000000;
		text-decoration: underline;
	}
	
#content {
	float: left;
	width: 550px;
	padding: 0 20px 0 35px;
	background: url(images/content.gif) no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 495px;
} 
	#content authortext {
	color: #000000;
	font-size: 1em;
	font-family: geneva, sans-serif;
}
html>body #content {
	width: 495px;
}
* html #content {
	overflow: hidden;
}
#sidebar {
	float: left;
	/* width: 210px;*/
	padding: 60px 25px 0 15px;
/*	background: url(images/sidebar.gif) no-repeat top left; */
	color: #fff;
	font-size: 0.86em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar {
	width: 170px;
}

	/* Sidebar Styles */
	
	#sidebar h2 {
		margin: 0 0 0.6em 0;
		color: #51514B;
		border-bottom: 1px dotted #888685;
		font-size: 1.3em;
	}
	#sidebar a:link {
		color: #000000;
		text-decoration: underline;
font-weight: bold;
	}
	#sidebar a:visited, #sidebar a:active {
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
	}
	#sidebar a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar ul ul, #sidebar ol {
		margin: 1.2em 0 1.2em 1.3em;
	}
	#sidebar ul ul {
		list-style-type: disc;
	}
	#sidebar ul ul ul {
		margin-top: 0;
		margin-bottom: 0;
	}

#footer {
	clear: both;
	padding: 1.2em 230px 1.2em 35px;
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		border-top: 1px dotted #888685;
		font-size: 0.92em;
	}

	

/* Blog Styles */

.posttitle {
	margin: 0.6em 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #888685;
}
.posttitle a {
	text-decoration: underline;
}
.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}
.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: right;
}
.pagetitle {
	margin: 0.6em 0 1.2em 0;
}
.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #888685;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: underline;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}

#listing ul {
  font-weight: bold;
  list-style: none;
}

#listing li {
  font-weight: normal;
}