/*  
Theme Name: Mary Engel
Theme URI: http://wordpress.org/
Description: Customized WP theme for Mary Engel's website
Version: 1.0
Author: The Adsmith
Author URI: http://theadsmith.com

*/

html, body {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #212121;
	height: 100%;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #5C97B1;
	/*background-color: #EBF4F0;*/
}

* {margin: 0px; padding: 0px;}

/* @group Layout */

#page_container {
	width: 840px;
	height: auto;
	min-height: 500px;
	padding: 0px;
	margin: 40px auto 0px;
	text-align: center;
	background-color: #ffffff;
}

#main_container {
	width: 760px;
	height: auto;
	min-height: 500px;
	padding: 0px;
	margin: 0px auto 0px;
	text-align: center;
	background-color: #fff;
}

#header {
	width: 760px;
	height: 101px;
	padding: 0px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #fff;
}

#navigation {
	width: 760px;
	height: 26px;
	padding: 0px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #fff;
}

#sub_navigation {
	width: 760px;
	height: 26px;
	padding: 0px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #fff;
}

#main_content {
	width: 760px;
	height: auto;
	min-height: 300px;
	padding: 0px;
	margin: 0px auto 0px;
	text-align: center;
}

#page_content {
	width: 700px;
	height: auto;
	min-height: 300px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #fff;
	padding: 40px 0px;
}

#page_content_nonav {
	width: 700px;
	height: auto;
	min-height: 300px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #fff;
	padding: 0px;
}

#thumbnails {
	width: 750px;
	height: auto;
	min-height: 300px;
	padding: 40px 0px 0px 10px;
	margin: 0px 30px 0px 0px;
	text-align: left;
	background-color: #fff;
}

#homeslideshow {
	width: 750px;
	height: auto;
	min-height: 300px;
	padding: 10px 0px 0px 30px;
	margin: 0px 30px 0px 0px;
	text-align: left;
	background-color: #fff;
}

#footer {
	width: 760px;
	height: 70px;
	padding: 0px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #fff;
}

/* @end */

/* @group Text */

