/*  
Theme Name: mclus.org 2009
Theme URI: http://mclus.org/
Description: Custom theme for mclus.org
Version: 2.0
Author: Serafini Studios, Bruce Rea
Author URI: http://serafinistudios.com/
Author URI: http://brucerea.com/

*/

body {
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: normal;
	background: #fff;
	color: #000;
	text-align: center;
	margin: 0; 
	padding: 0;
	background: url('images/body_back.png') repeat-x;
	}

#page {
	width: 1020px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#search {
	margin: -58px 20px 0px 0px;
	padding: 0px;
	float: right;
	}
	
#header {
	z-index: 2000;
	position: relative;
	height: 180px;
	margin: 0px 0px 0px 0px;	
	padding: 0px;
	}
	
#header-logo {
	margin: 0px 0px 0 0; 
	height: 84px;
	}
	
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #5A471A;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0F6797;
	margin: 0;
	padding: 15px 0 15px 0;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #0F6797;
	}
	
#content {
	padding: 0 12px 18px 24px;
	z-index: 100;
	}

.page-title {
	font-size: 24px;
	}

.narrowcolumn {
	background: #fff;
	width: 700px;
	float: left;
	padding: 0 5px 0 5px;
	margin: 0px;
	}
	
.widecolumn {
	background: #fff;
	width: 1000px;
	}
	
#sidebar {
	background: #fff;
	width: 255px; 
	float: right;
	padding: 0px;
	margin: 0px;
	}

#sidebar ul {
	list-style: none;
	padding: 6px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 5px 5px 5px 5px;
	}
	
#sidebar ul li ul {
	border: none;
	}
	
#sidebar ul li{
	padding: 0px;
	margin: 0px;
	}

#sidebar ul ul li {
	margin: 0 0 10px 0;
	}

	
#sidebar ul li a:hover {
	color: #663;
	}


#sidebar img {
	padding: 0px;
	margin: 0px;
	}
	
#sidebar a {
	color: #218EA9;
	}	
	
#sidebar h2 {
	background: #ECF4D5;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 5px 0px 5px 0px;
	}	
	
.entry {
	margin: 0;
	padding: 0;
	z-index: 80;
	}
	
#footer {
	clear: both;
	margin: 18px 0 0 0;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 125px;
	text-align: center;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #999;
	background: url('images/footer.gif') no-repeat top left; 
	}

#footer p{
	color: #999;
	padding: 10px 0px 0px 0px;
	}
	
#footer a{
	color: #999;
	}
	
#footer-logo {
	text-align: center;
	padding: 15px 0 40px 0;
	width: 900px;
	height: 84px;
	float: right;
	padding: 0px 10px 10px 0px;
	margin: 0 0 0 0;
	}
	
#home-image {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 5px 5px 5px;
	}
	
#home-text {
	color: #996600;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	}

.entry-meta {
	clear: both;
	margin: 0 0 10px 0;
	}

/* edit button */
.edit-link-container {
	margin: 24px 0px 0px 0px;
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

.add-entry-container {
	margin: 25px 0px 5px 0px;
	}

.add-entry img {
	margin: 0px 0px 0px 0px;
	}

.add-entry a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	font-size: 18px;
	background: #9f9;
	border-top: 1px solid #9c9;
	border-right: 1px solid #696;
	border-bottom: 1px solid #696;
	border-left: 1px solid #9c9;
	color: #060;
	}
/* / edit button */
	
hr {
	display: none;
	}

a img {
	border: none;
	}
	
a {
	color: #218EA9;
	}

	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* nav styling */
#navs {
	position: absolute;
	width: 1000px;
	left: 0;
	top: 114px;
	text-align: left;
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	}

#navs ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
	color: #5A471A;
	}

#navs li {
	color: #5A471A;
	display: inline;
	margin: 0px 20px 0px 0px;
	}

#navs a {
	text-decoration: none;
	color: #fff;
	}
	
#navs li .current {
	color: #5A471A !important;
	}
	
#navs li a:hover {
	color: #5A471A;
	}

#navs ul.level2 {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-size: 14px;
	}
		
#navs li.current a{
        color:#5A471A;
		}

.aktt_tweets ul li {
	padding: 0 0 10px 0;
	margin: 0px;
	width: 200px;
	overflow: hidden;
	}
	
/* /nav styling */

.wp-caption {
	margin: 0 8px 12px;
	}

.wp-caption-text {
	margin: 0;
	padding: 4px;
	font-size: 11px;
	color: #222;
	text-align: center;
	font-style: italic;
	}

.required {
	color: #f00;
	}

#comment {
	width: 500px;
	}

.sociable {
	clear: both;
	}

.postmetadata {
	clear: both;
	}

.ngg-slideshow {
	z-index: 10;
	}

/* =Menu
-------------------------------------------------------------- */

#access {
	font-family: helvetica, arial, sans-serif;
	xbackground: #222; /* Show a solid color for older browsers */
	xbackground: -moz-linear-gradient(#252525, #0a0a0a);
	xbackground: -o-linear-gradient(#252525, #0a0a0a);
	xbackground: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	xbackground: -webkit-linear-gradient(#252525, #0a0a0a);
	x-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	x-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	xbox-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	position: absolute;
	left: 12px;
	top: 121px;
	z-index: 1000;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
	text-shadow: none;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#access .current_page_ancestor > a {
	font-weight: bold;
}

#breadcrumbs {
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	margin: 8px 0 18px 6px;
	color: #115D2C;
	font-size: .8em;
	}

#breadcrumbs a {
	color: #115D2C;
	}

#ngg-slideshow-1-8-1 {
	margin: 0 0 0 10px;
	}

