/* Design by Thinkso */
/* 11.02.09 */

/*---------------------
Color Palette

green: #7ab800
green bkg: #8ec326
green text tint: #bcdb7f
text: #000
nav items: #bbb
nav rules: #ccc
breadcrumb: #999
small-subheads: #777
sidebar text: #777

----------------------- */


/* ===================================

GENERAL STYLES

====================================== */

* {margin:0; padding:0; border: none;}

body {
	background: #8ec326;
	font-family: Helvetica, Arial, sans-serif;
	}

/* ===================================

LAYOUT & POSITIONING OF MAJOR ELEMENTS

====================================== */
#wrapper {
	width: 938px;
	margin: 0 auto;
	background: #8ec326 url(../images/bkg_wrapper.gif) bottom left no-repeat;
	padding-bottom: 28px;
}
#masthead {
	background: #fff url(../images/bkg_masthead.gif) top left no-repeat;
	overflow: auto;
	padding: 0 28px 28px 14px;	
}

#masthead #logo {
	float: left;
}
#masthead .contact {
	float: right;
	text-align: right;
	margin-top: 26px;
}

#gap {
	clear: both;
	margin: 0 0 0 14px;
	padding: 38px 0 14px 0;
	overflow: auto;
}
#gap #message {
	width: 658px;
	float: left;
}
#gap .module {
	width: 210px;
	float: right;
	border-top: 2px solid #fff;
	padding-top: 10px;
	margin: 4px 0 28px 0;
}

#content {
	background: #fff url(../images/bkg_content.gif) top left repeat-y;
	overflow: auto;
	position: relative;
}

#features {
	background: transparent url(../images/bkg_features.gif) top left no-repeat;
	overflow: auto;
	position: relative;
	padding: 14px 0 28px 28px;
}

#main {
	float: left;
	margin: 0 28px 14px 192px;
	margin-left: 0;
	width: 480px;
	display: inline;
}


#sidebar {
	float: left;
	width: 225px;
}
#footer {
	background: #7ab800 url(../images/bkg_footer.gif) top left no-repeat;
	padding: 28px 0 0 0;
	overflow: auto;
	margin-bottom: 0;
}

#footer .left {
	float: left;
	margin-left: 28px;
	display: inline;
	width: 420px;
}
#footer .right {
	float: right;
	margin-right: 28px;
	display: inline;
	width: 420px;
	text-align: right;
}
/* SPECIAL RULES FOR BODY CLASSES
====================================== */
.no-sidebar #masthead {
	background-image: url(../images/bkg_masthead_no-sidebar.gif);
}
.home #masthead {
	background-image: url(../images/bkg_masthead_home.gif);
}

.no-sidebar #content, .home #content {
	background-image: url(../images/bkg_content_no-sidebar.gif);
}
.no-sidebar #main {
	width: 716px;
}
.no-sidebar #footer, .home #footer {
	background-image: url(../images/bkg_footer_no-sidebar.gif);
}

/* ===================================

SIDEBAR MODULES + HOMEPAGE FEATURES

====================================== */
#sidebar .module {
	border-top: 2px solid #7ab800;
	padding-top: 10px;
	margin: 0 14px 28px 14px;
}

.feature {
	width: 210px;
	float: left;
	border-top: 2px solid #7ab800;
	padding-top: 10px;
	margin-right: 14px;
}

.ad {
	border: 1px solid #bbb;
	width: 125px;
	margin-top:5px;
}

/* ===================================

MEMBER LOGOS

====================================== */
.member, .member-last, .member-2col {
	width: 150px;
	float: left;
	margin-right: 10px;
	border-top: 1px solid #7ab800;
	padding-top: 5px;
	margin-bottom: 18px;
}

.member-2col {
	width: 310px;
	/* float: left;
	margin-right: 10px;
	border-top: 1px solid #7ab800;
	padding-top: 5px;
	margin-bottom: 18px;*/
}

.members {
	margin-top: 16px;
	margin-bottom: 28px;
	overflow: auto;
}

/* ===================================

BIOS

====================================== */
div.bio {
	overflow: auto;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #ccc;
}
div.bio div.photo {
	float: left;
	width: 224px;
	margin-right: 28px;
}
div.bio div.text {
	float: right;
	width: 464px;
}

