/*
Theme Name: Pluralism
Theme URI: http://www.freewpthemes.net/preview/pluralism
Description: Tested on WP 2.3.1
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net
*/

@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: 30px;
	width: 810px;
}

body {
	background: #F6F6F6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

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

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

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

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

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

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;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

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 {
	padding-top: 50px;
}

/* Wrapper */

#wrapper0 {
	background: url(rsc/img/img01.jpg) repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(rsc/img/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(rsc/img/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #087FE7 url(rsc/img/img03.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 57px 0 0 65px;
	text-transform: lowercase;
	font-size: 15px;
	color: #FFFFFF;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

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

/* 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: #FFFFFF;
}

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

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

/* Menu */

div.featured_post {
	margin-top:67px;
	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: bold;
	color: #FFFFFF;
}

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

/* Page */

#page {
	background: url(rsc/img/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

.title {
	padding-top: 50px;
}

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

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

/* Navigation */

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

/* Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
}

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

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

#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: 1px 0 0;
padding: 0;
}

#sidebar ul ul li:before {
content: "\00BB \0020";
}

.submit, .preview, .SaveButton, .ResetButton {
	padding: 1px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(rsc/img/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 70px;
	background: url(rsc/img/img05.jpg) 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;
}