/*
	CSS Stylesheet created for the 15th Year Anniversary makeover for Heartlight.org
	(C) 2011, Ben Steed & Heartlight, Inc.
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	background-image: url(http://img.heartlight.org/heartlight15/bg-content.png);
	background-repeat: y;
	background-position: center top;
	background: none;
	background: #fff;



}


p {
	margin-top: 15px;	
}


#wrapper table {
    border-collapse: collapse;
	margin-bottom: 5px;
}
th, td {
    padding: 5px;
	background-repeat: no-repeat;
	background: none;

}




a:link {
	color: #810303;	
}

a:visited {
	color: #966565;	
}

a:hover {
	color: #cf0505;	
}


#wrapper { 
 width: 745px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 42px; /* used to give menu-dropdown some space to be utilized */
 background: #fff;
 overflow: hidden;
 padding-left: 0px;
/*
 border-left: solid 1px #000;
 border-right: solid 1px #000;
*/
}

#nav-content-divide {

	border-top: solid 1px #ccc;
}

#content, #content-articles { 

 float: left;
 color: #333;
 background: #eeeeee;
 border-top: solid 1px #eee;
 width: 610px;
 display: inline;

margin: 0;
padding: 0;

}

#bulletin-full {
 color: #000;
 width: 100%;
 background: #FFF;
 margin-top: -1px;
 border-bottom: solid 1px #000;

	background-color: #fdfded;
/* 	background-image: url(http://img.heartlight.org/christmas/snow-bg.jpg); */
	background-repeat: no-repeat;

}

#bulletin {
 color: #000;
 width: 745px;
 margin-left: auto;
 margin-right: auto;
 height: 22px;
 text-align: right;
 padding: 0;
 padding-top: 5px;
 padding-right: 3px;

}

/* Remove when there is a bulletin */

#header-full {
	color: #333;
	width: 100%;
	background-color: #fdfded;
	background-image: url(http://img.heartlight.org/heartlight15/header-pattern.png);
	background-repeat: repeat-x;
}

#header {
 color: #333;
 width: 745px;
 margin-left: auto;
 margin-right: auto;
 height: 139px;
}

#navigation-full {
	color: #333;
	width: 100%;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #e8eaeb;
	background-image: url(http://img.heartlight.org/heartlight15/bg-nav.png);
	background-repeat: repeat-x;
}

#navigation {
 width: 745px;
 margin-left: auto;
 margin-right: auto;
 height: 49px;
 color: #333;
 
}

#rightcolumn, #rightcolumn-articles { 
 color: #333;
 background: #fff;
 border-left: solid 1px #eee;
 border-top: solid 1px #eee;

 width: 349px;
 float: left;
 padding-bottom: 500px;
}

#footer-full { 
 width: 100%;
 clear: both;
 background: #333;
}


#footer { 
 width: 745px;
 margin-left: auto;
 margin-right: auto;
 height: 200px;
 color: #999;
 background: #333;
}


#footer .footer-col {
	border-right: solid 1px #444;
	padding: 5px;
	margin: 5px;
	margin-top: 15px;
	width: 200px;
	float: left;
	height: 110px;
	
}

#footer #footer-col-1 {
	width: 265px;
}

#footer #footer-col-1 p {
	font-size: 8pt;
}

#footer #footer-col-2 {
	padding-left: 10px;
	padding-right: 10px;
}

#footer #footer-col-3 {
	border-right: none;
}

#footer p {
	margin-bottom: 10px;
	font-size: 9pt;	
}


#footer a{
	color: #eee;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer ul {
	margin-left: 25px;	
}

#footer .ervcopyright {
	font-size: 8pt;	
}

#searchbox {
	width: 250px;
	height: 40px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 125px;
	background-image: url(http://img.heartlight.org/heartlight15/searchbox-bg.png);
	background-repeat: no-repeat;	
	padding-left: 10px;
	padding-top: 2px;
}

#searchbox .textInput {
	color: #000;
	display: block;
	margin-top: 5px;
	width: 195px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	margin-left: 0px;
	padding: 2px;
	background: #fff;
	border: none;
}

#searchbox .textInputEmpty {
	color: #bbb;
	display: block;
	margin-top: 5px;
	width: 195px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	margin-left: 0px;
	padding: 2px;
	background: #fff;
	border: none;
}

#searchbox #searchsubmit {

}

#sharebox {
	position: absolute;
	height: 25px;
	width: 90px;
	top: 170px;
	left: 50%;
	margin-left: 350px;
	font-size: 8pt;

}

#sharebox img {
	margin-right: 3px;	
	border: 0;
}

#sharebox #subscribetext {
	margin-bottom: 5px;
	color: #fff;
	
}

#nav-menu {
	position: absolute;
	top: 167px;
	left: 50%;
	margin-left: -373px;
}