/* ===================================

HEADINGS

====================================== */
h1 {
	font-size: 34px;
	line-height: 36px;
	color: #000;
	margin-bottom: 18px;
}
h1#logo {
	margin-bottom: 0;
}
.home h1#logo {
	text-indent: -9999px;
	overflow: hidden;
	height: 86px;
	width: 384px;
	background: #fff url(../images/smac_logo.gif) left top no-repeat;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #000;
}
#masthead h2 {
	margin-bottom: 2px;
	color: #7ab800;
}
#gap h2 {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 0;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #777;
}

.photo h3 {
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #777;
}

.member h4, .member-last h4 {
	margin-bottom: 0;
}
/* ===================================

PARAGRAPHS

====================================== */
p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-bottom: 18px;
}

#sidebar p {
	color: #777;
	line-height: 16px;
}

#sidebar blockquote p, #gap blockquote p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
	color: #7ab800;
}

#sidebar blockquote p.source, #gap blockquote p.source {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}

#gap blockquote p {
	color: #fff;
}

#gap blockquote p.source {
	color: #bcdb7f;
}
.feature p {
	margin-bottom: 0;
}


#footer p {
	color: #fff;
	margin-bottom: 0;
}

.post-footer p {
	color: #777;
}
/* ===================================

SPANS

====================================== */
span.title {
	color: #777;
	padding-left: 4px;
}

/* ===================================

LISTS

====================================== */
ul {
	padding-left: 18px;
	list-style-type: disc;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #000;
}

ul.no-bullet {
	padding-left: 0;
	list-style-type: none;
}

#sidebar ul {
	color: #777;
}

ul#nav {
	float: left;
	margin: 0 14px 18px 28px;
	display: inline;
	width: 150px;
	padding-left: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #bbb;
}
ul#nav li {
	border-top: 2px solid #ccc;
}
ul#nav li.current {
	border-color: #7ab800;
}

ul#breadcrumb {
	list-style-type: none;
	color: #999;
	padding: 0;
	line-height: 10px;
	margin: 0 0 16px 0;
}
ul#breadcrumb li {
	display: inline;
	padding-right: 2px;
}

.feature ul {
	margin-bottom: 0;
}
ol {
	padding-left: 18px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #000;
}
/* ===================================

DEFINITION LISTS

====================================== */
dl {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}

#sidebar dl {
	color: #777;
}
#sidebar dt {
	color: #000;
	margin-top: 8px;
}

/* ===================================

LINKS

====================================== */
a {
	font-weight: bold;
	color: #7ab800;
	text-decoration: none;
}
a:hover {
	color: #000;
}

#logo a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 86px;
	width: 384px;
	background: #fff url(../images/smac_logo.gif) left top no-repeat;
}
#logo a:hover {
	background-position: 0 -86px;
}

#gap a {
	color: #fff;
}
#gap .source a {
	color: #bcdb7f;
}
#gap a:hover {
	color: #000;
}

ul#nav a {
	color: #bbb;
	display: block;
	padding: 6px 0 12px 0;
}
ul#nav .current a {
	color: #000;
}
ul#nav a:hover {
	color: #000;
}
ul#breadcrumb a {
	font-weight: normal;
	color: #999;
}
ul#breadcrumb a:hover {
	color: #000;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #000;
}

/* ===================================

IMAGES

====================================== */
div.bio div.photo img {
	margin-bottom: 18px;
}

/* ===================================

NEWS POSTS + COMMENTS

====================================== */
div.post {
	overflow: auto;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #ccc;
}

h4 span.divider {
	color: #999;
	font-weight: normal;
}
h1.headline {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 4px;
}

h2#comments {
	margin-top: 36px;
}

h2.blog {
	margin-bottom: 4px;
	color: #f00;
}

h4.blog-interior {
	margin-bottom: 18px;
}

div.comment-content {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-bottom: 12px;
}

div.comment-footer p {
	color: #777;
}

p.comment-link {
	float: right;
	width: 40px;
	margin-left: 20px;
}

#comment-form label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	color: #777;
}
#comment-form input, #comment-form textarea {
	display: block;
	border: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin-bottom: 12px;
}

input#submit {
	display: block;
	padding: 4px 8px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	letter-spacing: .1em;
	background: #7ab800;
	margin-bottom: 36px; 
}