/*
THEME NAME: OAM
THEME URI: 
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, based on 'Sandbox' by <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>.
VERSION: 1.0
AUTHOR: ddm Marketing & Communications
AUTHOR URI: http://www.teamddm.com
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/






/* -------------- shared -------------- */
/* begin */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
	}
ol,
ul, 
dl, 
dd {
	position: relative;
	}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #fafcf8;    /* very pale green */
	background: url(http://www.oamichigan.com/includes/files/base/images/bodyBG3.jpg) 27px -75px repeat-x white;
	}

p {
	padding: 0 0 1em;
	}

dl {
	margin-bottom: 10px;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
	}
blockquote {
	margin: 0 20px 0; 
	}
form {
	display: inline;
	}

a {
	color: #7695c0;    /* soft blue */
	text-decoration: none;
	}
	a:hover {
		color: #B00;    /* red */
		text-decoration: underline;
		}

#wrapper {
/*	position: relative; */
	}

.page-width {
	position: relative;
	z-index: 5;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: white;
	border: 1px solid #767561;    /* dark grey */
	border-width: 0 3px 3px 1px;
	}




.menu {
	}
	.menu ul,
	.menu ul ul {
		line-height: 1;
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.menu ul a {
			display: block;
			padding: 0.2em 0.5em;
			text-decoration: none;
			color: white;
			}
			.menu ul a:hover {
				color: black;
				}
		.menu ul ul ul a {
			font-style: italic;
			}
		.menu ul li ul {
			left: -999em;
			position: absolute;
			}

		.menu ul li:hover ul {
			left: auto;
			}


/* end */



/* -------------- header -------------- */
/* begin */

#header {
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
/*	height: 150px; */
	}
	#header .page-width {
		height: 192px;
		border-width: 1px 3px 0 1px;
		}

	#header #blog-title {
		position: absolute;
		left: 0px;
		top: 24px;
		top: 44px;
		}
	#header #blog-description {
		position: absolute;
		right: 10px;
		top: 78px;
		font-size: 2em;
		font-weight: normal;
		color: #767561;    /* dark grey */
		}

	#header .icons {
		position: absolute;
		bottom: 20px;
		right: 10px;
		width: 180px;
		}
		#header .icons a {
			display: block; 
			height: 28px;
			width: 28px;
			background: url(images/icons-Bg.gif) left 100px no-repeat; 
			}
		#header .icons a.twitter,
		#header .icons a.facebook,
		#header .icons a.flickr,
		#header .icons a.rss {
			}
		#header .icons a.twitter {
			background-position: 0 1px;
			}
			#header .icons a.twitter:hover {
				background-position: 0 -34px;
				}
		#header .icons a.facebook {
			background-position: -40px 1px;
			}
			#header .icons a.facebook:hover {
				background-position: -40px -34px;
				}
		#header .icons a.flickr {
			background-position: -80px 1px;
			}
			#header .icons a.flickr:hover {
				background-position: -80px -34px;
				}
		#header .icons a.rss {
			background-position: -120px 1px;
			}
			#header .icons a.rss:hover {
				background-position: -120px -34px;
				}

		#header .icons ul {
			float: right;
			padding: 0;
			margin: 0;
			}
			#header .icons ul li {
				list-style: none;
				float: right;
				padding: 0;
				margin: 0 0 10px 10px;
				}


	#header #nConstant {
		position: absolute;
		top: 0;
		left: 0;
		height: 24px;
		height: 34px;
		width: 100%;
		background: #7695c0;
		}


	#header .menu {
		position: relative;
		float: right;
		font-size: 16px;
		}
		#header .menu.website {
			}

		#header .menu ul a {
			padding: 0 8px;
			line-height: 34px;
			}

			#header .menu ul .page-item-2 a {
				background: #B00;    /* red */
				}

			#header .menu ul a:hover,
			#header .menu ul .page-item-2 a:hover {
				color: white;
				background: #767561;    /* dark grey */
				}

			#header .menu ul .current_page_item {
				background: #767561;    /* dark grey */
				background: #B00;    /* red */
				}
				#header .menu ul .current_page_item a {
					color: black;
					background: white;
					}

		#header .menu ul li {
			border-left: 1px solid white;
			}
			#header .menu ul li.last a {
				padding: 0 24px;
				}

		#header .menu ul ul a {
			line-height: 1em;
			}

