@import url("generic.css");

html, body {
	height: 100%;
}

body {
	background: #EFE9D1 url(../img/bg.png) repeat-x;
	font: 1.2em Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #5f5d53;
}

a:link, a:visited {
	color: #993909;
}
a:hover {
	text-decoration: underline;
}

#layout {
	min-height: 90%;
	height: auto !important;
	height: 90%;
	background: #fff;
	min-width: 960px;
}

#wrapper {
	width: 920px;
	padding: 0 20px;	
	margin: -200px auto 0 auto;
}

.container {
	width: 920px;
	margin: 0 auto;
	padding: 15px 20px;
}

#header {
    background: #2e2c23 url(../img/bg.png) repeat-x;
	height: 300px;
	padding-top: 25px;
}

#header .logo {
	background: url(../img/logo.png) no-repeat;
	display: block;
	width: 158px;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
	text-align: left;
}

#header .logo a {
	display: block;
	height: 100%;
	color: #ffffff;
}
		
#header .logo a:hover {
	text-decoration: none;
}

#main {

}

.content, .about, .list {
	float: left;
	width: 630px;
}

.about, .view {
	width: 919px;
}

.list, .view {
	margin-top: 0px;
	margin-bottom: 10px;
}

/*
.content {
	float: left;
	width: 960px;
	margin: 0 30px 0 0;
}
*/
#footer {
	font-size: 1em;
	padding:0;
	color: #6f6953;
	background: #efe9d1 url(../img/bg-footer.png) repeat-x;
	border-top: 1px solid #e3dab8;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	min-width: 960px;
}
	
#footer small {
	color: #8f8a74;
	margin: 10px 0 0 0;
	display: block;
}

.content h2, .list h2, .view h2 {
	color: #993909;
	font-size: 18px;
	font-weight: normal;
}

.content h2 span, .list h2 span, .view h2 span {
	color: #2e2c23;
}

.content h3, .about h3, .list h3, .view h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 40px;
}

.list h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.view h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.about h2 {
	color: #993909;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
}

.about h2 span {
	color: #2e2c23;
}

.about h3 {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}

.about ol {
	margin-top: 10px;
	padding-left: 1.5em;
}

.about ol li {
	list-style: decimal outside;
	padding: 3px 0px;
}

.content p, .about p, .list p, .view p {
	text-align: left;
	padding-top: 1em;
}

.content ul li, .about ul li, .list ul li {
	padding-left: 1.2em;
}

.content ol li, .about ol li, .list ol li {
	margin-bottom: 1em;
}

.view ul li, .view ol li {
	font-size: 12px;
	list-style: decimal outside;
}

.view .meta {
	font-size: 10px;
	color: #666;
}

.view .text_formatted, .tags {
	padding-top: 20px;
}

.tags {
	font-size: 10px;
}

#col-right {
	width: 260px;
	float: right;
}

#col-right h2 {
	color: #29261b;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#col-right h2 span {
	color: #2e2c23;
}

#col-right h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#col-right ol {
	margin-top: 10px;
	padding-left: 1.5em;
}

#col-right ol li {
	list-style: decimal outside;
	padding: 3px 0px;
}

.sideoptions {
	margin-top: 20px;	
}

.sideoptions li {
	margin: 0 0 5px 0;	
}

#wrapper pre, #wrapper code {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	display: block;
	margin: 0px;
	white-space: normal;
	/*word-wrap: break-word;*/
}

.hidden {
	display: none;
}

.list table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.list th, .list td {
	padding-bottom: 5px;
}

td.lang, td.time, th.lang, th.time {
	text-align: center;
}

.paste_body {
	font-size: 12px;
}

div.grippie {
	background: #f4f1e4 url(../img/grippie.png) no-repeat scroll center 2px;
	border-color: #d6c896;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}
.resizable-textarea textarea {
	display: block;
	margin-bottom: 0pt;
}

/* navigation
--------------------------------------------------------------- */
#mainnav {
	height: 28px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	background: #993909 url(../img/nav-bg.png) repeat-x;
	float: right;
	margin-top: -53px;
	position: relative;
}

#mainnav li {
	display: inline;
}
	
