/*
Theme Name: Resurgens Theme - Variation 7
Theme URI: http://www.resurgens.net
Description: Resurgens theme updated with a buff frame.
Version: 1.0
Author: Andy Powell
Author URI: http://www.i85media.com/
*/

/* General Styles */

html {
	background-color: #EDC37B;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

#splash {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 100px;
}

#splash p {
	margin: 0px;
	width: 100%;
	text-align: center;
}

#splash p img {
	margin: 0px;
}

#splash #tagline {
	font-family: "Times New Roman", Times, serif; 
	color: #B80004; 
	font-style: italic; 
	font-size: 1.5em; 
	text-align: center;
}

#all { 
	margin-top: 10px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

a img {
	border: none;
}

/* Elements above the navigation bar */

#logo { 
	text-align: left;
	padding: 20px;
	margin: auto;
}

/* Navigation Menu */

#navbar {
	margin: 0px 30px 0 30px;
	padding: 0px;
	border-bottom: 2px solid #E29E36;
}

#navbar ul {
	text-align: center;
	margin: 3px 0 3px 0;
	padding: 2px 0px 2px 0px;
}

#navbar ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 13px;
}

#navbar ul li a {
	text-decoration: none;
	color: #222222;
	padding: 5px 8px 5px 8px;
}

#navbar ul li a.active {
	text-decoration: none;
	color:  #222222;
	padding: 5px 7px 5px 7px;
	border-top: 1px solid #E29E36;
	border-left: 1px solid #E29E36;
	border-right: 1px solid #E29E36;
	border-bottom: 2px solid #E29E36;
}

#navbar ul li a:hover {
	text-decoration: none;
	color: #222222;
	background-color: #FFFFFF;
	padding: 5px 7px 5px 7px;
	border-top: 1px solid #E29E36;
	border-left: 1px solid #E29E36;
	border-right: 1px solid #E29E36;
	border-bottom: 2px solid #E29E36;
}

/* Slide-Out Elements below Navigation Bar */

#belownav {
	text-align: center;
	margin: 0 30px 0 30px;
	padding: 5px;
	border-bottom: 2px solid #E29E36;
}

#intro {
	text-align: center;
	padding-bottom: 0px;
	margin: auto;
	width: 550px;
	display: block;
}

#clientlogin {
	text-align: center;
	padding-bottom: 0px;
	margin: auto;
	display: block;
}

#clientlogin form {
	margin: 0;
	padding: 0;
}

#clientlogin input {
	color: #000000;
	background: #ffffff;
	border: 1px solid #E29E36;
}

#clientlogin input .submit {
	background: #E29E36;
	border: 1px solid #E29E36;
}

/* Hover Elements on Index Page */

#hoversection {
	width: 100%;
	padding-top: 35px;
}

#hoversection #list {
	float: left;
	font-size: 2.5em;
	width: 35%;
	color: #B80004;
	vertical-align: center;
}

#hoversection #list ul li {
	padding-top: 0px;
	padding-bottom: 50px;
	list-style: none;
	text-align: right;
}

#hoversection #list ul li a {
	color: #B80004;
	text-decoration: none;
}

#hoversection .arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#hoversection #display {
	background: #ffffff url('/wp-content/themes/resurgens-5/logo_icon_faded.gif') top;
	background-repeat: no-repeat;
	float: left;
	width: 55%;
	height: 400px;
	line-height: 1.6em;
	overflow: hidden;
}

#hoversection #display #inner{
	width: 85%;
	padding-top: 15px;
	margin: auto;
}

#hoversection #display #inner .service {
	height: 600px;
}

/* Page Styles */

.page {
	margin: 0 120px 30px 120px;
}

.page h2 {
	font-size: 2.5em;
	color: #B80004;
	margin-left: 120px;
}

.page h3 {
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	color: #B80004;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #B80004;
}

.page h3 a, .page h3 a:visited, .page h3 a:active {
	color: #B80004;
	text-align: left;
	width: 100%;
	text-decoration: none;
}

.page h4 {
	font-family: Georgia, Times, serif;
	font-size: 1.6em;
	font-weight: italic;
	color: #000000;
	text-align: left;
	width: 280px;
	margin: 25px 0 5px 120px;
	border-bottom: 1px solid #B80004;
}

.page p {
	margin: 0 0 15px 120px;
	text-align: left;
	line-height: 1.6em;
}

.page ul {
	margin: 10px 0 0 130px;
	line-height: 1.6em;
}

/* Misc */

#hr {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #E29E36;
}

#clear {
	clear: both;
}

/* Footer Styles */

#footer {
	color: #000000;
	text-align: center;
	font-size: 0.9em;
	margin-top: -5px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}	

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