/*
Theme Name: foreveryhome

Description: FEH custom theme

Version: 1.0

Author: Brad Allred
*/
@import url('/shared/css/feh.shared.css');

*{
    border:none;
    text-decoration:none;
}
body{
    font-family:"Helvetica Neue", Helvetica, sans-serif;
    font-weight:normal;
    background:url(images/background-tile.jpg) top center fixed repeat;
    margin:auto;
    padding:10px;
    min-width:1010px;
    /*background:url(images/background-tile.jpg) top center fixed repeat;*/
}
ul, li{
    list-style-image:url('/shared/css/icons/bullet.png');
}
h1, h2, h3, h4, h5, h6{
    font-weight:inherit;
    margin:5px auto;
    *font-weight:100;
    color:white;
}
input[type="button"], input[type="submit"], .navigation a{
    background:rgb(106, 66, 15);
    color:white;
    
    -moz-box-shadow: 0 0 5px rgba(0,0,0, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.75);
    box-shadow: 0 0 5px rgba(0,0,0, 0.75);
}
a{
	color:white;
}
a:hover{
	text-decoration:underline;
}
p{
	text-indent:20px;
}

b{
	color:white;
}
#header{
    background:url(images/header_bg.png) top right no-repeat;
    height:117px;
    width:730px;
	*width:705px;

    /*
    position:absolute;
    left:50%;
    margin-left:-365px;
    */
}
#header > *{
    display:none;
}

#content{
	clear:right;
	
    background:rgb(171, 203, 64);
    padding:10px;
    min-height:590px;

    margin:20px;
    /*
    background:#86B748;
    background:-moz-radial-gradient(center 45deg, ellipse closest-side, #BDD43F 20%, #86B748 150%);
    background:-webkit-gradient(radial, 50% 25%, 200, 50% 25%, 400, from(#BDD43F), to(#86B748));
    */

}

#content, #header{
	    border:5px solid white;
    
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    
        margin-left:250px;
}
#sidebar{
    color:white;
    background:url(images/sidebar_bg.png) top center no-repeat;
    float:left;
    padding:8px;
    padding-top:200px;
    text-align:center;
}
#sidebar .image_well{
	margin:10px;
	
}
#sidebar .image_well .caption{
	line-height:30px;
	font-size:25px;
}
#sidebar img, #header, #content{
	        -moz-box-shadow: 0 0 30px rgba(0,0,0, 0.75);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0, 0.75);
    box-shadow: 0 0 30px rgba(0,0,0, 0.75);
}
#sidebar img, #trend_img img{
	border: 5px solid white;
}
#sidebar a{
	text-decoration:none;
}
.caption{
    display:block;
    color:white;
    font-weight:100;
}

#woman{
	background:url(images/lady.png) top center no-repeat;
	height:500px;
	width:180px;
	z-index:2 !important;
	position:relative;
	float:right;
	margin-right:-45px;
	margin-left:10px;
	right:0;
}
#trend{
	position:relative;
	bottom:0;
	vertical-align:bottom;

}
#trend img{
	float:left;
	margin:10px;
}
#trend_text{
	padding-top:75px;
}
#copy{
	margin-bottom:140px;
}
cite{
	width:400px;
	display:block;
	float:right;

	font-size:10px;
	text-align:right;
}
blockquote{
	padding-bottom:150px;
}
cite img{
	border: 2px solid white;
}
