/*
Theme Name: Eurus Energy
Description: A custom theme for Eurus Energy
Version: 1.0
Author: BinaryM
Author URI: http://binarym.com/
*/

/* ----- CSS ----- */

/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
  border:0;
  width:0;
  height:0;
  overflow:hidden;
  clear:both;
}

/* @end */

body{
  color:#666;
  font-family:sans-serif;
  font-size:small;
}

/* ----- IDS ----- */

#top, #primaryContent, #head div, #footer p{
  width:760px;
  margin:0 auto;
}
#top h1 a {
  display:block;
  background:transparent url(images/logo.png) center left no-repeat;
  text-indent:-1000em;
  width:215px;
  height:60px;
}
#logo {
  width:335px;
  margin:0;
  padding:10px 0 0 0;
}
#logo div.alt {
  display:none;
}
#top p {
  float:right;
  color:#999;
  padding:30px 20px 0 0;
  font-size:90%;
}
#navigation {
  margin:5px 0 10px 0;
  background:#7ac142;
  float:left;
  width:100%;
}
#head {
  background:#e5f3f6;
  clear:both;
  
  /* IE Bug Fix */
  zoom: 1;
}
#primaryContent {
  margin-top:20px;
}
#subNav {
  width:190px;
  float:left;
}
#subNav div {
  margin:20px 0 0 -10px;
  width:175px;
  border-top:8px solid #e56f31;
}
#content{
  float:left;
}
.thin {
  width:570px;
}
#footer{
  background:#67aac5 url(images/footer.png) top left repeat-x;
  height:110px;
  float:left;
  width:100%;
  margin-top:80px;
}
#footer p {
  font-size:80%;
  color:#fff;
  padding-top:40px;
}

div#wind, div#solar, div#projects {
  width:33%;
  float:left;
  text-align:center;
}
#wind div.flash, #solar div.flash, #projects div.flash {
  width: 235px;
  height: 396px;
}
#wind div.learnmore, #solar div.learnmore, #projects div.learnmore {
  width:104px;
  height:20px;
  float:right;
  margin:-40px 15px 0 0;
}
div#wind p, div#solar p, div#projects p {
  padding:15px 10px 0 10px;
  margin:10px 0 10px 0;
  text-align:left;
  float:left;
  width:218px;
  height:105px;
  overflow:hidden;
  font-size:90%;
}
div#wind p {
  background:transparent url(images/bar_blue.png) top left no-repeat;
  border:1px solid #84c2d1;
}
div#solar p {
  background:transparent url(images/bar_green.png) top left no-repeat;
  border:1px solid #7ac046;
}
div#projects p {
  background:transparent url(images/bar_orange.png) top left no-repeat;
  border:1px solid #e56f31;
}
div#projects img {
  margin:10px 0 0 0;
  float:left;
  border:0;
  border:0;
}


/* ----- CLASSES ----- */

.team {
  border-bottom:1px solid #ccc;
  margin-bottom:8px;
  float:left;
  width:100%;
}
.team img {
  float:left;
  margin:5px 15px 2px 5px;
}

.pages {
  border-top:1px solid #ccc;
  padding-top:10px;
  margin-top:10px;
}
.pages ul {
  list-style:none;
  float:right;
}
.pages ul li {
  padding:0 4px;
  float:left;
}

/* ----- HEADINGS ----- */


#content h2{
	color:#333;
	font-size:25px;
	position:relative;
}
#content h3{
	color:#ef622a;
	font-size:20px;
	position:relative;
}
#content h4{
	color:#73bf3b;
 	font-size:18px;
	position:relative;
}

#head h2 {
  margin:0;
  padding:0;
  width:300px;
  height:90px;
  text-indent:-1000em;
  overflow:hidden;
}
h2#about {
  background:transparent url(images/headers/about.png) center left no-repeat;
}
h2#mission-statement {
  background:transparent url(images/headers/about_mission.png) center left no-repeat;
}
h2#our-team {
  background:transparent url(images/headers/about_team.png) center left no-repeat;
}
h2#careers {
  background:transparent url(images/headers/about_careers.png) center left no-repeat;
}
h2#company-overview {
  background:transparent url(images/headers/about_company.png) center left no-repeat;
}
h2#industry-firsts {
  background:transparent url(images/headers/about_firsts.png) center left no-repeat;
}

h2#wind {
  background:transparent url(images/headers/wind.png) center left no-repeat;
}
h2#wind-power-projects {
  background:transparent url(images/headers/wind_projects.png) center left no-repeat;
}
h2#wind-power-education {
  background:transparent url(images/headers/wind_education.png) center left no-repeat;
}
h2#wind-development {
  background:transparent url(images/headers/wind_development.png) center left no-repeat;
}

h2#solar {
  background:transparent url(images/headers/solar.png) center left no-repeat;
}
h2#solar-power-projects {
  background:transparent url(images/headers/solar_projects.png) center left no-repeat;
}
h2#solar-power-education {
  background:transparent url(images/headers/solar_education.png) center left no-repeat;
}

h2#commitment {
  background:transparent url(images/headers/commitment.png) center left no-repeat;
}

h2#news {
  background:transparent url(images/headers/news.png) center left no-repeat;
}
h2#industry-events-participation{
  background:transparent url(images/headers/news_events.png) center left no-repeat;
}
h2#press-releases {
  background:transparent url(images/headers/news_press.png) center left no-repeat;
}
h2#eurus-energy-holdings-corporation {
  background:transparent url(images/headers/news_corporation.png) center left no-repeat;
}

h2#resources {
  background:transparent url(images/headers/resources.png) center left no-repeat;
}


