/*   
Theme Name: Hadara Bar Nadav
Theme URI: http://hadarabarnadav.com
Description: This is Hadara's theme
Author: Greg Daiker
Author URI: http://daikerart.com
Version: 2
*/

@media screen {

* {
	margin: 0;
	padding: 0;
	outline: none !important;
	text-decoration: none;
	outline-color: none;
	outline-style: none; 	
}
html, body {
	height: 100%;
	width: 100%;
	font-family:Helvetica, Arial, sans-serif;
	color:#332B21;
	font-size:12px;
	line-height:15pt;
	text-align:justify;
}
#content ul li{
	list-style-type: none;
	margin-bottom:30px;
}

#content ul {
	padding:55px;
}

p{
	margin-bottom:20px;
}

h1{
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 40px;
    text-align: left;
    padding: 6px;
}

h2{
	font-size: 15px;
    font-weight: normal;
}

h3{
	font-size: 17px;
    font-weight: normal;
}

h4{
	font-size: 10px;
    font-weight: normal;
	line-height:12px;
	margin-bottom:15px;
}

a, a img{
	outline: none !important;
	border-style: none !important;
}

a:link{
	color:#429EC6;
	text-decoration:none;
}

a:visited{
	color:#429EC6;
	text-decoration:none;
}

a:hover{
	color:#D80707;
	text-decoration:none;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	width: 850px;
	padding: none;
}
header{
	width:850px;
	height:216px;
	background-image:url(images/header.png);
	background-repeat:none;
}
nav{
	width: 850px;
	height: 31px;
	padding: 0px;
	margin:8px auto;
	background-image:url(images/longline.png);
	background-repeat:repeat;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #429ec6;
}
nav ul{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:500;
	letter-spacing:1px;
	list-style-type:none;
	
}
nav ul li{
	margin: 0 10px 0 31px;
	display:inline;
	background-color:#FFF;
	padding: 0 10px 0 10px;
	text-transform:uppercase;
}

nav li a:link, a:visited{
	text-decoration:none;
	color:#332B21;
}
nav li a:hover{
	text-decoration:none;
	color:#429EC6;
}
nav .current{
	text-decoration:none;
	color:#429EC6;
}
footer{
	width:850px;
	height:50px;
	background-color:#332B21;
}

#contentWrapper{
	width:850px;
	height:auto;
	margin-top:;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:none;
	background-image:url(images/content_background.png);
	background-repeat:repeat-y;	
}

#contentBanner{
	width:680px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	position:relative;
	width: 680px;
	padding-top:20px;
	padding-bottom:15px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-left: thin solid #332B21;
	border-right: thin solid #332B21;
	border-bottom: thin solid #332B21;	
	margin-top:-25px;	
}
#content li{
	margin: 0px;
}

#content a:link{
	color:#429EC6;
	text-decoration:none;
}

#content a:visited{
	color:#429EC6;
	text-decoration:none;
}

#content a:hover{
	color:#D80707;
	text-decoration:none;
}

#contentFooter{
	width:680px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}

/* end of all pages use this CSS */



/* index page */

#index{
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#indexHeader{
	width:850px;
	height:444px;
	background-image:url(images/index_header.png);
	background-repeat:none;
}

/* index page */



/* bio page */

#bioImage{
	width: 479px;
	height: 319px;
	padding:5px;
	border: 1px solid #332B21;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:10px;
}

#bioContent{
	width:495px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
}


/* end of bio page */



/* books page */

#booksContent{
	width: 600px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#booksContent img{
	padding: 5px;
	border: 1px solid #333;
	float:left;
	margin-right:25px;
	margin-left:10px;
	margin-bottom:15px;
}

/* end of books page */
	
} /* END print media */