#content h2 {
	border-bottom: 1px solid black;	
}

#content h2 {
	font-size: 1.5em;
	margin: 0.3em 0;
}

#content h3 {
	font-size: 1.1em;
}

.story #content h2 {
	border-bottom: none;
}

.ad {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 320px;
}

.ad iframe {
	margin: 1em 0;
}

p.maindate {
	font-size: 0.9em;
}

.storydate {
	color: #777;
}

.informational {
	font-size: 0.8em;
	font-weight: normal;
}

.class-nowrap {
	font-size: 0.8em;
}

.liststory {
	margin: 1em 1em 1em 0;
	font-size: 0.8em;
}

#content .infobox {
	width: 50%;
	border: 1px solid black;
	float: left;
	min-height: 250px;
}

#content .infobox li {
	margin: 0.2em 0.3em 0.2em 1.3em;
}

#content .infobox h2 {
	background-color: #3D3D99;
	font-size: 1em;
	color: white;
	padding: 0.2em 1em;
	margin: 0;
}


#content .ad .infobox {
	margin-top: 1em;
	width: 300px;
	min-height: 200px;
}

#content .ad .infobox h2 a {
	color: white;
}

#content p {
	margin-bottom: 10px;
}

#content li {
	margin-bottom: 10px;
}

#user_session {
	text-align: right;
	color: white;
	font-size: x-small;
	margin-bottom: 5px;
	margin-right: 10px;
}

#user_session p {
	display: inline;
	margin-left: 1em;
}

#user_session input {
	width: 5em;
}

#user_session input.check {
	width: auto;
}

#user_session a {
	color: white;
	margin-left: 1em;
}

p.editorial { font-style: italic; }

#big_login {
	background: #DDD;
	border: 2px dotted #BBB;
	width: 20em;
	padding: 1em;
	margin: .5em;
}

#big_login a {
	text-decoration: underline;
}

#big_login p {
	font-weight: bold;
	margin: .5em 0;
}

#big_login label {
	display: block;
	margin: .2em;
}

#big_login p.links {
	font-size: small;
	font-weight: normal;
}


/* For inside stories */

.insidestory {
	padding: 0;
	margin: 0;
	line-height: 1.25em;
}
	
	.insidestory p {
		padding: 0;
		margin: 0 0 10px 0;
		line-height: 1.25em;
	}
	
	#content .insidestory h2{
		float: none;
		font-size: 1.1em;
		font-weight: normal;
		font-family: "arial black", helvetica;
		/* line-height: 0em; */
		padding-bottom: 0.1em;
		margin: 0 0 10px 0;
		
	}

.credit{
	font-family: arial, helvetica;
	font-size: x-small;
	font-weight: bold;
}

table.calendar {
	margin: 0 auto;
}

table.calendar td {
	text-align: center;
}

table.calendar a {
	display: block;
}

table.calendar a:hover {
	background-color: #83BCFF;
}

#photowrap {
	width: 300px;
	border: 1px solid gray;
	background: #EEE;
	margin: 0.5em;
	float: right;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: arial, helvetica, sans-serif;
}

#photowrap p {
	text-align: center;
}

.photocredit {
	margin: 0;
	font-family: arial, helvetica;
	font-variant: small-caps;
	text-align: right;
}


.extrabox {
	text-align: center;
	border: 1px solid #AAA;
	margin: 0.5em 0;
	padding : 0.3em 0;
}

/* Story */
#story_image img {
	display: block;
	margin: 0 auto;
}

#story_image p {
	padding: 0.1em 0.5em;
	text-align: left;
}

p.subhead {
	font-size: 0.8em;
	font-weight: bold;
}

#story_image .photocredit {
	text-align: right;
}

#content #story_image .photocutline {
	font-size: 0.9em;
}

#photowrap span.photonav,
#story-extras span.photonav {
	color: #4D4DBF;
}

#story-extras span.counter {
	padding: 0 1em;
}

#photowrap span.photonav:hover,
#story-extras span.photonav:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.p300 {
	width: 300px;
	float: right;
}

.p300 .photocutline {
	font-size: 0.8em;
}

img.single,
.insidestory img[hspace="5"]{
	margin: 5px;
	float: left;
	border: 1px solid black;
}

img.single-right,
.insidestory img[hspace="5"]{
	margin: 5px;
	float: right;
	border: 1px solid black;
}

