/*
Theme Name: Sher School of Wisdom
Theme URI: http://www.spiegeldg.com/
Description: SDG Theme
Version: 1.0
Author: Ariel Bernard
Author URI: http://www.spiegeldg.com/
*/

/* RESET */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #FFF;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.hidden {
	visibility: hidden;
	display: none;
}

/* GLOBAL */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #eee url('images/bg.png') top center repeat-y;
	color: #333;
}
#wrapper {
	width: 975px;
	margin: 0 auto;
}
#header {
	background: url('images/header.jpg') no-repeat top center;
	width: 100%;
	height: 194px;
}

/* NAV MENU */

#navMenu ul li {
	float: left;
}
	#navMenu ul li a:link, #navMenu ul li a:visited {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #036975;
		font-family: Georgia, serif;
		font-size: 130%;
		line-height: 1.2em;
		font-weight: normal;
		padding: 15px 10px;
		margin: 0 5px;
		border-bottom: 3px solid #FFF;
	}
	#navMenu ul li a:hover {
		text-decoration: none;
		background: url('images/navBg.png') repeat-x top left;
		border-bottom: 3px solid #EEE;
		color: #FFF;
	}

/* FOOTER */

#footer {
	width: 975px;
	margin: 75px auto 0 auto;
	border-top: 1px solid #eee;
	padding: 5px 0;
}
#footer p {
	width: 100%;
	font-size: 70%;
	text-align: center;
	padding: 15px;
	color: #ccc;
}
	#footer a:link, #footer a:visited {
		color: #ccc;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #ccc;
		text-decoration: underline;
	}

/* CONTENT STRUCTURE */

#content {
	width: 100%;
	margin: 5px 0 0 0;
}
	#content td {
		vertical-align: top;
	}
	#content #contentLeft {
		width: 195px;
	}
	#content #sidebar {
		margin: 0;
		padding: 0;
	}
#content strong, #content b {
	font-weight: bold;
}
#content em, #content i {
	font-style: italic;
}

/* RIGHT COLUMN */

/* .postLink a {
	width: 120px;
	display: block;
	margin: 0 15px 5px 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EEE;
	color: #036975;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 90%;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
	.postLink a span {
		display: block;
		color: #a37855;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 80%;	
	} */

/* POST */

.post {
	text-align: left;
	padding: 0 15px;
}
	h2 {
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 160%;
		margin: 0 0 36px 0;
	}
	h3 {
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 120%;
		margin: 0;
	}
	h4 {
		text-align: center !important;
		font-size: 120%;
		font-weight: bold;
		margin: 36px 0;
	}
	h6 {
		ont-family: Helvetica, Arial, Verdana, Sans-Serif;
		margin: 9px 0 9px 70px;
		font-size: 95%;
		line-height: 1.3em;
		font-weight: bold;
	}
	address {
		font-weight: bold !important;
		font-style: normal !important;
		font-size: 110% !important
	}
	.post-item {
		margin: 18px 0;
	}
	.post p, .post ul, .post ol, .post li {
		font-family: Helvetica, Arial, Verdana, Sans-Serif;
		margin: 9px 0;
		font-size: 95%;
		line-height: 1.3em;
	}
	.post ul {
		list-style-type: default;
	}
	.post ol {
		list-style-type: decimal;
		margin-left: 50px;
	}
	.post a:link, .post a:visited {
		color: #036975;
		text-decoration: none;
		font-weight: bold;
	}
	.post a:hover {
		color: #a37855;
	}

	.post .alignright {
		margin: 20px 0 20px 20px;
	}
	.post div.wp-caption {
		padding: 5px;
		background: #eee;
		border: 1px solid #ccc;
		text-align: center;
	}
	.post p.wp-caption-text {
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	.post a img.alignright, .post a img.alignleft, .post a img.centered {
		padding: 5px;
		background: #eee;
		border: 1px solid #ccc;
	}

/* POSTMETADATA */

.meta {
	font-size: 80%;
	margin: 3px 0;
}
	.date {
		color: #036975;
	}
		.date span {
			color: #CCC !important;
		}
	.author, .author a:link, .author a:visited {
		color: #a37855;
		line-height: 1.2em;
	}
small, .postmetadata, blockquote, strike {
	color: #777;
}
.postmetadata {
	clear: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* TAG CLOUD */

#tag_cloud a:link, #tag_cloud a:visited {
	color: #036975;
	text-decoration: none;
	margin: 2px;
	padding-left: 5px;
}
#tag_cloud a:hover {
	background: #036975;
	color: #FFF;
}

/* TITLE BARS */

.bar {
	width: 100%;
	display: block;
	padding: 0 0 0 5px;
	font-family: Georgia, serif;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	background: url('images/navBg.png') repeat-x top left;
	border-bottom: 3px solid #EEE;
	margin-bottom: 5px;
}

/* SIDEBAR */

#sidebar #pageLinks {
	list-style-type: disc;
	margin: 0 0 0 25px;
	font-weight: bold;
	color: #036975;
}
#sidebar #pageLinks li {
	vertical-align: top;
	padding: 0 0 5px 0;
}
#sidebar #pageLinks a:link, #sidebar #pageLinks a:visited {
	display: block;
	line-height: 1.1em;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0;
	width: 100%;
	font-family: Georgia, serif;
	color: #036975;
}
#sidebar #pageLinks a:hover {
	color: #000;
}
.widget {
	margin: 0 0 10px 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}



/* SIDEBAR */

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}
#sidebar form {
	margin: 0;
}

/* VARIOUS  */

.clear {
	clear: both;
}
.alt {
	margin: 0;
	padding: 10px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 0 15px 15px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	float: right;
}
blockquote p {
	color: #000;
	font-family: Georgia, sans-serif !important;
	font-size: 1.2em !important;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}

#subscribe {
	padding: 15px;
}
#subscribe p {
	color: #000;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#subscribe .input {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 12px;
	padding: 3px 2px;
}