@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Pray4Zaza
Description: The theme for the Pray4Zaza.com Site.
Version: 1.0
*/

body {
	background: #666666;
	text-align: center; 
	color: #333333;
	font-family: Tahoma, Arial;
	font-size: 14pt;
	margin: 0;
}

#container {
	width: 1000px;
	background: #e0e4e6;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h4 {
	color: #687983;
	font: Tahoma, arial;
	font-size: 16px;
}

h5 {
	font-size: 14px;
	color: #330000;
	font-style: italic;
}



/* Top Nav and Header */

#header {
	background-color: #330000;
	height: 300px;
	width: 1000px;
}

.pics {
	height: 270px;
	width: 1000px;	
}

#topNav {
	color: #FFFFFF;
}

#topNav .menu, #topNav .menu ul {  /*all lists*/ 
	padding: 0;
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: 16px;
	margin: 0px;	
	line-height: 1;
}

#topNav .menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
}

#topNav .menu ul li a:hover {
	color: #666666;
}


#topNav .menu li {  /*all list items */
	float: left;
	margin-top: 6px;
	width: auto; /* width needed or else Opera goes nuts*/ 
}
/*
#topNav .menu li ul {  second-level lists 
	position: absolute;
	width: 6em;
	left: -999em;  using left instead of display to hide menus because display: none isn't read by screen readers 
	background-color: #FFFFFF;
	padding-top: 2px;	margin-top: 3px;
}

#topNav .menu li ul a {  second-level lists 
	color: #000000;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#topNav .menu li ul a:hover {  second-level lists 
	color: #CCCCCC;
}


#topNav .menu li ul ul {  third-and-above-level lists 
	margin: -1em 0 0 10em;
}

#topNav .menu li:hover ul ul, #topNav .menu li:hover ul ul ul, #topNav .menu li.sfhover ul ul, #topNav .menu li.sfhover ul ul ul {
	left: -999em;
}

#topNav .menu li:hover ul, #topNav .menu li li:hover ul, #topNav .menu li li li:hover ul, #topNav .menu li.sfhover ul, #topNav .menu li li.sfhover ul, #topNav .menu li li li.sfhover ul {  lists nested under hovered list items 
	left: auto;
}

*/

/* Main Content on Home Page*/

#mainFeature {
	height: auto;
	width: 580px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 29px;
}

#mainFeature h2 {
	font-family: tahoma, arial;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

#mainFeature h2 a {
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-weight: bold;
}

#mainFeature h2 a:hover {
	color: #333333;
	text-decoration: underline;	
}

#mainFeature a {
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-weight: bold;
}

#mainFeature a:hover {
	color: #333333;
	text-decoration: underline;	
}

#mainFeature p {
	font-size: 14px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
}

#logo  {
	margin-right: 5px;
}

#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-left: 30px;
}




/* 3 Column Stuff on Home Page */

#columnContainer {
	float: left;
	width: 1000px;
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
}

#columnContainer #leftColumn {
	background-image: url(images/IconsZaza2/columnBackgroundLeft2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 516px;
	width: 323px;
}
#columnContainer #centerColumn {
	background-image: url(images/columnBackgroundCenter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 516px;
	width: 329px;
}
#columnContainer #rightColumn {
	background-image: url(images/columnBackgroundRight.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 516px;
	width: 326px;
}
#columnContainer #leftColumn #leftColumnText {
	margin-top: 55px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 35px;
}
#columnContainer #centerColumn #centerColumnText {
	margin-top: 55px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 42px;
}
#columnContainer #rightColumn #rightColumnText {
	margin-top: 55px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 42px;
}

#columnContainer a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}


#columnContainer a:hover {
	text-decoration: underline;	
}

#columnContainer #centerColumn #centerColumnText #dateText {
	font-size: 10px;
	color: #666666;
	text-align: right;
}

#columnContainer ul li {
	margin-bottom: 10px;
}


/* Footer */

#footer {
	float: left;
	width: 1000px;
	height: 160px;
	background-color: #330000;
	text-align: center;
}

#footer #footerText {
	margin-top: 40px;
	color: #FFFFFF;
}

#footer #footerText img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Inside Page Main Content */

#mainContent{
	height: auto;
	width: 580px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 29px;
}

.post h2 a, .post h2 a:visited, #mainContent h2 {
	font-size: 20px;
}

.post h2 a, .post h2 a:visited, #mainContent a, #mainContent h2 {
	font-family: tahoma, arial;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}

.post h2 a:hover,  #mainContent a:hover {
	color: #333333;
	text-decoration: underline;
}

.entry {
	font-size: 14px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
}

.entry p {
	font-size: 16px;
	color: #666666;
}

.postMetaData, .postMetaData a, .postMetaData a:visited {
	font-family: tahoma, arial;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
}

.postMetaData a, .postMetaData a:visited, .navigation a, .navigation a:visited {
	font-weight: bold;
}

.postMetaData a:hover, .navigation a:hover {
	color: #333333;
	text-decoration: underline;
}

.navigation a, .navigation a:visited {
	font-family: tahoma, arial;
	text-decoration: none;
	font-size: 16px;
	color: #666666;
	padding: 10px 0 0 0;
	line-height: 30px;
}




/* Sidebar */

#sideContainer {
	float: right;
	height: auto;
	width: 370px;
	font-family: tahoma, arial;
	font-size: 12px;
}

#sidebar{
	font-family: tahoma, arial;
	font-size: 12px;
	float: right;
	height: auto;
	width: 351px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;

}

#twitterFeed {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}

#twitterFeed img {
	margin-left: 10px;
	border: none;
}

#twitterFeed ul {
	margin-left: 20px;
	margin-right: 10px;
}

#twitterFeed ul li {
	margin-bottom: 10px;	
}

#twitterFeed ul li a, #twitterFeed a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}

#twitterFeed ul li a:hover {
/*	color: #666666;
	text-decoration: underline;	
*/
}

#twitterFeed a:hover {
/*	color: #666666;
	text-decoration: underline;	
*/
}



/* Comments */

#comments, #respond {
	font-family: tahoma, arial;
	font-size: 16px;
	color: #666666;
	padding-top: 15px;
}

.commentList li {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #666666;
}

.commentMetaData a, .commentMetaData a:visited{
	font-family: tahoma, arial;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}

.commentMetaData a:hover, #commentForm a:hover{
	text-decoration: underline;
	color: #333333;
}

#commentForm {
	font-family: tahoma, arial;
	font-size: 16px;
	color: #666666;
}

#commentForm a, #commentForm a:visited{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}



/* Other Stuff */

.spacerBackground {
	background-color: #687983;
	width: 1000px;
	height: 10px;
	float: left;
}

.clear {
	clear: both;
}



/* Calendar Icon Stuff */

/*.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	background: url(images/CalendarIcon60x60.png) no-repeat;
	width: 80px;
	height: 80px;
	margin: 0px;
}

.date_m {
	display:block;
	font-size: 0.9em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}

.date_d {
	display:block;
	font-size:1.6em;
	margin:0;
	text-align: center;
	color:#666;
	padding-top: .3em;
	padding-right: 0;
/*	padding-bottom: 1.6em; */
/*	padding-left: 0;
}
*/
.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	width: 60px;
	height: 60px;
	background-image: url(images/CalendarIcon60x60.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
/*	margin-left: 5px;
*/}

.date_m {
	display:block;
	font-size: 0.7em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}

.date_d {
	display:block;
	font-size:1.1em;
	margin:0;
	text-align: center;
	color:#666;
	padding-top: .4em;
	padding-right: 0;
	padding-bottom: 1.5em; 
	padding-left: 0;
}