h2#gallery {
  background:transparent url(images/headers/gallery.png) center left no-repeat;
}
h2#project-photos {
  background:transparent url(images/headers/gallery_photos.png) center left no-repeat;
}

h2#california-desert {
  background:transparent url(images/headers/gallery_california.png) center left no-repeat;
}

h2#oasis {
  background:transparent url(images/headers/gallery_oasis.png) center left no-repeat;
}
h2#cresent-ridge {
  background:transparent url(images/headers/gallery_cresent.png) center left no-repeat;
}
h2#bull-creek {
  background:transparent url(images/headers/gallery_bull.png) center left no-repeat;
}
h2#tpc-windfarms {
  background:transparent url(images/headers/gallery_tpc.png) center left no-repeat;
}
h2#mojave {
  background:transparent url(images/headers/gallery_mojave.png) center left no-repeat;
}
h2#combine-hills {
  background:transparent url(images/headers/gallery_combine.png) center left no-repeat;
}

h2#contact {
  background:transparent url(images/headers/contact.png) center left no-repeat;
}

h2#terms-and-conditions {
  background:transparent url(images/headers/terms_conditions.png) center left no-repeat;
}
h2#sitemap {
  background:transparent url(images/headers/sitemap.png) center left no-repeat;
}
h2#error {
  background:transparent url(images/headers/error.png) center left no-repeat;
}

/* ----- PARAGRAPHS ----- */

#content p {
  margin:15px 0;
  font-size:90%;
  line-height:170%;
}
/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

ol{
  margin:5px 0 30px 30px;
}
ul{
  margin:5px 0 30px 30px;
}
ol li{
}
ul li{
}



ul#nav {
  list-style:none;
  width:760px;
  margin:0 auto;
}
ul#nav li{
  float:left;
  background:#fff;
}
ul#nav li a{
  display:block;
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  text-decoration:none; 
  background:#7ac142;  
}

ul#nav li a strong, 
ul#nav li a span{
  display:block;
  padding:5px 14px;  
  text-decoration:none; 
}


/* ul#nav li a:hover, */
ul#nav li.current_page_item a span, ul#nav li.current_page_ancestor a span{
  background:#fff;
  color:#71c8d1;
}

ul#nav li ul {
  width:130px;
  border:5px solid #fff;

}
ul#nav li ul li {
  background:#8d8c8c;
}
ul#nav li ul li a, ul#nav li.current_page_item ul li a, ul#nav li.current_page_ancestor ul li a {
  padding:5px 15px;	
  font-size:90%;
  font-weight:normal;
  text-transform:none;
  background:#7ac142;
  color:#fff;
  border-bottom:1px solid #fff;
}
/*
ul#nav li ul li a:hover {
  color:#fff;
  background:#8d8c8c;
}
*/
/*** ESSENTIAL STYLES ***/
.sf-menu ul {
  list-style:none;
  margin:0;
  padding:0;
  position:		absolute;
  top:			-999em;
  width:			130px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			31px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			130px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			130px; /* match ul width */
	top:			0;
}


#head ul {
  margin:50px 0 0 0;
  list-style:none;
  float:right;
}
#head ul li {
  float:left;
}
#head ul li a {
  color:#0579a0;
  font-size:90%;
  text-transform:uppercase;
  margin-right:20px;
  text-decoration:none;
  font-weight:bold;
  display:block;
}
#head ul li a:hover, #head ul li.current_page_item a, #head ul li.current_page_ancestor a {
  border-bottom:2px solid #7ac141;
}



#subNav ul {
  list-style:none;
  margin:0;
}
#subNav ul li {
  border-bottom:1px solid #fff;
}

#subNav ul li a {
    text-decoration:none;
    padding:2px;
    margin-right:20px;
    font-size:1.1em;
    display:block;
    text-align:right;
    color:#333;
}
#subNav ul li a strong {
    font-weight:normal;
}
#subNav ul li.current_page_item a, #subNav ul li.current_page_ancestor a, #subNav ul li a:hover {
  color:#457b9d;
}
#subNav ul li ul {
    display:none;
    margin:4px 20px 2px 10px;
    border-bottom:1px solid #999;
    font-size:.75em;
    font-style:italic;
}
#subNav ul li.current_page_item ul, #subNav ul li.current_page_ancestor ul {
    display:block;
}

/* always hide these items! */
#subNav ul li.page-item-26 ul {
    display:none;
}

#subNav ul li ul li a, #subNav ul li.current_page_item ul li a, #subNav ul li.current_page_ancestor ul li a {
    margin-right:2px;
    color:#457b9d;
}
#subNav ul li ul li.current_page_item a, #subNav ul li ul li a:hover, #subNav ul li.current_page_item ul li a:hover, #subNav ul li.current_page_ancestor ul li a:hover {
    color:#999;
}


/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
  color:#369;
}
a:hover{
  color:#7ac142;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

#top p a {
  color:#999;
  padding:0 4px;
  text-decoration:none;
}
#top p a:hover {
  color:#666;
}
#footer p a {
  color:#fff;
  padding-left:5px;
  margin-left:5px;
  border-left:1px solid #fff;
}
#footer p a:hover {
  text-decoration:none;
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

/* ---- MISC ---- */
.alignleft {
  float:left;
  margin:0 10px 10px 0;
}
.alignright {
  float:right;
  margin:0 0 10px 10px;
}


/* Generic context menu styles */
.contextMenu {
    color:#333;
	position: absolute;
	z-index: 99999;
    width:200px;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 4px;
	margin: 0px;
	display: none;
}

.contextMenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu a {
	color: #000;
	text-decoration: underline;
	outline: none;
}

.cursorFix {
	cursor:pointer;
}