.insetbox {
	padding: 5px;
	margin: 5px;
	float: left;
	border: 1px solid #333333;
	background-color: #FF6;
	max-width: 380px;
	
	max-height: 600px;
	overflow: auto;
	font-family: arial, helvetica;
	font-size: smaller;
}

.insetbox ul {
	margin-left: 1em;
}

#content .insetbox li {
	margin: .2em;
}

.ad-story {
	width: 300px;
	height: 250px;
	border: 1px solid gray;
	background: #DDD;
	margin: 0.5em;
	float: left;
}

h4 {
	margin-top: 0.5em;
	text-decoration:underline;
}

dl {
	margin-top: 1em;
	margin-left: 0.5em;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style: disc;
}


#story-options {
	display: block;
	float: left;
	
	clear: both;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0.3em;
	background: #fff;
	color: #000;
	border: 1px solid #808080;
	padding: 0 0.1em;
/*display: none;	*/
}


#story-options li {
	float: left;
	list-style: none;
	margin: 2px 5px;
	position: relative;
}

#story-options li fieldset {
	display: none;
}

#story-options a {
	color: #3D3D99;
	padding: 0 8px 0 26px;
	background-image: url(/graphics/icons.png);
	background-repeat: no-repeat;
}

#story-options a#print { background-position: 6px 0; }
#story-options a#email { background-position: 6px -49px; }
#story-options a#share { background-position: 6px -99px; }

#story-options li li {
	width: 49%;
	margin: 0.2em 0;
	line-height: 16px;
	font-size: 0.9em;
}

#story-options li li img {
	margin-right: 4px;
	vertical-align: middle;
	display: block;
	float: left;
}

#story-options li li a {
	background: none;
	margin: 2px;
	border: none;
	padding: 0;
}

#story-extras {
	width: 325px;
	margin: 0.5em;
	float: right;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: arial, helvetica, sans-serif;
}

#story-extras p {
	text-align: center;
}

#story-extras .photocutline {
	text-align: left;
	margin-left: 0.5em;
}

.story-album,
.story-image {
	width: 325px;
	border: 1px solid gray;
	background: #EEE;
	margin-bottom: 1em;
}

#story-extras .enlarge img {
	vertical-align: middle;
	margin-right: 0.3em;
}

#story-extras .enlarge {
	color: #666;
	margin: 0.2em 1.2em;
	display: block;
	font-size: 0.9em;
	text-align: right;
}

#story-extras .figure {
	text-align: center;
}

#story-extras .headshot .photocredit {
	margin: 0;
}

#story-extras .headshot .photocutline {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding-top: 0.2em;
	margin-left: 0;
}

#story-extras .gallery-link p {
	text-align: left;
	font-style: italic;
	margin-bottom: 0;
	margin-left: 0.2em;
}

#story-extras .gallery-link {
	margin-top: 0.5em;
}

#story-extras .gallery-link a {
	display:block;
	text-align:center;
}

#story-extras.hs_only,
#story-extras.hs_only .story-image,
#story-extras.hs_only .story-album {
	width: 130px; 
}

#story-extras.hs_only p.navwrap {
	font-size: 0.8em;
}

.video-normal h3,
.video-wide h3 {
	margin: 0 0 0.2em 0;
}

.video-normal,
.video-wide {
	float: right;
	margin: 5px;
	width: 330px;
	text-align: center;
}

#story-extras .video-normal,
#story-extras .video-wide {
	float: none;
	margin: 5px auto;
}

.video-wide { width: 485px; }

.insidestory div.alone {
	float: none;
	margin: 0 auto;
}

.video-list a {
	float: left;
	clear: both;
	width: 100%;
}

.video-list h3 {
	float: left;
	clear: both;
	width: 100%;
	height: 1em;
}

.video-list h4 {
	font-size: 1.1em;
	text-decoration: none;
}

.video-list .liststory {
	width: 47%;
	float: left;
	height: 170px;
	margin-bottom: 5px;
}




/*

#story-options li.printitem { position: static; }
*/

li#curOption {
/*	padding-top: 2px;*/
	top: 4px;
	left: -3px;
	margin-bottom: 0;
	margin-top: 0;
}

li#curOption fieldset {
	display: block;
}

li#curOption a, 
#story-options fieldset {
	background-color: #ddedff;
	border-color: #5064E4;
	border-style: double;
	border-width: 3px 3px 0 3px;
}

