/*
Theme Name: MCG
Description: A custom theme.
Author: Leanne Romak
Author URI: http://www.romakdesign.com
version: 1.0
Tags: two-column, widget-ready, custom
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:url(images/background.jpg) repeat-x;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
line-height:150%;
	margin:0px;
	}

p {padding:0 0 8px 0;}	
h1 {font-size: 13pt; padding-bottom:10px; font-weight:normal;}
h2 {font-size: 13pt; color: #068481; padding-bottom:5px; font-weight:normal;}
h3 {font-size: 10pt; color: #000; padding-bottom:8px; line-height:150%; font-weight:normal;}
h4 {font-size: 10pt; color: #000; text-transform: uppercase; padding:5px 0 5px 0; font-weight:normal;}
tbody { }
table {background: #E8E8E8; padding:4px 10px 4px 10px ; margin-bottom:1px;}
strong {font-size: 11pt; color: #000; padding-bottom:8px; line-height:150%; font-weight:normal;}
emphasis {font-size: 9pt; padding:0 0 10px 0; font-weight:normal;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#068481;
	text-decoration:none;
outline: none;
	}

a:hover{text-decoration:underline;}



/* container */


#container {
	width: 981px;
	margin: 0 auto;
	padding:0;
	background:#fff url(images/pageback.jpg) no-repeat;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
		background:#fff url(images/header.jpg) no-repeat;
  	width: 981px; 
  	height: 141px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:0;
	margin:0;
display:none;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#navigation {

color: #5D5D5D;
height: 51px;
padding: 0 63px 0 0;
position: relative;
float: right;

}

#menu, #menu ul {
padding: 0 0 0 24px;
margin: 0;
list-style: none;
line-height: 1;
}

#menu li {
float: right;
font-size: 11px;
padding: 0 0 5px 0;
text-transform: uppercase; 
}

#menu li.current_page_item a, #menu h2 a {
	color: #58c2c2;
}

#menu a {
display: block;
line-height: 48px;
padding: 0px 15px 0px 12px;
color: #5D5D5D;
font-family:Verdana, Arial, sans-serif;
font-weight: 400;
}


#menu a:hover {
color: #58c2c2;
}

#menu a:hover span {
padding: 0px;
position: relative;
left: 0px;
}

/* content */


#content {
	float:left;
	width:570px;
	overflow: hidden;
	padding:0 0px 40px 50px;
	}
#content-wide {
	float:left;
	width:860px;
	overflow: hidden;
	padding:0 0px 40px 50px;
	}



.post {
	
	}
	
.post h2{
	}
	
.post h2 a{
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}




.entry p{margin:0 0 8px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

#content form {
	background: #FAFAFA;
	width: 570px;
	border: #EEEEEE 1px solid;
	padding: 15px 18px 10px 18px;
	margin-bottom: 10px;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 3px;
}

#content input.data {
	width: 400px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 500px;
	padding: 3px;
}

#content input.sbutton {
	margin-top: 3px;
font-weight: 600;


}


	
/* sidebar */

#sidebar {
width: 290px;
display: block;
float: right;
margin-top: 40px;
padding-right: 40px;
min-height: 350px;
display: inline;
height:auto !important;
}

#sidebar-wide {
width: 390px;
display: block;
float: right;
margin-top: 40px;
padding-right: 40px;
min-height: 350px;
display: inline;
height:auto !important;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0; background: #8FD8D8;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Chunky Footer */


#chunkyfooter {
clear: both;
font-family: verdana, arial, tahoma, sans-serif;
font-size:11px;
font-weight: normal;
color:#efecc9;
background: #fff url(images/footerline.jpg);
padding: 20px 0px 20px 0px;
width: 981px;
display:block;	

position: absolute;
	
}



#chunkyfooter div { 
width: 240px;
float: left;
padding: 0 40px 0 40px;
}

#chunkyfooter h2 {
font-weight: normal;
color:#97d5d2;
padding:0;
}


#chunkyfooter .textwidget{
position:relative;
left:-32px;

}

#text-4.widget{

}

#chunkyfooter .textwidget a{
text-align: left;
color:#97d5d2;
}

#chunkyfooter .textwidget a:hover{
color:#97d5d2;
text-decoration:underline;
}




#chunkyfooter ul{
padding-left:23px;
}


#chunkyfooter ul li{
padding-left: 0px;
}


#chunkyfooter ul li a{
	color:#efecc9;

	}

#chunkyfooter ul li a:hover{color:#97d5d2;
text-decoration:underline;

}

/* footer */

#footer {
	background:#fff;
	clear: both;
	
	}
	
#footer p{font-size:11px; padding:275px 35px 25px 0; color: #666; text-align:right;}
#footer a{color: #666;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}



