
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFFFFF;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-align: center;	
	/* 14pt */
	}

/*
***********************************************************************
Top of Page Section
***********************************************************************
*/

div#topbar {
	height: 45px;
	background-image: url('http://huntingtonfreepress.com/images/top_bg.png');
	background-repeat: repeat-x;
	margin: 0;
	width: 100%;
	}


div#topcontent {
	height: 45px;
	margin: auto;
	width: 970px;
	}


div#top_nav {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin-left:0px;
	margin-top: 9px;
	color: #FFFFFF;	
	}
	
div#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	}

div#top_nav a:hover {
	color: #FF0000;
	}
	



#top_search {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 1.8em;
	font-weight: bold;
	float: right;
	margin-right:0px;
	margin-top: 6px;
	color: #FFFFFF;	
	}

.search_box {
	 font-size: 18px;
	 background-color: #FFFFFF;
	 border: 1px solid #000000;
	 padding-left: 5px;
	 margin-right: 5px;
	}

.search_button {
	font-size: 15px;
	background: #FFFFFF;
	}


/*
***********************************************************************
Page Header/Logo Banner Section
***********************************************************************
*/

div#header {
	height: 100px;
	width: 960px;
	background-image: url(../logo/hfpnewflag01rwb.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	}

/*
***********************************************************************
Main Navigation Section
***********************************************************************
*/

div#navigation {
	width: 960px;
	margin: auto;
	height: 30px;
	background:#336699;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/*
***********************************************************************
Page Container Section
***********************************************************************
*/

div#container{
	width: 970px;
	margin: 5px auto;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}


/*
***********************************************************************
Right Ads, Two Column Page
***********************************************************************
*/

/* Used by two column layout */
div#right_ads_two {
	background:#FFF;
	float:left;
	width:300px;
	margin-left:-305px;
	margin-top:10px;
	margin-bottom:10px;
}

/* Used by two column layout */
.right_ads_section_top {
	background:#f7f7f7;
	margin-bottom:10px;
	padding:5px;
	height: 35px;
	}

/* Used by two column layout */
.right_ads_section {
	background:#FFFFFF;
	margin-bottom:10px;
	padding:5px;
	}


/*
***********************************************************************
Right Ads, Three Column Page
***********************************************************************
*/

/* Used by three column layout */
div#right_ads_three{
	float:left;
	width:190px;
	margin-left:-190px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

/* Used by three column layout */
div#extra{
	float:left;
	width:225px;
	margin-left:-415px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/* Used by three column layout */	
.extra_section_white {
	background: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	
	}

/* Used by three column layout */	
.extra_section_gray {
	background: #f7f7f7;
	padding: 5px;
	margin-bottom: 10px;
	}


/*
***********************************************************************
Main Content Section
***********************************************************************
*/

div#wrapper{
	float:left;
	width:100%;
	}


/* Used by three column layout */
div#content_three{
	margin-right: 410px;
	margin-left: 0px;
	margin-top: 10px;
	}

div#content_three table{
/*border-style: solid;
border-width: 1px;*/
width: 100%;
border-color: #000000;
font-size: .8em;
border-spacing: 0px; 
border-collapse: collapse;
}

div#content_three td, th{
padding: 5px;

}
	
	
/* Used by two column layout */
div#content_two {
	margin-right:305px;
	margin-left:0px;
	margin-top:10px;
}

div#content_two table{
/*border-style: solid;
border-width: 1px;*/
width: 100%;
border-color: #000000;
font-size: .8em;
border-spacing: 0px; 
border-collapse: collapse;
}

div#content_two td, th{
padding: 5px;

}


/*
***********************************************************************
Banner Ad on Topic Pages
***********************************************************************
*/

div#banner_ad {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	/*font-size: 1.2em;	*/
	/*background: #336699;*/
	/*border-bottom: 5px solid #336699;*/
}



/*
***********************************************************************
Page Title
***********************************************************************
*/

div#page_title {
	margin-left: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	font-size: 1.2em;	
	background: #336699;
	/*border-bottom: 5px solid #336699;*/
}

.page_title {
	font-size:1.5em;	
	color: #FFFFFF;
	padding: 5px;
	
}

.small_page_title {
	font-size: .5em;
	padding: 5px;
}

/*
***********************************************************************
List Article Photo Section - Topic
***********************************************************************
*/

div#article_list {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 1.2em;	
}

div#article_list_small {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 1.3em;	
}

div#article_view_more {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 1.3em;	
	text-align: right;
}

div#article_list a, a:link {
	color: #336699;
}

div#article_list a:hover {
	color: #FF0000;
}

div#article_list_small a, a:link {
	color: #336699;
}

div#article_list_small a:hover {
	color: #FF0000;
}



div#article_list p{
	margin-top: 10px;
	margin-right: 10px;
	color: #000000;
}

.article_list_date {
	margin-top:2px;
	font-size:.7em;	
	color: #000000;
}


/*
***********************************************************************
Main Article Section - Article
***********************************************************************
*/

div#article_detail {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 1.3em;
}

div#article_detail_previous_link {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: .9em;
}

div#article_detail p{
	margin-top: 10px;
	margin-right: 10px;
	color: #000000;
}

