* { padding: 0; margin: 0; }

body 
{
    background: url(http://www.ionmonitoring.com/jollylamas/media/site/bg-grey-agro-900.jpg) no-repeat;
    background-position: center; 
    background-attachment: fixed;
	/*background-color:#fff;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #ccc;
}


.admin_hints {
	color: #ccc;
	font-size:0.8em;
	padding:0;
	margin:0;
	border:0px;
	text-align:right;
}



.container{
	width:900px;
	height: 100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	/*background:#fff;*/
	color:#ccc;
}

.sfondo {
	/*background-color:#ffffff;*/
	background-repeat: no-repeat;
	padding-top:20px;
}


.episode_image {
	float:left;
	margin-bottom:30px;
	margin-right:5px;
}

.episode_imgdesc {
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
	margin-top:15px;
}

.episode_imgdesc li {
	padding-left:10px;
	line-height:1.2em;
}	

/* ===================*/

.header {
	/*background: url(http://www.ccfredericksburg.com/media/core/cc-logo-spec.png) no-repeat;*/
	background-repeat: no-repeat;
	background-position:left;
	/*background-color: #000;*/
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.headermenu {
	padding:0px;
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:left;
	/*background-color:#fff;*/
}

.headermenutext {
	color:#ccc;
	margin:0;
	font-size:0.9em;
	/*padding:0px;*/
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000;
}

.headermenutext a:link, .headermenutext a:visited, .headermenutext a:active {
	text-decoration: underline;
	color:#ccc;
	font-size:0.9em;
	padding:0;
	margin:0;
}

.headermenutext a:hover {
	text-decoration: none;
	color: #cc3300;
}

.headertitle {
	height:12px;
	color:#fff;
	/*background: url(http://www.ccfredericksburg.com/media/core/cc-logo.jpg) no-repeat;*/
	font-size:2em;
}


.headermenutextdx {
	float:right;
	text-align:right;
	border:0;
}

/* ===================* /
/* TOP NAVIGATION BEGIN */

#navigation{
	height:38px;
	line-height:2.9em;
	width:900px;
	margin:0 0px;
	background-color:none;
	background: url(http://www.ccfredericksburg.com/media/core/back-nav-new.gif) no-repeat;
	color:#000;
}

#navigation li{
	float:left;
	height:38px;
	list-style-type:none;
	border-right:1px solid #666;
	white-space:nowrap;
	display: inline;
	position: relative;
}

#navigation li a{
	display:block;
	padding:0 25px;
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
	background-color:none;
	color: #000;
}

* html #navigation a {width:1%;}

#navigation .selected{
	display:block;
	height:38px;
	background-color:none;
	/* background: url(http://www.ccfredericksburg.com/media/core/back-nav-new-hover.gif);
	background-repeat: repeat-x; */
	color:#000;
	text-decoration:none;
}

#navigation a:hover{
	display:block;
	height:38px;
	background-color:none;
	background: url(http://www.ccfredericksburg.com/media/core/back-nav-new-hover.gif);
	background-repeat: repeat-x;
	color:#000;
	text-decoration:none;
}

/* Navigation for drop downs*/

		ul li#bypass {
		display: none;
	}

	#navigation ul {
		display:block;
		
		height: 18px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width: 100%;
		margin: 0;
		padding: 0;
		
              /* background color of the drop downs */
                 background-color:none;
                 filter:alpha(opacity=100);
                 opacity: 1.0;
                 -moz-opacity:1.0;
				color: #000;
				list-style-type: none;
	}

		#navigation li ul {
			display:block;
			border-top		: 1px solid #999;
			margin-top		: 0px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width			: 220px;		/* width of the drop down menus? */
			height			: auto;
		}
		
		#navigation li li {
			display:block;
			width			: 100%;		/* width of the drop down menus? */
			border			: 1px solid #999; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		height:38px;
		padding:0 10px;
		font-size:0.8em;
		font-weight:bold;
		/* text-transform:uppercase;  transformed text to uppercase */
		text-decoration:none;
		background-color:#F4C73F;
		color: #000;
		border-right: none;
		width: 198px;
		}
		
		#navigation a:hover {
		display:block;
		height:38px;
		/* background-color:none;
		background: url(http://www.ccfredericksburg.com/media/core/back-nav-new-hover.gif);
		background-repeat: repeat-x; */
		color: #000;
		}
		
		#navigation a:focus {
		display:block;
		height:38px;
		background-color:none;
		background: url(http://www.ccfredericksburg.com/media/core/back-nav-new-hover.gif);
		background-repeat: repeat-x;
		color: #000;
		}
		
		#navigation .sel a {
		display:block;
		height:38px;
		background-color:none;
		background: url(http://www.ccfredericksburg.com/media/core/back-nav-new-hover.gif);
		background-repeat: repeat-x;
		color: #000;
		}

		#navigation a:active {
		height:38px;
		background-color:none;
		background: url(http://www.ccfredericksburg.com/media/core/back-nav-new-hover.gif);
		background-repeat: repeat-x;
		color: #000;
		}