.caption {
	color: #6d6d6d;
	font: 9px/11px verdana, arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.footcontact {
	float: left;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 0px;
	color: #6d6d6d;
	font: 10px/13px verdana, arial, sans-serif;
}

.footcopy {
	float: right;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-top: 0px;
	color: #6d6d6d;
	font: 10px/13px verdana, arial, sans-serif;
}

.footcontact a {
	color: #32436a;
}

.pageheader {
	margin-bottom: 10px;
	clear: both;
}

.maintext {
	font: 10px/17px verdana, arial, sans-serif;
	width: 380px;
	color: #545454;
	float: left;
}

.mainimagebox {
	float: right;
	margin-left: 30px;
	text-align: right;
	font: 9px/13px verdana, arial, sans-serif;
	color: #6d6d6d;
}

.contactsidebar {
	float: right;
	margin-left: 30px;
	text-align: left;
	font: 9px/13px verdana, arial, sans-serif;
	color: #6d6d6d;
	padding-top: 50px;
}

.emaillist {
	padding-bottom: 50px;	
	padding-top: 10px;
}

.emailbox {
	width: 170px;
	height: 12px;
	border: 1px solid #a7a7a7;
	font: 9px/13px verdana, arial, sans-serif;
	color: #6d6d6d;
	padding: 3px;
	margin-bottom: 5px;
}

.submitbutton {
	width: 60px;
	height: 25px;
	padding: 0px 3px 2px;
	background-color: #cccccc;
	font: 9px verdana, arial, sans-serif;
	color: #6d6d6d;
}

.contactsidebar h2 {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
	margin-bottom: 0px;
}

.resumetext {
	font: 10px/17px verdana, arial, sans-serif;
	width: 420px;
	color: #545454;
	float: left;
}

.resumetext strong {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
}

.studiotext {
	font: 10px/17px verdana, arial, sans-serif;
	width: 260px;
	color: #545454;
	float: left;
}

.presstext {
	font: 10px/17px verdana, arial, sans-serif;
	width: 700px;
	color: #545454;
	float: left;
}

.presspost img {
	float: left;
	width: 210px;
	height: 150px;
	margin-right: 30px;
	padding: 5px;
	border: 1px solid #a5a5a5;
}

.presspost {
	padding-bottom: 25px;
}

.newstext {
	font: 10px/17px verdana, arial, sans-serif;
	width: 450px;
	color: #545454;
	float: left;
}

.newspost {
	padding-bottom: 25px;
}

.newspost p {
	padding-bottom: 15px;
}

.newspost a {
	color: #32436a;
	text-decoration: underline;
}

.newspost a:hover {
	color: #C0372C;
	text-decoration: underline;
}

.newspost a:visited {
	color: #32436a;
	text-decoration: underline;
}

.newspost a:visited:hover {
	color: #C0372C;
	text-decoration: underline;
}

.navigation {
	padding-bottom: 10px;
}

.navigation a {
	color: #32436a;
	text-decoration: underline;
}

.navigation a:hover {
	color: #C0372C;
	text-decoration: underline;
}

.navigation a:visited {
	color: #32436a;
	text-decoration: underline;
}

.navigation a:visited:hover {
	color: #C0372C;
	text-decoration: underline;
}

.newspost h2 {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
	margin-bottom: 0px;
}

.newspost h2 a {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
	margin-bottom: 5px;
	text-decoration: underline;
}

.newsentry {
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;	
}

.newsentry img {
	padding: 5px;
	border: 1px solid #a5a5a5;
	margin-bottom: 10px;
}

.newsentry a {
	color: #32436a;
}



.contacttext {
	font: 10px/17px verdana, arial, sans-serif;
	width: 380px;
	color: #545454;
	float: left;
}

.contactpost {
	padding-bottom: 25px;
}

.contacttext a {
	color: #32436a;
	text-decoration: underline;
}

.contacttext a:hover {
	color: #C0372C;
	text-decoration: underline;
}

.contacttext a:visited {
	color: #32436a;
	text-decoration: underline;
}

.contacttext a:visited:hover {
	color: #C0372C;
	text-decoration: underline;
}

.contacttext h2 {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
	margin-bottom: 5px;
}

.contacttext h2 a {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
	margin-bottom: 5px;
	text-decoration: underline;
}

.contacttext strong {
	font-weight: bold;
	font: 10px/17px verdana, arial, sans-serif;
	color: #545454;
}



.contactentry strong {
	font: bold 10px/17px verdana, arial, sans-serif;
	color: #545454;
}

.contacttext {
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;	
}

.contacttext a {
	color: #32436a;
}

.homepost {
	padding-bottom: 0px;	
}

.homeentry {
	padding-bottom: 0px;
	clear: both;	
}

.entry {
	padding-bottom: 10px;
	clear: both;	
}

.entry a {
	color: #32436a;
}

.sidebar {
	float: right;
	margin-left: 30px;
	text-align: left;
	font: 9px/13px verdana, arial, sans-serif;
	color: #6d6d6d;
	background-color: #fff;
	width: 170px;
	padding-left: 30px;
	margin-top: 40px;
	border-left: 1px solid #cecece;
	height: 300px;
}

.sidebar ul {
	padding: 0px;
	margin: 0px;
}

.sidebar ul li {
	list-style-type: none;
	padding-bottom: 10px;
}

.sidebar ul li ul {
	margin-left: 15px;
}

.sidebar ul li ul li {
	list-style-type: none;
	padding-bottom: 5px;
}

.sidebar ul li ul ul {
	margin-left: 0px;
	margin-top: 5px;
}

.sidebar h2 {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
	margin-bottom: 5px;
}

.sidebar ul li ul li a {
	color: #32436a;
	text-decoration: underline;
}

.sidebar ul li ul li a:hover {
	color: #C0372C;
	text-decoration: underline;
}

.sidebar ul li ul li a:visited {
	color: #32436a;
	text-decoration: underline;
}

.sidebar ul li ul li a:visited:hover {
	color: #C0372C;
	text-decoration: underline;
}

.entry {
	padding-bottom: 50px;
	clear: both;	
}

.entry a {
	color: #32436a;
}

.entry strong {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
}

.entry blockquote {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #C0372C;
        margin-bottom: 15px;
}

.mainimg {
	padding-bottom: 10px;
	}

.caption {
	font-size: 9px;
	text-align: right;
	background-color: #9c6efd;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
}

.maintext p {
	margin-bottom: 20px;
	margin-top: 10px;
}

.resumetext p {
	margin-bottom: 20px;
	margin-top: 10px;
}

.thumb {
	padding: 0px;
	margin: 0 0 0 20px;
	float: left;
}

.previous {
	float: left;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 10px;
}

.next {
	float: right;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-top: 10px;
}


/* @end */