/*
Theme Name: Yosef Solomon
Theme URI: http://yosefsolomon.com
Description: Theme made for Yosef Solomon by Flipp Creative.
Author: Flipp Creative
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width
*/


/* Reset default browser CSS. by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*
You should not have to edit this section
of the CSS file.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout
-------------------------------------------------------------- */

body {
	background-color: #292929;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #222;
	text-align: center;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #4CA2BB;
}

blockquote {
	padding: 15px;
	font-style: italic;
	margin: 0;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #101010;
	margin: 0 0 35px 0;
	padding: 0;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #101010;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #101010;
	margin: 5px 0 15px 0;
	padding: 0;
}

h1 a, h2 a, h3 a {
	color: #101010;
	text-decoration: none;
}


/* Header & Footer Elements
-------------------------------------------------------------- */

.header-wrapper {
	height: 244px;
	padding: 0;
	margin: 0;
	line-height: 1;
	background: url(images/header_bg.gif) repeat-x top left;
}

#header {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
}

#header .logo-wrapper {
	width: 500px;
	float: left;
}

#header .logo {
	width: 195px;
	height: 159px;
	margin-top: 25px;
}

#header .logo a {
	display: block;
	width: 195px;
	height: 159px;
	background: url(images/header_logo.png) no-repeat;
	text-indent: -5000px;
}

#header .portrait {
	float: right;
	width: 284px;
	height: 240px;
	background: url(images/header_portrait.png) no-repeat;
}

#footer {
	width: 800px;
	padding: 40px;
	margin: 0px auto;
	text-align: left;
	color: #555;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer .legal {
	font-size: 11px;
}


/* The Navigation List
-------------------------------------------------------------- */


#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #4d5357;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#navigation li {
	position: relative;
	display: block;
	float: left;
}

#navigation li a {
	color: #4d5357;
	text-decoration: none;
	display: block;
	float: left;
	padding: 18px 30px 18px 0;
}

#navigation li a:hover {
	color: #4CA2BB;
}

/* sub navigation */

#navigation ul {
	position: absolute;
	top: 45px;
	left: -12px;
	list-style: none;
	margin: 0;
	padding: 12px;
	background-color: #F5F5F5;
}

#navigation ul li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
	float: none;
}

#navigation ul li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

#navigation ul a {
	float: none;
	padding: 0;
	margin: 0;
}

#navigation ul a:hover {
	color: #4CA2BB;
}


/* Body Styling
-------------------------------------------------------------- */

.page-wrapper {
	text-align: center;
	background-color: #FFF;
}

.container {
	width: 800px;
	padding: 40px;
	margin: 0px auto;
	text-align: left;
	line-height: 1.5;
}


.tagline {
	width: 800px;
	height: 156px;
	background: url(images/tagline.gif) no-repeat;
	padding: 0 0 40px 0;
}

.body {
	float: left;
	margin-right: 40px;
	width: 490px;
}

.body img.alignleft {
	padding: 10px 10px 10px 0;
}

.body img.alighright {
	padding: 10px 0 10px 10px;
}

/* posts on the homepage */

.post-wrapper {
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
	border-top: 5px solid #E1E1E1;
}

.post-wrapper h2.entry-title {
	font-size: 23px;
}

.post-wrapper .date {
	width: 60px;
	padding: 9px 0 9px 0;
	margin: 0 20px 0 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
}

.post-wrapper .date span.day {
	font-size: 30px;
}

.post-wrapper .date span.month {
	font-size: 14px;
	text-transform: uppercase;
}

.post-wrapper .post {
	width: 400px;
	float: left;
}

.post-wrapper .post .entry-meta {
	margin: -15px 0 20px 0;
	color: #666;
	font-family: Georgia, Times, serif;
	font-size: 12px;
}

/* the single page */

.single-wrapper {
	margin: 0 0 25px 0;
}

.single-meta {
	margin: -30px 0 30px 0;
	color: #666;
	font-family: Georgia, Times, serif;
	font-size: 14px;
}



/* Comments
-------------------------------------------------------------- */

.comments-wrapper {
	margin: 0;
	padding: 0;
}

/* for the comment list */

ol.commentlist {
	margin: 10px 0 25px 0;
	padding: 0;
	list-style: none;
}

ol.commentlist li {
	padding: 0;
	margin: 0 0 20px 0;
}

ol.commentlist li div.comment-wrapper {
	padding: 0;
	margin: 0;
	background-color: #e1e1e1;
	overflow: hidden;
}

ol.commentlist li div.commentbody {
	padding: 30px 30px 0 30px;
	margin: 0;
}

ol.commentlist li div.commentmeta {
	padding: 38px 0 0 180px;
	margin: 0;
	background: url(images/comment_bg.gif) no-repeat top left;
	background-color: #FFF;
}

div.commentmeta span.author {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 5px;
}


/* Forms
-------------------------------------------------------------- */

.input-wrapper {
	margin: 0 0 10px 0;
	padding: 0;
}

.input-half {
	width: 245px;
	float: left;
}

.label {
	float: left;
	width: 130px;
	margin: 0 20px 0 0;
	padding: 8px 0 0 0;
	text-align: right;
}

.input {
	float: right;
	width: 340px;
}

textarea#comment {
	width: 325px;
	height: 120px;
}

textarea.full {
	width: 455px;
	height: 150px;
}

.input-half input[type=text]{
	width: 210px;
}

input[type=text], input[type=password], select, textarea {
	padding: 7px;
	border: 1px solid #c1c1c1;
	font-size: 14px;
}

label {
	font-weight: bold;
}



/* Widget/Sidebar Styling
-------------------------------------------------------------- */

.sidebar {
	float: left;
	width: 270px;
}

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

.sidebar li.widget-container {
	padding: 0;
	margin: 0 0 20px 0;
}

.sidebar li.widget-container h3 {
	margin: 0 0 2px 0;
	padding: 5px;
	background-color: #E1E1E1;
}

.sidebar li.widget-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar li.widget-container li {
	padding: 5px;
	background-color: #F5F5F5;
	margin: 0 0 2px 0;
}

.sidebar li.widget-container li ul {
	margin: 0;
	padding: 0;
}

.sidebar li.widget-container li ul li {
	padding: 5px;
	margin: 0 0 2px 0;
	background-color: #f9f9f9;
}

.sidebar li.widget-container div.textwidget {
	padding: 15px;
	background-color: #f5f5f5;
}

.footer-sidebar-wrapper {
	border-top: 1px solid #000;
	background: url(images/footer-sidebar_bg.gif) repeat-y top center;
	background-color: #222;
}

.footer-sidebar {	
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	color: #777;
}

.footer-sidebar a {
	color: #999;
}

.footer-sidebar a:hover {
	color: #444;
}

.footer-sidebar ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

.footer-sidebar ul li {
	padding: 0;
	margin: 0 0 3px 0;
}

.footer-sidebar ul ul {
	padding: 0 0 0 15px;
}

.footer-sidebar .first {
	width: 213px;
	float: left;
	padding: 40px 40px 40px 0;
}

.footer-sidebar .second {
	width: 213px;
	float: left;
	padding: 40px 40px 40px 40px;
}

.footer-sidebar .third {
	width: 213px;
	float: left;
	padding: 40px 0 40px 40px;
}

.footer-sidebar h3 {
	color: #4CA2BB;
}

.footer-sidebar .widget-container {
	margin: 0 0 30px 0;
}



/* Misc.
-------------------------------------------------------------- */

.end {
	clear: both;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

