/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: disc;
	margin-left: 15px;
}

li
{
	line-height: 1.6em;	
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

//MCID Old Styles
#member
{
	border: 0px solid;
	margin-bottom: 20px;
	float: left;
	clear: left;
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
}

#member .photo
{
	float: left;
	border: 0px solid;
	width: 250px;
}

#member .title
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#member .content
{
	width: 300px;
	float: left;
}

#member .photo .quote
{
	background: #dedede;
	font-size: 0.9em;
	width: 186px;
	margin: 0px;
	padding: 15px;
	position: relative;
	top: -10px;
	margin-bottom: 40px;
	font-style: italic;
}

#member .signature
{
	font-weight: bold;
	font-size: 1.0em;
	margin-top: 10px;
}


/* Default Styles */

.light_color
{
	color: #9d9d9d;	
}

.strike
{
	text-decoration: line-through;
	color: red;
}

.displaynone
{
	display: none;
}

.accent_1
{
	color: #009ddc;
}

.accent_2
{
	color: #333333;
}

.rtext
{
	text-align: right;
}

.ltext
{
	text-align: left;
}
.ctext
{
	text-align: center;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clearleft
{
	float: left;
	clear: left;
}

.clearright
{
	float: right;
	clear: right;
}

.clearfix
{
	float: none;
	clear: both;
}

.lpad5
{
	padding-left: 5px;
}

.lpad10
{
	padding-left: 10px;
}

.lpad15
{
	padding-left: 15px;
}

.lpad20
{
	padding-left: 20px;
}

.rpad5
{
	padding-right: 5px;
}

.rpad10
{
	padding-right: 10px;
}

.rpad15
{
	padding-right: 15px;
}

.rpad20
{
	padding-right: 20px;
}

.one
{
	width: 100px;
}

.two
{
	width: 200px;
}

.three
{
	width: 300px;
}

.four
{
	width: 400px;
}

.five
{
	width: 500px;
}

.six
{
	width: 600px;
}

.seven
{
	width: 700px;
}

.eight
{
	width: 800px;
}

.nine
{
	width: 900px;
}

.m5
{
	margin: 5px;
}

.m10
{
	margin: 10px;
}

.m15
{
	margin: 15px;
}

.m20
{
	margin: 20px;
}

.m25
{
	margin: 25px;
}

.m30
{
	margin: 30px;
}


.mt5
{
	margin-top: 5px;
}

.mt10
{
	margin-top: 10px;
}

.mt15
{
	margin-top: 15px;
}

.mt20
{
	margin-top: 20px;
}

.mt25
{
	margin-top: 25px;
}

.mt30
{
	margin-top: 30px;
}

.mb5
{
	margin-bottom: 5px;
}

.mb10
{
	margin-bottom: 10px;
}

.mb15
{
	margin-bottom: 15px;
}

.mb20
{
	margin-bottom: 20px;
}

.mb25
{
	margin-bottom: 25px;
}

.mb30
{
	margin-bottom: 30px;
}

.ml5
{
	margin-left: 5px;
}

.ml10
{
	margin-left: 10px;
}

.ml15
{
	margin-left: 15px;
}

.ml20
{
	margin-left: 20px;
}

.ml25
{
	margin-left: 5px;
}

.ml30
{
	margin-left: 30px;
}

.mr5
{
	margin-right: 5px;
}

.mr10
{
	margin-right: 10px;
}

.mr15
{
	margin-right: 15px;
}

.mr20
{
	margin-right: 20px;
}

.mr25
{
	margin-right: 5px;
}

.mr30
{
	margin-right: 30px;
}

.p5
{
	padding: 5px;
}

.p10
{
	padding: 10px;
}

.p15
{
	padding: 15px;
}

.p20
{
	padding: 20px;
}

.p25
{
	padding: 25px;
}

.p30
{
	padding: 30px;
}

.pt5
{
	padding-top: 5px;
}

.pt10
{
	padding-top: 10px;
}

.pt15
{
	padding-top: 15px;
}

.pt20
{
	padding-top: 20px;
}

.pt25
{
	padding-top: 25px;
}

.pt30
{
	padding-top: 30px;
}

.pt40
{
	padding-top: 40px;
}

.pt50
{
	padding-top: 50px;
}

.pb5
{
	padding-bottom: 5px;
}

.pb10
{
	padding-bottom: 10px;
}

.pb15
{
	padding-bottom: 15px;
}

.pb20
{
	padding-bottom: 20px;
}

.pb25
{
	padding-bottom: 25px;
}

.pb30
{
	padding-bottom: 30px;
}

.pb40
{
	padding-bottom: 40px;
}

.pb50
{
	padding-bottom: 50px;
}

.pl5
{
	padding-left: 5px;
}

.pl10
{
	padding-left: 10px;
}

.pl15
{
	padding-left: 15px;
}

.pl20
{
	padding-left: 20px;
}

.pl25
{
	padding-left: 5px;
}

.pl30
{
	padding-left: 30px;
}

.pr5
{
	padding-right: 5px;
}

.pr10
{
	padding-right: 10px;
}

.pr15
{
	padding-right: 15px;
}

.pr20
{
	padding-right: 20px;
}

.pr25
{
	padding-right: 5px;
}

.pr30
{
	padding-right: 30px;
}





.test, #test
{
	background: #ccc;
}

.small
{
	font-size: 0.7em;
	text-transform: uppercase;
}

a
{
	color: #888;
	text-decoration: none;
}

a:hover
{
	color: #8ac746;
	text-decoration: underline;
}

h1
{
	color: #8ac746;
	padding-bottom: 20px;
	font-size: 2.3em;
}

p
{
	margin-bottom: 25px;
}

/* Setup Main Styles */

body
{
	margin: 0px auto;
	background: #fff;
	
	font-family: arial;
	font-size: 1.0em;
}

#wrapper
{
	width: 960px;
	margin: 0px auto;
}

#header
{
	margin-top: 30px;
}

#navigation
{
	font-family: helvetica, arial;
	font-size: 0.89em;
	font-weight: normal;
	letter-spacing: 0.02em;
	//background: url(images/header_background.jpg) no-repeat;
	background: #d8d8d6;
	width: 960px;
	height: 50px;
	margin-top: 10px;
	
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 0px solid #ccc;
}

.menu-top-navigation-container
{
	margin-top: 17px;
	margin-left: -14px;
}

.menu-top-navigation-container ul li
{
	display: inline;
	text-transform: uppercase;
}

.menu-top-navigation-container ul li a
{
	border: 0px solid;	
	height: 20px;
	padding: 20px 15px 15px 15px;	
	margin: 0px;
	text-decoration: none;
	color: #444;
}

.menu-top-navigation-container ul li a:hover
{
	text-decoration: none;
	color: #fff;
}

ul li.menu-item
{
	margin: 0px;
	padding: 0px;
}

li#menu-item-101 a
{
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-radius: 8px 0px 0px 0px;
	border: 0px solid #ccc;
}

#phpurchasecartwidget-4 p
{
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 10px;	
}

#phpurchasecartwidget-3 p
{
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#phpurchasecartwidget-4 p a
{
	padding-left: 3px;
	padding-bottom: 15px;
	padding-top: 10px;	
	
	color: #555;
}

#phpurchasecartwidget-3 p a
{
	padding-left: 3px;
	padding-bottom: 15px;
	padding-top: 10px;
	
	color: #555;
}

body.page-id-132 .menu-top-navigation-container ul li#menu-item-100 a
{
	background: #9aba69;
	color: #fff;
	font-weight: bold;
}

body.page-id-131 .menu-top-navigation-container ul li#menu-item-100 a
{
	background: #9aba69;
	color: #fff;
	font-weight: bold;
}

body.page-id-190 .menu-top-navigation-container ul li#menu-item-102 a
{
	background: #9aba69;
	color: #fff;
	font-weight: bold;
}

.menu-top-navigation-container ul li.current_page_item a
{
	background: #9aba69;
	color: #fff;
	font-weight: bold;
	
}

#navigation #social
{
	width: 119px;
	margin-top: 14px;
}

#navigation #social img
{
	padding-left: 6px;
}

#home_content
{
	width: 650px;
}

#content_container
{
	margin-top: 30px;
}

#home_blog_post
{
	border: 0px solid;
	margin-bottom: 27px;
	width: 620px;
	
	font-family: Arial;
	font-size: 1.0em;
	color: #323232;
	
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

#content_container h3
{
	color: #589235;
	margin-bottom: -11px;
	padding-bottom: 0px;
	font-size: 1.5em;
	line-height: 1.2em;
}

h3.widget-title
{
	padding-left: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

#content_container .blog_content
{
	font-size: 0.8em;
}

#signup
{
	background: url(images/signup_background.jpg) no-repeat;
	width: 960px;
	height: 34px;
	margin-top: 9px;
	font-size: 0.95em;
	padding-left: 17px;
	color: #464135;
	padding-top: 16px;
}

#footer
{	
	
}

#copyright
{
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: 20px;	
	font-size: 0.8em;
}

#footer #nav_items
{
	width: 960px;
	background: #e4e4e3;
	margin-top: 9px;
}

#footer #nav_items a
{
	text-decoration: none;
	color: #444;
	font-weight: normal;
	font-family: arial;
	font-size: 0.9em;
}

#footer .nav_item_first
{
	padding: 22px 20px 0px 20px;
	border: 0px solid;
	height: 28px;
}

#footer .nav_item
{
	padding: 22px 20px 0px 20px;
	border: 0px solid;
	height: 32px;
}

#carousel
{
	margin-top: 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border: 0px solid #ccc;
	margin-bottom: 5px;
	background: url(images/main_background.jpg) no-repeat;
	height: 261px;
	width: 960px;
}

#carousel_item
{
	width: 960px;
}

#carousel_title
{
	color: #fff;
	font-size: 1.95em;
	font-family: georgia;
	padding: 35px 0px 0px 35px;
	width: 300px;
}

#carousel_content
{
	color: #e1e1e1;
	font-size: 0.85em;
	font-family: arial;
	padding: 10px 0px 0px 35px;
	width: 500px;
	line-height: 1.4em;
}

#carousel_image
{
	
}

#sub_categories #sub_category_item
{
	width: 313px;
	height: 175px;
	background: url(images/sub_module_background.jpg) no-repeat;
	padding-right: 10px;
	margin-top: 4px;
}

#sub_categories #sub_category_item_right
{
	width: 313px;
	height: 175px;
	background: url(images/sub_module_background.jpg) no-repeat;
	padding-left: 0px;
	margin-top: 4px;
}

#navbar
{
	background-color: orange;
	height: 30px;
}

#sidebar
{
	margin-top: 35px;
	width: 280px;
	
	font-family: arial;
	font-size: 0.9em;	
}

h2.entry-title a
{
	color: #8ac746;
}

h1.entry-title
{
	line-height: 1.1em;
}
.entry-title
{
	margin-top: 30px;
}

#content
{
	width: 600px;
	padding-left: 18px;
	font-size: 0.8em;
	line-height: 1.3em;
}

#primary ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.PHPurchaseCartWidget
{
	background: #dedede;
	padding-bottom: 20px;
}

li.PHPurchaseCartWidget h3
{
	padding: 15px 0px 0px 15px;
}

li.PHPurchaseCartWidget a
{
	padding: 12px 0px 0px 15px;
}

.product_item
{
	border-bottom: 1px dotted #ccc;
}

.category-blogposts
{
	border-bottom: 1px dotted #ccc;
	
}










/* From the old site */

#content .feature_tout
{
	width: 260px;
	height: 125px;
	margin-right: 25px;
	margin-bottom: 55px;
	float: left;
}

#content .feature_tout .title
{
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

#content .feature_tout .image
{
	float: left;
	position: relative;
	top: 8px;
}

#content .feature_tout .list
{
	float: left;
	margin-top: 10px;
	color: #333;
	width: 180px;
	position: relative;
	left: -10px;
}

#content .feature_tout .list li
{
	list-style: square;
	margin-bottom: 2px;
	margin-left: 13px;
}

#content .pricebar
{
	margin-top: 63px;
	margin-bottom: 30px;
	float: left;
	clear: both;
}