li#curOption a {
	display: block;
	float: left;
	margin-right: -6px;
	margin-top: -1px;
	padding-bottom: 2px;
	position: relative;
	top: -4px;
	z-index: 1;
}

#story-options div {

}

#story-options fieldset {
	position: absolute;
	float: left;
	clear: both;
	top: 15px;
	width: 200px;
	/*	height: 200px;*/
	background: #ddedff;
	padding: 0.3em;
	font-family: arial, sans-serif;
	font-weight: normal;
	border-color: #5064E4;
	border-width: 3px;
	border-style: double;
}

#story-options fieldset.sharebox {
	width: 250px;
}

#story-options fieldset.sharebox ul {
	margin-top: 0.5em;
}
/*

#story-options li.printitem fieldset {
	top: 270px;
	left: 130px;
}
*/


#story-options fieldset.emailbox {
	width: 400px;
}

span.required { color: red; }

#story-options label {
	display: block;
	float: left;
	width: 100%;
	margin: 0.3em;
}

#story-options p input {
	margin-left: 20px; 
	margin-top: 0.5em;
}

.list-thumb {
	float: right;
}

/* Used by javascript for full-sized image */
#photoMask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50000;
	overflow: hidden;
	text-align: center;
	background-image: url(/graphics/semitrans.png);
}

#photoWrap {
	border:5px solid black;
	z-index: 50001;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.6);
/*
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
*/
}

#photoWrap span {
	position: absolute;
	display: block;
	top: -3px;
	right: -3px;
	width: 50px;
	height: 50px;
	background-color: #000;
	color: #FFF;
	opacity: 0.3;
	text-align: center;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	cursor: pointer;
	font-family: arial;
	z-index: 50002;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#photoWrap span:hover {
	opacity: 1;
}

#month_lists dl {
	width: 5em;
	float: left;
	text-align: center;
	margin-bottom: 1em;
}

#month_lists dd,
#month_lists dt {
	margin: .5em 0 0;
}

#month_lists dl a {
	display: block;
}

/* Classifieds categories */
.classcategories h4 {
	text-decoration: underline;
	margin-bottom: .5em;
	margin-top: 1em;
	font-size: 1.1em;
}

.classcategories h5 {
	margin: 2em 0 1em;
	text-decoration: underline;
}

.classcategories li {
	margin-left: 1.3em;
	font-size: small;
	font-weight: bold;
}

.classcategories img {
	float: right;
}

.comment {
	background: #ADF;
	padding: 3px;
	margin: 1em;
	border: 1px solid #8BE;
}

.comment-content {
	margin-top: .5em;
}

.comment-content .deleted {
	font-style: italic;
	color: #888;
}

#content h2.comments-header {
	margin-top: 1em;
	font-size: .9em;
}

#comment-text {
	width: 90%;
	padding: .2em;
}

.asset-meta {
	display: inline;
}

.comment-actions {
	float: right;
	font-size: .8em;
}


#comments-open-text span.format-info {
	color: #555;
}

#comments-open-data {
	position: relative;
	background: #EEE;
	color: #555;
	padding: .2em;
	margin: .2em 0;
	width: 90%;
	margin-bottom: 1em;
}

#comment-form-name {
	font-size: .8em;
	overflow: hidden;
	
}

#curuser_url {
	max-width: 200px;
}

#comment-form-name p {
	font-weight: bold;
	margin-bottom: .4em;
	display: inline;
	margin: .4em 1em;
	white-space: nowrap;
}

/*#curuser_url { white-space: nowrap; }*/

#comment-form-name #edit_user_link {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin: 0;
	padding: 3px 10px;
	background: #EEE;
}

#comment-form-name p span {
	font-weight: normal;
}

#comments-open-text input {
	font-family: serif;
	font-size: 1.1em;
	border: 1px outset #CCC;
	padding: 2px;
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
}

#make_bold {
	font-weight: bold;
}

#make_italics {
	font-style: italic;
}

#comment-submit {
	margin-top: .5em;
}

#comment-msgbox {
	background: #F90;
	text-align: center;
	padding: .2em;
	width: 90%;
	margin: .5em;
}

#comment-msgbox.error {
	color: white;
	background-color: #900;
}

#preview_header {
	margin-top: 1em;
}