.article_title {
	font-size:1.5em;	
	color: #336699;
}

.classified_title {
	font-size:1em;	
	color: #336699;
}


.article_title_small {
	font-size:1em;	
	color: #336699;
}

.article_title_small_view_more {
	font-size:1em;	
	color: #336699;
}

.article_title a{
	color: #336699;	
}

.article_title_small_view_more a:hover{
	color: #FF0000;	
}

.article_title_small_view_more a{
	color: #336699;	
	text-decoration:none;
}

.byline p {
	font-size:1.2em;
	color: #336699;
	margin-top:10px;
}


.byline a {
	color: #336699;
}

.classified_date {
	margin-top:2px;
	font-size:.7em;	
	color: #336699;
}

/*
***********************************************************************
Small Article Photo Section
***********************************************************************
*/

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
    margin-bottom: 5px;
    margin-top:10px;
}

img.floatLeft_small { 
    float: left; 
    margin-right: 10px; 
    margin-bottom: 5px;
    margin-top:0px;
}

img.floatRight { 
    float: right; 
    margin-left: 5px; 
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top:10px;
}




/*
***********************************************************************
Clear Section
***********************************************************************
*/


.clear {clear:left;border-bottom:0;padding-top:20px;}


/*
***********************************************************************
Article Comment Section
***********************************************************************
*/

/* form elements */
form.comment {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	/*border: 1px solid #000000; 
	background: #FFFFFF; 	*/
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #000000;
}
input.comment, textarea.comment, select.comment {
	padding: 4px;
	color: #000000;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #CCCCCC; 
	
	font: normal 10px Verdana, sans-serif;
}

textarea.comment {
	width: 400px;	
	height: 100px;
	display: block;	
}

input.button.comment { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #FCFCFC;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #003366;
}

div.bubble {
	width: 600px;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 3px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}


/*
***********************************************************************
Footer Section
***********************************************************************
*/


div#footer {
	width: 960px;
	margin: 0 auto; 
	background: #336699;
	}
div#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer_column {
	float: left; 
	padding: 10px; 
	}
#footer_col1 {
	width: 300px;
	margin-right: 0px;
	background-color: #336699; 
	height: 60px;
	color: #ffffff;
		
	}
#footer_col2 {
	width: 300px;
	margin-right: 0px;
	background-color: #336699;
	height: 60px;
	color: #ffffff;
	}
#footer_col3 {
	width: 300px;
	background-color: #336699; 
	color: #ffffff;
	height: 60px;
	}

div#footer_bottom{
	clear:left;
	height: 5px;
	background: #FFFFFF;
	margin: auto;
	width: 970px;
	/*margin-bottom: 5px;*/
	}


/*
***********************************************************************
Designed By Section
***********************************************************************
*/

#designedby {
	width: 970px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;	
}

#designedby p {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 5px;
}

#designedby a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


/*
***********************************************************************
Article Large Photo Carousel Section
***********************************************************************
*/

.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
/*border: 1px solid #000000;*/
overflow: scroll; /*leave this value alone*/
width: 290px; /*Width of Carousel Viewer itself*/
height: 210px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 270px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}

/*
***********************************************************************
Mini Calendar Section
***********************************************************************
*/

.calendar a:link {
	color: #336699;	
}

.calendar a:visited {
	color: #336699;
}

.calendar a:active {
	color: #336699;
}

.calendar a:hover {
	color: #FF0000;
	/*text-decoration: none;*/
}


/*
***********************************************************************
Mini Scroller Section
***********************************************************************
*/

#pscroller1{
width: 200px;
height: 50px;
/*border: 1px solid black;*/
padding: 5px;
background-color: #f7f7f7;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}




/* sidebar menu */
.sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	/*border-top: 1px solid #115280;*/
}
.sidemenu li {
	list-style: none;
	margin: 0;
	padding:1px 5px; 			
	/*border-bottom: 1px solid #115280;*/	
	
	
}


.sidemenu li a {
	text-decoration: none;	
	color: #000000;	
	font-weight: bold;
}
.sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
.sidemenu li a:hover {	
	color: #FF0000;	
	background: none;	
}
.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul li { border: none; }



/*
***********************************************************************
Featured Article Scroll on Home Page
***********************************************************************
*/

div#featured_article {
	/*margin-left: 10px;*/
	margin-bottom: 10px;
	/*margin-right: 10px;*/
	font-size: 1.2em;	
}



div#featured_article p{
	margin-top: 10px;
	margin-right: 10px;
	color: #000000;
}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 540px;	
	height:220px;	
	
	/* custom decorations */
	/*padding:10px 0;	*/
	/*border:1px outset #ccc;*/
	background-color:#ffffff;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:left;
	width:540px;
	font-size: 1em;
	/*padding:25px 0px;*/
	/*font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;*/
	background-color: #ffffff;
	/*margin-right: 10px;	*/
	-moz-border-radius:5px;
}


/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/*
***********************************************************************
Scrolling Links on Home Page
***********************************************************************
*/

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
/*background-color: white;*/
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px;
padding-left: 4px;
}
#marqueecontainer a{
	color: #336699;
}

#marqueecontainer a:hover {
	color: #FF0000;
	}



