/*
Theme Name: Impulso_Theme_v0.1.1
Theme URI: http://www.impulsonoticias.com
Description: Impulso website look-and-feel
Version: 0.1.1
Author: Kevin Chan <kchan@newamericamedia.org>
Author URI: http://www.newamericamedia.org/
Tags: fixed width, three columns
*/

body
{
	left: 0px;
	top: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

a:link {color: #900000; text-decoration: none;}
a:visited {color: #900000; text-decoration: none;}
a:active {color: #006699; text-decoration: underline;}
a:hover {color: #006699; text-decoration: underline;}


/* ---------------- CONTAINER & CONTENT (BEGIN) */

#container
{
	width: 962px;
	margin: 2px auto 10px auto;
	padding: 0 0 0 0;
	background-color: #ffffff;
}

#content
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
	color: #000000;
	text-align: left;
	font-size: 0.95em;
}

/* ---------------- CONTAINER & CONTENT (END) */



/* ---------------- HEADER (BEGIN) */


#top_navigation
{
	width: 960px;
	margin: 4px auto 4px auto;
	padding: 0 0 0 0;
	background-color: #e6e6e6;
	overflow: hidden;
}

#top_navigation p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#top_nav_menu
{
	float: left;
	width: 650px;
	
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	height: 20px;
	min-width: 500px;
	/* IE Dynamic Expression to set the width */
	width: expression(document.body.clientWidth < 900 ? "900px" : "100%" );
	background-color: #e6e6e6;
	/* border: 1px solid #e6e6e6; */
	font-size: 0.85em;
	font-weight: bold;
	color: #4c4c4c;	
}

#top_nav
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: auto;
	height: 20px;
	background-color: #e6e6e6;
}

#top_nav li
{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#top_nav a:link,
#top_nav a:visited
{
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	float: left;
	width: auto;
	height: 20px;
	/* border-right: 1px solid #b3b3b3; */
	text-decoration: none;
	color: #4c4c4c;
	line-height: 20px;
}

#top_nav a:hover,
#top_nav a:active
{
	color: #900000;
	font-weight: bold;
	text-decoration: underline;
	/* background: #1c449b; */
	height: 20px;
	line-height: 20px;
}



#top_nav_search_box
{
	float: left;
	width: 310px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.9em;
}

#top_nav_search_box .header_search_form
{
	position: relative;
	top: 0;
	left: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#top_nav_search_box  #searchform {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;	
}

#top_nav_search_box #searchform #s {
	width: 200px;
	padding: 0 0 0 0;
	font-size: 1em;
}

#top_nav_search_box #searchsubmit {
	padding: 1px;
}






#header
{
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	background: #ffffff url(http://www.impulsonoticias.com/resources/impulso_banner_bg_960x100.jpg) repeat-x top left;
}

.banner 
{
	float: left;
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #4c4c4c;
}

.header_ad_234
{
	float: left;
	width: 240px;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

.header_ad_468
{
	float: left;
	width: 470px;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

#header h1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 2.5em;
}

#header_nav_menu_container
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #b3b3b3;
	background-color: #ffffff;
}

#header_nav_menu_container p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header_nav_menu
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 24px;
	min-width: 720px;
	/* IE Dynamic Expression to set the width */
	width: expression(document.body.clientWidth < 720 ? "720px" : "100%" );
	background-color: #ffffff;
	/* border: 1px solid #e6e6e6; */
	font-size: 0.85em;
	font-weight: bold;
	color: #4c4c4c;
}

#nav
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: auto;
	height: 24px;
	background-color: #ffffff;
}

#nav li
{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#nav a:link,
#nav a:visited
{
	margin: 0 0 0 0;
	padding: 0 6px 0 6px;
	float: left;
	width: auto;
	height: 24px;
	border-right: 1px solid #b3b3b3;
	text-decoration: none;
	color: #4c4c4c;
	line-height: 24px;
}

#nav a:hover,
#nav a:active
{
	color: #ffffff;
	font-weight: bold;
	/* background: #4e4d99; */
	background: #1c449b;
	height: 24px;
	line-height: 24px;
}

#header_nav_menu_right
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 24px;
	min-width: 230px;
	/* IE Dynamic Expression to set the width */
	width: expression(document.body.clientWidth < 230 ? "230px" : "100%" );
	background-color: #ffffff;
	/* border: 1px solid #e6e6e6; */
	font-size: 0.9em;
	font-weight: bold;
	color: #4c4c4c;
}

#header_nav_nav_menu_right_content
{
	overflow: hidden;
}

