/*  
Theme Name: HU
Theme URI: http://juicemarketing.ca
Description: A custom theme for hebrewyou.com
Version: 1.0
Author: Juice
Author URI: http://juicemarketing.ca
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #001d5f url('images/bg.jpg') repeat-x;
	color: #000;
	overflow-x:hidden
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a:link, a:visited{
	text-decoration: none;
	color: #1084cd;
}

a:hover{
	text-decoration: underline;
	color: #1084cd;
}

h1{
	font-size: 23px;
	color: #F8F8F8;
}

h1 a{
	color: #F8F8F8;
}

h1 a:hover{
	text-decoration: none;
	color: #1084cd;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
	text-align: left;	
}

.wrapper-bg{
	margin: 0 auto;
	width: 1200px;
	text-align: left;
	background: url('images/white.png') repeat-y;
	margin-top:235px
	
}

.bg{
	margin: 0 auto;
	width: 1200px;
	text-align: left;
	background: url('images/header.png') no-repeat;
	overflow-x: hidden
}

#header{
	position: relative;
	width: 900px;
	height: 400px;
	color: #F8F8F8;
	margin:0 auto;
}
	
	 #header .logo{
	 	position: absolute;
	 	left:69px
	 }
	
	 #header .logo a{
		color: #333333;
	}
	
	#header .logo img {
		border: none;
	}


#htitle{
	float: left;
	margin: 17px 10px 0 0;
}

#desc{
	float: left;
	color: #777;
	margin: 25px 10px 0 0;
}

#navmenu{
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top:121px;
	width:700px;
	left:35px
}

#navmenu ul{
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0;
}

#navmenu ul li{
	display: block;
	float:left;
	margin-right:20px;
	font-weight: bold
}

#navmenu ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	padding:10px;
	border:1px solid transparent;
}

#navmenu ul li a:hover {
	color: #fff;
	background: #1084CD;
	display:block;
	min-height: 1%
}


#navmenu ul li.current_page_item{
	color: #333;
	background: #fff;
	border:1px solid #eee;
	border-bottom: 1px solid #fff
}

#navmenu ul li.current_page_item a:hover{
	color: #333;
	background: #fff;
}

#container{
	float: left;
	width: 500px;
	margin: -235px 10px 0 45px;
	min-height: 500px
}

#postcon{
	margin: 10px 0;
}

.post{
	padding-top: 10px;
	padding-bottom: 10px;
}

.post a{
	color: #1084cd;
	text-decoration: underline
}

.post a:hover{
	text-decoration: none;
	background: #1084cd;
	color: #fff;
}

.post h2{
	font-size: 22px;
	color:#333;
	font-weight: normal;
}

.post h2 a{
	text-decoration: none;
	color: #333;
}

.post h2 a:hover{
	background:#1084cd;
	color:#fff
}

.entry{
	line-height: 18px;
	border-bottom: 2px solid #eee
}

.postmetadata{
	border-top: 1px solid #EEE;
	padding: 2px 0;
	color: #AAA;
	font-size:11px;
	font-style: italic
}

.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 5px;
	/*background: #EEE;*/
	font-size:11px;
	color:#999
}

.metabox a{
	text-decoration: none;
	color:#666
}

.navigation{
	clear: left;
	padding: 10px 10px;
	color: #ccc;
	height: 15px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

table#wp-calendar{
	width: 100%;
}

.commentlink{
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 0;
}

.editcomment a, a.post-edit-link{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
	text-decoration: none;
}

.editcomment a:hover, a:hover.post-edit-link{
	background:transparent url('images/pencil.png') left center no-repeat;
	text-decoration: underline;
	color:#666
}

.catlink{
	padding: 2px 0;
	color:#999
}

.taglink{
	display: block;
	padding: 2px 0;
}
/*Sidebar
-----------------------------------------------------*/
.sidebar{
	float: left;
	width: 250px;
	display: inline;
	color: #666;
	margin-top:-225px;
	border-left: 2px solid #eee;
	padding-left:5px
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 13px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
	color:#999;
	font-weight: normal
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	list-style: circle;
	border-bottom:1px solid #fff;
}

.sidebar a:hover{
	color:#1084cd
}

.sidebar .social-media a img, .recent-comments img{
	border: none;
}

.sidebar ul li.recent-comments ul li{
	line-height: 18px
}


.sidebar ul li.about-side img{
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border: #444 2px solid;
}

.sidebar ul li.about-side{
	clear:both
}

a.read-more-link {
	float:right;
	font-size: 11px;
	margin-top:5px;
}

.sidebar .left, .sidebar .right{
	float:left;
	width:110px;
	margin:20px auto;
}

.sidebar .left p, .sidebar .right p {
	padding:0;
	margin-bottom:10px;
	font-size:11px;
	color:#999
}

.sidebar .left p a, .sidebar .right p a{
	padding:0;
	margin-bottom:10px;
	font-size:11px;
	color:#999
}

.sidebar .left a img, .sidebar .right a img{
	color: #eee
}


/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

.cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	float: left;
	text-align: center;
	width: 900px;
	margin: 15px 0;
	padding: 5px 0 5px 0;
	color: #999;
	font-size:11px
}

#footer a:hover{
	color:#1084cd
}

/*Comments
-----------------------------------------------------*/
.alt{
	background: #EEE;
}

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

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

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: right;
border: 1px solid #EEE;
padding: 2px;
margin: 0 10px;
background: #fff;
}

/*Page
-----------------------------------------------------*/
.page .entry{
	border-bottom: none;
}

.page {
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-bottom: 20px
}

.addthis_container{
	margin-top:10px
}

#search h2{
	margin-bottom: 10px
}

img.alignleft{
	margin-bottom:10px;
	margin-right:10px;
}

img.alignright{
	margin-bottom:10px;
	margin-left:10px;
}

/*--------contact-page----------*/

.contact-page form{
	margin-top:20px;
	width:500px;
}

.contact-page form p{
	margin-bottom:8px;
	clear:both;
	color:#666
}

#commentform p{
	color:#666;
}

.contact-page form p span{
	font-size: 13px;
	color:#999;
	margin-left:5px
}

.contact-page form span.your-message{
	margin-left: 0
}

.contact-page form label{
	float:left;
	width:100px;
	text-align: right;
	margin-right:10px
}

.contact-page form input{
	float:left;
	width:300px
}


.contact-page form .submit-btn{
	padding:0
}

.contact-page form textarea{
	width:350px
}

.contact-page form .submit-btn input{
	background: #b2b2b2;
	color:#fff;
	text-transform: uppercase;
	border:0;
	padding:2px;
	cursor: pointer;
	margin-left:110px;
	width: 50px
}

a.readmore-link{
	float:right;
}

#header .user-buttons{
	position:absolute;
	right:110px;
	top:5px;
}

#header .user-buttons img{
	border: none
}

.display-avatar{
	float:right;
	border:2px solid #666;
	margin-left:5px;
}

.display-name{
	font-weight: bold;
	color:#333;
}

.mini-post h3{
	border-top: 1px solid #EEEEEE;
	font-size:16px;
	padding-top:10px
}

.mini-post h3 a{
	text-decoration: none;
}

.content-top{
	margin-bottom:20px
}