/* @override http://www.zelcs.org/school2/wp-content/themes/zion2/style.css */

/*  
Theme Name: Zion
Description: The Zion School Theme
Version: 1.0
Author: Adrian Hanft
Author URI: http://www.adrian3.com/

	Phone Feedr v1.0
	 http://www.zelcs.org/

	This theme was designed and built by Adrian Hanft,
	whose blog you will find at http://www.adrian3.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


body {

	font-size: 62.5%; /* Resets 1em to 10px */

	margin: 0 0 0px 0;

	padding: 0; 

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;


	color: #333;

	text-align: center;
	background-image: url('images/texture.gif');	
	background-position: top center;

	}

/* Begin Structure */





p {

	font-weight: normal;
	font-size:1em;

	line-height: 150%;

	text-align: left;

	margin:0;

	padding-top:0px;

	padding-bottom:20px;
	

	}



#artist {

	margin: 0; 

	width: 200px;  

	padding: 0;

	color:#FFFFFF;

	text-align:center;

	font-size:1.1em;

	}

#header {

	border: 0;
	margin: 0px; 

	height: 200px; 

	width: 758px;  

	background: url('http://www.zelcs.org/school2/wp-content/themes/zion2/images/758dropshadow_top.gif');

	padding: 0px;
	background-position:top;
	background-repeat:no-repeat;

	}

#flash {

	margin-right: 9px; 

	margin-left: 9px; 

	margin-top: 0; 
	
	margin-bottom:0;
	padding: 13px 0 0 0;

	}


#container {

	line-height: 160%;

		margin-right: auto;

	margin-left: auto;

	margin-top:0px;

	margin-bottom:0px;

	text-align: left;

	padding: 0px;





	background-position:top;

	background-repeat:repeat-y;



	width: 758px;




	background: url('http://www.zelcs.org/school2/wp-content/themes/zion2/images/758dropshadow.gif');

	}



#container-inner { 

	margin: 0px auto;

	width: 760px;



	}



#content {

	font-size: 1.4em;

	float: right;

	width: 516px;

	padding: 0px;

	margin: 0px;

	overflow: hidden;

	border:0px;



	}

#verse { 

width: 464px;

	color:#999;

	font-size:1em;

	font-weight:normal;

	text-decoration:none;

	text-align: left;
	margin: 0;
	line-height: 160%;
	color:#999;
	font-size:1em;
	font-weight:normal;

	text-decoration:none;

	text-align: left;

	padding:25px 0 10px 0;
	border-top: 0px solid #666;

	border-right: 0px solid #666666;

	border-left: 0px solid #666666;

	border-bottom: 1px solid #ccc;
}

#body { 

	margin: 0px;

	text-align: left;

	padding:0 25px 25px 25px;

	

}

#individual_entry {

	font-size: 1.4em;

	float: left;

	width: 784px;

	padding-left: 15px;

	margin: 0px;

	overflow: hidden;



	margin-right:0px;

	

	}



/* Begin Sidebar */



#sidebar

{
	float: left;
	border:0;
	width: 222px;
	margin: 0;
	padding: 0;
	}

#sidebar_image

{

	float: left;

	border:0px;

	width: 222px;

margin: 0;

	padding: 0px;



	}

/* End Sidebar */







#footer {

	border-top: 0px solid #666;

	border-right: 0px solid #666666;

	border-left: 0px solid #666666;

	border-bottom: 0px solid #666666;



	padding: 0px;

	margin: 0px;

	width: 758px;

	height:50px;

	clear: both;



	}

#footer p {

	font-size:1.2em;
	font-weight:normal;
	text-align: center;

	padding: 16px 0 0 0;



}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Trebuchet MS', Verdana, Arial, Sans-Serif;;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.4em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



#sidebar {

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 1.2em;

	letter-spacing: .07em;

	}



a, h2 a:hover, h3 a:hover {

	color: #323896;

	text-decoration: none;

	}



a:hover {

	color: #323896;

	text-decoration: underline;

	}



#wp-calendar #prev a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}





