/* CUSTOM STYLESHEET
---------------------------------------------------------------------------------
Instructions: Add your custom styles in this file instead of style.css,
so it's easier to update the theme. Simply copy an existing style from 
style.css to this file, and modify it as you like.
--------------------------------------------------------------------------------- */




/* GLOBAL STYLES
---------------------------------------------------------------------------------
Add styles beneath this line that you want to be applied across your entire site */

#outer-wrap { border-top:10px solid #585858; }


.email-form form input[type="submit"],
.email-form form input[type="button"],
form#searchform input[type="submit"],
form#searchform input[type="button"] {
	background: #d33432;
	border:1px solid #d33432;
	}

.email-form form input[type="text"],
.email-form form input[type="email"],
form#searchform input[type="text"],
.email-form form input[type="submit"],
.email-form form input[type="button"],
form#searchform input[type="submit"],
form#searchform input[type="button"] {
	text-transform:none;
	}

/* -------------------[ Widgets ]------------------- */

.widget a:link, a:visited {
    color:#565656;
	}
	
.widget a:hover, a:active {
	text-decoration:none;
	color:#d33432;
	}


.entry img {
	border: 1px solid #d6d6d6;
    height: auto;
    margin-top: 0.5em;
    max-width: 100%;
	}
	
/* ---------[ Hide Layout Controls ]--------- */

.layout-controls { display:none; }


/* ---------[ Hide Tags on Single Post Page ]--------- */

p.tags { display:none; }

.post-title { display:none; }

.meta { display:none; }


/* -------------------[ Main Page Elements ]------------------- */

body {
	text-align: justify;
	-moz-hyphens: auto;
	vertical-align: baseline;
	margin: 0 0 1.625em;
	padding: 0;
	color:#565656;
	line-height: 1.4em;
	font-family: Tahoma !important;
	-webkit-font-smoothing: subpixel-antialiased;
	}


h1,h2,h3,h4,h5,h6,h7,
#sitetitle .title  {
	margin: 0 0 20px;
	text-align: left;
	padding: 0;
	line-height: 1.4875em;
	color:#444;
	}

h1 {
	font-size:36px;
	letter-spacing:-0.03em;
	font-weight:inherit;
	}

h2 {
	font-size: 1.7em;
	color:#565656;
	margin: 0 0 0.4em;
	font-family: Tahoma !important;
	font-weight:inherit;
	line-height: 1.4875em;
	outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	}

h3 {
	font-size: 28px;
	letter-spacing:-0.03em;
	line-height: 1.2em;
	}

h4 {
	font-size: 1.5em;
	font-weight:inherit;
	font-family: Tahoma !important;
	margin: 0 0 0.4em;
	line-height: 1.4875em;
	color:#880000;
	outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-style: inherit;
	}

h5,h6,h7 {
	font-size: 20px;
	letter-spacing:-0.02em;
	line-height: 1.3em;
	}


/* ---------[ Contact Form 7 Styles ]--------- */

	
.wpcf7 form input[type="submit"],
.wpcf7 form input[type="button"] {
	background:#d33432;
	border: 1px solid #d33432;
	}
	
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea {
	border:1px solid #d6d6d6;
	}

	


/* DESKTOP ONLY STYLES
---------------------------------------------------------------------------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 801px) {
	#outer-wrap { width:1181px; }


	/* Desktop styles go here */


