/* 
	Operation 9 CSS File
	Last Updated: 02.21.2010
*/

/* Structure */

html, body {
	margin:0;
	padding:0;
	background: url(/layout/background_test.jpg);
}

#content { /* Left Column */
	width: 530px;
	padding-bottom: 20px;
	font-family: Georgia, Times, serif;
	border-top: 0px solid transparent; /* to stop collapsing margins in Moz */
	float: left;
}

#content #feature {
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

#content #feature-byline {
	font-size: 10px; 
	font-family: georgia; 
	margin-right: 10px; 
	margin-top: -7px; 
	margin-bottom: 13px;
}

#content #entries {
	margin: 0px 0px 0px 10px; 
	margin-right: 10px; 
	padding-top: 10px; 
	border-top: 1px solid #e3e3e3; 
	font-family: Georgia; 
	font-size: 11px;
}

#nav { /* Right Column */
	position: absolute;
	left: 530px;
	width: 212px; 
	font-family: Georgia; 
	font-size: 11px;
}

#nav #credit {
	margin-left: 15px;
	font-size: 11px; 
	margin-right: 10px; 
	line-height: 16px;
}

.header {
	margin: 0;
	clear: both;
	width: 515px; /*ie requires this or height */
}

/* Entry Formatting */

#sticky .bodytext {
	background-color: #f7f7f7;
	border: 1px solid #e3e3e3;
}

#sticky .bodytext p {
	margin: 3px;
}

.bodytext {
	font-size: 12px;
	margin:0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 10px;
}

div.entryhead {
	height: 20px; 
	width: 500px; 
	font-weight: bold; 
	padding: 5px; 
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px; 
	border-bottom: 1px solid #e3e3e3;
}

div.entryhead h1 {
	font-size: 16px;
	padding:0;
	margin: 0;
	font-style: italic;
	font-weight: bold;
}

div.entryhead h1 a {
	color: #000;
}

div.postedtime {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 12px; 
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	width: 510px;
	border-top: 1px solid #e3e3e3;
}

div.postedtime p {
	line-height: 10px;
}

/* Media Formatting */

.bodytext img {
	float: left; 
	padding: 5px 10px 5px 0px;
}

.bodytext img.imgleft {
	float: left; 
	padding: 5px;
	border: 1px solid #e3e3e3;
	margin: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bodytext img.imgright {
	float: right; 
	padding: 5px;
	border: 1px solid #e3e3e3;
	margin: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.bodytext img.imgcenter {
	float: none; 
	margin: 10px;
	margin-bottom: 0px;
	text-align: center;
	padding: 5px;
	border: 1px solid #e3e3e3;
}

.bodytext div.video {
	margin: 0 auto;
	padding: 0;
	width: 425px;
	height: 350px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 10px;
	margin-top: 10px;
	float: none; 
	text-align: center;
	border: 1px solid #e3e3e3;
}

div.cam {
	margin: 0 auto; 
	text-align: center; 
	width:352px;
	padding: 5px;
	border: 1px solid #ccc;
}

blockquote {
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	padding: 5px 10px;
	clear: both;
	margin: 10px 20px;
	background-color: #f8f8f8;
	font-style: italic;
}

.bodytext p {
	margin: 0;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0px;
	line-height: 1.5em;
	margin-top: 10px;
}

p, blockquote {
	line-height: 18px;
}

ul, li {
	line-height: 18px;
	margin-right: 10px;
}

.bodynav {
	position: relative;
	right: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
	float:right; 
	padding: 5px; 
	padding-right: 0px;
	width: 100px;
	border-left: 1px solid #e3e3e3;
}

/* Right Sidebar */

.sidebar {
	margin: 0;
	background-color: #fff;
	margin: 10px;
	padding: 5px;
	border: 1px solid #ddd;
}

.sidebar h2 {
	margin: 0px;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: bold 12px Georgia, Times, serif;
	line-height: 14px;
	border-bottom: 1px solid #ccc;
}

.sidebar span {
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
}

.sidebar p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding-left: 3px;
	margin: 0;
}

.sidebar form {
	margin: 0;
	padding: 2px;
	text-align: center;
}

.sidebar form input {
	border: 1px solid #666;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}

.sidebar p.tags {
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	line-height: 1.85em;
}

.sidebar p.tags a.tagSize1 {
	font-size: 10px;
}

.sidebar p.tags a.tagSize2 {
	font-size: 11px;
}

.sidebar p.tags a.tagSize3 {
	font-size: 13px;
}

.sidebar p.tags a.tagSize4 {
	font-size: 14px;
}

.sidebar p.tags a.tagSize5 {
	font-size: 16px;
}

.sidebar p.tags a.tagSize6 {
	font-size: 17px;
}

.sidebar p.tags a.tagSize7 {
	font-size: 19px;
}

.sidebar p.tags a.tagSize8 {
	font-size: 20px;
}

.sidebar p.tags a.tagSize9 {
	font-size: 21px;
}

.sidebar p.tags a.tagSize10 {
	font-size: 22px;
}

.sidebar p.tags a.tagSize11 {
	font-size: 22px;
}

.sidebar p.tags a.tagSize18 {
	font-size: 22px;
}

/* Contact Form Styles */

form#contact {
	font-size: 12px; 
	border: 0px;
	padding-top: 5px;
	padding-left: 5px;
	border-top: 1px solid #e3e3e3;
}

form#contact #commentForm .leftColumn {
	width: 20%;
	float: left;
	margin-bottom: 4px;
}

form#contact #commentForm .rightColumn {
	width: 80%;
	float: left;
	margin-bottom: 4px;
}

form#contact #commentForm {
	padding-top: 10px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Link Styles */

a:hover {
	color: #D2752C;
	text-decoration: none;
}

a {
	color: #540000;
	text-decoration: none;
}

.bodytext a:hover {
	color: #540000;
	font-weight: normal;
	text-decoration: underline;
}

.bodytext a {
	color: #D2752C;
	font-weight: normal;
	text-decoration: none;
}

/* Comment Styles */

ol.comments, ol.comments-preview {
	width: 475px;
	background-color: #fff;
	margin:0px;
	padding:0px;
	margin-left: 20px;
	list-style: inside;
	list-style-type: lower-roman;
}

ol.comments li, ol.comments_preview li {
	font-size: 21px;
	color: #c3c3c3;
	margin: 0px;
	background-color: #f7f7f7;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #fff;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #dadada;
}

ol.comments li p, ol.comments_preview li p {
	padding:0;
	margin:0;
	color: #000;
	line-height: 1.5em;
	font-size: 12px;
	padding-bottom: 10px;
}
