/* BASE ---------------------------------------------------------------- */

body {
	background: #CCC url(images/pattern.gif) repeat top left;
	color: #333;
	font-family: 'Lucida Grande','Lucida Sans Unicode', arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

address {
	font-size: 10px;
	margin: 10px;
	padding: 0;
}

ul {
	display: block;
	list-style: none;
	margin: 10px;
	padding: 0;
}

ul li {
	background: url(images/mini-icons/arrow_list.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
	text-transform: capitalize;
	vertical-align: middle;
}

/* IMGS ---------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* IMGS ---------------------------------------------------------------- */

img, object {
	border: 0;
	margin: 0;
	padding: 0;
}

#stories img.dropin {
	border: 0;
	display: inline;
	float: right;
	padding: 5px;
	text-align: right;
}

#stories img, #slideshow {
	border-color: #DDD gray gray #DDD;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin: 10px auto;
	padding: 9px;
	position: relative;
}

/* IDS ----------------------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 830px;
}

#content {
	background: transparent url(images/background3.png) repeat-y top left !important;
	background: transparent url(images/background3.gif) repeat-y top left;
	border-bottom: 1px solid #333;
	float: left;
	margin: 0 !important;
	padding: 0 9px 0 10px;
}

#banner {
	height: 80px;
	margin: 0 !important;
	margin: 0 0 -3px 0;
	padding: 0;
	width: 808px;
}

#nav {
	background: #333 url(images/nav-back.gif) repeat-x top left;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	display: block;
	height: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 811px;
}

#ticker {
	background: url(images/newspaper.jpg) no-repeat top right;
	border: 1px solid #AAA;
	margin-top: 10px;
	padding: 0;
	width: 365px;
}

#ads_left {
	float: left;
	margin: 0 1px 0 0;
	width: 112px;
}

/*#ads_left p {
	margin: 4px;
}*/

#sidebar {
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 200px;
}

#stories {
	float: left;
	margin: 0 1px 0 0 !important;
	margin: 0;
	padding: 0 0 0 10px;
	width: 375px;
}

#ads {
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 112px;
}

#comments {
	background: #FFF url(images/pattern_light.gif) repeat-x top left;
	border-top: 1px solid #AAA;
	font-size: 10px;
	width: 365px;
}

#comment_form {
	background: #FFF url(images/pattern_light.gif) repeat-x top left;
	border-top: 1px solid #AAA;
	font-size: 10px;
	width: 365px;
}

#footer {
	background: #fff url(images/grey_stripes.gif) repeat top left;
	border-top: 1px solid #333;
	clear: both;
	margin: 0;
	padding: 0 0 2px 0;
	width: 810px;
}

#responseContent {
	background: transparent url(images/background2.png) repeat-y top left !important;
	background: transparent url(images/background2.gif) repeat-y top left;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 0 10px 0px 10px;
}

#responseBody {
	border-top: 1px solid #333;
	margin: 0;
	padding: 25px 0 25px 0;
	width: 698px;
}

/* HEADERS ------------------------------------------------------------- */

h1 {
	border-top: 1px #DDD solid;
	font-size: 18px;
	margin: 10px 0 10px 0;
	padding: 5px 0 0 0;
	width: 365px;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

div h3 {
	background: #DDD url(images/left_shadow.png) repeat-y top left !important;
	background: #DDD url(images/left_shadow.gif) repeat-y top left;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
}

div h4 {
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
}

#sidebar div.round-up h3 {
	background: #F90 url(images/left_shadow.png) repeat-y top left !important;
	background: #F90 url(images/left_shadow.gif) repeat-y top left;
	color: #FFF;
}

#sidebar div.round-up h3 a {
	color: #fff;
}

#sidebar div.diamond h3 {
	background: #CC9 url(images/left_shadow.png) repeat-y top left !important;
	background: #CC9 url(images/left_shadow.gif) repeat-y top left;
}

#sidebar div.herald h3 {
	background: #CFC url(images/left_shadow.png) repeat-y top left !important;
	background: #CFC url(images/left_shadow.gif) repeat-y top left;
}

#sidebar div.montgomery h3 {
	background: #CCF url(images/left_shadow.png) repeat-y top left !important;
	background: #CCF url(images/left_shadow.gif) repeat-y top left;
}

div#ads h3 {
	background: #DDD url(images/right_shadow.png) repeat-y top right !important;
	background: #DDD url(images/right_shadow.gif) repeat-y top right;
}

div#ads .date h3 {
	background: #F90 url(images/right_shadow.png) repeat-y top right !important;
	background: #F90 url(images/right_shadow.gif) repeat-y top right;
	color: #FFF;
}

/* LINKS --------------------------------------------------------------- */

a, a:visited {
	color: #F90;
	text-decoration: none;
}

a:hover, a:active {
	color: #F60;
	text-decoration: underline;
}

#nav a, #nav a:visited {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
}

#footer a, #footer a:visited {
	color: #333;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
}

#nav a:hover, #nav a:active {
	color: #F90;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #F90;
	text-decoration: none;
}

.diamond a, .diamond a:visited {
	color: #960;
}

.herald a, .herald a:visited {
	color: #390;
}

.montgomery a, .montgomery a:visited {
	color: #039;
}

/* LISTS --------------------------------------------------------------- */

#footer ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li, #footer ul li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* PARAGRAPHS ---------------------------------------------------------- */

p {
	margin: 10px;
}

p.subtitle {
	font-weight: bold;
	text-transform: capitalize;
}

#sidebar p, #ads p {
	color: #777;
}

div.classifieds p.item {
	background: #FFF url(images/pattern_light.gif) repeat-x top left;
	border-top: 1px solid #AAA;
}

/* FORMS --------------------------------------------------------------- */

.text {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	font-family: 'Lucida Grande','Lucida Sans Unicode', arial, verdana, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 2px;
	width: 95%;
}

/* TABLES -------------------------------------------------------------- */

table {
	border: 0;
	margin: 0;
	padding: 0;
	width: 365px;
}

td.resultRow {
	background: #FFF url(images/pattern_light.gif) repeat-x top left;
	border-top: 1px solid #AAA;
}

table.advancedSearch {
	border-collapse: separate;
}

table.advancedSearch td, table.photoAlbum td {
	text-align: left;
	vertical-align: top;
	width: 50%;
}

/* CLASSES ------------------------------------------------------------- */

.article,
.headlines,
.sports,
.family,
.diamond,
.herald,
.montgomery,
.town_hall { text-align: justify; }

.cutline {
	color: #333;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
}

.title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	padding: 0;
	text-transform: uppercase;
}

.author {
	color: #AAA;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	margin: 10px;
	padding: 0;
	text-transform: uppercase;
}

.copyright {
	clear: both;
	color: #777;
	display: block;
	font-size: 9px;
	margin: 15px 0 0 0;
	padding: 0 85px 0 85px;
	text-align: center;
}

div.classifieds {
	width: 365px;	
}

div.announcements {
	background: #FFF url(images/pattern_yellow.gif) repeat top left;
	border: 1px solid #FC3;
	margin: 10px 0 0 0;
	padding: 0;
	width: 365px;
}