/* 
	Theme Name: MCC
	Theme URL: http://mccplanners.com
	Description: Theme for the MCC website.
	Author: Sheri Moore (ported by Jonathan Gallivan)
	Author URI: http://JonathanGallivan.com
	Version: 1.0.0
*/

/* === The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/ =============== */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/* === CONTAINERS ================================================== */

body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: left;
}

#site {
	padding: 20px;
}

#container {
	width: 982px;
	background-color: #ffffff;
}

#tabs {
	background-color: #000000;
	text-align: right;
	padding-right: 20px;
}

.tab {
	display: inline;
}

.tab a {
	text-decoration: none;
	cursor: pointer;
}

#header {
	display: block;
	width: 982px;
	height: 177px;
	background-color: #49176d;
	background-image: url("/wp-content/themes/mcc/images/bg_header.gif");
	cursor: pointer;
}

#tagline {
	float: right;
	margin-top: 18px;
	margin-right: 22px;
}

#navigation {
	display: block;
	width: 982px;
	height: 32px;
	padding: 0;
	margin: 0;
	background-color: #642165;
	background-image: url("/wp-content/themes/mcc/images/bg_bar.jpg");
	color: #ffffff;
}

#content {
	width: 942px;
	padding: 20px;
}

#post {
	margin: 0;
	margin-top: 15px;
	padding: 0;
}

#footer {
	display: block;
	clear: both;
	width: 962px;
	background-color: #642165;
	background-image: url("/wp-content/themes/mcc/images/bg_bar.jpg");
	text-align: center;
	font-size: 0.9em;
	font-style: normal;
	color: #ffffff;
	padding: 10px;
}

#subfooter {
	display: block;
	width: 982px;
	background-color: #000000;
	text-align: center;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #cc99ff;
	padding-top: 8px;
}

#commentlist {
	padding-bottom: 20px;
}

#commentlist ul, #commentlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#commentlist li.standard, #commentlist li.alt {
	padding: 10px;
	padding-bottom: 5px;
	background-color: #00b7bc;
	margin: 3px;
}

.singlecomment {
	margin-top: -10px;
}

/* === MARKUP ==================================================== */

a, a:link, a:visited, a:active {
	color: #49176d;
}

a:hover {
	color: #6b398f;
}

#navigation a {
	height: 32px;
}

#subpages a, #subpages a:link, #subpages a:visited, #subpages a:active {
	text-decoration: none;
}

#subpages a:hover {
	text-decoration: underline;
}

#footer a,  #footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #cc99ff;
	text-decoration: underline;
}

h1, h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #49176d;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #49176d;
	padding-top: 0;
	padding-bottom: 0;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #49176d;
	margin-top: -12px;
	padding-top: 0;
	padding-bottom: 25px;
}

p {
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

li {
	padding: 0;
	margin: 0;
	list-style: square;
	font-weight: normal;
	margin-left: 15px;
	margin-bottom: 5px;
}

#subpages ul {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

#subpages li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-right: 15px;
}

table .list {
	font-size: 0.9em;
}

table td {
	vertical-align: top;
	padding: 3px;
}

/* === STYLING =================================================== */

.aligncenter {
	padding-bottom: 20px;
}

.alignleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.alignright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textright {
	text-align: right;
	font-size: 1.1em;
}

.small {
	font-size: 0.85em;
}

a.toTop {
	text-decoration: underline;
}



