/*  
Theme Name: Mediate2Resolution
Theme URI: http://S2UDIO.com/
Description: An extremely basic template for easy modification
Version: 1.0
Author: S2UDIO.com
Author URI: http://S2UDIO.com/

	Mediate2Resolution v1.0
	 http://S2UDIO.com/

*/

/* Import site's base stylesheet */
/* @import '/.css'; */

body {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 0;
	margin-top: 0px;
}

#container {
	margin: 0px auto;
	width: 800px;
	background-color: #FFF;
}

#header {
	width: 800px;
	float: left;
	border-left: solid 2px #222;
	border-right: solid 2px #222;
	border-bottom: solid 2px #222;
}

#maincontent {
	width: 800px;
	float: left;
	background-color: #FFF;
}

#sidebar {
        margin-top: 15px;
	width: 150px;
	float: left;
}

#content {
	width: 530px;
	padding-left: 20px;
	float: left;
}

#footer {
	float: left;
	width: 800px;
	margin: 40px auto;
	text-align: center;
}

/* Begin Sidebar */

#sidebar form {
	margin: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

/* Search */

#search #s {
	font-size: 11px;
	width: 140px;
}

#search #searchsubmit {
	font-size: 11px;
	width: 50px;
}

/*** Comments ***/

form#commentform textarea {
	width: 400px;
	height: 160px;
}

/*** Text Styles ***/

body,td,p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#header .description {
	font-weight: bold;
	font-size: 16px;
}

h2 { font-size: 16px; color: #993333; }
#sidebar h2 { display: none; }

.RedText {color: #993333;}


.SubHeader, h3 {
	font-size: 15px;
	color: #657663;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.SubjectHeader, h1 {
	font-size: 16px;
	color: #993333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.GreenSubjectHeader {
	font-size: 16px;
	color: #657663;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*** Begin Post ***/

.post {
	margin-bottom: 40px;
}

.post p.date,
p.postmetadata {
	font-size: 12px;
	color: #000;
}

/*** links ***/

a { color: #657663; font-weight: bold; text-decoration: none; }
a:hover { color: #5B1316; font-weight: bold; text-decoration: none; }


/*** other ***/

img.right {border: 2px solid #657663; float: right; margin-left: 10px; margin-bottom: 10px; }
img.left {border: 2px solid #657663; float: left;  margin-right: 10px; margin-bottom: 10px;  }
img.border {border: 2px solid #657663; }

table.mvl {width:530px; border: solid 2px #333;}


/*** contact form ***/

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 140px;
}
#wpcf input {
	float: left;
	padding: 1px;
	background-color: #FFF;
	color: #000;
	border: solid 2px #657663;
	width: 140px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	background-color: #FFF;
	color: #000;
	border: solid 2px #657663;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	font-size: 13px;
	width: 70px;
	background-color: #FFF;
	color: #000;
	border: solid 2px #657663;
	text-align: center;
}

#wpcf_all { padding-left: 20px; padding-top: 30px;}

select { 	
        font-size: 11px;
		width: 180px;
        background-color: #000;
        color: #FFF;
        border: solid 2px #657663;
        margin-top: 5px;
}
