/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */

/* Font Families */

body { font-family: Arial, Helvetica, sans-serif; }


/* Text Colors */

body { color: #333; }


/* Text Size and Leading Classes */

#uber h1,
#uber h2,
#uber h3,
#uber h6 {
	margin: 0;
	padding: 10px 0;
	color: #003C85;
	font: normal 26px/30px "Times New Roman", Times, serif;
}

#uber h2 {
	margin: 15px 0 10px;
	padding: 15px 0 10px;
	font-size: 20px;
	line-height: 24px;
}

#uber h3 {
	margin: 15px 0 10px;
	padding: 15px 0 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}

#uber h6 { padding-bottom: 20px; font-size: 24px; }


#printArea 				        { font-size: 12px; line-height: 16px; }
#printArea .intro, .intro 		{ font-size: 14px; line-height: 18px; }
#printArea .caption, .caption 	{ font-size: 11px; line-height: 15px; }
#printArea .none, .none	        { font-size: 12px; line-height: 16px; }


/* Additional Text Styling */

#printArea .homehead, .homehead 	{ font-weight: bold; }
#printArea .head, .head		        { font-weight: bold; }
#printArea .subhead1, .subhead1 	{ font-weight: bold; }
#printArea .subhead2, subhead2 	    { font-weight: bold; }
#printArea .intro, .intro 		    { font-weight: bold; }
#printArea .caption, .caption 	    { font-style: italic; }


/* Link Colors */

a, a:link, a:visited 	{ color: #003C85; text-decoration: underline; }
a:hover, a:active 		{ color: #003C85; text-decoration: none; }


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 0 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 0 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 0 0px 10px 0px; }


/* Image Placement */

img.imageleft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	border: 1px solid #B6B6B6;
}

img.imageright {
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	border: 1px solid #B6B6B6;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border: 1px solid #B6B4B4;
}

.datatable td { padding: 7px 10px; }

.datatable .titlerow {
	background: #D3DAE1;
	text-align: left;
	font-weight: bold;
	color: #294762;
}

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #ECECEC; }




/* ===================================================================================== STYLES HOME PAGE */

/* ===== Banner ===== */

#homepageBannerContainer .title {
	position: absolute;
	width: 340px;
	height: 182px;
	top: 46px;
	left: 56px;
	background: url(../images/structure/h_cityStories-title.png);
	font-size: 1%;
	text-indent: -9999px;
	z-index: 10;
}

/* ===== Enter Site ===== */

#enterSite a {
	display: block;
	width: 960px;
	height: 40px;
	background: transparent url(../en/images/structure/h_enterSite-btn.jpg) 0 0 no-repeat;
}

#enterSite a:hover, #enterSite a:focus {
	background-position: 0 -40px;
}


/* ===== Intro Content ===== */

#homepage h1 {
	margin: 0;
	padding: 0 0 15px 0;
	width: 480px;
	height: 56px;
	background: transparent url(../en/images/structure/h_introText.png) 0 0 no-repeat;
	font-size: 1%;
	text-indent: -9999px;
}

#contentLeft .highlight {
	font-style: italic;
	font-weight: bold;
}




/* ===================================================================================== STYLES FOR CONTENT PAGES */


/* ===== Submit Your Story ===== */

#contentLeft .submitStory {
	position: absolute;
	top: 21px;
	right: 0;
	margin: 0;
	padding: 10px 0;
	width: 149px;
	height: 40px;
	overflow: hidden;
}

#contentLeft .submitStory ul {
	margin: 0;
	padding: 0;
	width: 149px;
	height: 40px;
	list-style: none;
}

#contentLeft .submitStory li {
	margin: 0;
	padding: 0;
	width: 149px;
	height: 40px;
}

#contentLeft .submitStory li a {
	display: block;
	width: 149px;
	height: 40px;
	background: url(../en/images/structure/btn_submitStory.jpg) 0 0 no-repeat;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
}

#contentLeft .submitStory a:hover {
	background-position: 0 -40px;
}


/* ===== Story Overview ===== */

#contentLeft .overview {
	margin: 0 0 10px 0;
	padding: 10px 0 20px;
	border-bottom: 1px solid #B6B6B6;
	width: 100%;
}

#contentLeft .overview ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentLeft .overview li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
}

#contentLeft .overview .title {
	padding: 0 0 5px 0;
	font-weight: bold;
}

#contentLeft .overview .head {
	font-weight: bold;
}


/* ===== Saint John Facts ===== */

#contentRight img {
	margin: 0 0 15px;
	padding: 0;
}





/* ----- END OF TEMPLATE ----- */
