a.read_more {
	display: block;
	background: url(../images/read_more.png) no-repeat left top;
	width: 118px;
	height: 22px;
	border: none;
}

a.read_more span {
	display: none;
}

/* text */
em {
	color: #BE0707;
	font-style: normal;
}

#content_inner p {
	margin-bottom: 1.5em;
}

big {
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 2px 0 0 0;
	text-align: center;
	color: #C43B0C;
}

big img {
	vertical-align: top;
}

small {
	font-size: .9em;
}

pre, code {
	font-size: 1em;
	line-height: normal;
	background: #E5E3DB;
}

pre {
	padding: .5em;
	white-space: normal;
	margin-bottom: 1em;
}

#content_inner ul, #content_inner ol {
	margin: 0 0 1.5em 0;/*1.5em;*/
}

#content_inner ol {
	margin-left: 3em;
}

#content_inner ol ol {
	margin-top: 1em;
}

#content_inner ul ul, #content_inner ol ul {
	margin: .1em 0 0 0;
}

#content_inner li {
	list-style-position: outside;
}

#content_inner ul li {
	font-size: .9em;
	color: #BE0707;
	background: url(../images/list.png) no-repeat left .2em;
	list-style-type: none;
	padding-left: 22px;
}

#content_inner ul li ul li {
	background-image: url(../images/list_list.png);
	padding-left: 16px;
}

.mark {
	color: #000;
	background-color: #FF0;
}

.error {
	color: #BE0707;
	font-size: .9em;
}

#skill {
	font-size: .9em;
	float: right;
	margin-bottom: .5em;
}

#skill .active {
	font-weight: bold;
}

/* page select */
div.page_select {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
}

div.page_select span {
	line-height: 200%;
}

div.page_select span.select {
	background-color: #FAF9F2;
	border: 1px solid #E5E3DB;
	font-weight: bold;
	padding: 0em .7em;
	margin: 0 1px;
}

div.page_select a {
	background-color: #FAF9F2;
	margin: 0 1px;
	padding: 0 .7em;
	border: 1px solid #E5E3DB;
}

div.page_select a:hover {
	background-color: #E5E3DB;
	text-decoration: none;
}

hr {
	border: none;
	border-top: 1px solid #E5E3DB;
	height: 1px;
	width: 100%;
}

/* images */
img {
	vertical-align: middle;
	margin-bottom: 4px;
	border: none;

}

span.deco .media {
	margin: 1px 1px 1px 1px;
	border: 2px solid #F9F9F1;
}

span.deco {
	display: block;
	background: url(../images/deco_left.png) no-repeat left bottom;
	margin-right: 1px;
}

span.deco span {
	display: block;
	background: url(../images/deco_right.png) no-repeat right bottom;
	padding-bottom: 8px;
}

span.deco span span {
	display: block;
	background: #E5E3DB;
	padding: 0;
	margin: 0;
}

fieldset img {
	vertical-align: middle;
	padding-bottom: .2em;
}

/* tables */
table {
	font-size: 1em;
	width: 100%;
	border-spacing: 0;
	border: none;
}

th {
	font-weight: bold;
	padding-right: 1em;
	text-align: left;
	border: none;
	vertical-align: top;
}

td {
	padding-right: 1em;
	border: none;
	vertical-align: top;
}

table.no_padding th, table.no_padding td {
	padding: 0;
}

table.data {
	font-size: .9em;
	width: 100%;
	border-spacing: 0;
	margin-bottom: 1em;
	border-style: solid;
	border-color: #E5E3DB;
	border-width: 1px 0 0 1px;
}

table.data th {
	padding: .1em .3em;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-color: #E5E3DB;
	border-width: 0 1px 1px 0;
}

table.data td {
	padding: .1em .3em;
	border-style: solid;
	border-color: #E5E3DB;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}

/* error message */
.err_msg {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	background: #FEE;
	margin: 1em;
	padding: .5em 1em;
	overflow: auto;
	height: 100px;
}

.err_msg p, .err_msg pre {
	margin-left: 2em;
	white-space: pre;
}

/* widgets settings */
div.widget_setting {
	background: url(../images/widget_corner.png) no-repeat right top #E5E3DB;
	padding: 2px 2px 1px 2px;
	margin-bottom: .5em;
}

div.widget_setting_inner {
	background: #EEE;
	padding: 0 .4em .4em .4em;
	margin-bottom: 1px;
}

.edit_tools {
	float: right;
	margin-left: .5em;
}

.widget_tools, .edit_tools {
	font-size: .9em;
	border-style: solid;
	border-color: #FFE #EEC #EEC #FFE;
	border-width: 1px;
	margin-bottom: .5em;
	background: #FFD;
	padding: 4px 4px 2px 4px;
}

#widget_new_home {
	float: right;
}

.widget_wide, .widget_narr, .widget_half, .widget_side {
	overflow-x: auto;
}

/* polls */
.poll_front {
	background-color: #64584C;
}

.poll_back {
	margin: .3em 0;
	background-color: #E5E3DB;
	height: 5px;
	overflow: hidden;
}

/* drag and drop */
.drag_me, .drag {
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
	-moz-user-select: none;
	cursor: move;
}

.drop_hide {
	overflow: hidden;
	height: 1px;
}

/* bars */
#in_admin, #site_disabled {
	color: #FFF;
	font-size: .9em;
	text-align: center;
	background-color: #BE0707;
	margin-bottom: 10px;
}

#in_admin span, #site_disabled span {
	display: block;
	background-image: url(../images/admin_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 28px;
	overflow: hidden;
}

#in_admin span span, #site_disabled span span {
	background-image: url(../images/admin_right.png);
	background-position: right top;
	height: auto;
	padding: .5em 0;
}

#site_disabled {
	background-color: #EE5500;
}

#site_disabled span {
	background-image: url(../images/disabled_left.png);
}

#site_disabled span span {
	background-image: url(../images/disabled_right.png);
}
.banner {
	height: 183px;
	width: 863px;
	padding-bottom: 0px;
}
.main_page{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFBB;
	border-right-color: #DFDFBB;
	border-bottom-color: #DFDFBB;
	border-left-color: #DFDFBB;
	
}
