/*
  SilverStripe Higher Ground Theme
  http://www.silverstripe.com

  adapted to SilverStripe by SilverStriped
  http://silverstriped.com

  Higher Ground design by Erwin Aligam
  http://www.styleshout.com/
*/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #dbdbdb;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #4c4c4c; 
	text-align: center;
	margin: 0 auto;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
hr {
	border: 0;
  	width:673px;
	color: #dbdbdb;
	background-color: #dbdbdb;
	height: 1px;
	margin-left:10px;
	clear:both;
}
ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}
ul {
	list-style: none;
}

/* images */

img.right {
  	margin: 5px 5px 10px 10px;
	border:1px solid #a8a8a8;
	padding:5px;
}
img.left {
  	margin: 5px 10px 10px 0px;
	border:1px solid #a8a8a8;
	padding:5px;
}
img.float-right {
  	margin: 0px 5px 10px 10px;
	padding:2px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
	padding:2px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
#EditableTextField20, #EditableTextField23, #EditableTextField24, #EditableTextField25, #EditableTextField26, #EditableDropdown27, #EditableTextField28, #EditableDropdown29, #EditableTextField31, #EditableTextField32, #EditableTextField33, #EditableTextField34,  #EditableDropdown37,  #EditableDropdown38, #EditableTextField7, #EditableTextField8, #EditableTextField9, #EditableDropdown10, #EditableTextField11, #EditableDropdown12, #EditableTextField14, #EditableTextField15, #EditableDropdown16, #EditableDropdown17, #EditableTextField46, #EditableTextField47{
float:left;
}
#Form_Form_EditableFormHeading39, #Form_Form_EditableFormHeading42, #Form_Form_EditableFormHeading44{
	clear:left;
	padding-top:25px;
	padding-left:0;
}
#EditableEmailField36, #EditableEmailField13, #EditableTextField46, #EditableTextField9, #EditableTextField11{
	clear:left;
}
#Form_Form_EditableTextField18, #Form_Form_EditableTextField19{
	width:417px;
}
form {
	margin:10px; padding: 0 5px;
}
label {
	display:block;
	margin:5px 0 0 0;
	font-size:10pt;
}
label span, .toRed{
	color:#F00;
}
input {
	padding:2px;
	/*border:1px solid #eee;*/
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* Home Page */
.projects{
	float:left;
	text-align:center;
	width:118px;
}
.projects a img{ 
	border:1px solid #a8a8a8;
	padding:2px;
	cursor:pointer;
}
.projects a img:hover{ 
	border:1px solid #ee2e24;
	padding:2px;
	cursor:pointer;
}
#awards-left{
	float:left;
}
#awards-mid{
	float:left;
	width:380px;
	text-align:justify;
}
#awards-mid p{
	padding:10px 0;
	line-height:15px;
}
#awards-right{
	float:left;
	padding-right:0;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 960px;
	background: #FFF ;
	margin: 0 auto;
	text-align: center;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {	
	width: 100%;	
	padding: 0; 			
	display: inline;
}
#header {
	width: 960px;
	position: relative;
	height: 110px;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 20px; left: 30px;	
}
#header h1#logo-text span {
	display:none;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header-photo */
#header-photo{
	clear: both;
	height: 348px;
	width: 100%;
	margin: 0 auto;
	/*background: #FFF url(../images/header-ph.jpg) no-repeat center center;*/
}
#header-About{
	background:url(../images/header-about.jpg) no-repeat;
	height:150px;
	width:100%;
}
#header-Services{
	background:url(../images/header-services.jpg) no-repeat;
	height:150px;
	width:100%;
}
#header-Projects{
	background:url(../images/header-projects.jpg) no-repeat;
	height:150px;
	width:100%;
}
#header-Equipment{
	background:url(../images/header-equipment.jpg) no-repeat;
	height:150px;
	width:100%;
}
#header-Newsroom{
	background:url(../images/header-newsroom.jpg) no-repeat;
	height:150px;
	width:100%;
}
#header-Contact{
	background:url(../images/header-contact.jpg) no-repeat;
	height:150px;
	width:100%;
}

/* Navigation */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#nav {
background:none repeat scroll 0 0 #F4F4F5;
border-bottom:1px solid #E6E6E7;
border-top:1px solid #E6E6E7;
display:inline;
float:left;
margin:1px 0 0;
padding:24px 0;
}
#nav li {
	display:inline;
	float:left;
	font-size:8pt;
	padding:1px 15px;
	border-right:2px solid #DFDFE0;
}
#nav li a {	
	color: #1f4096;
	text-decoration: none;	
}
#nav li a:hover {
	color: #1f4096;
	text-decoration:underline;
}
#nav-left{
	float:left;
	background:url("../images/nav-left.jpg") no-repeat;	
	width:16px;
	height:68px;
}
#nav-right{
	float:left;
	background:url("../images/nav-right.jpg") no-repeat;	
	width:15px;
	height:68px;
}
#subnav{	
}
#main #subnav li{
	border-right:1px solid;
	float:left;
	padding:0 10px;
	list-style-type:none;
}
#subnav li a{
	color:#4C4C4C;
}
#subnav li a:hover, #subnav li .current{
	font-weight:bold;
	text-decoration:none;
}
#nav li.top{}
.fly {}
.sub1 {
background:#F4F4F5;
float:none;
position:absolute;
width:100px;
display:none;
margin:0;
padding:5px;
}
li.top:hover ul { 
display: block; 
}
#nav .sub1 li {
border:none;
display:list-item;
}

