/*
Theme Name: SMUG
Theme URI: http: //wordpress.org/
Description: Custom theme for the Saginaw Macintosh Users Group website.
Version: 1
Author: Randy Walker
Author URI: http://randywalker.net/
*/

html {
	background-color: #fff;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	font-size: 90%;
	font-family: "Lucida Grande", Calibri, Verdana, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0 0 .2em 0;
	padding: 0;
}

p {
	margin: .6em 0 1em 0;
	padding: 0;
}

img {
	margin: 10px 0 5px;
}

#header {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
	padding-bottom: 0px;
	min-height: 150px;
	text-indent: -9999px;
	background: url(header.gif) #fff left center no-repeat;
	text-align: center;
	}
}

#header p, #header h1 {
	padding: .4em 15px 0 15px;
	margin: 0;
}

#header h1 {
	font-size: 300%;
}

#header p {
	font-size: 120%;
}

#wrapper {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

#main {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	background: #fff;
}

#content {
	float: right;
	width: 50%;
	position: relative;
	right: 200px;
	padding-bottom: 1em;
}

#contents {
	margin: 0 15px 0 215px;
	position: relative;
	right: 100%;
	overflow: hidden;
	color: #666;
	line-height: 1.4em;
	max-width: 700px;
}

#sidebar {
	float: left;
	width: 200px;
	position: relative;
	right: 200px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	background-color: #fff;
	color: #666;
}

#sidebar ul li a:hover {
	display: block;
	text-decoration: none;
	background-color: #666;
	color: #fff;
}

#sidebar ul li.current_page_item a {
	background-color: #0090ff;
	color: #fff;
}

#sidebar ul li.current_page_item a:hover {
	background-color: #0090ff;
	color: #fff;
	cursor: default;
}

#sidebar ul li.current_page_item ul li a {
	background-color: #fff;
	color: #666;
}

#sidebar ul li.current_page_item ul li a:hover {
	color: #fff;
	background-color: #666;
	cursor: pointer;
}

#sidebar ul li ul {
	padding-left: 0;
	margin-left: 0;
}

#sidebar ul li ul li a {
	padding-left: 30px;
	background-color: #fff;
}

#sidebar ul li ul li a:hover {
	background-color: #666;
	color: #fff;
}

#sidebar ul li ul li.current_page_item a {
	background-color: #0090ff;
	color: #fff;
}

#footer {
	clear: both;
	float: right;
	width: 100%;
	color: #666;
}

#footer p {
	padding: 10px 15px;
	margin: 0;
}

#contents a:link, #contents a:visited, #footer a:link, #footer a:visited {
	color: #0090ff;
}

#contents a, #footer a {
	text-decoration: none;
}

#contents a:hover {
	border-bottom: 1px dashed #0090ff;
}

#header a {
	text-decoration: none;
	color: #fff;
}

.post {
	margin-bottom: 1em;
	border-bottom: 1px dashed #ccc;
}

p.banner {
	font-weight: bold;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px dashed #ccc;
}

.postmetadata {
	font-size: 80%;
}

ul#linkslist { margin-left: 0; padding-left: 0;}
li.linkcat { list-style-type: none;}