/*
Theme Name: Mark Holden Art
Theme URI: http://www.esspeedee.com/
Description: Site design for Mark Holden Art site.
Version: 1.0
Author: Steve Dalgleish
Author URI: http://www.esspeedee.com/
Tags: red, one column
*/

body {
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #900;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}

a {
	color: #000;
}

#container {
	width: 890px;
	margin: 0 auto;
	position: relative;
	background: transparent url(images/shadows.png) repeat-y scroll center top;
	border: 0px solid #ff0;
}

#inner {
	width: 794px;
	margin-left: 45px;
	border: 0px solid #f00;
	position: relative;
}

#content {
	padding: 0 15px;
}

#header {
	border: 1px solid #fff;
	background: #fff url(images/gradient.png) repeat-x top !important;
	height: 75px;
}

#header h1 {
	padding: 10px;
/*	padding-left: 80px;
	padding-left: 10px;*/
	position: relative;
	font-size: 30px;
/*	background: transparent url(images/logomark.gif) no-repeat 260px;*/
	color: #000080;
	margin: 0 !important;
}

#header h1 span {
	display: none;
}

#header h1 img {
	margin: 0 !important;
	padding: 0 !important;
}

#contact {
	position: absolute;
	top: 20px;
	right: 0;
	width: 250px;
}

#contact span {
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
}

span.phone {
	background: transparent url(images/telephone.png) no-repeat left;
}

span.email {
	background: transparent url(images/email.png) no-repeat left;
}

#menu {
	position: relative;
}

#menu ul {
	margin: 0;
	background: #900 url(images/gradient.png) repeat-x top !important;
	color: #fff;
	float: left;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 0px;
}

#menu ul li { display: inline; }

#menu ul li a {
	padding: 0.3em 1em;
	background-color: #900;
	color: #d4ceb4;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#menu ul li a:hover {
	background-color: #369;
	color: #fff;
}

#content {
	clear: both;
}

#footer {
	border-top: 1px solid #000;
	padding: 5px 10px;
	background: transparent url(images/bg_footer.jpg) repeat-x top;
	margin-top: 20px;
	clear: both;
}

#footer, #footer a {
	color: #c0c0c0;
	color: #d4ceb4;
	text-decoration: none
}

#siteby {
	float: right;
	width: 200px;
	padding: 10px 0;
	text-align: right;
}

.half {
	width: 48%;
	float: left;
	vertical-align: top;
}

.first {
	padding-right: 10px;
}

.second {
	padding-left: 10px;
}

.box {
	margin-top: 10px;
}

.box h2 {
	margin: 0;
	padding: 0;
}

.box p {
	margin-top: 3px;
}

.box img {
	float: left;
	margin: 4px 10px 10px auto;
	border: 1px solid #c0c0c0;
}

.box a {
	color: #000;
	text-decoration:none;
}

.box a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

#charity {
	text-align: right;
}

#charity img {
	border: 0;
}

.big-image {
	height: 200px;
	position: relative;
	overflow:hidden;
	float: left;
	width: 794px;
}

.big-image div {
	position: absolute;
	width: 300px;
	right: 10px;
	bottom: 10px;
	background-color: #000;
	opacity: 0.75;
	color: #d4ceb4;
	padding: 10px;
	text-align: right;
	
	display: none;
}

.big-image div a {
	color: #d4ceb4;
}

.stepcarousel{
	position: relative;
	border: 1px solid #000;
	border-left: 0;
	border-right: 1;
	border-top: 0;
	border-bottom: 0;
	overflow: scroll;
	height: 200px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0% !important;
	left: 300px !important;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}