/* Main Column */
#main {
	float: left;
	width: 692px;
	padding: 0; margin: 25px 0 0 10px;
	display: inline;
	text-align:left;
	min-height:340px;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #4c4c4c; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul {
	padding-left:20px;
}
#main ul li {
	list-style-type:disc;
}
#main .equipment {
background:url(http://www.reyesconstruction.com/assets/images/equipment.jpg) right top no-repeat;
width:640px;
}

/* Sidebar */	
#sidebar {
	border-left:1px solid #DBDBDB;
	float:left;
	margin:25px 0 0;
	padding:0 0px 0 5px;
	text-align:left;
	width:245px;
}	
#sidebar h3 {
	padding: 5px 5px; 
	font-size: 16pt;
	color: #4c4c4c;
	font-stretch:narrower;
	font-weight:normal;
}
#sidebar ul.sidemenu {
	text-align: left;
	border-bottom:1px solid #DBDBDB;
	margin:7px 4px 8px 0;
	padding:0 0 20px;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style-type:none;
	padding: 2px 0 0 5px;
	margin: 0;		
	color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;
	padding-left: 25px;
}
#sidebar ul.sidemenu li a.current, #sidebar ul.sidemenu li a.section {
	background: url(../images/list-arrow2.jpg) no-repeat;
	color: #1773BC;
	font-weight:bold;
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;
	background: url(../images/list-arrow2.jpg) no-repeat;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


/* Login widget */
#MemberLoginForm_LoginForm .middleColumn{
	width:215px;
	margin:0;
	background:none;
	padding-left:0;
}
#MemberLoginForm_LoginForm .middleColumn input{
	width:210px;
}
#MemberLoginForm_LoginForm label{
	font-weight:normal;
	margin:0;
	font-size:10pt;
}
#Remember {
	padding-left:0;
	display:none;
}
#Remember input {
	float:left;
	margin-right:10px;
	margin-top:3px;
}
#ForgotPassword{
	float:right;
	padding-right:0;
	padding-top:4px;
	display:none;
}
.LoginWidget{
	border-bottom:1px solid #DBDBDB;
	margin-left:5px;
	padding-bottom:15px;
	width:232px;
}
.LoginWidget p{
	padding-left:0;
}
#MemberLoginForm_LoginForm{
	margin:0;
	padding:0;
}
.LoginWidget input.action{
	background:url(../images/login-btn.jpg) no-repeat;
	width: 65px;
	height:25px;
	text-indent:-999px;
	margin-top:10px;
	border:none;
	overflow:hidden;	
	font-size: 0;
	display:block;
	line-height: 0;
}

/* Blog widget */
#LatestBlogPosts {
	border-bottom:1px solid #dbdbdb;
	padding-right:0;
	margin-right:0;
}
#LatestBlogPosts li {
	list-style-image: url(../images/list-arrow.jpg);
	padding-bottom:15px;
	padding-left:0;
	margin-left: 12px;
}

/* SingleContentWidget */
.SingleContentWidget{
	padding-left:7px;
	height:135px;
}
.careerText{
	float:left;
	font-size:9pt;
	margin-right:10px;
	width:114px;
}
.SingleContentWidget p{
	padding:0;
	float:left;
}
.SingleContentWidget img{
}

/* footer */
#footer-wrap {
	clear: both;
	width: 100%;
	font-size: 8pt;	
	text-align: center;
	padding: 0;
	background:#3c5aa4;
}
#footer-wrap a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	text-decoration:underline;
}
#footer-wrap p {
	padding:10px 0 0;
	float:left;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-left {
	text-align:left;
	margin-left:15px;
}
#footer-mid {
margin:0 90px;
text-align:center;
}
#footer-right {
	text-align:right;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #FFF;	
	margin: 0 auto; 
	width: 960px;
	text-align: center;
}

/* postmeta */
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.left  { float: left; }
.right { float: right; }
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* comments */



#CommentHolder ul {
	list-style: none !important;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #dfdfdf;
	padding-left: 40px;
	padding-right: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.even {
	background: #e4e2e2;
	padding-right: 40px;
	padding-left: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.odd p.info {
	color: #607a00;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

img {
  border:0;
}