/*Contains css for includes on some pages. */
#login {
	background: url(../img/layout/login-back2.jpg) no-repeat;
	width:301px;
	height:80px;
	float: right;
	font-family: "Trebuchet MS";
	color: #fff;
	line-height: 1.3em;
	}
#login p {
	margin:10px 0 0 0;
	padding: 0;
	}
	
#login h1{
	font-size: 1.00em; /*16 px */
	text-align:center;
	letter-spacing: .05em;
	font-weight:normal;
	}

#userpassword{
	padding-left:47px;
	margin:0;
	}
	
input {
	color: #545353;
	background: #eee;
	border: 1px solid #6d7a82;
	margin-top: 5px;
	width:100px;
	}

#searchsubmit{
	background:#fff;
	}
	
.submit input {
	color: #fff;
	background: #6d7a82;
	border: 1px solid #545353;
	float: left;
	margin:0 0 0 38px;
	width:50px;
	padding:0;
	float:left;
	}
	
#login-bottom {
	padding: 10px;
	}


.search input {
	color: #fff;
	background: #6d7a82;
	border: 1px solid #545353;
	width:75px;
	}
	
.login-options {
	font-family: Verdana;
	font-size: .75em; /*12 px*/
	height: 20px;
	width: 175px;
	float:right;
	line-height: 1.3em;
	}	 

.login-options a {
	color: #eee;
	text-decoration:none;
	}
	
.login-options a:hover {
	color: #eee;
	text-decoration:underline;
	}

/* End of Login */	

/* Ads */
.ad img {
	border: 1px solid #dddddd; /*lighter gray boarder on ads */
	padding: 4px;
	background: #FFFFFF;
	}

.right-ad img {
	border: 1px solid #dddddd; /*lighter gray boarder on ads */
	padding: 4px;
	background: #FFFFFF;
	float:left;
	max-height: 605px;
	}
	
/* end Ads */

/* Live Events */
#live_events_container {
	margin-top: 20px;
	width: 190px;
	color: #fff;
	font-family:Verdana;
	font-size: .75em;
	}	
	
#live_events_container img {
	border:none;
	padding: 0;
	margin:0;
	}
	
#live_events_container h1 {
	font-style: italic;
	text-align:center;
	padding: 5px 0 8px 0;
	font-size: 1.2em;
	line-height:1em;
	}
	
#live-events {
	background: #00539b; /*dark blue */
	padding: 0 20px;
	line-height:1.5em;
	width: 150px;
	}
	
#live-events a {
		color:#73c5fa; /*Light Blue */
		text-decoration:none;
	}
	
#live-events a:hover {
		text-decoration:underline;
		}
	
#live-events ul {
	margin-top: 5px;
	}
	
#live-events ul li{
	padding-top: 10px;
	list-style:circle;
	}

/* End of Live events */

/*Blog roll is the list of blogs available on the site */
#blogroll-container {
	margin:20px 0 0 4px;
	}
	
#blogroll {
	background:#ce5315;
	width: 164px;
	color:#fff;
	line-height: 1em;
	}
	
#blogroll a {
		color:#fff; /*Dark Blue */
		text-decoration:none;
		}
		
	
#blogroll a:hover {
		color:#73c5fa; /*light Blue */
		text-decoration:underline;
		}
	
#blogroll h3 {
	color:#fff;
	text-align:center;
	}
#blogroll ul {
	margin: 10px 0 0 30px;
	}
	
#blogroll ul li{
	padding-top: 5px;
	list-style:circle;
	font-family:Verdana;
	font-size: .75em;
	}

/*End of blogroll */

/*Special attention grabber paragraphs */
#attention {
	text-align: center;
	margin: 2em 3em;
	padding: 20;
	line-height: 1.4em;
	color: #333;
	border: 1px solid #ddd;
	}
#attention a {
	display: block;
	}
#attention a, #attention a:link, #attention a:visited {
	display: block;
	padding: .5em 1em 1em 1em;
	color: #005595;
	text-decoration: none;
	background-color: #fff;
	}
#attention a:hover, #attention a:active, #attention a:visited:hover {
	display: block;
	padding: .5em 1em 1em 1em;
	color: #fff;
	background-color: #5d7ba7;
	}
	
#as-seen {
	border-top: 1px solid #000;
	padding: 10px 0 0 0;
	text-align:center;
	}