#wp-calendar caption {

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */







/* Begin Structure */

body {

	margin: 0 0 0px 0;

	padding: 0px; 

	}



#page {



	margin-left: auto;

	margin-right: auto;

	padding: 0;

	width: 738px;

	border: 0px;

	}



.post {

	margin: 30px 0 0 0;

	text-align: left;


	}





.postmetadata {

	clear: left;

}



/* End Structure */







/* 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: 0px;

	list-style: none;

	padding-left: 10px;

	} 



html>body .entry li {

	margin: 7px 0 8px 10px;

	}





.entry ol {

	padding: 0 0 0 0px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px; 

	text-align: left;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;



	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

.entry p {
color:#333;

	}

.entry p a:visited {

	color: #b85b5a;

	}



/* End Various Tags & Classes*/



	

/******** Begin Banner/Top Navigation ********/

#navcontainer {

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	font-size: 1.2em;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-right:0px;

	

	height: 15px;

	width: 800px;

	text-align: right;

	margin: 0px;

	line-height: 1.2em;

	}

#navcontainer ul {

	margin: 0px;

	float: right;

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	line-height: 1.2em;

	}

#navcontainer ul li { 

	display: inline; 

	margin: 0px;

	line-height: 1.2em;

	padding-top: 0px;

	padding-right: 6px;

	}

#navcontainer a {

	color: #fff;

	text-decoration: none;

	line-height: 1.2em;

	margin: 0px;

	padding-top: 0px;

	padding-right: 6px;

	}

#navcontainer a.selected {

	color: #fff;

	line-height: 1.2em;

	padding-top: 0px;

	padding-right: 6px;

	}

#navcontainer a:hover {

	background-color:#FFFFFF;

	color: #323896;

	text-decoration: none;

	border-top: 0px;

	line-height: 1.2em;



	}

/******** End Banner/Top Navigation ********/





/*---- sIFR ---*/

.sIFR-flash {

	visibility: visible !important;

	margin: 0;

	padding: 0;

}



.sIFR-replaced {

	visibility: visible !important;

}



.sIFR-alternate {

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

	display: block;

	overflow: hidden;

}



/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {

  display: none !important;

}



/*---- Header styling ---*/

.sIFR-hasFlash h2 {

	font-size: 16px;

  display: block;

	visibility: hidden;

  font-family: Verdana;

  line-height: 1em;

}
.sIFR-hasFlash h4 {

	font-size: 21px;

	visibility: hidden;

  font-family: Verdana;

  line-height: 1em;

}



.sIFR-hasFlash h5#pullquote {

	font-size: 24px;

	visibility: hidden;

  font-family: Verdana;

  line-height: 1em;

}

.sIFR-hasFlash h1 {

	font-size: 22px;

  display: block;

	visibility: hidden;

  font-family: Verdana;

  line-height: 1em;

}

h1 {

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	font-size: 22px;

	text-align: left;

	padding-top: 8px;

	margin: 0;

	line-height: 1em;

	text-indent:10px;

	}

h1, h1 a, h1 a:hover, h1 a:visited {

	text-decoration: none;

	color: #000000;

	}




h2 {

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
color: #999;
	font-size: 16px;

	padding:0px;

	margin:0px;

	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	color: #999;

	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {

	text-decoration: none;

	}

#sidebar_image h2 {

	text-decoration: none;

	display:none;

	color:#00FF99;

	font-size:16px;

	height:5px;

	}

.sIFR-hasFlash h3 {

	font-size: 18px;

	visibility: hidden;

  font-family: Verdana;

  line-height: 1em;

  }

h3 {

	padding: 0;

	margin: 0px 0 0;

	}



h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}

h3 {

	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	font-size: 18px;
	color:#666666;

	height:30px;

  line-height: 1em;

	}

.post-meta {
	color: #666; 
	}
.post-meta-key {
display: none;
	}

.post-meta li {
	list-style-type: none;

}
ul.post-meta {
		margin: 0;
	padding: 0 0 20px 0;
	text-indent: 0;
}



