﻿
body {
	margin: 0;
	padding: 0;
	background:#fecf84 url(images/img01.gif) top left repeat-x;
	font-size: 13px;
	text-align: justify;
	color: #3e4642;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 24px;
}

h2 {
	clear:both;
	font-weight:100;
	font-size: 18px;
	text-align:left;
	color: #3e4642;
}

h3 {
	font-size: 1em;
	font-weight:600;
	color: #3e4642;
}

p, ul, ol {
	line-height: 200%;
	text-align:left;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #413C20;
}

a:hover {
}

hr {
	display:none;
}

/* Header */

#header {
	width: 900px;
	height: 235px;
	margin: 0 auto;
	background:url(images/rose.jpg) top left no-repeat    ;
}

#header h1, #header p {
	float: right;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	color: #fecf84;
	font-size: 40px;
	padding: 20px 0 0 0;
	text-align:right;
}

#header h2 {
	clear:both;
	color: #fecf84;
	font-weight:100;
	font-size: 24px;
	text-align:right;
}

#header h3 {
	clear:both;
	color: #fecf84;
	font-weight:100;
	font-size: 12px;
	text-align:right;
}

#header p {
	font-size: 16px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

#header_eng {
	width: 900px;
	height: 235px;
	margin: 0 auto;
	background:url(images/rose_eng.jpg) top left no-repeat;
}

#header_eng h1, #header p {
	float: right;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header_eng h1 {
	color: #fecf84;
	font-size: 40px;
	padding: 20px 0 0 0;
	text-align:right;
}

#header_eng h2 {
	clear:both;
	color: #fecf84;
	font-weight:100;
	font-size: 24px;
	text-align:right;
}

#header_eng h3 {
	clear:both;
	color: #fecf84;
	font-weight:100;
	font-size: 12px;
	text-align:right;
}

#header_eng p {
	font-size: 16px;
	color: #FFFFFF;
}

#header_eng a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

.new_blockquote {
	line-height:20px;
	margin:10px 0 0 20px;
}

.new_blockquote2 {
	line-height:20px;
	margin:10px 0 0 40px;
}

#content {
	float: right;
	width: 560px;
	margin-top: -85px;
	margin-bottom: 30px;
	padding: 30px 20px 10px 20px;
	background: #EBEBEB;
	border: 0 solid #FFFFFF;
	min-height:600px;
}

#content a {
	color: #3e4642;
	text-decoration: none;
	font-weight:600;
}

#content a:hover {
	color:#ff9b2d;
}

.content_button_box {
	clear:both;
	width:460px;
	float:left;
	margin:5px 0 0 0;
	padding:10px 0 8px 100px;
	border-top:dotted 3px #3e4642;
}

.content_article_box {
	padding:10px 0 8px 0;
	border-top:dotted 3px #3e4642;
}

.content_buttons {
	width:150px;
	height:18px;
	color:#3e4642;
	float:left;
	text-align:center;
	font-weight:600;
	background:#fecf84;
	text-decoration:none;
	margin:5px 15px 0 15px;
	border:solid 1px #ddd;
	padding:3px 0 3px 0;
}

a.content_buttons:hover {
	background:#ff9b2d;
}

#content_list {
	font-size:14px;
	font-weight:700;
	margin: 0;
	list-style: none;
	padding: 0;
	color: #3e4642;
}

#content_list ul {
	font-weight:100;
	padding: 0;
	list-style: none;
}

#content_list li {
	padding: 0;
}

#content_list li ul {
	font-size:12px;
	padding: 0px 21px 0px 20px;
	text-indent:-20px;
}

#content_list li li {
	padding: 0;
}

#content_list li ul b {
	font-style:normal;
	font-weight:bold;
	padding: 0 0 0 0;
}

#content_list li ul span {
	font-style:italic;
	padding: 0 0 0 15px;
}

#content_list a {
	text-decoration: none;
	Font-size:12px;
	font-weight:600;
	color: #3e4642;
}

#content_list a:hover {
	text-decoration: none;
	color:#ff9b2d;
}

.post {
	padding: 0px 0px 0 0px;
}

.post a {
	text-decoration:none;
	color:#3e4642;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:700;
	margin: 0;
	padding-bottom: 5px;
	color: #3e4642;
}

.title h1 {
	text-decoration: none;
}

.title a {
	text-decoration: none;
	font-weight:normal;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.topquote {
	padding-top:10px;
	font-style:italic;
	font-size:16px;
	line-height:24px;
}

.author {
	font-style:italic;
	font-size:11px;
	margin-top:10px;	
}

.byline {
	margin: 10px 0px 10px 0px;
	text-align:right;
	padding-bottom:2px;
	border-bottom:3px #3e4642 dotted;
	color: #3e4642;
}

.pdf_link {
	height:15px;
	length:150px;
	background:url(images/pdficon.gif) bottom left no-repeat;
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
}

.pdf_link a {
	color:red;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	margin: 30px 0;
	background: url(images/img02.jpg) repeat-x left top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}

.meta .comments {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}
.meta a {
}

.entry {
	margin: 5px 0 0 0;
	padding: 0;
}

.subtitle {
	margin:10px0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	font-weight:700;
}

a.subtitle {
	color:red;
}

a.subtitle:hover {
	color: #fecf84;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0F0F0F;
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

/* Sidebar */

#sidebar_lang {
	float: left;
	padding-top: 10px;
	color: #3e4642;
	font-size:smaller;
	text-transform:uppercase;
}

#sidebar_lang ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#sidebar_lang li {
}

#sidebar_lang li ul {
	padding: 0px 21px 0px 10px;
}

#sidebar_lang li li {
	padding: 5px 0px;
}

#sidebar_lang a {
	text-decoration: none;
	color: #3e4642;
	Padding:3px;
	border:1px solid #3e4642;
	font-size:12px;
}

#sidebar_lang a:hover {
	text-decoration: none;
	background-color:#ff9b2d;
}

#sidebar {
	float: left;
	width: 250px;
	margin-top:10px;
}

/* Bottom Links */

#bottomlinks {
	float: left;
	width: 550px;
	padding: 10px 0 10px 0;
	margin-top:10px;
	color: #fecf84;
	border-top:3px #3e4642 dotted;
}

#bottomlinks h5 {
	color:#3e4642;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 0 10px;
}

#bottomlinks p {
	color:#3e4642;
	margin: 0 0 0 10px;
}

#bottomlinks ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#bottomlinks li {
}

#bottomlinks li ul {
	padding: 0px 21px 0px 10px;
}

#bottomlinks li li {
	border-bottom: 3px dotted #3e4642;
	padding: 5px 0px;
}

#bottomlinks a {
	text-decoration: none;
	font-weight:600;
}

#bottomlinks a:hover {
	text-decoration: none;
	font-weight:600;
	color:#ff9b2d;
}

.bio_image {
	margin:20px 20px 0 0;
	float:left;
	border:0;
	text-decoration:none;
}	
	
.headline_image {
	margin:20px 5px 0 0;
	float:left;
	border:0;
	text-decoration:none;
}	
	
/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

.footer { 
	clear:both;
	width: 100%;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e4642;
	border-top: 1px solid #3e4642;
}

.footer p {
	font-size:smaller;
}

.footer p a {
	color: #3e4642;
	Text-decoration:none;
	font-weight:600;
}

.footer p a:hover {
	color: #ff9b2d;
	Text-decoration:none;
}

.footnote {
	border-top:dotted 3px #3e4642;
	font-size:9px;
	width:550px;
	margin-left:5px;
}
.footnote p {
	text-indent:-10px;
}

.field {
	float:left;
}
.error {
	float:right;
}
