/*
Theme Name: Meggan Thompson custom theme
Theme URI: http://slowelk.com/
Description: A custom theme designed for Meg Thompson
Version: 1.0
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/

body {
	margin: 0;
	padding: 0;
	background: #334c63 url('img/bg.jpg');
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

a, a:visited {
	color: #5a7995;
}

a:hoiver {
	text-decoration: underline;
}

h2 {
	font-weight: normal;
	color: #f39a26;
	font-size: 24px;
	margin: 0 0 10px 0;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #f39a26;
text-decoration: none;
}

h3 {
	font-weight: normal;
	color: #f39a26;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

img {
	border: none;
}

input, textarea {
background-color: #f0f0f0;
border: 1px solid #999;
padding: 4px;
color: #666;
}

textarea {
width: 550px;
}


/* hidden things - - - - - - - - - - - - - - */
#header h1, #header h2, #header h3, #footer h3 {
	display: none;
}


/***** STRUCTURE ***********************************/

#container {
	width: 850px;
	margin: 0 auto;
}

#header {
	background: url('img/header.gif') no-repeat;
	height: 245px;
	margin: 0;
}

#content {
	background: url('img/content-bg.gif') repeat-y;
	margin: 0;
	padding: 0;
}



/***** STYLIN' ***********************************/

/* header and main nav menu - - - - - - - - - - */
#mainnav {
	font-size: 18px;
	text-align: right;
	padding: 40px 13px 0 0;
}

#mainnav ul {
	margin: 0;
	padding: 0;
}

#mainnav li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#mainnav a, #mainnav a:visited {
	color: #93a0ac;
	text-decoration: none;
}

#mainnav .active a {
	background: url('img/menuhover.jpg') repeat-x;
}

#mainnav a:hover{
	color: #fff;
}

/* copy - - - - - - - - - - - - - - - - - -*/

#copy {
	width: 680px;
	padding-left: 90px;
	font-size: 14px;
	line-height: 24px;
margin-top: -15px;
}

#copy img {
	border: 1px solid #666;
}

#copy img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

#copy img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

/* blog - - - - - - - - - - - - - - - - - -*/

#blog {
	font-size: 14px;
	line-height: 24px;
	width: 590px;
	float: right;
	margin-right: 45px;
}

#blog h2 {
 margin-top: -40px
}

#blog h3 {
	margin: 0 0 -10px 0;
}

#blog h3 a, #blog h3 a:visited {
	color: #f39a26;
}

.postmetadata {
	font-size: 12px;
	border-bottom: 2px dashed #ddd;
	padding-bottom: 5px;
	color: #666;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	height: 40px;
}

.post { clear: both; }

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.aligncenter {
margin: 0 auto;
display: block;
}
	
#blog small {
	text-align: center;
	color: #666;
	line-height: 14px;
}

/* sidebar  - - - - - - - - - - - - - - - */

#sidebar {
	width: 150px;
	float: left;
	margin-left: 40px;
}

#sidebar h3 {
	font-weight: normal;
	color: #f39a26;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	font-size: 12px;
	color: #999;
	margin: 0 0 10px 0;
}

#sidebar ul ul {
	margin: 10px 0 0 20px;
}

/* footer - - - - - - - - - - - - - - - */

#footer {
	background: url('img/footer.gif') no-repeat;
	margin: 0;
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
	color: #9fabb6;
}

#footer a, #footer a:visited {
	color: #9fabb6;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* home blog posts */

.home-post {
margin-top: 5px;
border-bottom: 1px dashed #999;
}

.home-post p {
margin-top: 0;
}

.home-post h4 {
font-weight: bold;
font-size: 16px;
margin: 0 0 5px 0;
}