/* ====== END ======*/

.footer {
	clear:both;
	width:90%;
	margin: 0 auto 0;
	font-size:0.8em;
	border-top: 1px solid #555;
	padding-top:8px;
	padding-bottom:10px;
	text-align: left;
}


.episode {
	clear:both;
	font-size:1em;
	padding:0;
	margin:0;
	border-top: 1px solid #666;
	margin-top:5px;
	padding-bottom:12px;
		padding-top:7px;
	text-align: left;
}

.episode_title {
	color: #ccc;
	padding:0;
	padding-bottom:0.2em;
	padding-top:0.8em;
	margin:0;
}

.episode_info {
	color: #ccc;
	font-size:0.8em;
	padding:4px 0 0 7px;
	margin:0px;
}

.episode_date {
	padding:7px;
	margin:0px;
}

.episode_download {
	color: #ccc;
	font-size:0.8em;
	padding:4px;
	margin:4px;
}

.episode_keywords {
	color: #ccc;
	font-size:0.9em;
}

.main {
	margin: 0 auto 0;
	width:900px;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
}



.imgdx {
	float:right;
	padding-top:25px;
	padding-left:25px;
	padding-bottom:25px;
}

.alternative{
	display:none;
}


a:link, a:active, a:visited {
	text-decoration:none;
	color:#cc3300;
}

a:hover {
	color:#e67817;
} 

.footerdx {
	float:right;
	text-align:right;
	border:0;
}


.rightbox {
	margin-right:0;
	margin-left:7px;
	margin-bottom:30px;
	padding-top:5px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:5px;
	/*background-color: #f8f8f8;*/
	/*background-image: url(../img/angle.gif);*/
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:0.9em;
	border:1px solid #666;
}

.rightbox ul li{

	list-style-type: none;
	margin-left:0px;
}

.rightbox h2, h3{
	margin-top:0px;

}

.links {
	text-align:left;
	margin-right:0;
	margin-left:7px;
	margin-bottom:30px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:5px;
	/*background-color: #f8f8f8;*/
	/*background-image: url(../img/angle.gif);*/
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:1.0em;
	font-weight:bold;
	line-height:200%;
	/*border-left:1px solid #666;*/
}

.links ul li{
	text-align:left;
	list-style-type: none;
	margin-left:0px;
}

.links h2, h3{
	margin-top:0px;
		text-align:left;
}

/*
.rightcolumn {
	float:right;
	width:200px;
}
*/
.rightcolumn{
	float:right;
	width:240px;
	padding:10px 10px 10px 1px;
	font-size:0.9em;
	line-height:1.4em;
	/*background-color:#fff;*/
	color: #ccc;
}



.leftcolumn {
	float:left;
	width:552px;
	/* height:300px;*/
	padding:10px 25px 10px 40px;
	/*background-color:#e9e7e2;*/
}

.topseparator {
	clear:both;
	font-size:1em;
	padding:0;
	margin:0;
	margin-top:0px;
	padding-bottom:20px;
	border-top: 1px solid #f1f0f0;
	text-align: left;
}

.site_desc {
	color: #fff;
	font-size:0.9em;
	margin-bottom:20px;
}

.site_welcome {
	margin:0;
	color: #fff;
	padding:0;
}

#footer2{
clear:both;
width:900px;
padding:5px 0 55px 0;
margin:0 1px;
font-size:0.8em;
color:#ccc;
background:none;
}

#footer2 p{padding:0; margin:0; text-align:center;}
#footer2 a{color:#ccc; background-color:inherit; font-weight:bold;}
#footer2 a:hover{color:#ccc; background-color:inherit; text-decoration: underline;}