/*  
Theme Name: Good News Report Theme
Theme URI: http://www.goodnewsreport.org/
Description: two column theme with header for Good News Report - 06/08.
Version: 1.0
Author: J.W. McCarroll
*/

body{
	margin: 0;
	padding: 0; 
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#bodybgdiv{
	margin-left: auto; /* Needed for Firefox center-align */
	margin-right: auto; /* Needed for Firefox center-align */
	width: 836px;
	background:  url("images/container_bg.jpg") repeat-y;
}

#container{
	margin-left: auto; /* Needed for Firefox center-align */
	margin-right: auto; /* Needed for Firefox center-align */
	/*background-color: #A0BEF4;*/
	width: 800px;
	text-align: left;
}

#header{
	margin-bottom: 0px;
	margin-top: 0px;
	background:  url("images/header.jpg") repeat;
	width: 800px;
	height: 195px;
	text-align: center;
}

/*.blogtitle, .blogtitle a:link,.blogtitle a:visited,.blogtitle a:hover {
	margin-top: 0px;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.3em;
	color: #EEEEEE;
	background: transparent;
	border: 0;
	text-decoration: none;
}*/

/*.blogdescription {
	margin: 0 0 10px 0;
	padding: 30px 20px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	background: transparent;
	color:#ffffff;
}*/

#contentleft{   
	float: left;
	width: 295px;
	color: #40627C;
	font-size: 11px;
	/*margin-left: 20px !important; margin-left: 10px;*/
	text-align: center;
}

.page_item{
	list-style: none;  /*This removes the bullet on the UL / LI */
}

#leftbuttons{
	width: 320px;
	margin-top: 25px;
	/*margin-left: -20px;*/
}

/*#leftbuttons a{
	margin: -3px;
}*/

/*#placeWords{
	display:block;
}*/

/*#donateWords, #helpWords, #progressWords, #donateroll, #helproll, #progressroll{
	display:none;
}*/

#rightnav{
	float: right;
	width: 475px;  /* This difference is to account for the -5px on the #rightnav a */
	margin-right: 5px !important; margin-right: 0px;
	margin-bottom: -5px;   /*Makes it meet with #content without creating extra space*/	
}

#rightnav a{
	margin-left: -5px;
}
          
/*#contenttop{
	float: right;
	width: 500px;
	height: 30px;
	margin-right: 15px !important; margin-right: 5px;
	margin-top: 0px;
	background: url(images/contentbox_top.jpg) no-repeat bottom left;
}*/
       
#content{
	float: right;
	width: 475px;
	color: #777;					/*  DATE POSTED, DISPLAYED UNDER TITLE DESCRIPTION */
	font-size: 11px;
	margin-right: 0px !important; margin-right: -5px;
	padding: 5px;
	background:  url("images/boxmiddle.gif") repeat-y;
}

#content h2{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 15px;
	color: #777; /*A9A9A9*/
	border-bottom:1px solid #CCCCCC;
	width: 420px;                      /* This width affects the grey line */
	font-weight: bold;
	margin-left: 20px !important; margin-right: -5px;
}

/*#h2-featuredvideo{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 15px;
	color: #777;
	border-bottom:1px solid #CCCCCC;
	width: 420px;                      /* This width affects the grey line */
/*	font-weight: bold;
	margin-top: 70px;
	margin-left: 0px !important; margin-right: -25px;
}*/

#content h2 a:link, h2 a:visited, h2 a:hover{
	color:  #DE7A3B; 					/* NEWS REPORT TITLE*/
	text-decoration: none;
	border: none;
}

/*#content h2.sectiontitle {
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 12px;
	color: #A9A9A9;
	border-bottom:1px solid #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;	
}*/

/*.datepost{
	text-align: right;
	font-size: 9px;
	color: #57789F;
	padding: 1px;
	margin-top: -8px;
	margin-right: 30px !important; margin-right: 30px;
	letter-spacing: 3px;	
}*/


/* '.entry p' is necessary to isolate it from '#content p'*/
.entry p {
	margin-left: 0px !important; margin-right: 0px;
	width: 420px;
	font-size: 16px;
	color: #000000;									/* NEWS REPORT TEXT */
	line-height: 20px;
	text-align: justify;
}

.entry {
	margin-left: 20px !important; margin-right: -5px;
}
	 