#header_archives_menu
{
	margin: 2px 0 0 20px;
	padding: 0 0 0 0;
	/* background-color: blue; */
}

.archives_dropdown_menu_form
{
	text-align: left;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
}

#header_spacer
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-size: 0px;
	line-height: 0px;
}

/* ---------------- HEADER (END) */



/* ---------------- FOOTER (BEGIN) */

#footer
{
	clear: both;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	/* border-top: 1px solid #cccccc; */
}

#footer_text
{
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
	font-size: 0.80em;
	text-align: center;
}

#footer_text p
{
	margin: 0;
	padding: 4px 0 4px 0;
}

/* ---------------- FOOTER (END) */


/* ---------------- BOTTOM SECTION (BEGIN) */

/* the bottom section is the very end section of the page */

#bottom_section
{
	clear: both;
	width: 960px;
	margin: 40px auto 40px auto;
	padding: 0 0 0 0;
}

.bottom_section_left_container
{
	float: left;
	width: 480px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bottom_section_left
{
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	font-size: 0.8em;
	line-height: 1em;
	text-align: left;
}

.bottom_section_right_container
{
	float: left;
	width: 480px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bottom_section_right
{
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	font-size: 0.9em;
	line-height: 1em;
	text-align: right;
}

/* ---------------- BOTTOM SECTION (END) */



/* ---------------- MAIN COLUMN (BEGIN) */

#main_column
{
	float: left;
	width: 450px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	/* background-color: yellow; */
	line-height: 1.4em;
}

#main_column_content
{
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
}

#main_column_content .story_metadata
{
	padding-top: 5px;
	text-align: left;
}

/* ---------------- MAIN COLUMN (END) */




/* ---------------- SECTIONS (BEGIN) */


#section_1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: blue; */
}

#section_1_content
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

#section_1 .box_1
{
	float: left;
	width: 235px;
	font-size: 0.9em;
	/* background-color: #666666; */
}

#section_1 .box_1 .box_1_sidebar
{
	float: left;
	width: 235px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: #eeeeee; */
}

#section_1 .box_1 .box_1_sidebar_content
{
	margin: 0 5px 0 10px;
	padding: 0 0 0 0;
}

#section_1 .box_1 .box_1_sidebar_content ul
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

#section_1 .box_1 .box_1_sidebar_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


#section_1 .box_2
{
	float: left;
	width: 410px;
	/* background-color: yellow; */
}

#section_1 .box_2_content
{
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	font-size: 0.9em;
}


#section_1 .box_3
{
	float: left;
	width: 315px;
	font-size: 0.9em;
	/* background-color: blue; */
}

#section_1 .box_3 .box_3_sidebar
{
	float: left;
	width: 315px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: blue; */
}

#section_1 .box_3 .box_3_sidebar_content
{
	margin: 0 10px 0 5px;
	padding: 0 0 0 0;
}

#section_1 .box_3 .box_3_sidebar_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#section_1 .box_3 .box_3_sidebar_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#section_1 .box_3 .box_3_sidebar_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}





#section_2
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #cccccc;
}

#section_2_content
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#section_2 .box_1
{
	float: left;
	width: 480px;
	font-size: 0.9em;
	/* background-color: #cccccc; */
}

#section_2 .box_1_content
{
	margin: 8px 8px 8px 8px;
	padding: 0 0 0 0;
	/* border: 1px solid #cccccc; */
}


#section_2 .box_2
{
	float: left;
	width: 480px;
	font-size: 0.9em;
	/* background-color: #e6e6e6; */
}

#section_2 .box_2_content
{
	margin: 8px 8px 8px 8px;
	padding: 0 0 0 0;
	/* border: 1px solid #bbbbbb; */
}

#section_2 .box_col
{
	float: left;
	width: 220px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: yellow; */	
}

#section_2 .box_col_spacer
{
	float: left;
	width: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: red; */
}


/* UNUSED (begin) */

#section_2 .box_3
{
	float: left;
	width: 260px;
}

#section_2 .box_3_content
{
	margin: 8px 8px 8px 8px;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
}


#section_2 .box_4
{
	float: left;
	width: 200px;
}

#section_2 .box_4_content
{
	margin: 8px 8px 8px 8px;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
}

/* UNUSED (end) */


#section_3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* border-top: 1px solid #cccccc; */
}

#section_3_content
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#section_3 .box_1
{
	float: left;
	width: 480px;
	height: 300px;
	background-color: #666666;
}

#section_3 .box_2
{
	float: left;
	width: 480px;
	height: 300px;
	background-color: #e6e6e6;
}





#section_4
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #cccccc;
}

