
/* updated 7 JUN 08 by Jesse */

/* @override http://localhost/chyrp/trunk/themes/default/stylesheets/screen.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
/*common page style*/
html, body {
	height: 100%;
	
	margin: 0 auto;
	padding: 0;
	
	background-color: #dbcec3;
	color: #846042;
	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
}

#container {
	position: relative;
	
	min-height: 100%;
	width: 800px;
	
	margin: 0 auto;
	
	text-align: left;
	
	background-color: #311d18;
}

#header {
	width: 800px;
	height: 201px;
	max-height: 201px;
	max-width: 800px;
	
	padding: 0;
	
	background-image: url('/i/header.gif');
	background-repeat: no-repeat;
}

.sos {
	position: absolute;

	float: left;

	margin: 0px;
	padding-left: 30px;
}

#news-header {
	position: relative;
	float: left;
	
	width: 800px;
	height: 99px;
	
	margin: 0;
	
	background: url('/i/news_header.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	float: left;
	
	bottom: 0px;
	
	width: 800px;
	height: 60px;
	
	background-image: url('/i/footer_back.gif');
}

#footer p {
	margin: 0;
	padding: 15px 0px 20px 40px;
	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	
	color: #8c6853;
}

.title {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
	color: #f26522;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #d0d783;
	}

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

a:hover {
	text-decoration: none;
	color: #af9987;
	border-bottom: 1px solid #af9987;
}

a:active {
	text-decoration: none;
	color: #af9987;
	border-bottom: 1px solid #af9987;
}

/*Top Navigation Menu*/
#menu {
	position: absolute;
	margin: 0;
	right: 0px;
	padding: 0;
	list-style: none;
	width: 480px;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	height: 69px;
}

#menu a {
	border: none;
}

#menu #homelink a{
	width: 87px;
	background-position: 0 0;
}

#menu #worklink a{

	width: 87px;
	background-position: -87px 0;
}

#menu #aboutlink a{
	width: 87px;
	background-position: -174px 0;
}

#menu #contactlink a{
	width: 104px;
	background-position: -261px 0;
}

#menu #newslink a{
	width: 78px;
	background-position: -365px 0;
}

#menu a {
	background-image: url('/i/header-menu.gif');
	height: 100%;
	display: block;
}

#menu #homelink a:hover{
	background: url('/i/header-menu.gif') 0px -69px no-repeat;
}
#menu #worklink a:hover{
	background: url('/i/header-menu.gif') -87px -69px no-repeat;
}

#menu #aboutlink a:hover{
	background: url('/i/header-menu.gif') -174px -69px no-repeat;
}

#menu #contactlink a:hover{
	background: url('/i/header-menu.gif') -261px -69px no-repeat;
}

#menu #newslink a:hover{
	background: url('/i/header-menu.gif') -365px -69px no-repeat;
}

#menu #homelink .selected{
	background: url('/i/header-menu.gif') 0px -138px no-repeat;
}
#menu #worklink .selected{
	background: url('/i/header-menu.gif') -87px -138px no-repeat;
}

#menu #aboutlink .selected{
	background: url('/i/header-menu.gif') -174px -138px no-repeat;
}

#menu #contactlink .selected{
	background: url('/i/header-menu.gif') -261px -138px no-repeat;
}

#menu #newslink .selected{
	background: url('/i/header-menu.gif') -365px -138px no-repeat;
}

#menu a span {display:none;}


