/* ----------------------------------------------
	5RS :: FiftghRealmStudios
	http://www.fifthrealmstudios.com/
 ------------------------------------------------ */

/* Top Elements */

* {
	margin: 0;
	padding: 0;
	outline: 0
}

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #86917f;
	background: #f8f8f2 url(5rs_logo_apart-dark.jpg) no-repeat center 30px;
	text-align: center;
}

/* Links */

a, a:active, a:link {
	text-decoration: none;
	color: #9ebb00;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #ffcb65;
	border-bottom: 1px dotted #438800;
}

/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}

h1 {
	font-size: 3.4em;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
}

h2 {
	font-size: 2em;
	color: #895F30;
	padding: 10px 10px 5px;
}

h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
}

p, dl {
	padding: 10px;
	margin: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ul {
	list-style: none;
}

dt {
	font-weight: bold;
	color: #fff;
}

dd {
	padding-left: 25px;
}

/* images */

img {
	border: 0px solid #1B1B1B;
}

img.float-right {
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

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

acronym {
	cursor: help;
	border-bottom: 1px dotted #5B5B5B;
}

blockquote {
	margin: 15px 10px;
	padding: 10px 10px 5px 35px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #c1c1c1;
	background-image: url(quote.jpg);
}

cite {
	font-size: 40px;
	position: absolute;
	margin-top: 5px;
}

/* form elements */

form {
	margin: 20px 10px;
	padding: 5px 10px 20px 10px;
	border: 1px solid #111;
	background: #070707;
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}

input {
	padding: 5px 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #ffcb00;
	background: #333;
	border: 1px solid #1C1C1C;
	width: 390px;
}

select {
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #ffcb00;
	background: #333;
	border: 1px solid #1C1C1C;
	width: 400px;
}

textarea {
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #ffcb00;
	background: #333;
	border: 1px solid #1C1C1C;
	width: 400px;
	height: 100px;
	display: block;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #9a6600;
	background: #242424;
	border-width: 1px;
	border-style: solid;
	border-color: #1c1c1c;
	width: 200px;
}

#switchform {
	position: fixed;
	z-index: 1;
	margin-left: 850px;
	display: inline;
	margin-top: 10px;
}

/*#switchform {
	position: fixed;
	top: 8px; right: 1%;
	padding: 0; margin: 0;
	border: none;
	width: 12px; height: 30px;
	z-index: 999999;
}
#switchform {
	margin: 0; padding: 0;		
}
#switchform {
	margin: 2px 0 0 5px; 
	width: 10px;
	background: none;
	border: none;
}
#switchform {
	display: none;	
}*/

/* search form */

.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 20px 0 15px 8px;
	width: 270px;
}

.searchform p {
	margin: 0;
	padding: 0 0 10px 0;
}

.searchform input.textbox {
	width: 185px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}

.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */

#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	position: relative;
	clear: both;
	width: 900px;
	background: transparent;
	float: left;
	display: inline;
}

#header {
	position: relative;
	width: 900px;
	height: 300px;
	background: transparent;
}

#header form#switchform {
	position: fixed;
	top: 18px;
	right: 11%;
	padding: 0;
	margin: 0;
	border: none;
	width: 162px;
	height: 30px;
	background: url(header-search.jpg) no-repeat;
	z-index: 999999;
}

#header form#switchform {
	margin: 2px 0 0 5px;
	width: 110px;
	background: none;
	border: none;
}

#header form#switchform {
	display: none;
}

/* header search */

#header form#quick-search {
	position: fixed;
	top: 8px;
	right: 1%;
	padding: 0;
	margin: 0;
	border: none;
	width: 262px;
	height: 30px;
	background: url(header-search.jpg) no-repeat;
	z-index: 999999;
}

#header form#quick-search p {
	margin: 0;
	padding: 0;
}

#header form#quick-search .tbox {
	margin: 2px 0 0 5px;
	width: 210px;
	background: none;
	border: none;
}

#header form#quick-search label,
#header form#quick-search .btn {
	display: none;
}

/*  Navigation  */

#nav {
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	top: 0px;
	z-index: 1;
	height: 35px;
	background-color: #333;
	border-top: 5px solid #ffcb00;
}

#nav ul {
	float: left;
	list-style: none;
	width: 880px;
	height: 40px;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #b3b3b3;
	background: #333 none;
	border: none;
}

#nav ul li#current a {
	color: #97c900;
	background-color: #333;
}

/* Services Menu */

#servicenav {
	margin: 0 0 0 10px;
	height: 20px;
	width: 430px;
	left: 10px;
	top: 20px;
	background-color: #393939;
	z-index: 1;
	padding: 0 0 0 3px;
	text-shadow: #bffb00 0 0 10px;
}

#servicenav li {
	display: inline;
	list-style-type: none;
	margin: 15px;
}

#logo {
	position: absolute;
	top: 70px;
	left: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#header p#intro {
	position: absolute;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1em;
	font-style: italic;
	text-transform: none;
	color: #5c9a12;
	width: 390px;
	top: 145px;
	left: 15px;
	text-align: right;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 0px;
}

/* Main Column */

#main {
	float: left;
	width: 545px;
	display: inline;
	margin-left: 0;
	margin-top: -100px;
}
#main p a:link {
	text-decoration: none;
	color: #9ebb00;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}

#main h2 {
	padding-bottom: 3px;
	font: normal 3.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #666;
	letter-spacing: -2px;
	text-transform: none;
}