#section_4_content
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#section_4 .box_1
{
	float: left;
	width: 240px;
	height: 300px;
	background-color: #666666;
}

#section_4 .box_2
{
	float: left;
	width: 240px;
	height: 300px;
	background-color: #e6e6e6;
}

#section_4 .box_3
{
	float: left;
	width: 240px;
	height: 300px;
	background-color: #666666;
}

#section_4 .box_4
{
	float: left;
	width: 240px;
	height: 300px;
	background-color: #e6e6e6;
}


.section_divider
{
	clear: both;
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
	font-size: 0px;
	line-height: 0px;
}

/* ---------------- SECTIONS (END) */








/* ---------------- SIDEBARS (BEGIN) */

/* middle column */

#sidebar_1
{
	float: left;
	width: 204px;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	/* background-color: #eeeeee; */
}

#sidebar_1_content
{
	margin: 0 10px 10px 10px;
	padding: 0 0 0 0;
}

#sidebar_1_content ul
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

#sidebar_1_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

/* right column */

#sidebar_2
{
	float: left;
	width: 312px;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	/* background-color: #cccccc; */
}

#sidebar_2_content
{
	margin: 0 6px 0 6px;
	padding: 0 0 0 0;
}

#sidebar_2_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar_2_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar_2_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

/* ---------------- SIDEBARS (END) */




/* ---------------- HOME PAGE (BEGIN) */

.home
{
}

.home #main_column
{
	float: left;
	width: 420px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: red; */
}

.home #main_column_content
{
	margin: 0 10px 0 20px;
	padding: 0 0 0 0;
	font-size: 1.0em;
	line-height: 1.5em;
}

.home #section_1 .headline
{
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.15em;
}

.home #section_1 .headline a:link {color: #003366; text-decoration: none;}
.home #section_1 .headline a:visited {color: #003366; text-decoration: none;}
.home #section_1 .headline a:active {color: #900000; text-decoration: underline;}
.home #section_1 .headline a:hover {color: #900000; text-decoration: underline;}


.home #section_1 .home_metadata 
{
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: #e6e6e6;
}

.home #section_1 .smallattachment
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.home #section_1 .attachment
{
	text-align: center;
	margin: 5px 0px;
}

.home #section_1 .article_summary
{
	clear: both;
	margin: 5px 5px 0 0;
	padding: 0 0 4px 0;
}

.article_summary_bottom
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0px;
	line-height: 0px;
}

.home #section_1 .short_summary
{
	clear: both;
	margin: 0 5px 0 0;
	padding: 0 0 4px 0;
	/* border-bottom: 1px solid #cccccc; */
}

.home #section_1 .short_summary .headline
{
	margin: 8px 0 2px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.1em !important;
	font-weight: bold;
	line-height: 1.2em;
}

.home #section_1 .short_summary .headline a:link {color: #003366; text-decoration: none;}
.home #section_1 .short_summary .headline a:visited {color: #003366; text-decoration: none;}
.home #section_1 .short_summary .headline a:active {color: #900000; text-decoration: underline;}
.home #section_1 .short_summary .headline a:hover {color: #900000; text-decoration: underline;}

.home #section_1 .short_summary .byline
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 0.95em;
}

.home #section_1 .short_summary .editors_note
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	font-size: 0.95em;
}


.home #section_2 .headline
{
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.15em;
}

.home #section_2 .headline a:link {color: #003366; text-decoration: none;}
.home #section_2 .headline a:visited {color: #003366; text-decoration: none;}
.home #section_2 .headline a:active {color: #900000; text-decoration: underline;}
.home #section_2 .headline a:hover {color: #900000; text-decoration: underline;}

.home #section_2 .short_summary
{
	clear: both;
	margin: 0 5px 0 0;
	padding: 0 0 4px 0;
	/* border-bottom: 1px solid #cccccc; */
}

.home #section_2 .short_summary .headline
{
	margin: 8px 0 2px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.10em !important;
	font-weight: bold;
	line-height: 1.2em;
}

.home #section_2 .short_summary .headline a:link {color: #003366; text-decoration: none;}
.home #section_2 .short_summary .headline a:visited {color: #003366; text-decoration: none;}
.home #section_2 .short_summary .headline a:active {color: #900000; text-decoration: underline;}
.home #section_2 .short_summary .headline a:hover {color: #900000; text-decoration: underline;}

.home #section_2 .short_summary .byline
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 0.95em;
}

.home #section_2 .short_summary .editors_note
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	font-size: 0.95em;
}



.home .news_section
{
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #4c4c4c;
	/* background-color: yellow; */
}

