/* @override 
	http://elephero.net.internal:8888/css/main.css
*/

body {
	min-height: 101%;
	color: #444751;
	font: 12px/18px Helvetica, Arial, sans-serif;
	background: url(/img/background.gif) repeat-x;
}

.body-home {
	background: url(/img/background-home.gif) repeat-x 0 -207px;
}

a {
	text-decoration: none;
	color: #4fc1e1;
}

a:hover {
	text-decoration: none;
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 2px #666666 solid;
}

a:active {
	position: relative;
	top: 1px;
}

a:focus {
	outline: none;
}

h1 {
	font-size: 35px;
	padding-bottom: 15px;
	/*color: #999999;*/
	color: #444446;
}

h1.title {
	font-size: 30px;
	padding: 0;
}

div.hr {
	border: none;
	height: 6px;
	width: 125px;
	background: #F9A51B;
	margin-bottom: 12px;
}

div.hr-small {
	margin: 0;
	background: #343436;
	border: none;
	height: 6px;
	width: 125px;
}

hr {
  display: none;
}

/* HEADER */

#background_top {
	height: 366px;
	width: 100%;
	background: #2b2830;
}

#background-top-home {
	height: 366px;
	width: 100%;
	background: #2b2830;
}

#header-frame {
	width: 100%;
	overflow: hidden;
}

#header {
	padding-top: 40px;
	height: 90px;
	border-bottom: 6px solid #F9A51B;
}

#logo h1 {
	width: 300px;
	height: 65px;
	background: url(/img/elephero-logo.png) no-repeat;
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: none;
}

#logo h1 a span {
	display: none;
}

/* NAVIGATION */

#navigation {
	font: bold 13px Helvetica, Arial, sans-serif;
	margin-top: 30px;
	text-decoration: none;
	border: none;
	float: right;
}

#nav {
	margin: 0 auto;
	list-style: none;
	position: relative;
	float: right;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #ffffff;
	display: block;
	float: left;
	font: bold 14px/18px Arial, sans-serif;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: lowercase;
	border: none;
}

#nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#magic-line {
	position: absolute;
	bottom: 30px;
	left: 0;
	height: 3px;
	background: #F9A51B;
}

/* HOME */
#home-slider {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.home-scroll {
	height: 500px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
  
	background: #2b2830 url(/img/ui/loading.gif) no-repeat 50% 50%;
	
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	z-index: -6;
}

.home-scrollContainer div.panel {
  height: 500px;
  width: 960px; /* change to 560px if not using JS to remove rh.scroll */
}

.home-nav {
	padding-bottom: 100px;
	z-index: 666;
}

.home-nav ul {
	list-style: none outside;
}

.home-nav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 30px 5px 10px;
	margin-right: 5px;
}

.home-nav li a {
	font: 17px/1 Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #868686;
	border-bottom: none;
	padding-top: 9px;
}

.home-nav li a:hover {
	color: #F9A51B;
	border-bottom: none;
	border: none;
	padding-top: 9px;
}

.home-nav li.selected {
	border-top: 6px solid #F9A51B;	
	padding-top: 10px;
}

.home-nav li.selected a {
	color: #3B3B3B;
}

.home-nav li.selected a:hover {
	color: #F9A51B;
}

/* HERO */

#hero {
	padding-bottom: 40px;

}

#slider {
	position: relative;
	background: #2b2830 url(/img/ui/loading.gif) no-repeat 50% 50%;
	display: block;
	width: 960px;
	height: 360px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a {
	border: 0;
	display: block;
}

#slider a:hover {
	border: 0;
	text-decoration: none;
	padding: 0;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(/img/ui/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(/img/ui/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}


/* BANNER */

#banner-frame {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#banner-text {
	margin-top: 100px;
	background: url(/img/hero-accounting.jpg) no-repeat;
	height: 300px;
	border: 1px solid #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
}

#banner-text h1 {
	padding: 120px 0 0 20px;
	font-size: 30px;
	color: #ffffff;
}

/* GLOBAL */
#content-frame, #featured-frame, #promo-frame, #promotions-frame, #news-frame, #contact-frame, #portfolio-frame, #services-frame, #about-frame, #projects-frame {
	padding-bottom: 80px;
}

/* CONTENT */

#content-frame {
	width: 100%;
}

#content, #promotion, .content-internal {
	overflow: hidden;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 30px;
	padding: 30px 0 0;
}

#content h1.top {
	font-size: 30px;
	padding: 0;
}

#content h2.top {
	padding-top: 30px;
}

#content h2, #promotion h2 {
	color: #999999;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#content h3 {
	color: #666;
	padding: 0;
	margin-bottom: -10px;
}

h2 {
	color: #999999;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

h3 {
	color: #666;
	padding: 10px 0 0;
	margin-bottom: -10px;
}

p {
	padding: 10px 0 0;
}

#news {
	
}