#main h2 a {
	color: #666;
	text-decoration: none;
	border: none;
}

/* Accordian */

#basic-accordian {
	color: #ccc;
	padding: 5px;
	width: 550px;
	position: absolute;
	left: 160px;
	top: 100px;
	margin-left: -175px;
	z-index: 2;
	margin-top: -100px;
}

.accordion_headings {
	padding: 5px;
	background: #1f1f1f;
	color: #b3b3b3;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}

.accordion_headings:hover {
	background: #94af01;
	color: #333333
}

.accordion_child {
	padding: 15px;
	background: #220;
	color: #fff;
}

.header_highlight {
	background: #579112;
	color: #fff;
}

/* Sidebar */

#sidebar {
	float: left;
	display: inline;
	margin-top: -100px;
	width: 150px;
}

#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px 10px 5px;
	font: normal 1.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	background: none no-repeat center bottom;
	color: #ffcb65;
	border-bottom: 1px dotted #7f7f7f;
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px;
	padding: 0;
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px dotted #2f2f00;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;
	border: none;
	color: #5d5d5d;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar ul.sidemenu li a span {
	color: #444;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {
	color: #b0da5a;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	border: none;
}

/* Sidebar2 */

#sidebar2 {
	float: left;
	width: 190px;
	display: inline;
	padding-left: 0;
	margin-left: 15px;
	margin-top: -80px;
}

#sidebar2 h3 {
	margin-top: 10px;
	background: #333 none no-repeat center bottom;
	color: #fefefe;
	border-bottom: 1px dotted #7f7f7f;
	font: normal 1.2em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}

#sidebar2 ul.sidemenu2 {
	text-align: left;
	margin: 7px 5px 8px 0px;
	padding: 0;
}

#sidebar2 ul.sidemenu2 li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px dotted #2f2f00;
}

* html body #sidebar2 ul.sidemenu2 li {
	height: 1%;
}

#sidebar2 ul.sidemenu2 li a {
	text-decoration: none;
	border: none;
	color: #5d5d5d;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
/* lette

r-spacing: .5px;  */
}

#sidebar2 ul.sidemenu2 li a span {
	color: #444;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

#sidebar2 ul.sidemenu2 li a:hover,
#sidebar2 ul.sidemenu2 li a:hover span {
	color: #fff;
}

#sidebar2 ul.sidemenu2 ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar2 ul.sidemenu2 ul li {
	border: none;
}

/* Side Full */

#sidefull {
	background-color: #fff;
	width: 355px;
	float: left;
	position: relative;
	padding: 0;
	margin: 10px 0 0;
}

#sidefull h2 {
	color: #ffcb00;
}

.picbox {
	width: 220px;
	margin-top: 15px;
}
.picbox p {
	color: #000;
	margin-top: 0;
	padding-top: 0;
}
.picbox h4 {
	color: #000;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
	padding-bottom: 5px;
}
.picbox img {
	margin-left: 5px;
	padding: 5px;
	float: left;
	margin-right: 5px;
	background-color: #fff;
}

.adbox img {
	margin-left: 5px;
	padding: 5px;
	float: left;
	margin-right: 5px;
	background-color: #fff;
	margin-bottom: 5px;
}
.picbox span {
	padding-left: 5px;
	font-style: italic;
	padding-top: 2px;
}

/* footer */

#footer-wrap {
	position: relative;
	clear: both;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	width: 900px;
	float: left;
	display: inline;
	background: url(footer-dark.jpg) no-repeat center top;
}

#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #ABABAB;
}

#footer-content {
	margin: 0 auto;
	width: 880px;
	text-align: left;
}

#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 98%;
}

#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}

#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;
	color: #555;
	border: none;
}

#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #61cbff;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;
	display: inline;
}

#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;
	display: inline;
}

#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */

.postmeta {
	padding: 7px 5px;
	margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #545454;
	border: 1px solid #111;
	background: #111;
}

.postmeta .date {
	margin: 0 10px 0 5px;
}

.postmeta a.comments {
	margin: 0 10px 0 5px;
}

.postmeta a.readmore {
	margin: 0 10px 0 5px;
}

.info {
	padding-top: 3px;
	margin-left: 5px;
	color: #ffcb00;
	font-size: 15px;
}

.info a {
	color: #BD4200;
}

/* alignment classes */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* display and additional classes */

.clearer {
	clear: both;
}

.clear {
	display: inline-block;
}

.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.aboutswf {
	border-style: solid;
	position: relative;
	display: inline-block;
	padding: 2px 2px 0;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	top: 12px;
	margin-bottom: 10px;
}

/*.workstitle {
	color: #fff;
	text-transform: uppercase;
	float: right;
	text-align: right;
	clear: none;
	padding-left: 23px;
	margin-right: 450px;
}
.workstext {
	color: #999;
	text-align: left;
	float: left;
	clear: none;
	position: relative;
	bottom: 60px;
	right: -85px;
}*/

#works-wrap {
	width: 900px;
	margin-top: 20px;
}

.worksinfo {
	padding-top: 5px;
	padding-bottom: 10px;
}

.workstitle {
	color: #666400;
	text-transform: uppercase;
	float: left;
	text-align: right;
	clear: left;
	width: 100px;
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #333;
	line-height: 0;
}

.workstext {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: right;
	float: left;
	border-bottom-style: solid;
	width: 800px;
	border-bottom-color: #333;
}