/* end */



/* -------------- container -------------- */
/* begin */

#container {
	padding-top: 210px;    /* 192 + 18 */
	font-size: 12px;
	line-height: 1.6em;
	}

#content {
	margin: 2em 0 3em;
	float: left;
	width: 741px;
	width: 681px;
	padding: 0 20px;
	}
	#content h1 {
/*		margin: 40px 0 20px;
		font-size: 40px;
		font-weight: normal;
		line-height: 1.2em; */
		padding: 0 0 10px;
		font-size: 23px;
		font-weight: normal;
		color: #729bc7;    /* light blue */
		}
	#content h6 {
		clear: both;
		color: white;
		font-size: 1px;
		}

	#content li {
		margin-left: 2em;
		}


#nav-above {
	display: none;
	position: absolute;
	top: 20px;
	right: 115px;
	width: 175px;
	height: 57px;
	}
	#nav-above .nav-previous, 
	#nav-above .nav-next {
		width: auto;
		float: none;
		text-align: left;
		}
	#nav-above .nav-previous {
		padding-bottom: .5em;
		margin-bottom: .5em;
		border-bottom: 1px dotted #7695c0;    /* soft blue */
		}

#nav-below {
/*	margin-top: 1em; */
	}

/* end */





/* -------------- sidebar -------------- */
/* begin */

.sidebar {
	float: left;
	width: 170px;
	width: 230px;
	padding: 0 10px 1em 8px;
	border-left: 1px solid #767561;    /* dark grey */
	}
	.sidebar a {
		color: #767561;    /* dark grey */
		color: #7695c0;    /* soft blue */
		text-decoration: none;
		}
		.sidebar a:hover {
			color: #B00;    /* red */
			text-decoration: underline;
			}

	.sidebar .xoxo {
		clear: left;
		}
	.sidebar h3 {
		font-size: 1.2em;
		margin: 0 0 .25em;
		padding: 0;
		padding-left: 20px;
		color: white;
		background: #7695c0;    /* soft blue */
		background: url(images/sidebar-h3-Bg.gif) left top #7695c0;    /* soft blue */
		}
/*		.sidebar h3 a {
			color: black;
			text-decoration: none;
			} */

	#primary.sidebar {
		margin-top: 20px;
		padding-bottom: 0;
		}

	.sidebar li {
		list-style: none;
		margin: 0 0 1em;
		}
		.sidebar li.widget {
			clear: both;
/*			padding-top: 1em;
/*			border-bottom: 1px dotted #7695c0;    /* soft blue */
			}

		.sidebar li form {
			margin: 0.2em 0 0;
			padding: 0;
			}

	.sidebar ul ul {
		margin: 0 0 0 1em;
		margin: 0 0 0 20px;
		}
		.sidebar ul ul li {
/*			list-style: disc; */
			margin: .4em 0 .5em;
			line-height: 1.1em;
			}
			.sidebar ul ul ul {
				margin: 0 0 0 .5em;
				}
				.sidebar ul ul ul li {
					list-style: circle;
					}

	.sidebar input#s {
		width: 120px;
		}

	.sidebar .textwidget,
	.sidebar #searchform div {
		margin-left: 20px;
		}

/* end */



/* -------------- footer -------------- */
/* begin */