.postmetadata{
	margin-left: 20px !important; margin-right: -5px;
	margin-bottom: 20px;
	padding: 10px 0 10px 0;
	background:transparent;
	text-align: left;
	color: #777;				/* "POSTED IN" CATEGORY TEXT, DISPLAYED AT BOTTOM OF NEWS REPORT */
	font-size: 10px;
	width: 420px;
}

#content p {
	margin-left: 20px;
}

#contentbottom{
	float: right;
	width: 475px;
	height: 25px;
	margin-right: 10px !important; margin-right: 5px;
	background:  url("images/boxbottom.gif") no-repeat bottom left;
}

#footer{
	margin-left: auto; /* Needed for Firefox center-align */
	margin-right: auto; /* Needed for Firefox center-align */
	width: 800px;
	padding: 10px 0 20px 0px;
	font-family: Verdana, Arial;
	color: #003366;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	clear:both;
}

.legal {
	font-family:Verdana, Arial;
	font-size:10px;
	color: #003366;
	font-weight:bold;
	text-align:center;
}

/*.boxSidebar{
	color:  #A9A9A9;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 11px;  
	background:transparent;
	margin-bottom: 15px;
	line-height: 16px;
	border-right:1px solid #CCCCCC;
}*/

#welcome{
	background: transparent;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

#song{
	background: transparent;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
	line-height: 105%;
	margin-top: 5px;
	margin-bottom: 20px;
}

#newsvideo{
	background: transparent;
	font-size: 13px;
	color: #DE7A3B;
	font-weight: bold;
	line-height: 105%;
	margin-top: -10px;
	margin-bottom: 20px;
}

/*label{
	color: #666666; } /* Affects the labels when making a Comment (e.g. Name, Mail, Website) */

input,select{
	background-color:#ffffff;
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
	/*margin-left: 20px;*/
}

/*textarea{
	background-color:#ffffff;
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 410px;      /* This width affects the comment text-box */
/*	margin-top: 10px;
	margin-left: 20px;
}*/

/*.titolobox2{
	margin-bottom:10px;
	text-align: left;
	font-size: 12px;
	color: #285E9F;
	border-bottom:1px solid #285E9F;
	font-variant: small-caps;
	letter-spacing: 2px;
}*/

a:link, a:visited, a:hover{
	color: #0000FF;						/* LINKS ON SIDEBAR, ETC. */
	text-decoration: none;
	border: none;
}

/*#archives a, #archives a:hover{
	color:  #0000FF;
	text-decoration: underline;
	border: none;
}*/

li a{
	margin-left: -20px;
}

#archives ul, li{
	text-align: left;
	margin-left: -20px;
	list-style: none;
}

h2{
	fontsize: 11px;
	color: #003366;						/* TITLES FOR SIDEBAR ITEMS */
}

#wp-calendar{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 190px;
}

#sidebar table{
	text-align: center;
	}

/*.popup{
	background-color: White;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	text-align: left;
	padding: 5px;
}*/

/*.coll{
	color: #0A2C74;
}*/

/*.singolocommento{
	border-bottom: 1px solid #CCCCCC;
	color: #A9A9A9;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: -20px;
	background-color: #EDEDED;
	margin: 5px;
	width: 400px;
}*/

blockquote{
	background-color: #F0F0F0;
	color: #5B99C1;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 0px;
	width: 420px;
	margin: 0px;	
}

#content blockquote p{
	width: 400px;
	padding: 10px;
	margin: 0px;
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	/* background-color: #A9A9A9; #A0BDF4; #f8f8f8;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;*/
	width: 420px;
	height:15px;
	margin-left: 20px;
	}

.alt2 {
	/*background-color: #A9A9A9; #A0BDF4; #f8f8f8;
	border-top: 1px solid #A9A9A9; /*ddd;
	border-bottom: 1px solid #A9A9A9;*/
	width: 420px;
	height:28px;
	margin-left: 20px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

/*#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}*/

h2 {
	font-size: 1.6em;
	}

#sidebar h2 {
	/*font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
	font-size: 1.2em;
	color: #003366;
	text-align: center;
	}

#sidebar ul li {
	text-align:center;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
	}

#sidebar h2 {
	margin: 15px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	text-align: center;
	}

#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; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	margin-left: 0px;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

