/* ----------------------------------------------
	Template Name : GiveLife
	Version : 0.1
	Author : Marek Handze @ enhancedlabs.com
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

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

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: black;
	text-align: center;
    background: #fff url(images/page-bg.jpg) repeat;      
	
 }

body, html{margin: 0;padding: 0;} 
html, body {
   margin:0;
   padding:0;
   height:100%;
   width: 100%;
}

a, a:link, a:visited {
	color: #b8cb45;
}

a:hover {
	color: #95908b;
}

.part1 {
    color: #95908b;
    text-transform: uppercase; 
}

.part2 {
    color: #5e3716;
    text-transform: uppercase; 
}


/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 

#page {
    position:relative;
    min-height:100%;
    min-width: 1024px;
    ;
}

#wrap-out {
    position: relative;
    background: url(images/header-bg.jpg) repeat-x;
    margin: 0 auto;
    text-align: left;
    width:100%;
    min-height:100%;
    padding: 0;
    
}

#wrap {
    width: 1024px;  
    margin: 0 auto;
    min-height:100%;
}
#content-wrap {
    position: relative;
    clear: both;
    float: left;    
    width: 1020px;
    padding: 0;
 	padding-bottom: 95px;
    display: inline;
    height:100%;
    min-height:100%;
}
#header {
    position: relative;
    width: 1024px;
    height: 200px;  
    padding: 0; 
    margin: 0 auto;
    background: transparent;
}

/*  Navigation  */
#nav {
    position: absolute;
    clear: both;    
    margin: 0; padding: 0;      
    height: 35px;
    top: 97px; 
    right: 0px;
    width: 725px;   
}
#nav ul {
    list-style: none;
    height: 35px;
    text-transform: uppercase;
    margin: 0;  padding: 0; 
    display: inline;
}
#nav ul li {
    display: inline;
    margin: 0; padding: 0;
    /*height: 103px;*/
}
#nav ul li a {
    display: block;
    width: 132px;
    height: 80px;
    float: left;
    margin: 0;  padding: 0;
    font: bold 15px/35px Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;  
    padding-top: 40px;
    letter-spacing: -0.3px;
    color: #b8cb45;
    /*border: 1px white solid;*/
}
#nav ul li img{
    border: 0;
    padding: 0;
    /*float:right;*/
    /*padding-top: 16px;*/
    padding-right: 0px;
    margin-right: 3px;
}
#nav ul li a:hover, 
#nav ul li a:active {
    color: #b8cb45;
    /*background: none;*/
    border: none;
}
#nav ul li a {
    background: url(images/navi-line.png) no-repeat right;
}
#nav ul li a.current {  
    color: #b8cb45; 
    background: url(images/menu_active.png) no-repeat;
}
#nav ul li a#contact, #nav ul li a.no-border {
    background: none;
}


#logo {
    position: absolute; left:70px; top:45px;
    background: url(images/grunge_logo.png) no-repeat;
    width: 212px; height: 117px;
}

#logo a {
    display: block;
}
#logo a:hover {
    display: block;
    background: none;   border: none;
}

#blog-logo {
    position: absolute; left:760px; top:40px;
    background: url(images/blog-logo.png) no-repeat;
    width: 210px; height: 57px;
}

#blog-logo a {
    display: block;
}
#blog-logo a:hover {
    display: block;
    background: none;   border: none;
}

#header p#intro {
    position: absolute;
    margin: 0; padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    font-style: italic;
    text-transform: none;
    color: #755643;
    width: 400px;
    
    /* change the values of top and left to adjust the position */
    top: 190px; left: 35px;     
}


/* Blog Picture */
#blog-picture {
    position: relative;
    background: url(images/blog-picture.jpg) no-repeat;
    width: 862px;
    height: 242px;
    margin: 0 auto;
    margin-top:25px;
    text-align: left;
    border: 5px solid #5a4d37;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* blog - sub-pages */
#sub-title {
    position:relative;
    margin-top:50px;
    left:80px;
    width: 300px;
    font-size: 24px;
    font-weight:bold;
}

#sub-title span.part1 {
    color: #95908b;
}

#sub-title span.part2 {
    color: #5e3716;
}

#sub-menu {
    position: absolute;
    margin: 0; padding: 0;      
    height: 35px;
    top: 300px; right: 80px;
    z-index: 99999;
}