.home .news_section h3
{
	margin: 5px 0 5px 0;
	/* padding: 0 0 2px 4px; */
	padding: 4px 0 4px 4px;
	line-height: 1.1em;
	/* background-color: #e6e6e6; */
	background-color: #8d95a1;
}

.home .news_section h3 a:link {color: #ffffff; text-decoration: none;}
.home .news_section h3 a:visited {color: #ffffff; text-decoration: none;}
.home .news_section h3 a:active {color: #900000; text-decoration: underline;}
.home .news_section h3 a:hover {color: #900000; text-decoration: underline;}


.home .news_section .story_image_sm
{
	float: left;
	width: 110px;
	margin: 4px 0 0 0;
	padding: 0 0 5px 0;
}

.home .news_section .story_summary_block
{
	margin: 0 0 0 110px;
	padding: 0 0 0 0;
}


.home .multimedia_box
{
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

.home .multimedia_box h3
{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

.home .multimedia_listing_video_code
{
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: #4c4c4c;
}

.home .multimedia_box .short_summary
{
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
}



/* sidebar 1 */

.home #sidebar_1
{
	float: left;
	width: 220px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: yellow; */
}

.home #sidebar_1_content
{
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
}

.home #sidebar_1_content ul
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

.home #sidebar_1_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.home .sidebar_1_box_label
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #8d95a1;
}

.home .sidebar_1_box_label h3
{
	margin: 0 0 0 10px;
	padding: 4px 0 4px 0;
	font-size: 1em;
	color: #ffffff;
}

.home .sidebar_1_box_label h3 a:link {color: #ffffff; text-decoration: none;}
.home .sidebar_1_box_label h3 a:visited {color: #ffffff; text-decoration: none;}
.home .sidebar_1_box_label h3 a:active {color: #900000; text-decoration: underline;}
.home .sidebar_1_box_label h3 a:hover {color: #900000; text-decoration: underline;}


.home .sidebar_1_box
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
}

.home .sidebar_1_box_content
{
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}

/* thumbnail div for home page left sidebar box */

.home .sidebar_1_box_content .sidebar_1_box_thumbnail
{
	width: 199px;
	height: 99px;
	margin: -5px 0 0 -10px;
	padding: 0 0 0 0;
	overflow: hidden;
}

.home .sidebar_1_box_content .article_summary
{
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.home .sidebar_1_box_content .article_summary .headline
{
	clear: left;
	margin: 0 0 0 0 !important;
	padding: 5px 0 5px 0 !important;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.05em !important;
	font-weight: bold;
	line-height: 1.35em;
}

.home .sidebar_1_box_content .article_summary .headline a:link {color: #000000; text-decoration: none; }
.home .sidebar_1_box_content .article_summary .headline a:visited {color: #000000; text-decoration: none; }
.home .sidebar_1_box_content .article_summary .headline a:active {color: #900000; text-decoration: underline; }
.home .sidebar_1_box_content .article_summary .headline a:hover {color: #900000; text-decoration: underline; }

.home .sidebar_1_box_content .article_summary .story_image
{
	width: 218px;
	height: 109px;
	margin: 0 -5px 0 -5px;
	padding: 0 0 0 0;
	overflow: hidden;
}



/* sidebar 2 */

.home #sidebar_2
{
	float: left;
	width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: blue;
}

.home #sidebar_2_content
{
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}

.home #sidebar_2_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.home #sidebar_2_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.home #sidebar_2_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

/* ---------------- HOME PAGE (END) */




/* ---------------- STORY PAGE (BEGIN) */

.story
{
}

.story #main_column
{
	float: left;
	width: 600px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: #e6e6e6; */
}

.story #main_column_content
{
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	font-size: 1.0em;
	line-height: 1.5em;
}

.story #main_column_content .headline
{
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.65em;
	font-weight: bold;
	line-height: 1.35em;
}

.story #main_column_content .story_metadata 
{
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: #e6e6e6;
}

.story #main_column_content .smallattachment
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.story #main_column_content .attachment
{
	text-align: center;
	margin: 5px 0px;
}

.story #main_column_content .entry
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.story #main_column_content .entry_metadata
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.story #main_column_content .entry_metadata p
{
}

/* sidebar 1 */

.story #sidebar_1
{
	float: left;
	/* width: 230px; */
	width: 190px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: yellow; */
}

.story #sidebar_1_content
{
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	font-size: 0.9em;
}

.story #sidebar_1_content ul
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

.story #sidebar_1_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.story .sidebar_1_box
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
}

.story .sidebar_1_box_label
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #8d95a1;
}

.story .sidebar_1_box_label h3
{
	margin: 0 0 0 10px;
	padding: 4px 0 4px 0;
	font-size: 1em;
	color: #ffffff;
}

.story .sidebar_1_box_label h3 a:link {color: #ffffff; text-decoration: none;}
.story .sidebar_1_box_label h3 a:visited {color: #ffffff; text-decoration: none;}
.story .sidebar_1_box_label h3 a:active {color: #900000; text-decoration: underline;}
.story .sidebar_1_box_label h3 a:hover {color: #900000; text-decoration: underline;}


.story .sidebar_1_box_content
{
	margin: 5px 10px 10px 10px;
	padding: 0 0 0 0;
}

.story .short_summary
{
	clear: both;
	margin: 0 5px 0 0;
	padding: 0 0 4px 0;
	/* border-bottom: 1px solid #cccccc; */
}

.story .short_summary .headline
{
	margin: 8px 0 2px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.1em !important;
	font-weight: bold;
	line-height: 1.2em;
}

.story .short_summary .headline a:link {color: #003366; text-decoration: none;}
.story .short_summary .headline a:visited {color: #003366; text-decoration: none;}
.story .short_summary .headline a:active {color: #900000; text-decoration: underline;}
.story .short_summary .headline a:hover {color: #900000; text-decoration: underline;}

.story .short_summary .byline
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 0.95em;
}

.story .short_summary .editors_note
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	font-size: 0.95em;
}


/* sidebar 2 */

.story #sidebar_2
{
	float: left;
	width: 170px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: #cccccc; */
}

.story #sidebar_2_content
{
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}

.story #sidebar_2_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.story #sidebar_2_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.story #sidebar_2_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.story .category_header
{
	margin: 0 0 5px 0;
	padding: 5px 0 4px 0;
	font-size: 1.35em;
	line-height: 1.35em;
	color: #999999;
	border-bottom: 1px solid #cccccc;
}

.story .related_articles_list
{
	
}

.story .related_articles_list ul
{
	
}

.story .related_articles_list ul li
{
	margin: 5px 0 0 0 !important;
	padding: 0 0 5px 0 !important;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.25em;
	border-bottom: 1px solid #cccccc;
}

.story .related_articles_list ul li a:link {color: #003366; text-decoration: none;}
.story .related_articles_list ul li a:visited {color: #003366; text-decoration: none;}
.story .related_articles_list ul li a:active {color: #900000; text-decoration: underline;}
.story .related_articles_list ul li a:hover {color: #900000; text-decoration: underline;}


/* ---------------- STORY PAGE (END) */



/* ---------------- GENERIC PAGE (BEGIN) */

.generic
{
}

.generic #main_column
{
	float: left;
	width: 420px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.generic #main_column_content
{
	margin: 0 10px 0 20px;
	padding: 0 0 0 0;
	font-size: 1.0em;
	line-height: 1.5em;
}

.generic #main_column_content .headline
{
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.15em;
}

.generic #main_column_content .headline a:link {color: #003366; text-decoration: none;}
.generic #main_column_content .headline a:visited {color: #003366; text-decoration: none;}
.generic #main_column_content .headline a:active {color: #900000; text-decoration: underline;}
.generic #main_column_content .headline a:hover {color: #900000; text-decoration: underline;}


.generic #main_column_content .home_metadata 
{
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: #e6e6e6;
}

.generic #main_column_content .smallattachment
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.generic #main_column_content .attachment
{
	text-align: center;
	margin: 5px 0px;
}

/* sidebar 1 */

.generic #sidebar_1
{
	float: left;
	width: 220px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: yellow; */
}

.generic #sidebar_1_content
{
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
}

.generic #sidebar_1_content ul
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

.generic #sidebar_1_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.generic .sidebar_1_box
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
}

.generic .sidebar_1_box_content
{
	margin: 5px 10px 10px 10px;
	padding: 0 0 0 0;
}


/* sidebar 2 */

.generic #sidebar_2
{
	float: left;
	width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: blue; */
}

.generic #sidebar_2_content
{
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}

.generic #sidebar_2_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.generic #sidebar_2_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.generic #sidebar_2_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

/* ---------------- GENERIC PAGE (END) */



/* ---------------- ARCHIVE PAGE (BEGIN) */

.archive #main_column
{
	float: left;
	width: 640px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.archive #main_column_content
{
	margin: 10px 10px 0 10px;
	padding: 0 0 0 0;
}

.archive .pagetitle
{
	margin: 5px 0 5px 0;
	/* padding: 0 0 2px 4px; */
	padding: 4px 0 4px 4px;
	line-height: 1.1em;
	/* background-color: #e6e6e6; */
	background-color: #8d95a1;
	color: #ffcc00;
	font-style: italic;
}

.archive .pagetitle a:link {color: #ffffff; text-decoration: none;}
.archive .pagetitle a:visited {color: #ffffff; text-decoration: none;}
.archive .pagetitle a:active {color: #900000; text-decoration: underline;}
.archive .pagetitle a:hover {color: #900000; text-decoration: underline;}



.archive .article_summary_top
{
	float: left;
	width: 300px;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	/* border-bottom: 1px solid #cccccc; */
	/* background-color: yellow; */
}

.archive .story_info_top .headline
{
	margin: 10px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.30em;
	font-weight: bold;
	line-height: 1.20em;
}

.archive .headline .story_info_top a:link {color: #003366; text-decoration: none;}
.archive .headline .story_info_top a:visited {color: #003366; text-decoration: none;}
.archive .headline .story_info_top a:active {color: #900000; text-decoration: underline;}
.archive .headline .story_info_top a:hover {color: #900000; text-decoration: underline;}



.archive .article_summary
{
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.archive .story_info
{
	margin: 0 110px 0 0;
	padding: 0 0 0 0;
}

.archive .story_info_first_entry
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.archive .article_summary .story_thumb_big
{
	float: right;
	width: 260px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

.archive .article_summary .story_thumb
{
	float: right;
	width: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

.archive .article_summary .headline
{
	margin: 10px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.35em;
}

.archive .headline a:link {color: #003366; text-decoration: none;}
.archive .headline a:visited {color: #003366; text-decoration: none;}
.archive .headline a:active {color: #900000; text-decoration: underline;}
.archive .headline a:hover {color: #900000; text-decoration: underline;}

.archive .article_summary .byline
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 0.85em;
	line-height: 1.25em;
}

.archive .article_summary .editors_note
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.9em;
}

.archive #sidebar_2
{
	float: left;
	width: 320px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	/* background-color: #cccccc; */
}

.archive #sidebar_2_content
{
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
}

.archive #sidebar_2_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.archive #sidebar_2_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.archive #sidebar_2_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


/* ---------------- ARCHIVE PAGE (END) */



/* ---------------- STATIC INFO PAGE (BEGIN) */

.static_page #main_column
{
	float: left;
	width: 640px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.static_page #main_column_content
{
	margin: 10px 10px 0 20px;
	padding: 0 0 0 0;
}

.static_page #main_column_content .headline
{
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.35em;
}

.static_page #main_column_content .headline a:link {color: #003366; text-decoration: none;}
.static_page #main_column_content .headline a:visited {color: #003366; text-decoration: none;}
.static_page #main_column_content .headline a:active {color: #900000; text-decoration: underline;}
.static_page #main_column_content .headline a:hover {color: #900000; text-decoration: underline;}


.static_page .pagetitle
{
	margin: 5px 0 5px 0;
	/* padding: 0 0 2px 4px; */
	padding: 4px 0 4px 4px;
	line-height: 1.1em;
	/* background-color: #e6e6e6; */
	background-color: #8d95a1;
	color: #ffcc00;
}

.static_page .pagetitle a:link {color: #ffffff; text-decoration: none;}
.static_page .pagetitle a:visited {color: #ffffff; text-decoration: none;}
.static_page .pagetitle a:active {color: #900000; text-decoration: underline;}
.static_page .pagetitle a:hover {color: #900000; text-decoration: underline;}



.static_page #sidebar_2
{
	float: left;
	width: 320px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	/* background-color: #cccccc; */
}

.static_page #sidebar_2_content
{
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
}

.static_page #sidebar_2_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.static_page #sidebar_2_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.static_page #sidebar_2_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


/* ---------------- STATIC INFO PAGE (END) */




/* ---------------- SEARCH RESULTS PAGE (BEGIN) */

.search_results #main_column
{
	float: left;
	width: 640px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.search_results #main_column_content
{
	margin: 10px 10px 0 10px;
	padding: 0 0 0 0;
}

.search_results .pagetitle
{
	margin: 5px 0 5px 0;
	/* padding: 0 0 2px 4px; */
	padding: 4px 0 4px 4px;
	line-height: 1.1em;
	/* background-color: #e6e6e6; */
	background-color: #8d95a1;
	color: #ffcc00;
	font-style: italic;
}

.search_results .pagetitle a:link {color: #ffffff; text-decoration: none;}
.search_results .pagetitle a:visited {color: #ffffff; text-decoration: none;}
.search_results .pagetitle a:active {color: #900000; text-decoration: underline;}
.search_results .pagetitle a:hover {color: #900000; text-decoration: underline;}

.search_results .article_summary
{
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.search_results .story_info
{
	margin: 0 110px 0 0;
	padding: 0 0 0 0;
}

.search_results .article_summary .story_thumb
{
	float: right;
	width: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

.search_results .article_summary .headline
{
	margin: 10px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.35em;
}

.search_results .headline a:link {color: #003366; text-decoration: none;}
.search_results .headline a:visited {color: #003366; text-decoration: none;}
.search_results .headline a:active {color: #900000; text-decoration: underline;}
.search_results .headline a:hover {color: #900000; text-decoration: underline;}

.search_results .article_summary .byline
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 0.85em;
	line-height: 1.25em;
}

.search_results .article_summary .editors_note
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.9em;
}

.search_results #sidebar_2
{
	float: left;
	width: 320px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	/* background-color: #cccccc; */
}

.search_results #sidebar_2_content
{
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
}

.search_results #sidebar_2_content p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.search_results #sidebar_2_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.search_results #sidebar_2_content ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


/* ---------------- SEARCH RESULTS PAGE (END) */





/* ---------------- STORY STYLES (BEGIN) */

.headline_UNUSED
{
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.35em;
}

.byline
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 0.9em;
	/* font-style: italic; */
}

.editors_note
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
}

.editors_note p
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

.editors_note_for_story_page
{
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-style: italic;
}

.article
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.byline_right
{
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.share_article_tools
{
	float: right;
	width: 150px;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	text-align: right;
}

/* ---------------- STORY STYLES (BEGIN) */




/* ---------------- SIDEBAR STYLES (BEGiN) */

.sidebar_banner_300
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

.sidebar_banner_300 p
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	font-size: 0.8em;
	text-align: center;
}

.sidebar_banner_180
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

.sidebar_banner_180 p
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	font-size: 0.8em;
	text-align: center;
}

.sidebar_banner_160
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

.sidebar_banner_160 p
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	font-size: 0.8em;
	text-align: center;
}

/* styles for sidebar boxes */

.stay_connected_subsection
{
	float: left;
	width: 64px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align: left;
}

.stay_connected_subsection_label
{
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1em;
}

/* ---------------- SIDEBAR STYLES (END) */






/* ---------------- AD BANNERS (BEGIN) */


#top_header_banners
{
	width: 960px;
	margin: 8px auto 0 auto;
	padding: 0 0 0 0;
	background-color: #ffffff;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

#footer_banners
{
	width: 960px;
	margin: 0 0 0 0;
	padding: 0px 0 8px 0;
	background-color: #ffffff;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.leaderboard_section
{
	clear: both;
	margin: 0 0 0 0;
	padding: 8px 0 8px 0;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.leaderboard_section .leaderboard_section_small_ad
{
	float: left;
	width: 100px;
	height: 90px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.leaderboard_section .spacer
{
	float: left;
	width: 8px;
	height: 90px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.leaderboard_section .leaderboard_section_main_ad
{
	float: left;
	width: 728px;
	height: 90px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer_banners .full_banner
{
	float: left;
	width: 468px;
	height: 60px;
	margin: 0 0 0 8px;
	padding: 0;
	overflow: hidden;
}

/* ---------------- AD BANNERS (END) */






/* ---------------- WP STYLES (BEGIN) */

.post hr {
	display: block;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* ---------------- WP STYLES (END) */






/* ---------------- STORY IMAGE & CAPTION (BEGIN) */

.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px 0 0 0;
	margin: 10px 0 10px 0;
	/* -moz-border-radius: 3px; */
	/* -khtml-border-radius: 3px; */
	/* -webkit-border-radius: 3px; */
	/* border-radius: 3px; */
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* ---------------- STORY IMAGE & CAPTION (END) */




/* ---------------- UTILITY STYLES (BEGIN) */

/* .clear */
/* { */
/* 	clear: both; */
/* } */

.clear_all
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0px;
	line-height: 0px;
}

.align_center
{
	text-align: center;
}

.align_left
{
	text-align: left;
}

.align_right
{
	text-align: right;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}



.box 
{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: #e6e6e6;
}

.divider
{
	margin: 8px 0 8px 0;
	padding: 0 0 0 0;
	border: 2px solid #cccccc;
}

.navigation
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
}

span.box
{
	padding: 5px 5px 5px 5px;
	background-color: #e6e6e6;
}

/* ---------------- UTILITY STYLES (END) */




/* ---------------- SPECIAL EFFECTS (BEGIN) */

#story_display_container
{
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* border: 1px solid #cccccc; */
	background-color: #ffffff;
}

#story_display
{
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 4px 0 4px 0;
	overflow: hidden;
}

#story_display p
{
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
}

.tab_controls
{
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* root element for tabs  */
ul.tabs
{
	margin:0 0 0 0 !important;
	padding: 0 0 0 0;
	height: 20px;
	list-style:none;
}

/* single tab */
ul.tabs li
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-image:none !important;
	text-indent: 0;
	background-color: #4c4c4c;
}

/* link inside the tab */
ul.tabs a
{
	position:relative;
	top: 0px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	/* display:block; */
	/* background-color: #4c4c4c; */
	background-color: #8d95a1;
	font-size: 1em;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

ul.tabs a:link,
ul.tabs a:visited
{
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
}


ul.tabs a:active
{
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	background-color: #bad41A;
	color: #000000;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
	cursor: default !important;
	color:#4c4c4c !important;
	background-color: yellow;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 		{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 		{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }

/* width 3 */
ul.tabs a.xl 		{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* tab pane styling */
div.panes1 div
{
	display:none;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* border:1px solid #99999; */
	/* border-top:0; */
	/* background-color:#e6e6e6; */
}

.panes1 div {
	display:none;
	position:absolute;
	top:0;
	left:0;
}


/* container for slides */
.panes
{
	float: left;
	width: 400px;
	height: 325px;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* border:1px solid #99999; */
	/* border-top:0; */
	/* background-color:#e6e6e6; */

	cursor:pointer;


	/* background:#fff url(../images/h300.png) repeat-x; */
	/* border:1px solid #666; */
	/* position:relative; */
	/* height:300px; */
	
	/* width:650px; */
	/* float:left; */
	/* width: 500px; */
	/* margin:15px; */

	
	/* CSS3 tweaks for modern browsers */
	/* 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
	*/
}

/* single slide */
.panes div
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	/*
	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
	font-size:12px;
	*/
}

.panes div h2
{
	margin: 5px 0 0 0 !important;
	padding: 0 0 0 0 !important;
	font-size: 1.65em;
	line-height: 1.2em;

	font-family: Georgia,Times,"Times New Roman",Palatino,serif;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.15em;
}

.panes div h2 a:link {color: #003366; text-decoration: none;}
.panes div h2 a:visited {color: #003366; text-decoration: none;}
.panes div h2 a:active {color: #900000; text-decoration: underline;}
.panes div h2 a:hover {color: #900000; text-decoration: underline;}

.panes div p.byline
{
	margin: 0 0 0 0 !important;
	padding: 2px 0 0 0 !important;
	color: #666666;
	line-height: 1.2em;
}


.panes div p.editors_note
{
	margin: 0 0 0 0 !important;
	padding: 4px 0 0 0 !important;
	line-height: 1.2em;
}



.story_display_controls
{
	width: 400px;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #e6e6e6;
}

.control_left
{
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.control_right
{
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



.slideshow_button
{
	float: right;
	width: 30px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: #4c4c4c; */
	background-color: #8d95a1;
}


/* prev and next buttons */
/* .forward, .backward { */
	/* float:left; */
	/* margin-top:140px; */
	/* background:#fff url(../images/hori_large.png) no-repeat; */
	/* display:block; */
	/* width:30px; */
	/* height:30px; */
	/* cursor:pointer; */
	/* font-size:1px; */
	/* text-indent:-9999em;	*/
	
/* } */


.forward, .backward
{
	height: 20px;
	display: block;
	cursor: pointer;
}

/* next */
.forward			{ background-position: 0 -30px; clear:right; }
.forward:hover		{ background-position:-30px -30px; }
.forward:active		{ background-position:-60px -30px; } 


/* prev */
.backward:hover		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled
{
	visibility:hidden !important;
}


.slideshow_button_text a
{
	position:relative;
	top: 0px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* display:block; */
	/* background-color: #4c4c4c; */
	background-color: #8d95a1;
	font-size: 0.9em;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

.slideshow_button_text a:link,
.slideshow_button_text a:visited
{
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
}

.slideshow_button_text a:active
{
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	outline: none;
}

.slideshow_button_text a:hover
{
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	background-color: #bad41A;
	color: #000000;
}

.slideshow_button_text a.current,
.slideshow_button_text a.current:hover
{
	cursor: default !important;
	color:#4c4c4c !important;
	background-color: yellow;
}

/* ---------------- SPECIAL EFFECTS (END) */



