@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */

/* Default styles overriden for this skin: */
table.prevnext_post {
	margin-top: 0px;
	width: 92%;
}

body {
	background: #000000;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DCDCDC;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: normal 12px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2E2E2E;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #646F7E;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #8E8E8E;
}

h2 {
	font-size: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

small {
	margin-left: 6px;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: left;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	background-color: #161616;
	border-color: #00000;
    background: #181818 url(rsc/blockquote.gif) no-repeat; 
    padding: 15px 25px; 
    margin: 15px; 
    border: 1px solid #2a2e2f; 
    color: #999;
}

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

a:hover {
	text-decoration: underline;
	color: #FF5A00;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

hr {
	display: none;
}

.action_messages {
	padding-top: 30px;
}

#spectitle {
	font-size: 14px;
	padding-left: 10px;
}

/* Wrapper */

#wrapper0 {
	margin-left: auto;
	margin-right: auto;

	max-width: 1300px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#wrapper2 {
	min-width:960px;
}

/* Header */

#header {
	height: 135px;
	border-bottom: 1px solid;
	border-color: #FF8B22;
	background: url(rsc/header.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
}

/* Logo */

#logo {
	float: left;
	margin: auto;
	padding: 30px 0 0 200px;
	font-size: 18px;
	text-align: center;
}
#rightlogo {
	float: right;
	margin: 0;
	padding: 44px 0 0 50px;
}

#logo h1 {
	margin: 0;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: normal;
	color: #FF5A00;
}

#logo h1 a {
	text-decoration: none;
	color: #FF5A00;
}

/* Blogs list */

#blogs {
	float: right;
}

#blogs ul {
	margin: 0;
	padding: 10px 65px 0 0;
	list-style: none;
	line-height: normal;
}

#blogs li {
	display: inline;
}

#blogs a {
	padding-left: 20px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #232323;
}

#blogs a.selected {
	text-decoration: underline;
}

#blogs a:hover {
	text-decoration: underline;
}

/* Menu */

div.featured_post {
	padding-top: 0;
	padding-bottom: 20px;
}
div.featured_post .title {
	padding-top: 0;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 78px 65px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #232323;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	background: url() no-repeat;
}

/* Content */

.post {
	background-color: #232323;
	padding: 8px 12px 0px 12px;
	-moz-border-radius: 24px 12px 60px 12px;
	border-radius: 24px 12px 60px 12px;
	border: 1px solid;
	border-left: 1px solid;
	border-color: #FF8B22;
	margin-bottom: 22px;
}

#content {
	position: relative;
	padding: 20px;
	margin-left: 174px;

}

.title {
	padding-top: 0px;
}

.title a {
	text-decoration: none;
	color: #D6DAE0;
}

.title a:hover {
	text-decoration: underline;
}

div.bComment {
	background-color: #232323;
	padding: 8px 12px 0px 12px;
	-moz-border-radius: 24px 12px 60px 12px;
	border-radius: 24px 12px 60px 12px;
	border: 1px solid;
	border-left: 1px solid;
	border-color: #FF8B22;
	margin-bottom: 22px;
}


/* Navigation */

.navigation {
	clear: both;
	padding: 20px 0;
	font-weight: normal;
	font-size: larger;
}

/* Sidebar */

#sidebar {
	position: absolute;
	float: left;
	width: 162px;
	padding: 20px 4px 4px 4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #FF8B22;
	-moz-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
	background-image:url('rsc/menubg.gif');
	text-align: right;
	text-transform:uppercase;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #DCDCDC;
}

#sidebar h2 a {
	color: #DCDCDC;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
text-align: right;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
font-size: 12px;
line-height:130%;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 0px 0 0;
padding: 0;
}

#sidebar ul ul li:after {
content: "\0020 \00AB";
}

.submit, .preview, .SaveButton, .ResetButton {
	padding: 6px;
	border: 1px solid #BAD300;
	font-size: 11px;
	font-weight: normal;
	color: #232323;
}

/* Footer */

#footer {
	height: 70px;
	background: url() no-repeat;
	font-size: 92%;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a.contact_link,
#footer a:hover {
	text-decoration: underline;
}