#sub-menu ul {
    list-style: none;
    height: 35px;
    text-transform: uppercase;
    margin: 0;  padding: 0; 
    display: inline;
    width: 630px;
}

#sub-menu ul li {
    display: inline;
    margin: 0; padding: 0;
}

#sub-menu ul li a {
    float: left;
    margin: 0;  padding: 0;
    display: block;
    font: bold 12px/35px Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bac220;
    padding-left: 24px;
    padding-right: 24px;
    background: url(images/index-navi-line.png) no-repeat right;
}

#sub-menu ul li a:hover, 
#sub-menu ul li a:active {
    color: #95908b;
    border: none;
}
#sub-menu ul li a.current {  
    color: #5e3716; 
}

#sub-menu ul li a#leadership {  
    background: none;
    padding-right: 0;
}


/* Main Column */
#main {
    position:relative;
    margin-left:80px;
/*    margin: 0 auto;*/
}
#main h2 {
    padding-bottom: 3px;
    margin-top: 15px;
    font: bold 18px 'HelveticaNeueLTstd hv', HelveticaNeueLTstd-hv, Helvetica, "Times New Roman", Times, serif;
    text-transform: uppercase;   
    color: #95908b; 
    padding-top: 15px;   
}

#main * h3 {
    margin-top: 12px;
    font: bold 12px Helvetica, "Times New Roman", Times, serif;
    color: #5d3916;
}

#main p {
    padding-bottom: 3px;
    font: normal 12px Helvetica, "Times New Roman", Times, serif;
    color: #5d3916;
   line-height: 20px;
}

#main li {
    font: normal 12px Helvetica, "Times New Roman", Times, serif;
    color: #5d3916;
    margin-bottom:10px;
    line-height: 20px;
}

#col1, #col2 {
    float: left;
    width: 400px;
}

#col1 p, #col2 p{
    padding-bottom: 25px;
}

#col1 {
    margin-right: 35px;
}

#col2 {
    margin-left: 35px;
}

#col_top {
    width: 860px;
}

#col_top p {
    padding-bottom: 30px;
}

#col_top p.top {
    padding-top: 20px;
}


/* newsletter */

#newsletter, #search {
    font: bold 18px Helvetica, "Times New Roman", Times, serif;
    padding-top: 50px;
    bottom: 0px;
 	position: relative;
	z-index: 9;
}

#newsletter span.part1 {
    color: #95908b;
    text-transform: uppercase; 
}

#newsletter span.part2 {
    color: #5e3716;
    text-transform: uppercase; 
}

#newsletter input, #search input {
    background-color: #d7cbb6;
    height: 25px;
    border: 2px solid #aca18b;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#newsletter input[type="submit"], #search input[type="submit"]{
    background-color: #ececec;
    font: bold 12px Helvetica;
    color: #666666;
    height:25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    border: 1px solid #d2d2d2;
    vertical-align: bottom;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#newsletter_space {
    margin-bottom: 90px;
}


/* gallery special top header css */
#gallery_top {
    margin-top: 20px;
    margin-left: -60px;
    font: 28px 'dearJoe4', Comic;
    color: #543213;
}
#gallery_top_line2 {
    padding-left: 120px;
    padding-bottom: 30px;
}
#gallery_previews {
    margin-left: -60px;
}


/* footer */
#footer-wrap {
	position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    background: url(images/footer-bg.png) repeat-x bottom;
	width: 100%;
    /*margin: 0 auto;*/
    text-align: right;
	height: 47px;
}

#footer-content {
	position: absolute;	
    color: #573812;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	z-index: 1;
	height: 216px;
    width: 400px;   
    background: url(images/index-tree.png) no-repeat right bottom;
	bottom: 0px;
	margin-left: 600px;

}
#footer-tree {
    height: 47px;
	width: 950px;
	margin: auto;

}
#footer-content p{
	position: absolute;
    right:40px;
	bottom: 20px;
	
}



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


/* - projects page specifieds styles - */
#projects_col1 { 
    margin-top: -40px;
    margin-right: -35px;
    padding-right: 45px;
    background: url(images/projects-middle-line.png) right no-repeat;
}

#projects_col2 { 
    margin-top: -30px;
}

#projects_col1 p, #projects_col2 p {
    background: url(images/projects-spacing_line.png) bottom no-repeat;
}

#projects_col1 * img, #projects_col2 * img {
    padding-right: 20px;
}

#projects_col1 p.no-background, #projects_col2 p.no-background {
    background: none;
}

