@CHARSET "ISO-8859-1";

.checkbox_list, .radio_list {
	padding-left: 0em;
}

.header h1 {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 200%;
	font-weight: normal;
	margin: 30px 0 0;
}

.resizeable {
	padding: 10px;
}

.header h1 a {
	color: #000000;
	text-decoration:none;
}

.header {
	color: #000000;
	text-align: center;
	font-size: 16px;
}

.header #tagline {
	font-size:90%;
}

.related_details {
	font-style:italic;
}

.module {
	padding-left: 5px;
}

.sfDoctrineBlog .post .details {
	color:#003D6B;
	font-size:0.9em;
	font-weight:bold;
	margin:5px 0;
}

.sfDoctrineBlog .comment {
	background: rgba(238, 221, 204, 0.6) none repeat scroll 0 0;
	border: 1px solid #CCCCDD;
	margin: 10px 5px;
	padding: 5px;
}

.sfDoctrineBlog .form_control input.text, .sfDoctrineBlog .form_control textarea {
	background: rgba(238, 221, 204, 0.6) none repeat scroll 0 0;
	border-style: inset;
	border-width: 2px;
}

.sfDoctrineBlog .comment .author {
	font-weight: bold;
}

.sfDoctrineBlog .content {
	margin: 10px 0;
}

#signin input {
	margin: 0;
}

#signin input[type="checkbox"], #signin input.checkbox {
	top: 0.1em;
}

#signin input.submit {
	margin: 0.5em 0em 0em 0em;
}

body {
	background-color: #fff8e8;
}

.container {
	border:5px solid #000000;
}

#sf_admin_container tr {
	background-color: transparent;
}

#sf_admin_container th {
	background-color: #eeddcc;
}

.header {
	background: #663300 url(/images/header.png) 0 0 repeat-x;
	height: 150px;
	min-height: 150px;
}

.bglayer {
	background:url(/images/simeon.jpg) 0 0 no-repeat;
}

.bg {
	background: #fff url(/images/content.png) 0 0 repeat-y;
}

.footer {
	background: #fff8e8 url(/images/footer.png) 0 0 repeat-x;
	height: 30px;
	min-height: 30px;
}

.copyright{
	text-align: center;
}

.title {
	padding-top: 30px;
}

.title h1, .title p {
	color: #fff;
}

/*

body {
	color: #000;
	background-color: #fff8e8;
	font-size: smaller;
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
}

div.readmore {
	background-color: transparent;
	border: dashed 2px #edc
}

table { width: 100% }

.pmsig { background-color: #edc }

tr.highlight { background-color: #edc }
td.highlight { background-color: #edc }
.odd-row { background-color: #edc; width: 100% }

th {
	color: #fff;
	background-color: #630;
}

tr.reply { background-color: #edc }
tr.reply-body { background-color: #fff8e8 }

td {
	color: #000;
	font-size: smaller;
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
}

tr.section_title, td.section_title {
	color: #fff;
	background-color: #630;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	font-family: Papyrus, "Bookman Old Style", serif;
}

tr.titlebar {
	background-color: #630;
}

tr.post_head {
	background-color: #edc;
}

tr.post_head a {
	font-weight: bold;
}

tr.post_body > td {
	padding-bottom: 2em;
}

table.nodelet_container {
	background-color: #630;
}

tbody.nodelet th {
	color: #fff;
	background-color: #630;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Lucida, Helvetica, sans-serif;
}

tbody.nodelet td {
	background-color: #fff8e8;
}

tbody.nodelet td.highlight {
	background-color: #edc;
}

a:link    { color: #c30; }
a:visited { color: #830; }
a:active  { color: #f33; }

h3.other, h3.superdoc, h3.categorized_answer, h3.categorized_question +{
	font-size: 2.3em;
	font-family: Papyrus, "Bookman Old Style", serif;
}

tt { font-size: 120% }

.code {
	display: block;
	border: 1px solid #666;
	color: #630;
	padding: 1em;
	font-size: 90%;
}

font { font-size: 100% }

textarea {
	height: 25em;
	width: 98%;
}

input, select {
	margin: 3px;
	font-size: 9pt;
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
}

input[type="text",name="considerreason"] {
	background: #ffcccc;
}

table[bgcolor="#000066"] {
	border: solid 1px green;
	background-color: #630;
}

layer, iframe {
	display: none;
	height: 0;
}
*/