#news div.hr {
	background: #343436;
}

#news h2 {
	border: none;
	padding: 20px 0 0 0;
}

#news p {
	padding: 0;
}

#content p {
	/*padding: 10px 0 0 25px;*/
}

.content-internal h1 {
	

/*

border-top: 2px solid #e2e2e2;
	border-left: 2px solid #e2e2e2;
	padding: 10px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	margin-bottom: 12px;
	font-size: 20px;
	color: #044156;
}


/* CONTACT */
#contact h1 {
	font-size: 35px;
	padding-bottom: 0px;
}

/* SOCIAL */

#social h2 {
	color: #999999;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#social p {
	border-top: 1px solid #e8e8e8;
	padding: 0;
}

#social img {
	vertical-align: middle;
	margin: 15px 20px 15px 0;
}

/* CONTACT FORM */

#contact label {
	display: block;
	margin: 0 0 3px;
	font-weight: bold;
	clear: left;
}

#contact label span {
	font-weight: normal;
	color: #999999;
}

#contact input.text {
	padding: 3px 2px;
	width: 426px;
	margin: 0 0 20px;
	font: 11px/19px Arial, sans-serif;
	border: 1px solid #ccc;
}

#contact textarea {
	padding: 3px 2px;
	width: 425px;
	height: 9em;
	font-family: sans-serif;
	margin: 0 0 20px;
	border: 1px solid #ccc;
}

#contact #additional_fields {
	display: none;
}

#contact form {
	padding: 20px 20px;
}

/* PROMOTIONS PAGE */
#promotions img {
	position: relative;
	background: #2b2830 url(/img/ui/loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 0px 10px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

/* PROJECTS PAGE */
#promotions p, #projects p {
	padding: 10px 0 20px 0;
}

#promotions div.hr, #projects div.hr {
	border: none;
	height: 6px;
	width: 125px;
	background: #F9A51B;
	margin-bottom: 12px;
}

#promotions div.hr-small, #projects div.hr-small {
	background: #343436;
	border: none;
	height: 6px;
	width: 125px;
	margin-bottom: 12px;
}

/* PORTFOLIO PAGE */
/* Right aligned img */
#projects img, #portfolio img {
	background: #2b2830 url(/img/ui/loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 0px 10px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 20px 20px 0;
	float: right;
}

#portfolio #home {
	margin-top: 40px;

}

/* PROMOTIONS PAGE */
#promotions img {
	position: relative;
	background: #2b2830 url(/img/ui/loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 0px 10px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

/* ABOUT PAGE */
#about h1.title {
	margin-bottom: -10px;
}

#about div.hr {
	margin: 50px 0 0 0 ;
	background: #343436;
}

#about img {
	background: #2b2830 url(/img/ui/loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 0px 10px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

/* SERVICES PAGE */
#services img {
	background: #2b2830 url(/img/ui/loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 0px 10px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

#services #home {
	margin-top: 40px;
}

#services p {
	padding-bottom: 20px;
}

#promotions ul, #projects ul, #services ul {
	list-style-type: square;
	padding: 0;
	margin: 10px 0;
}

#promotions li, #projects li, #services li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
}

#promotions li a, #projects li a, #services li a {
	padding: 0;
	margin: 0;
}

/* FOOTER */

#footer-frame, #copyright-frame {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	color: #5D5E71;
	background: #2b2830;
}

#footer a, #copyright a {
	color: #ffffff;
	font-weight: normal;
}

#footer a:hover, #copyright a:hover {
	color: #4fc1e1;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px #8F8A98 solid;
}

#footer {
	padding: 30px 0 20px;
}

#footer h2 {
	margin: 0px 0px 10px 0px;
	color: #8F8A98;
	border-bottom: 1px solid #8F8A98;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 11px;
}

#footer img {
	border: none;
	float: left;
	margin-right: 35px;
}

#footer strong {
	color: #8F8A98;
}

#footer p, #copyright p {
	color: #ffffff;
	padding: 0;
}

#copyright {
	padding: 20px 0 50px;
	border-top: 1px solid #8F8A98;
	text-align: right;
}

/* Awesome Buttons */

.awesome, .awesome:visited {
	background: #222 url(/img/ui/alert-overlay.png) repeat-x;
	background-color: #F9A51B;
	font: bold 13px/1 Helvetica, Arial, sans-serif;
	display: block;
	padding: 8px 20px 9px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	outline: none;
	border: none;	
}

.awesome:hover {
	color: #fff;
	background-color: #ffb515;
}

.awesome:active {
	top: 1px;
}

/* !Delighters */

/*-------------------------------------------------------------------- */

#news a, #footer a, #content a {
	-o-transition-duration: 1s;
	-o-transition-property: color, background-color, border-color;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: color, background, border-color;
	-moz-transition-duration: 1s;
	-moz-transition-property: color, background, border-color;
}