/*   
Theme Name: Family Receipes
Theme URI: http://bassgeek.net
Description: Converted Html File to Wordpress
Author: Jason Snelling
Author URI: http://bassgeek.net
Version: 1
*/

body {margin: 0;
	padding: 0;
	font-family: arial;
    font-size:14px;
	background: url(images/background.jpg) top repeat; 
	background-color: white; 
	color: black; 
	width: 100%; 
	height: 100%;
}
/* Solid Stretch Background */
#background { 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	z-index: -99999;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#background img {width:100%; height:100%;}

/* Misc Div/Style Elements */
input#s{width: 160px; background: ;} /* Search Input Box, etc */
input#searchsubmit{background: ;} /* Search Input Button, etc */
a img{border-style: none; padding: 3px;}
ul {} /* No bullet Points */
li{padding-bottom: 0px;} /* Style of List Items */


/* Font Styles */
h1 {margin:  0px; padding: 0px; font-size: 24px; font-weight:normal;}
h2 {margin: 0px; padding: 0px; font-size: 20px; font-weight:normal;}
h3 {margin: 0px; padding: 0px; font-size: 18px; font-weight:normal;}
h5{margin: 0px; padding: 5px; font-size: 24px; font-weight:normal; font-family:'BIRTH OF A HERO';}
@font-face { font-family: BIRTH OF A HERO; 
src: url('fonts/font.eot'); /* IE */ 
src: local('BIRTH OF A HERO'), 
url('fonts/birth.ttf'); /* non-IE */ }
h4 {margin: 0px; padding: 0px; font-size: 16px; font-weight:normal; line-height: 150%; text-align: justify;}
p {margin: 0px; padding: 0px; font-size: 12px; font-weight:normal; line-height: 150%; text-align: justify;}
ps{margin: 0px; padding: 0px; font-size: 10px; font-weight:normal; line-height: 150%; text-align: justify;}

/* Hyperlinks - none Menu */
a:link {text-decoration: none; color: #415e42;}
a:visited {text-decoration: none; color: #415e42;}
a:hover {text-decoration: underline; color: grey;}
a:active {text-decoration: none; color: #415e42;}


/* Menu Navigation Horizontal - non sub-menus */
#navmenu {;} /* Position of Navmenu */
#navmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#navmenu li {display: inline;}
#navmenu ul li a {text-decoration:none;  margin: 0px; padding: 0px; }
#navmenu ul li a:hover {color: black; background: grey; }
#navmenu li.current-menu-item a { border-bottom: 2px solid #86c643; } /* Current Page */
#navmenu li.current_page_item  a { border-bottom: 2px solid #86c643; } /* Current Page */


/* Container Div */
#container{
	position: absolute;
	width: 980px;
	min-height: 100%;
	margin-left: 50%;
	left: -490px;
	background: url(images/bg-white.png) repeat;
	-moz-box-shadow: 0 0 40px 4px #0b0a0a;
	-webkit-box-shadow: 0 0 40px 4px #0b0a0a;
	box-shadow: 0 0 40px 4px #0b0a0a;
}

#topNav{
	position: relative;
	width: 100%;
	height: 60px;
}

#header{
	position: relative;
	width: 100%;
	height: 240px;
	background: black;
}

#home{
	position: relative;
	width: 700px;
	min-height: 300px;
	max-height: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 20px;
}

#sidebar{
	position: relative;
	float: left;
	width: 220px;
	/*background: black;*/
	margin-top: 20px;
	margin-left: 20px;
}

/* Wordpress Area */
.title{
background: #f7ef72;
padding: 5px;
-moz-border-top-right-radius:12px;
border-top-right-radius: 12px;
-webkit-border-top-right-radius:12px;
-moz-border-top-left-radius:12px;
border-top-left-radius: 12px;
-webkit-border-top-left-radius:12px;
width: 300px;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
} /* Title To blog Post */
.meta{} /* Date / Time / Etc. */
.entry{
background: #f7ef72; 
padding: 10px; 
border-radius: 12px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border: 1px solid black;
margin-top: -2px;
min-height: 100px;
max-height: 100%;
} /* Body of Site */
.navigation{} /* Bottom Navigation (Older Newer Post, etc */)

/* WordPress Core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
