@charset "utf-8";

/*
Version: 1.0
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style-type: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table {
	clear: left;
	border-collapse: collapse;
	border-spacing: 0;
}

img, div { behavior: url('img/iepngfix.htc'); }

html { min-width: 988px; }

body {
	color: #474747;
	font: normal 100% 'Open Sans', calibri, arial, sans-serif;
	background: #fff url(img/header.jpg) no-repeat center top;
	/*background: #eee url(img/overlay.png) no-repeat center top;*/
	font-size: 1em;
	line-height: 1.562em;
}

a {
	color: #e20049;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.nocolor {
	color: #474747;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #474747;
}

a:hover { color: #e20049 !important; }

#page {
	width: 988px;
	margin: 0 auto;
}

#header { 
	width: 988px; 
	height: 214px; 
}

#logo {
	display: block;
	width: 144px;
	height: 214px;
	background: transparent url(img/logo.png) no-repeat;
}

#main {
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 3em;
}

#sidebar-left {
	float: left;
	width: 184px;
	padding-bottom: 90%;
}

#sidebar-right {
	float: left;
	width: 50px;
}

.widget {
	margin-bottom: 1.5em;
}

#searchform label { display: none; }
#s { width: 100px; }

#sidebar-right { margin-top: 20px; }

#sidebar-right .thumb img {
	float: left;
	margin: 15px;
}

#content {
	float: left;
	width: 808px;
	margin-top: 20px;
}

.post {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.post h1 {
	font-size: 3em;
	font-weight: bold;	
	line-height: 1.1em;
	padding-bottom: 0.3em;
	color: #e20049 !important;
	text-transform: uppercase;
}
.post h2 {
	font-size: 1.875em;
	line-height: 1.0em;
	padding-top: 0.05em;
	padding-bottom: 0.5em;
}
.post p { 
	font-size: 1em;
	overflow:hidden;
}

.post .thumb img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
}
.post .thumb:hover img { border-color: #990000; }

.post .more { padding-left: 0.5em; }
.post object { z-index: 1; }

.single h2 { padding-top: 1.5em; }
.single p { padding: 1em 0; }
.single hr {
	background-color: #ccc;
	border: 0 none;
	color: #ccc;
	height: 1px;
}


.archive { margin-top: 1.8em; }

.featured {
	margin: 0 20px 5px 0;
	padding: 0 20px 20px 20px;
	background-color: #f3f3f3;
}
.featured h2 {
	font-size: 1.9em;
	margin-top: -0.1em;
	padding-bottom: 0.3em;
}

.featured .thumb img {
	float: left;
	margin: 19px 38px 0 0;
	border: 1px solid #f3f3f3;
}

p.section, form label {
	padding-top: 14px;
	font-size: 0.9em;
	font-style: italic;
	text-transform: uppercase;
	color: #999;
}

.zoomLink {
	display: block;
	padding-top: 5px;
}
.zoomLink img { border: 1px solid #fff; }
.zoomLink:hover img { border-color: #5c9db4; }

.zoomLinkLeft {
	float: left;
	margin: 0 18px 4px 0;
}
.zoomLinkRight {
	float: right;
	margin: 0 0 4px 10px;
}




table.contenttable { margin-bottom: 30px; }
table.contenttable th, table.contenttable td {
	padding: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
}

.menu {
	text-transform: uppercase;
}

.menu a:link, a:visited, em, .menu .sub-menu a {
	color: #474747;
	text-decoration: none;
}

.current_page_item a, .sub-menu .current-menu-item a { color: #e20049; }


.sub-menu {
	display: none;
	margin-left: 15px;
}

.current-menu-item .sub-menu, .current-menu-ancestor .sub-menu { display: block; }

.navigation {
	overflow: hidden;
	margin-top: 3em;
	padding: 70px 30px 70px 290px;
	color: #666;
	clear: both;
}
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }

.standardlist {
	list-style-type: disc;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-left: 0px;

}
.standardlist li {
	padding-bottom: 4px;
	line-height: 18px;
}

.alignleft {
	float: left;
	margin: 4px 20px 10px 0;
	border: 1px solid #fff;
}
.alignright {
	float: right;
	margin: 4px 0 10px 20px;
	border: 1px solid #fff;
}




.action-button {
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 1px 1px 2px #666666;
    background: -moz-linear-gradient(center top, #4D9CC1 0%, #218AC6 100%) repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    font-size: 15px;
    padding: 5px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #222222;
}

a.action-button:hover {
	color: #fff !important;
	background: -moz-linear-gradient(center top, #4488AA 0%, #1E73B5 100%) repeat scroll 0 0 transparent !important;
}


/*WP Form*/

.wpcf7-form input, textarea {
	padding: 4px; 
	border: solid 1px #d1d1d1; 
	background-color:#f7fae8; 
	font-size: 13px;
}

.wpcf7-form .wpcf7-submit {
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 2px #AAAAAA;
	background:url("images/bg-button.png") repeat-x scroll 0 50% #5c9db4;
	border:0 none;
	color:#FFFFFF !important;
	display:inline-block;
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	font-size: 17px;
	line-height: 1.2em;
	padding:10px 17px;
}

.wpcf7-form .wpcf7-submit:hover {
	background-color: #7e9d02;
}