#footer {
	z-index: 2;
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px auto 20px;
	text-align: left;
	color: #729ac7;    /* light blue */
	}

	#footer .page-width {
		background: none;
		border: 0;
		}


	#footer .text {
		position: relative;
		padding: 10px;
		}
		#footer .text a:link,
		#footer .text a:visited {
			color: #999;
			text-decoration: none;
			}
		#footer .text a:hover {
			color: #CCC;
			text-decoration: underline;
			}

	#footer .menu {
		position: relative;
		float: left;
		bottom: auto;
		left: auto;
		height: auto;
		text-align: left;
		}
		#footer .menu ul,
		#footer .menu ul ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			#footer .menu ul a {
				display: block;
				margin-right: 0;
				}
				#footer .menu ul a:hover {
					}
			#footer .menu ul ul ul a {
				}
			#footer .menu ul li ul {
				}

		#footer .menu li {
			float: none;
			}

			#footer .menu ul li:hover ul {
				left: auto;
				}

/* end */





/* -------------- home -------------- */
/* begin */

.home {
	}
	.home h1 {
		position: absolute;
		top: 0;
		left: -9000px;
		}
	.home .current_page_item {
		display: none;
		}
	.home #content {
		margin: 0 0 1em;
		}

/* end */





/* -------------- posts -------------- */
/* begin */

.post {
	margin-bottom: 2em;
	}

	.entry-title,
	.entry-meta {
		clear: both;
		}
	.entry-meta {
		margin-top: 1em;
		padding-top: 1em;
		font-size: .8em;
		color: #CCC;
		border-top: 1px dotted #ccc;
		}
		#ie6 .entry-meta {
			margin-top: 55px;
			}

/* end */





/* -------------- comments -------------- */
/* begin */

#comments {
	font-size: .9em;
	}
	#comments ol li {
		list-style: none;
		}

#comments-list {
	padding: 15px;
	background: #fafcf8;    /* very pale green */
	border: 1px solid #d0d3be;    /* light grey green */
	}
	.comment {
		clear: left;
		padding-top: 20px;
		padding-left: 130px;
		}
			
		.comment-author,
		.comment-meta {
			float: left;
			margin: 0 10px 0 -130px;
			width: 120px;
			}
			#ie6 .comment-author {
				display: inline;
				}
			.comment-author.vcard .fn.n {
				font-weight: bold;
				}
		.comment-meta {
			clear: left;
			font-size: .8em;
			}
		.comment-text {
			padding: 15px;
			border: 1px solid #d0d3be;    /* light grey green */
			}
			.comment.alt .comment-text {
				background: #daddc7;
				}
			.comment.bypostauthor .comment-text {
				background: #d0d3be;    /* light grey green */
				}

#respond {
	clear: left;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #d0d3be;    /* light grey green */
	}
	form#commentform {
		}
		form#commentform p {
			padding: 0;
			}

		form#commentform .form-label {
			margin: 1em 0 0;
			}
		form#commentform span.required {
			background: #fff;
			color: #c30;
			}
		form#commentform textarea#comment {
			height: 13em;
			margin: 0 0 0.5em;
			overflow: auto;
			width: 66%;
			}

/* end */






/* Two-column with sidebar on left from the /examples/ folder  *
@import url('examples/2c-l.css'); */

/* Just some example content */
.skip-link,
.access {
	position: absolute;
	left: -9000px;
	top: 0;
	}


input#author,
input#email,
input#url,
textarea#comment {
	padding: 0.2em;
	}


.alignright,
img.alignright {
	float: right;
	margin: 1em 0 0 1em;
	}

.alignleft,
img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
	}

.aligncenter,
img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
	}

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
	}

p.wp-caption-text {
	font-style: italic;
	}

div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
	}

div.gallery dl.gallery-columns-1 {
	width: 100%;
	}

div.gallery dl.gallery-columns-2 {
	width: 49%;
	}

div.gallery dl.gallery-columns-3 {
	width: 33%;
	}

div.gallery dl.gallery-columns-4 {
	width: 24%;
	}

div.gallery dl.gallery-columns-5 {
	width: 19%;
	}

div#nav-images {
	height: 150px;
	margin: 1em 0;
	}

div.navigation {
	height: 1.25em;
	}

