/* -------- basic styling ---------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	/*--- for IE ---*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background-color: #ebd7a7;
	}
#wrapper {
	/*--- centers everything on page ---*/	
	position:relative;
	width: 908px;
	/*--- realligns text to left (for IE) ---*/
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(images/sidebarGraphic.gif);
	}
/*---to use whenever clear is needed--- */
#clear {
	clear:both;
	}
/* ---- position container elements -------*/
#header {
	/* --- positions elements in the header relative to the header (not wrapper) ----*/
	position:absolute;
	height: 143px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 608px;
	background-color: #FFFFFF;
	background-image: url(images/WestsideObserverLogo.gif);
	top: 6px;
	left: 0px;
	margin-left: 8px;
	}
#mainNav {
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header h1 {
	/*--- move header away from graphic, preserve it for access readers ---*/
	margin-left: -9000px;
	margin-top: -1000px;
	}
/* --- main navigation styles ---*/
#header ul {
	margin: 0;
	padding: 0;
	position:absolute;
	left: 0;
	bottom: 0;
	list-style: none;
	background: url(images/navBarBkg.gif) repeat-x top left;
	background-image: url(images/navBarBkg.gif);
	}
#header ul li {
	float:left;
	}
#header ul li a {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color:#660000;
	float:left;
	/*--- for IE ---*/
	display:block;
	background:url(images/navBarSep.gif) no-repeat left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
#header ul a.first{
	background-image: none;
	background-position: left;
}
#header ul a:hover{
	color:#FF3300;
	}
h1  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.8em;
	color:#ff3300
	border-bottom: 1px solid #777;
	letter-spacing: .05em;
	text-transform:uppercase;
	color: #660000;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
h2  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.5em;
	color: #663300;
	padding-top: 10px;
	}
h3  {
	color:#ff3300;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	}
h4  {
	margin: 0px;
	padding-top: 6px;
	font-size: 1.3em;
	color: #600;
	padding-bottom: 8px;
}
h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
}
h6  {
	font: .95em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	font-style:italic;
	padding-top: 8px;
	}
a img {
	border: none;
    }
#wrapper #header h2 a img {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	display: block;
	position: relative;
	top: -43px;
}
p  {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding-top: 6px;
	text-indent: 0px;
	line-height: 1.4em;
	}
#current {
	margin-left: 8px;
	margin-top: 145px;
	width: 608px;
	float: left;
	/*padding-top: 5px;*/
	padding:5px;
	/*padding-bottom: 5px;*/
	text-align: left;
	background: #dfccb7;
	}
#current img {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#current #cartoon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
#a:link {
	color:#ff3300;
	padding: 0px;
	}
#a:active {
	color:#663366;
	}
#a:visited {
	color:#660000;
	}
#currentIssue/* ----- style for featured articles current issue ------*/
 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #CC6600;*/
	}
/* ------- sidebar styles --------*/
#sidebar {
	float: left;
	width: 255px;
	margin-top: 6px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	}
#sidebar a {
	text-decoration: none;
	border-style: none;
	color:#ff3300;
}
#display  {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#display p {
	padding: 0px;
	text-align: center;
}

/* ------- footer styles -------*/
#footer {
	color: #fff;
	font: Trebuchet MS, Helvetica, sans-serif;
	font-size:0.6em;
	background-color:#ff6600;
	margin-top: 3em;
	padding:1em;
	width: 600px;
	}
#berry {
	color: #F96;
	background: #603;
}
#berry h1 {
	color: #6F9;
	text-align: center;
}
#berry p {
	padding-right: 10px;
	padding-left: 10px;
}
#obit {
	color: #FFF;
	background: #333;
	padding-right: 10px;
	padding-left: 10px;
}
#obit h1 {
	color: #F90;
	text-align: center;
}
	
.leftBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 5px;
}
.rightBorder {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #cccc99;
	border-right-color: #cccc99;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #660000;
	margin: 0px;
	text-indent: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.halflight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #660000;
	margin: 0px;
	text-indent: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leader {
	color: #FF0000;
	margin: 0px;
	padding-bottom: 8px;
	font-weight: bold;
	padding-top: 16px;
}
.italic {
font-style:italic;
}
.italicBold {
	font-style:italic;
	font-weight: bold;
	text-indent: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*#pro p {
	float: left;
}
#con p {
	width: 270px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0033CC;
	padding-left: 6px;
	clear: right;*/
}
.datedlinks {
	padding-right: 20px;
}
.endOfSegment {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
.clear {
	clear: both;
}
/*.semiHighlight {
	font-size: 1.2px;
	line-height: 1.2px;
	font-weight: bold;
	color: #FF6600;
}*/
.goldBold1 {
	color: #e35609;
	font-size: 1.2em;
	font-weight: bold;
}
.date {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-bottom: 5px;
}
/*.12pxSpacer {
	padding-bottom: 12px;
}*/
.bottomBorder {
	padding-bottom: 8px;
}
/*semibold {
	font-weight: bold;
}*/
p.byline {
	font-style: italic;
	font-weight: bold;
	color: #666;
}
#iconBar img {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	border-style: none;
}
#iconBar {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFF;
	color: #600;
	margin: 0px;
	padding: 0px;
}
#wrapper #current a {
	color: #F30;
	/*font-weight: bold;*/
	font-size: 13px;
	text-decoration: underline;
	border-style: none;
}
.byline {
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.monthlydesignation {
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	background: #603;
	padding-bottom: 1px;
}
.monthlydesignation h1 {
	color: #F93;
	text-align: center;
}
.trailer {
	line-height: 1.5em;
	font-weight: bold;
	color: #630;
	text-align: center;
	margin-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-bottom: 12px;
}
#centerImage {
	text-align: center;
}
.bold {
	font-weight: bold;
}
#cartoonModule .featuredCartoon {
	text-align: center;
	height: 230px;
	width: 180px;
	padding: 20px 10px 10px;
	float: left;
}
.featuredCartoon p {
	text-align: center;
}
#photoModule {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 160px;
	width: 180px;
}
.featuredPhoto p {
	text-align: center;
}
/*.tall {
	padding: 10px;
	float: left;
	height: 230px;
	width: 180px;
	text-align: center;
}
.tall p {
	text-align: center;
}*/
/*.tooltipContent p {
	text-align: center;
}*/
#display a img {
	text-decoration: none;
}
.leftBerryBox .obit {
	font-weight: bold;
	color: #FFF;
	background: #603;
	float: left;
	width: 264px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	padding: 10px;
}
.leftBerryBox p .obit p {
	padding: 5px 8px 8px 10px;
}
.obit {
	background: #333;
	color: #9CF;
	
}
/*for LHH sidebar-patrick.html*/
#melonBoxRight {
	background: #FCC;
	width: 300px;
	float: right;
	margin: 10px 4px 12px 9px;
	padding: 10px 4px 12px 9px;
	border:3px solid #0C6
}
#melonBoxRight h1 {
	color: #063;
	text-align: center;
	font-size: 1.4em;
}
.rightBerryBox {
	font-weight: bold;
	color: #FFF;
	background: #603;
	border: 4px solid #603;
	width: 260px;
	float: right;
	margin: 10px 0px 8px 14px;
}
.rightBerryBox p {
	padding: 10px 4px 12px 9px;
}
#leftBerryBox {
	background: #603;
	margin: 5px;
	padding: 10px;
	width: 260px;
	float: left;
}
/*-------twocolumns*/
#rightColumn {
	width: 290px;
	float: right;
	padding: 10px 0px 6px 8px;
	border-left: 3px dotted #600;
	margin-left: 6px;
}
#leftColumn {
	width: 296px;
	float: left;
}

/*---------Various Photo Boxes for captions--------------*/
#photo254-w-textunderLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: left;
	width: 254px;
	border: 1px solid #600;
	margin: 2px 5px 2px 0;
}
#photo268-w-textunderLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: left;
	width: 268px;
	border: 1px solid #600;
	margin: 2px 5px 2px 0;
}
#photo268-w-textunderRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: right;
	width: 268px;
	border: 1px solid #600;
	margin: 2px 0px 2px 4px;
}
#photo300-w-textunderLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: left;
	width: 300px;
	border: 1px solid #600;
	margin: 2px 5px 2px 0;
}
#photo300-w-textunderRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: right;
	width: 300px;
	border: 1px solid #600;
	margin: 2px 0px 2px 4px;
}
#photo315-w-textunderRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px;
	float: right;
	width: 316px;
	border: 1px solid #600;
	margin: 2px 0px 2px 4px;
}
#photo325-w-textunderRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px;
	float: right;
	width: 337px;
	border: 1px solid #600;
	margin: 2px 0px 2px 4px;
}
#sidebar325-w-textunderRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	background: #CFF;
	text-align: left;
	padding: 3px 6px;
	float: right;
	width: 337px;
	border: 1px solid #600;
	margin: 2px 0px 2px 4px;
}
#photo325-w-textunderLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px;
	float: left;
	width: 337px;
	border: 1px solid #600;
	margin: 5px 10px 5px 0px;
}
#photo372-w-textunderLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: left;
	width: 372px;
	border: 1px solid #600;
	margin: 2px 5px 2px 0;
}
#photo372-w-textunderRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: right;
	width: 372px;
	border: 1px solid #600;
	margin: 2px 0px 2px 4px;
}
#photo408-w-textunderLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: left;
	width: 408px;
	border: 1px solid #600;
	margin: 2px 5px 2px 0;
}
#photo444-w-textunderLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 3px 6px 3px 6px;
	float: left;
	width: 444px;
	border: 1px solid #600;
	margin: 2px 5px 2px 0;
}
/*--------End various photo-caption boxes-----------*/
.pullquote {
	font-size: 14px;
	font-style: italic;
	color: #630;
	border-top: thin dotted #630;
	border-bottom: thin dotted #630;
	padding: 8px 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	font-weight: bold;
}
.teaser {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2px;
	font-weight: lighter;
	color: #F60;
	margin-top: 6px;
}
.center {
	color: #630;
	text-align: center;
}
.whiteText {
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
}
.centerWhite {
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
p.indent {
	text-indent: 12px;
}
.underline {
	text-decoration: underline;
}
.underPictures {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
/*#display a img {
	text-decoration: none;
}*/
#ads a img {
		margin-bottom: 6px;
}
.indexSegment {
	border-bottom: 2px dotted #600;
}
#wrapper #current .resolution {
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
	margin: 20px 60px 10px 40px;
	width: 520px;
	padding: 10px;
}
#wrapper #current #wotpc div div .resolution p {
	font-family: Verdana, Geneva, sans-serif;
}
