/*
Theme Name: Realestate 4 Ransom
Theme URI: http://realestate4ransom.com/
Description: A customised theme for the Realestate 4 Ransom film
Author: Hammy Goonan
Version: 1
License: GNU General Public License
License URI: license.txt
*/
body{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('../img/RE4ransomTexture1.jpg');
	background-repeat: repeat;
	text-align: justify;
	color: #242426;
}

/* structure */

#wrapper{
	background-color: #FFF4D7; /* #f9f1dd; */ 
	margin: 0 auto;
	padding: 10px;
}
#header{
	padding: 10px 0 0 0;
}
#logo img{
	margin-left: 85px;
}
#top_nav{
	display: block;
}
#content{
	min-height: 300px;
}
#footer{
	padding: 10px;
	background-color: rgb(114,19,11);
	color: #FFF4D7;
}
#footer a{
	color: #FFF4D7;
}
#footer a:hover{
	color: black;
}
/*
#footer ul{
	padding-left: 20px !important;
	margin-left: 22px !important;
}
#footer li{
	list-style: url('images/arrow.png') !important;
	font-size: 1.1em;
}
*/
#sidebar{
	margin-top: 50px;	
	
}
/* Generic Style Elements */

body{
	font-family: Helvetica;
	font-size: 12px;
	color: #010101;
}
a{
	color: rgb(135,74,26);
}
img{
	border: 0 !important;
}
/*
input, textarea{
	padding: 8px;
	margin: 0;
} */
input:focus{
	background-color: #FFEFD7;
}
textarea:focus{
	background-color: #FFEFD7;
}
label{
	font-size: 1.2em;
	cursor: pointer;
}
fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
h3{
	margin: 0;
	font-weight: 600;
	color: #B35428;
	text-align: left;
}

/* Specific Stype Elements */

.trailer{
	margin-left: 90px;
}
.announcement_post{
	width: 500px;
}
.spire{
	bottom: 0;
	text-align: right;
	font-size: 0.8em;
	padding-top: 115px;
}
.spire a:hover{
	text-decoration: underline;
}
p.tagline{
	font-size: 2.2em;
	line-height: 0;
	font-weight: 200;
	padding: 0;
	margin: 10px 0;
}
.socialmedia{
	text-align: right;
	padding-top: 10px;
}
.mailing_list{
	height: 100%;
	background-image: url('images/screen_bg.jpg');
	background-repeat: no-repeat;
	padding: 35px 10px 30px 28px;
	color: #5f0700 !important; 	
}
.mailing_list h3{
	color: #5f0700 !important;
}
.post-header h2{
	font-size: 1.1em;
	font-weight: 600;
}
.post-header a{
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: rgb(114,19,11);
	border-bottom: 1px solid grey;
}
.post-date{
	color: grey;
	font-size: 0.8em;
	text-align: right;
	display: block;
	line-height: 0;
}
.postmetadata{
	color: #6A3433;
}
.postmetadata a{
	text-decoration: none;
}
#respond p{
	margin: 5px;
}
#footer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer a{
	text-decoration: none;
}
#sidebar img, #sidebar input{
	padding: 5px 0 10px 0;
	float: right;
}
/* Navigation */
#top_nav ul{
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	font-weight: 200;
	font-family: helvetica;
}
#top_nav li{
	display: inline;
	padding: 10px;
	font-size: 1em;
}
#top_nav li a{
	text-decoration: none;
	padding: 5px 8px;
	border-right: 1px solid #010101;
	color: rgb(114,19,11);
}
#top_nav li a:hover{
	color: black;
	text-decoration: underline;
}
.current-menu-item a{
	color: black !important;
}
/*  Online Store */
.eStore-product{
	border: none !important;
}
.eStore-thumbnail img, .eStore-thumbnail a img{
	background-color: none !important;
	border: none !important;
}

/*.front iframe{
	margin: 20px 0;
	padding-left: 170px;
}*/