@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #abc4ef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/cg_tmp2_bgrepeat.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(images/cg_tmp2_header.gif) no-repeat; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 239px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent h1 { 
	font-size: 22px;
	text-align: right;
	color: #6495ed;
	border-bottom: 2px dotted #abc4ef;
	padding-bottom: 5px;
	
}

.twoColFixLtHdr #mainContent h2 { 
	font-size: 18px;
	color: #3d7dee;
	/* border-bottom: 2px dotted #abc4ef;*/
	padding-bottom: 5px;
	
} 
.twoColFixLtHdr div#navbar {
	padding: 0 0 0 10px;
}
.twoColFixLtHdr div#message-scroller {
	clear: both;
	padding: 0 10px 0 10px;
	width: 500px;
	
	
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/cg_tmp2_footer.gif) no-repeat; 
	height: 33px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.firstletter:first-letter {
font-size:400%; 
float:left;
line-height:.8em;
color: #4169E1;
padding-right: 5px;

}

#pre_header { width: 900px; margin: 0px auto; font-family: "Century Gothic", "Lucida Sans Unicode", sans serif; color: #FFD700; font-weight: bold; text-align: right; font-size: 12px; }
#pre_header a {
color: #FFD700;
text-decoration: none;
}
#pre_header a:hover {
	border-bottom: 1px dashed #FFD700;
}

/* --=-=-=-=-=-=-=- Box Models -=-=-=-=-=-=-=-=-=-=-= */
div .box { border: 1px solid #FFFFFF; background-color: #E7E7E7; padding-bottom: 5px; margin-top: 8px; overflow: hidden; }
div .box_title_green { background-color: #FFD700; /* background-color:#63AD00; */ background-repeat: no-repeat; border-bottom: 1px solid #FFFFFF; height: 25px; padding: 10px 0px 0px 10px; font-weight: bold; /* color:#F3F9E7; */ color: #000; margin-bottom: 5px; }
div .box_title_blue { background-color: #2589C5; background-image: url(/skin_images/1/box_t_blue.gif); background-repeat: no-repeat; border-bottom: 1px solid #FFFFFF; height: 25px; padding: 10px 0px 0px 25px; font-weight: bold; color: #E9F3FA; margin-bottom: 5px; }
div .box_base { overflow: hidden; /* border-top:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		 background-color:#FFFFFF; */ margin: 0px; padding: 1em; font-size: 10px; font-size: 14px; }
div .comments_base { overflow: hidden; /* border-top:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		 background-color:#FFFFFF; */ margin: 0px; padding: 1em; }
#video-player { float: left; border: 1px solid #000; padding: 1em; background-color: #DEDEDE; margin-left: auto; margin-right: auto; }
.vidthumb { border: 1px solid #000; padding: 1em; background-color: #DEDEDE; }

div .cbox_wrap {
	background: transparent url(images/cbox_middle.gif) repeat-y;
	
}

div .cbox_top {
	background: transparent url(images/cbox_header.gif) no-repeat;
	height: 39px;
	margin-top: 5px;
	text-align: center;
	color: #fff;
	font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-weight: bold;
}

div .cbox_center {
	padding: 1em;
	min-height: 100px;
}

div .cbox_bottom {
	background: transparent url(images/cbox_footer.gif) no-repeat;
	height: 25px;
}

div .cbox_center a {
	text-decoration: none;
}

.twoColFixLtHdr .admin-control-panel {
	float: left;
	border: 1px solid #CCC;
	width: 100px;
	height: 100px;
	margin: 3px;
	padding: 5px;
	font-weight:bold;
}

.twoColFixLtHdr .admin-control-panel:hover {
	border: 1px solid #000;
	background-color:#3399FF;
}

.twoColFixLtHdr .admin-control-panel a {
	text-decoration: none;
}

.twoColFixLtHdr .admin-control-panel:hover a {
	color: #FFFFFF;
}

.floatright
{
float: right;
width: 140px;
}

.floatleft
{
float: left;
width: 130px;
margin: 0 10px 10px 0;
background-color: #ddd;
padding: 10px;
border: 1px solid #666;
}
div.floatright img { border: 1px solid #000; }
div.floatleft img { border: 1px solid #000; }


/* ============================= Photo Gallery CSS =============================== */
.twoColFixLtHdr .photo-panel {
	float: left;
	border: 1px solid #CCC;
	width: 100px;
	height: 100px;
	marging: 0 15px 15px 0;
	padding: 5px;
}
.twoColFixLtHdr .photo-panel:hover {
	border: 1px dashed #000;
}

.twoColFixLtHdr .photo-panel a {
	text-decoration: none;
}

.twoColFixLtHdr #photo-gallery li{
	width:120px;
	height:200px;
	border:solid #CCC;
	border-width:1px 1px 1px 1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

.twoColFixLtHdr #photo-gallery  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

.twoColFixLtHdr #photo-gallery a:hover span{	
	top:10px;
	left:10px;
	width:122px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


.twoColFixLtHdr #photo-gallery img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

.twoColFixLtHdr #photo-gallery2 {
	width:140px;
	height:225px;
	border:solid #CCC;
	border-width:1px 1px 1px 1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

.twoColFixLtHdr #photo-gallery2 img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

/* ============================= End Photo Gallery CSS =============================== */
.twoColFixLtHdr div#popup {
background:#EFEFEF;
border:1px solid #999999;
margin:0px;
padding:7px;
width:270px;
}

#subscribe_prompt {

	background-color: #000;

	padding: 8px;

	color: #fff;

	font-size: 10px;

}



#subscribe_prompt a:link, #subscribe_prompt a:visited {

	text-decoration: none;

	border-bottom: 1px dotted #fff;

	_border-bottom: 1px solid #fff;

	color: #fff;

}



#subscribe_prompt a.subscribe_close:link, #subscribe_prompt a.subscribe_close:visited {

	border-bottom: 1px dotted #aaa;

	_border-bottom: 1px solid #aaa;

	color: #aaa;

	margin-left: 20px;

}