#mainnav a, #mainnav a.current {
	padding: 4px 35px 4px 35px;
	height: 26px;
	float: left;
	text-decoration: none;
	text-align: left;
	color: #e3dab8;
	border-left: 1px solid #2e2c23;
	font-weight: bold;
}

#mainnav a:hover {
	color: #2e2c23;
	background: #d6c896 url(../img/nav-bg-hover.png) repeat-x;
}

#mainnav a.current {
	color: #2e2c23;
	background: #d6c896 url(../img/nav-bg-hover.png) repeat-x;
}

#mainnav a.current:hover {

}
	
ul.side_nav {
	list-style: none;
	margin: 0;
}

ul.side_nav li {
}
	
ul.side_nav li a {
	background: url(../img/bullet_arrow.png) no-repeat left center;
	display: block;
	border-bottom: 1px solid #dfccc3;
	padding: 2px 5px 2px 17px;
	text-decoration: none;
	color: #666666;
}
	
ul.side_nav li a:hover {
	background: #f2f1ec url(../img/bullet_arrow.png) no-repeat left center;
	color: #993909;
}
	
ul.side_nav li h2 a {
	background: transparent;
	border: none;
	padding: 0;
	color: #403b2f;
}
	
ul.side_nav li h2 a:hover {
	background: transparent;
}

/* Pagination
--------------------------------------------------------------- */
.pages {
	margin: 20px 0;
	padding: 0px;
}

#wrapper .pages a {
	padding: 1px 7px 1px 7px;
	border: 1px solid #d6c896;
	text-decoration: none;
	color: #993909;
}

#wrapper .pages a:hover, #wrapper .pages a:active {
	border: 1px solid #d6c896;
	text-decoration: none;
	background: #efe9d1;
}

#wrapper .pages b {
	padding: 1px 7px 1px 7px;
	border: 1px solid #d6c896;
	text-decoration: none;
	color: #993909;
	background: #eee;
}

#wrapper .pages strong {
	border: 1px solid #d6c896;
	background-color: #efe9d1;
	padding: 1px 7px 1px 7px;
	margin-left: 5px;
	font-weight: normal;
	line-height: 2em;
	color: #7f754f;
}


/* Flash notices
--------------------------------------------------------------- */
#flashdata {
	font-size: 1.2em;
	width: 562px;
	text-align: center;
	margin-bottom: 15px;
}
	
#flashdata .message_content {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 10px 30px;
	color: #ff0000;
	background: transparent;
	border: 1px dotted #7f7c6f;
}


/* Forms
--------------------------------------------------------------- */
form {
	font-size: 1.1em;
}

#wrapper fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

label, .label {
    margin: 0 .2em 0 0;
    float: left;
    width: 30%;
    text-align: left;
    line-height: 180%;
    position: relative;
    font-size: .85em;
}

input, textarea, select {
	background: #f4f1e4;
	color: #4f4b3b;
	border: 1px solid #d6c896;
	padding: 2px!important;
	font-size: 100%;
	width: 619px;
	margin: 2px 0px 4px 0px;
}
select {
	width:625px;
}
textarea {
}

#wrapper fieldset fieldset {
    margin: 0;
    padding: 0 0 7px 0;
}

#wrapper .checkbox, #wrapper .radio {
	border: none;
    background: transparent;
    padding: 0;
    width: auto;    
    float: none;
    display: inline;
    margin: 0 3px 0 0;
    text-align: left;
}

#wrapper .field_error {
	border: 2px solid #df7d7d;
	background: #efe0e0;	
}

#wrapper .checkbox.field_error {
	border: none;
	color: #ef2d2d;
	background: transparent;	
}

#wrapper .readonly {
	opacity: .6;	
}

#wrapper .small_field {
	width: 20.85%;
}

button, #wrapper .button {
	background: #b2440f;
	font-size: 1em;
	padding: .2em 20px .3em 20px;
	display: inline;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border: none;
	font-weight: bold;
	overflow: visible;
	margin: 8px 0px;
}

button:hover, #wrapper .button:hover {
	color: #000;
	background-color: #d6c896;
}
	
#wrapper .form_error {
	color: #df3b1b;
	font-size: 1.05em;
	font-weight: bold;	
}

div.content form.form select {

}
.container .copyright {
	float: left;
	width: 560px;
}
.container .info {
	float: right;
	width: 300px;
	text-align: right;
}