/*chyrp styles*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
code {
	font-family: monospace;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

div.container {
	float: left;
	width: 468px;
	padding: 0 6px;
}
div.controls {
	background: #edf6fa url('/i/toolbar-back.gif') repeat top left scroll;
	width: 100%;
	border-bottom: 1px solid #5e412e;
}
div.controls ul {
	margin: 0 auto;
	padding: 4px 0;
	width: 680px;
}
div.controls ul li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}
div.controls ul li a {
	border: none;
	font-weight: normal;
	padding: 1px 6px;
	
	color: #846042;
}

div.controls ul li a:hover {
	color: #af9987;
	border-bottom: 1px solid #af9987;
}

div.controls ul li.close a:hover {
	color: #af9987;
	border-bottom: 1px solid #af9987;
}

div.controls ul li.close a {
	color: #d0d783;
}

#posts {
	float: left;
	width: 425px;
	margin-left: 38px;
	margin-bottom: 50px;
	padding-top: 1em;
}

div.post {
	margin-bottom: 10px;
	word-wrap: break-word;
}

div.post h1 {
	margin-bottom: 15px;
	padding: 0;
	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	
	color: #f26522;
}

div.post h1 a {	
	text-decoration: none;
	color: #f26522;
}

div.post h1 a:hover {	
	text-decoration: none;
	color: #af9987;
}

div.posts h2{
	margin-bottom: 15px;
	padding: 0;
	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	
	color: #f26522;
}

div.posts h2 a {	
	text-decoration: none;
	color: #f26522;
}

div.posts h2 a:hover {	
	text-decoration: none;
	color: #af9987;
}

div.post p, div.page p {
	padding: 0 0 10px 0;
	margin: 0px;
	line-height: 140%;
	
}
div.post blockquote {
	background-color: #311d18;
	border-left: 1px solid #907c6b; /* was #846042 */
	color: #af9987; /* was #846042 */
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding-left: 20px;
}

div.hanger {
	float: left;
	width: 150px;
	margin-left: -165px;
	padding: 0px;
	background-color: #dbcec3; /* was #af9987 */
	border-left: 1px solid #af9987;
	}

div.hanger p {
	padding: 16px 25px 20px 25px;
	color: #311d18;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	text-align: right;
	}

div.hanger img {
	text-align: center;
	}

div.footer {
	border-top: 1px solid #e4e4e4;
	color: #888;
	font-size: 11px;
	margin: 20px 0;
	padding: 3px 0 0 4px;
	text-transform: lowercase;
}
div.footer span {
	display: inline;
}
div.header {
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 3px 0;
	text-transform: lowercase;
	margin: 0 -6px 18px;
}
div.header h1 a, div.header span, h1 {
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0 4px
}
div.header h1 a:hover {
	border: none;
}
div.header span {
	color: #20c45e;
	padding: 0;
}

.pagination {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	}

/*
.next_page_page {
	margin-bottom: 10px;
	}
*/

.left {
	float: left;
	}

.right {
	float: right;
}

div.sidebar {
	float: right;
	width: 160px;
	
	margin-right: 0px; /* was 70px */
	padding: 36px 40px 0 0px;
	font-size: 12px;
}
div.sidebar h1 {
	color: #f26522;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#rss {
	border: none;
	text-decoration: none;
}
div.wrapper {
	width: 680px;
	margin: 50px auto;
}

pan.info img.bullet {
	position: relative;
	top: 1px;
}

div.info {
	padding-top: 5px;
	padding-bottom: 5px;
	
}

span.info strong {
	color:  #f26522;
	font-size: 11px;
	font-weight: normal;
}
span.info strong a{
	color: #f26522;
	border: 0;
	text-decoration: none;
}

span.info strong a:visited{
	color: #f26522;
}

span.info strong a:hover{
	color: #f26522;
	border: 0;
	text-decoration: none;
}

span.info strong a:active{
	color: #f26522;
	text-decoration: none;
}


span.info a{
	text-decoration: none;
	color: #d0d783;
}

span.info a:visited {
	text-decoration: none;
	color: #d0d783;
}

span.info a:hover {
	text-decoration: none;
	color: #af9987;
	border-bottom: 1px solid #af9987;
}

