/* 
    Document   : pages
    Created on : 04-Dec-2012, 01:38:26
    Author     : Ardeshireshghi
    Description:
        Purpose of the stylesheet follows.
*/




.homepage .oneThird {
	width: 29%;
	margin-bottom: 30px;
	background:#eee;
        padding: 10px;
	border-radius: 5px;
	margin-right: 3%;
	float: left;
        min-height: 225px;
        position:relative;
}

.homepage .oneThird .shadow {
    position: absolute;
    background: url('/themes/site_themes/lev-gower/img/cool-shadow.png') no-repeat;
    height:50px;
    width:100%;
    left:-2px;
    bottom: -4px;
    z-index: -5;
}
.homepage .oneThird h2 {

	color: #888;
	border-bottom: 2px solid #DDD;
	padding-bottom: 3px;

}

.homepage .oneFourth h2 {color:#bbb;}

.homepage h2 {
    font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
}



/******************************* Jobs section styles *******************************/

.job-detail-title {
    font-weight: bold;
    width: 30%;
    display: inline-block;
}



.job-title {
    font-weight: bold;
    font-family: Helvetica, Arial;
    color:#aaa;
}

.job-item {
    border-bottom: 1px dotted rgb(206, 206, 206);
    margin-top: 10px;
    padding: 5px 5px 20px 5px;
    background-image: linear-gradient(bottom, rgb(245,245,245) 45%, rgb(250,250,250) 73%, rgb(255,255,255) 87%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 45%, rgb(250,250,250) 73%, rgb(255,255,255) 87%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 45%, rgb(250,250,250) 73%, rgb(255,255,255) 87%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 45%, rgb(250,250,250) 73%, rgb(255,255,255) 87%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 45%, rgb(250,250,250) 73%, rgb(255,255,255) 87%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.45, rgb(245,245,245)),
            color-stop(0.73, rgb(250,250,250)),
            color-stop(0.87, rgb(255,255,255))
    );
}

section#vacancies {
float:left;
width: 70%;
}



section#job-lists {
	width: 72%;
	float: left;
	top: -10px;
	position: relative;
}

aside#jobs-sidebar {
	display: block;
	float: right;
	width: 23%;
}

aside#jobs-sidebar h3{
font-weight: 700;
color: #666;
}

#jobs-sidebar > span h1 {
color: rgb(250, 200, 43);
background: url(/themes/site_themes/lev-gower/img/featured_big.png) no-repeat 0px 0px;
text-indent: 27px;
}

#jobs-sidebar .similar-job-link {
display:block;
line-height:15px;
margin-top: 10px;
}

#jobs-sidebar .similar-job-link a {
color: rgb(241, 181, 24);
}

aside#jobs-sidebar div.box {
    margin: 10px 0px;
    min-height:100px;
    background: rgb(240, 241, 241);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 3px;
    padding-top: 0px;
}

aside#jobs-sidebar div.box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0px;
}

aside#jobs-sidebar div.box ul li.last {
    border: none;
}

aside#jobs-sidebar div.box ul li h4 {
    
    text-indent: 10px;
    line-height: 20px;
    opacity: .9;
    margin-bottom: 10px;
    font-weight: 600;
}

aside#jobs-sidebar div.box ul li span {
    margin-left: 10px;
    color: #999;
    margin-top: -5px;
}

/******************************* End of Job section *******************************/

/******************************* Pages Section Styles *******************************/

.pages { 
    padding-top: 114px;	
}

.pages article {
    width: 70%;
}
.pages p {line-height:25px;margin-bottom:5px;}
    .pages h1 {
        margin-top:0px;
        color: rgb(243, 207, 15);
    }
    .pages h4 {
	margin-top:15px;
	font-weight: bold;
	line-height: 20px;
	
    }	
    .pages li { list-style-type: disc; color:#6F7986; }
    .pages figure img {
        margin: 0px 15px 10px 0px;
        position:relative;
    }
    
    .pages .body-text ul,.pages .body-text ol  {
        position: relative;
        margin-left: 20px;
    }
    
    .pages .body-text li {
	line-height: 30px;
	text-indent: 0px;
    }
    
    .pages ul.checkList li {
		
	background: url("/themes/site_themes/lev-gower/img/checkListIcon.png") center left no-repeat;
	display: block;
	padding: 2px 0 2px 18px;
       border: none;
    }

    .pages ul.checkList {
       margin-left: 5px;
    } 
    
    .pages aside div.box {
        background:#eee;
        padding:10px;
        margin: 10px 0px;
        border-radius:5px;
    }
    
    .pages .testimonial-author {
        float:right;
        font-style:normal;
     }
     .pages h2 {
     	margin-top: 0px;
	color: rgb(85, 85, 85);
     }	

     .pages h3 {
	font-weight: bold;
	color: #333;
	margin: 8px 0px;
     }
     
     .pages .contact-main-box{
        padding: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: rgb(243, 207, 15);
        /* -webkit-box-shadow: 0px 4px 20px rgba(50, 50, 50, 0.50);
        -moz-box-shadow:    0px 4px 20px rgba(50, 50, 50, 0.50);
    
    box-shadow:         0px 4px 20px rgba(50, 50, 50, 0.50); */
        margin-top:12px;
     }

/******************************* End of Pages section *******************************/


/******************************* Footer Section Styles *******************************/
div.footerMenu {
    overflow: hidden;
    background: #231f20;
    padding: 5px;
    padding-top: 10px;
    margin-top: 30px;
}

.footerMenu h4 {
	color: #DDD;
	font-weight: bold;
	font-size:16px;
        font-family: Helvetica,Arial;
}


.footerMenu .oneFourth {
	margin-top:20px;
        width: 15%;
	margin-right: 3%;
	float: left;
}

.footerMenu .oneFourth.last {
        width: 20%;
	margin-right: 0;
        margin-left: 16%;
}

.footerMenu p {
    color: #aaa;
}
.footerMenu a.mailto {
    color: #aaa;
}

.footerMenu a.mailto:hover {
    color: #fff;
    background:none;
}
/***********************end of Footer section ***************************************/

ul.socialNav li {
	display: inline;
	float: left;
	margin-left: 10px;
}
		
div#footerInformation {
	background-color: #eff1f3;
	padding: 24px 0;
	border-top: 1px solid #d1d8dc;
	overflow: hidden;
}

	div#footerInformation p {
		margin: 5px 0 0 0;
	}	

	

/********************* Contact page ***********************************************/

#contact-page-form {
 float: left;
 width: 47%;
 margin-right: 0px;
}
