/*
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: "bookman-1","bookman-2", "times new roman", serif;
	background: #eee;
	color: #111;
}

#main-wrapper { }
table tr td#contentLeft { padding-left:20px; }
div.side-box { border:1px solid #eee; background:#fff; font-family: "adobe-text-pro-1","adobe-text-pro-2", "times new roman", serif; font-size:13px; margin-bottom:15px; }
div.side-box h3 { font-family: "adobe-text-pro-1","adobe-text-pro-2", "times new roman", serif; font-size:16px; display:block; background:#93b4b3; text-align:center; padding:5px; padding-bottom:7px; color:#f1f1f1; margin-bottom:10px; }
div.box-content { padding: 0 15px 15px 15px; line-height:16px; }
div.box-content ul { list-style:none; }
div.box-content a:link, div.box-content a:visited {  color:#036975; text-decoration:none; }
div.box-content a:hover, div.box-content a:active {  color:#000; text-decoration:none; }
div.box-content ul li { padding-bottom:7px;  }



#wrapper {
	width: 975px;
	margin: 0 auto;
	background:#fffdf1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
    behavior: url(/wp-content/themes/wisdom/PIE.htc);
    
}
div#contact { width:955px; margin:auto; text-align:right; padding:10px 0; padding-right:20px; }
div#contact a { color:#0C6D76; text-decoration:none; font-size:11px; }
#header {
	background: url('images/header.jpg') no-repeat top center;
	width: 975px;
	height: 194px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    behavior: url(/wp-content/themes/wisdom/PIE.htc);
}
p.contact { float:right; text-align:right; font-size:12px; position:relative; top:-30px; width:945px; height:20px; background:#e1e1e1; padding:10px 30px 0 0; }


/* NAV MENU */

#navMenu, #navMenu ul.nav_0 { background:#036975 url('images/navBg.png') repeat-x top left; overflow:hidden; width:975px; }

#navMenu ul li {
	float: left;
	display:block;
}
	#navMenu ul li a, #navMenu ul li a:link, #navMenu ul li a:visited {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-family: "bookman-1","bookman-2", "times new roman", serif;
		font-size: 18px;
		font-weight: normal;
		padding: 10px 31px;
		margin:0;
		background:#036975 url('images/navBg.png') repeat-x top left;
	}
	#navMenu ul li a:hover, #navMenu ul li a:active, #navMenu ul li a.active {
		text-decoration: none;
		background:#036975;
		color: #FFF;
	}


#navMenu ul.nav_0 li ul {
	display: none;
	visibility: hidden;
}

#navMenu ul.nav_0 li.hover {
	background: #036975;
}
#navMenu ul.nav_0 li.hover ul {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 999;
	padding: 5px 0;
	background: #036975;
	width: 250px;
}
#navMenu ul.nav_0 li.hover ul li {
	display: inline;
	float: none;
	line-height: 30px;
	text-align:left; 
}
#navMenu ul.nav_0 li.hover ul li a:link,
#navMenu ul.nav_0 li.hover ul li a:visited {
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-transform: none;
	line-height: 20px;
	padding: 0 25px;
	text-align:left; 
	background:#036975;
}
#navMenu ul.nav_0 li.hover ul li a:hover {
	text-decoration: underline;
}
#navMenu ul.nav_0 li.hover ul li ul {
	display: block;
	visibility: visible;
	position: static;
	padding: 0;
}
#navMenu ul.nav_0 li.hover ul li ul li {
	display: block;
	float: none;
	line-height: 14px;
	text-align:left; 
	padding-left:15px;
	overflow:hidden;
}




/* FOOTER */

#footer {
	width: 975px;
	margin: 75px auto 0 auto;
	border-top: 1px solid #eee;
	padding: 5px 0;
}
#footer p {
	width: 975px;
	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: 975px;
	margin: 5px 0 0 0;
}
	#content td {
		vertical-align: top;
	}
	#content #contentLeft {
		width: 195px;
		padding-top: 15px;
	}
	#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%;	
	} */
	
	div#contentRight { width:175px; float:left; margin-top:15px; padding-right:10px; }

/* POST */

.post {
	text-align: left;
	padding: 0 30px;
	margin-top:15px;
	width:505px;
	float:left;
}
	h2 {
		font-family: "bookman-1","bookman-2", "times new roman", serif;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		margin: 0 0 25px 0;
		color:#036975;
	}
	h3 {
		font-family: "bookman-1","bookman-2", "times new roman", serif;
		font-weight: bold;
		font-size: 18px;
		margin: 0;
	}
	h4 {
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0;
		text-align: center;
		color: #036975;
	}
	h6 {
		font-family: "bookman-1","bookman-2", "times new roman", serif;
		margin: 9px 0 9px 70px;
		font-size: 95%;
		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: "adobe-text-pro-1","adobe-text-pro-2", "times new roman", serif;
		margin: 0px;
		padding-bottom:15px;
		font-size: 15px;
		font-weight:100;
		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;
	text-align:center;
}

/* SIDEBAR */

#sidebar #pageLinks {
	list-style-type: none;
	font-weight: bold;
	color: #036975;
	font-size:16px;
	font-family: "adobe-text-pro-1","adobe-text-pro-2", "times new roman", serif;
}

#sidebar #pageLinks li { 
	padding:5px 0;
	border-bottom:1px solid #eee; 
}

#sidebar #pageLinks li ul.children { 
	padding-left:5px;
}

#sidebar #pageLinks li ul.children li { 
	border-bottom:none;
	border-top:1px solid #eee;
}

#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;
}

#sidebar ul { margin-left:10px; }

table tr td#contentMain { width:780px;}
div#contentRight ul li#search-3 { display:none; }

#sidebar #pageLinks { font-size:14px; }

/* 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: 10px;
	border:1px solid #444;
	margin-left:10px;
	margin-bottom:15px; 
}
#subscribe p {
	color: #000;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#subscribe .input {
	width: 150px;
	margin: 0 0 5px 0;
	font-size: 12px;
	padding: 3px 2px;
}

#sidebar #pagelinks { list-style:none !important; font-size:16px; }

ul#writers { font-size:14px; font-family: "adobe-text-pro-1","adobe-text-pro-2", "times new roman", serif; }
ul#writers a:link, ul#writers a:visited { color:#036975; text-decoration:none; } 
ul#writers a:hover, ul#writers a:active { color:#000; text-decoration:none; } 

ul#articles { font-size:14px; margin-bottom:15px; font-family: "adobe-text-pro-1","adobe-text-pro-2", "times new roman", serif; }
ul#articles a:link, ul#articles a:visited { color:#036975; text-decoration:none; } 
ul#articles a:hover, ul#articles a:active { color:#000; text-decoration:none; } 

div#recent { font-size:14px; margin-bottom:15px; font-family: "adobe-text-pro-1","adobe-text-pro-2", "times new roman", serif; }
div#recent a:link, div#recent a:visited { color:#036975; text-decoration:none; } 
div#recent a:hover, div#recent a:active { color:#000; text-decoration:none; } 

div.textwidget { padding: 0 15px 15px 15px; }
div.textwidget p { padding-bottom:15px; }