div.navigation div.nav-next {
	float: right;
	text-align: right;
	}



div.menu ul li,
div.gallery dl,
div.navigation div.nav-previous {
	float: left;
	}

input#author,
input#email,
input#url,
div.navigation div {
	width: 50%;
	}

div.gallery * {
	margin: 0;
	padding: 0;
	}






















/* -------------- PLUGIN: Sociable -------------- */
/* http://blogplay.com/plugin */
/* begin */

div.sociable {
	margin: 16px 0;
	}

span.sociable_tagline {
	position: relative;
	}
	span.sociable_tagline span {
		display: none; width: 14em;
		}
		span.sociable_tagline:hover span {
			position: absolute;
			display: block;
			top: -5em;
			background: #ffe;
			border: 1px solid #ccc;
			color: black;
			line-height: 1.25em;
			}
	.sociable span {
		display: block;
		}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	}
	.sociable ul li {
		background: none;
		display: inline !important;
		list-style-type: none;
		margin: 0;
		padding: 1px;
		}
		.sociable ul li:before {
			content: "";
			}
	.sociable img {
		float: none;
		width: 16px;
		height: 16px;
		border: 0;
		margin: 0;
		padding: 0;
		}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}

	#content .sociable li {
		margin-left: 0;
		}

	.sociable .sociable_tagline {
		}

/* end */




/* -------------- PLUGIN: Tweetmeme -------------- */
/* begin */


.tweetmeme_button {
	padding-bottom: 1em;
	}


/* end */




/* -------------- PLUGIN: Recent Posts -------------- */
/* http://rmarsh.com/plugins/post-options/ */
/* begin */

.widget_rrm_recent_posts {
	background: url(images/txt-vert-blog.gif) 0px top no-repeat;
	}
	.widget_rrm_recent_posts h3 {
		}
	.widget_rrm_recent_posts div {
		position: relative;
		}
		.widget_rrm_recent_posts div ul {
			margin: 0;
			}
		#ie6 .widget_rrm_recent_posts div ul {
			height: 1%;
			}
			.widget_rrm_recent_posts div ul li {
				position: relative;
/*				float: left;
				clear: both; */
				padding: 4px 10% .5em 0;
				width: 90%; 
				}
				.widget_rrm_recent_posts div ul li .comment-count {
					display: block;
					position: absolute;
					right: 0;
					top: -4px;
					padding: 4px 0 13px;
					width: 26px;
					height: 11px;
					overflow: hidden;
					font-size: 11px;
					line-height: 11px;
					color: white;
					text-align: center;
					background: url(images/comment-bubble.gif) -6px bottom no-repeat;
					}
				.widget_rrm_recent_posts div ul li .meta-date {
					display: block;
					font-size: 11px;
					color: #333;
					}
				.widget_rrm_recent_posts div ul li .meta-excerpt {
					display: block;
					font-size: 11px;
					color: #666;
					}

/* end */





/* -------------- PLUGIN: Twitlink -------------- */
/* begin */

.twitlink {
	margin: 5px 5px 5px 0 !important;
	padding: 5px 5px 5px 0 !important;
	background: none !important;
	border: none !important;
	}

/* end */





/* -------------- PLUGIN: Twitter Widget Pro -------------- */
/* http://xavisys.com/wordpress-plugins/wordpress-twitter-widget/ */
/* begin */

.widget_twitter {
	background: url(images/txt-vert-twitter.gif) 8px top no-repeat;
	}
	.widget_twitter div {
		position: relative;
		padding-bottom: 1em;
		margin-bottom: 1em;
		}
		.widget_twitter div .widgettitle {
			position: absolute;
			left: 40px;
			bottom: 0;
			font-weight: normal;
			font-size: 10px;
			}
		.widget_twitter div ul {
			margin: 0 0 0 50px;
			}
			.widget_twitter div ul li {
				padding-bottom: .5em;
				margin-bottom: 1.2em;
				}
				.widget_twitter div ul li .from-meta {
					display: none;
					}

/* end */