span.info a:active {
	text-decoration: none;
	color: #af9987;
	border-bottom: 1px solid #af9987;
}
	
	
.sidebar ul {
	margin-top: 5px;
	margin-bottom: 35px;	
}
.sidebar ul li {
	margin: 3px 0 3px 0;
}
.sidebar ul.nav {
	margin: 0 auto;
	width: 680px;
}
.sidebar ul.nav li {
	background: none;
	display: inline;
	margin: 0 -4px 0 0;
}
.quote {
	margin: 2em 0 0;
}
.post .text ul {
	margin-bottom: 1em;
}
div.post .quote blockquote {
	font: 2em/1.25em normal "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #846042;
	width: 350px;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: 0;
}
.quote .source {
	display: block;
	width: 350px;
	margin: 0 auto 1em;
	text-align: right;
	font-size: 1em;
	color: #999;
}
.quote .source p {
	display: inline;
	margin: 0;
}
.link h2 a {
	border: none;
}
div.success, div.notice, div.failure {
	margin: .5em 0 1em 0;
	padding: 3px 6px 2px 26px;
	cursor: pointer;
}
div.success {
	color: #529214;
	border: 1px solid #C6D880;
	background: #E6EFC2 url('../images/icons/success.png') no-repeat 5px center;
}
div.notice {
	border: 1px solid #c2e1ef;
	color: #336699;
	background: #dff4ff url('../images/icons/notice.png') no-repeat 5px center;
}
div.failure {
	border: 1px solid #FBC2C4;
	color: #D12F19;
	background: #FBE3E4 url('../images/icons/fail.png') no-repeat 5px center;
}
div.success .sub, div.notice .sub, div.failure .sub {
	font-size: .8em;
	color: #846042;
	margin-left: 5px;
}

.sub {
	font-size: .85em;
	color: #999;
	font-weight: normal;
}
div.sub {
	margin-top: -1.5em;
}
.inline {
	padding: 1em;
	background: #f9f9f9;
	border-right: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
}
.inline .more_options_link:link {
	display: block;
	font-weight: bold;
	color: #846042;
}
.inline .more_options {
	padding: 10px;
	background: #f9f9f9;
}
.inline .more_options p {
	float: left;
	width: 50%;
	height: 55px;
	margin: 0;
}
.inline .more_options p input[type="text"] {
	width: 90%;
	margin-bottom: 0;
}
.inline .more_options p .sub {
	font-size: .8em;
	color: #846042;
}
.inline .buttons {
	padding: 5px;
	background: #efefef;
	color: #666;
	font-size: 11px;
}
a.cancel:link {
	color: #f00;
	border: none;
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1px;

	font-family: verdana, helvetica, arial, sans-serif;
	
	color: #f26522;
}
h2 a {
	color: #f26522;
	border: none;
}
.preview .content {
	padding: 0 4px;
}
form p {
	margin: 0 0 1em;
}
label {
	font-weight: bold;
	display: block;
	color: #846042;
}
.wide {
	width: 100%;
}
.post .pinned_text {
	content: "pinned";
	float: left;
	width: 85px;
	margin-left: -100px;
	padding: 1px 5px;
	font-weight: bold;
	color: #aaa;
	text-align: right;
}
input[type="text"], textarea {
	margin-bottom: .5em;
}
input.big {
	font-size: 1.5em;
}
.chat p {
	display: inline;
}
.chat ul {
	font-family: "Monaco", monospace;
	font-size: 9px;
	margin: 0 1em 1em;
	padding: 0;
	color: #535353;
}
.chat ul li {
	background: none;
	padding: 0;
}
.chat li .label {
	color: #47A0FF;
}
.chat li.me .label {
	color: #D674C9;
}
.photo img {
	padding: 5px;
	border: 1px solid #ddd;
}
.video .object-youtube, .video .embed-youtube {
	width: 460px;
	height: 384px;
}
/* Comment bubbles code via http://www.willmayo.com/2007/02/10/css-speech-bubbles/ */
ol.comments {
	margin-top: 1em;
	padding: 0 4px;
}
ol.comments li {
	width: auto;
	font-size: .9em;
	margin-bottom: 24px;
}
ol.comments li blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background: #f9f9f9;
}
ol.comments li blockquote p {
	margin: 10px;
	padding: 0px;
}
ol.comments li cite {
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	top: 6px;
	background: transparent url('../images/tip.gif') no-repeat 20px 0;
	font-style: normal;
}
.clear {
	clear: both;
	
}

#add_post_form {
	margin-bottom: 1em;
}
.feather_tabs {
	margin: 0;
	padding: 0;
}
.feather_tabs li {
	float: left;
	margin: 0 0 -1px .5em;
	padding: .2em .5em;
	background: #ddd;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.feather_tabs li.selected {
	background: #fff;
}
.feather_tabs li a {
	color: #888;
	border: none;
}
.feather_inline {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1em;
}
.feather_inline.no_tabs {
	margin-top: -2em;
}
form.inline p {
	display: block;
	padding: 0;
	margin: 0 0 1em;
}

ul.archive_list {
	margin-bottom: 1em;
}