/*

Theme Name: foreveryhome

Description: FEH custom theme

Version: 1.0

Author: Brad Allred
*/

@font-face {
	font-family: 'Helvetica Neue';
	src: url('/fonts/Helvetica/Helvetica_75_Bold.eot');
	src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'), url('/fonts/Helvetica/Helvetica_75_Bold.ttf') format('truetype');
        font-weight:bold;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('/fonts/Helvetica/Helvetica_55_Roman.eot');
	src: local('Helvetica Neue Roman'), local('HelveticaNeue-Roman'), url('/fonts/Helvetica/Helvetica_55_Roman.ttf') format('truetype');
        font-weight:normal;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('/fonts/Helvetica/Helvetica_25_Ultra_Light.eot');
	src: local('Helvetica Neue UltraLight'), local('HelveticaNeue-UltraLight'), url('/fonts/Helvetica/Helvetica_25_Ultra_Light.ttf') format('truetype');
        font-weight:100;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('/fonts/Helvetica/Helvetica_35_Thin.eot');
	src: local('Helvetica Neue Thin'), local('HelveticaNeue-Thin'), url('/fonts/Helvetica/Helvetica_35_Thin.ttf') format('truetype');
        font-weight:300;
}

*{
    border:none;
    text-decoration:none;
}
body{
    font-family:"Helvetica Neue", Helvetica, sans-serif;
    font-weight:normal;
    margin:0;
    padding:0;
    /*background:url(images/background-tile.jpg) top center fixed repeat;*/
}
ul, li{
    list-style-image:url('images/bullet.png');
}
h1, h2, h3, h4, h5, h6{
    font-weight:inherit;
    margin:5px auto;
    *font-weight:100;
    color:white;
}
input[type="text"], input[type="search"]{
	-moz-border-radius:5px;
	border:1px inset #000;
}
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);
}

#page{
	background:url(images/background-tile.jpg) top center fixed repeat;/*
    background:url(images/background.jpg) top center fixed no-repeat;
    /*
    background:-moz-radial-gradient(center 45deg, ellipse closest-side, #BDD43F 20%, #86B748 150%);
    background:-webkit-gradient(radial, 50% 25%, 200, 50% 25%, 400, from(#FFFFFF), to(rgba(255,255,255,0)));
    */
    width:1000px;
    margin:0 auto;
    padding-top:25px;
}
#header{
    background:url(images/header.png) top right no-repeat;
    width:100%;
    height:225px;
}
#header > *{
    display:none;
}
#nav_bar{
    position:relative;
    top:190px;
    background:rgb(106, 66, 15);
    color:white;
    text-align:center;
    font-weight:100;
    width:62%;
    margin:auto;
    
    -moz-box-shadow: 0 0 15px rgba(0,0,0, 0.75);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.75);
    box-shadow: 0 0 15px rgba(0,0,0, 0.75);
}
#nav_bar h2{
    margin:0;
    padding:8px;
}
#nav_bar, #nav_links{
	display:block;
	
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}
#nav_links{
    width:100%;
    line-height:40px;
	white-space:nowrap;
    vertical-align:bottom;
    font-weight:300;
    *font-weight:100;
}
#nav_links, #footer, #nav_links li, .navigation{
    padding:0;
    margin:0;
    background:white;
    color:rgb(106, 66, 15);
    list-style:none;
}
#nav_links a, #sidebar a{
    font-weight:300;
    color:rgb(106, 66, 15);
}
#nav_links a:hover, #sidebar a:hover{
    font-weight:bolder;
}
#nav_links li{
    display:inline;
    padding-right:10px;
}
#nav_links li:before{
    content:"> ";
}
#wrapper{
    width:900px;
    margin:auto;
    padding:0;
    padding-top:50px;
    border:5px solid white;
    
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    
    background:rgb(171, 203, 64);
    /*
    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));
    */
    -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{
    color:white;
    /*
    background:rgb(105, 135, 47);
    */
    background:transparent;
    float:left;
    margin-top:-50px;
    padding:8px;
    padding-top:50px;
    width:200px;
}
.widget_search{
    list-style:none;
}
#sidebar ul{
    padding:0;
    margin:0;
    margin-left:10px;
}
#sidebar + .post .aligncenter{
	position:relative;
	left:50px;
	*left:0px;
}
#sidebar + .post img{
	max-width:600px;
}
.umbrella{
    padding:0;
    margin:0;
}
#bottom_nav{
    background:transparent;
    margin:auto;
    margin-top:20px;
    padding-bottom:40px;
    clear:both;
    text-align:center;
    
    font-weight:100;
    font-weight:lighter;
}
#bottom_nav a, h2 a{
    color:white;
}
#bottom_nav a:hover, h2 a:hover{
    text-decoration:underline;
}
#bottom_nav .image_well{
    margin:24px;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:250px;
}
#bottom_nav .image_well img{
    border:2px solid white;
    width:100%;
}
.caption{
    display:block;
    color:white;
}
.post > *{
    margin:10px;
}
.post-badge{
	float:right;
}
.info{
	font-size:10px;
}
.comment_icon{
	background: url(images/comment.png) no-repeat;
	padding-left:25px;
	font-size:10px;
	line-height:20px;
}
.comment_icon a{
	color:white;
}
.comment_icon a:hover{
	text-decoration:underline;
}
.pagetitle, .entry h2, .date, .postmetadata a{
	color:#c7497a;
}
.postmetadata a:hover{
	text-decoration:underline;
}
.postmetadata{
	color:white;
	font-size:10px;
}
.entry a{
	color:rgb(106, 66, 15);
}
.entry a:hover{
	text-decoration:underline;
}
.entry p{
	text-indent:20px;
}
.entry img{
	max-width:850px;
}
.wp-caption{
	padding:10px;
	text-align:center;
	background:rgb(106, 66, 15);
	color:white;
	font-size:10px;
	-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);
}
/*
.wp-caption > *{
	display:block;
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.75);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.75);
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.75);
	background:rgb(171, 203, 64);
}
*/
.wp-caption-text{
	padding:0;
	margin:8px auto 0;
	text-indent:0px !important;
}
.aligncenter{
	margin:auto;
}
#search-box{
	width:100%;	
}
#search-box input{
	display:inline;
}
#search-box #search-text{
	width:70%;
}
#footer, .navigation{
    padding:10px 0;
    position:relative;
    bottom:0;
    height:100%;
    clear:both;
}
.navigation a{
	font-weight:bold;
	display:inline-block;
	padding:5px;
}
#footer a{
    color:inherit;
    text-decoration:underline;	
}
#bottom_nav .image_well .caption{
    font-size:1.75em;
}
#bottom_nav ~ *{
	display:none;
}
