/*
Theme Name: Big Green
Theme URI: Your Theme's URI
Description: Big Green is a portfolio style template.
Version: 1.0
Author: Piys
Author URI: Your website address.
*/


/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img, img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 13px; 
	text-align:center;/* for ie5.+*/
}



/* End of Reset */


html,body {
background: #ECECEC;
margin:0;
padding:0;
height: 960px;
}

#outer{
width: 100%;
margin: auto;
text-align:left;
}

.clear{
clear:both;
}

a{
margin: 0 0 10px 0;
}

/* Fonts */

h2{
font-family: arial, helvetica, sans-serif;
font-size: 1.4em;
font-weight: bold;
color: #393939;
padding: 20px 0 0 0;
line-height: 1.2em;
text-shadow: 1px 1px #FFFFFF;
}

h3{
font-family: arial, helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #FFFFFF;
padding: 15px 0 0 0;
line-height: 1.2em;
}

p{
font-family: arial, helvetica, sans-serif;
font-size: 1em;
line-height: 1.4em;
color: #595959;
padding: 10px 0 0 0;
}

/* Main Menu and Logo Container */

#header-nav{
background: #6db3dd;
min-width: 960px;
height: 84px;
margin: 0 auto 0 auto;
}

#header-nav-container{
width: 960px;
margin: 0 auto 0 auto;
}

/* Logo */

#logo{
float: left;
width: 175px;
height: 46px;
margin: 9px 0 0 0;
}

#logo a{
display: block;
margin: 0 0 0 0px;
}

/* Main Menu */

ul#nav{
margin: 0;
text-align: right;
padding:30px 0px 0px 0px;
}

ul#nav li{
display:inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
margin: 0;
}

ul#nav a{
margin: 0px 0px 0px 30px;
color: #FFFFFF;
text-decoration: none;
display: inline;
text-transform: capitalize;
}

ul#nav li a:hover {
color: #FFFFFF;
text-decoration: underline;
}

#home ul#nav li.current_page_item a {
color: #FFFFFF;

}

/* Image Slider */

/* Slide Main Image */

#leftPanel { 
width: 764px; 
height: 379px; 
background: #f2f2f2;
padding: 4px; 
margin: 0 20px 0 0;
float: left; 
overflow: hidden;
}

/* Slider Thumbnails Panel */

#rightPanel { 
width: 141px; 
height: 263px; 
margin: 0 0 0 25px;
float: left; 
overflow: hidden;
}

#imagePanel { 
margin: -107px 0px 0px 0px; 
}

#imagePanel div { 
overflow: hidden; 
}

#imagePanel div img {
display: block; 
margin: 10px 0 12px 0; 
cursor: pointer;
}

#imagePanel p { 
font-family: arial; 
}
  

/* Image Slider Up and Down Buttons */

#slider-up{
float: left;
width: 140px;
height: 48px;
margin: 13px 0 0 25px;
}

#slider-up a{
display: block;
margin: 0 0 0 20px;
cursor: pointer;
}

#slider-down{
float: left;
width: 140px;
height: 48px;
margin: 2px 0 0 25px;
}

#slider-down a{
display: block;
margin: 30px 0 0 20px;
cursor: pointer;
}

/* Image Slider Container and Background */

#header-slider{
background: #37596d;
height: 455px;
}
			
#header-slider-container{
width: 960px;
margin: 0 auto 0 auto;
padding-top: 33px;
}

/* Pages without slider */

#green-header{
background: #37596D;
height: 38px;
}

#post{
width: 960px;
float: left;
padding: 30px 10px 0 10px;
}

/* Services and Portfolio Container */

#service-portfolio-container{
width: 605px;
margin: 0 65px 0 0;
float: left;
}

/* Main Content Background and Container */

#content-bg{
background: #ECECEC url(images/content-bg.png) no-repeat center;
width: 100%;
min-height: 610px;
}

#main-content{
width: 960px;
margin: 0 auto 0 auto;
}

/* Content Box 1 */

#box1{
width: 270px;
float: left;
padding: 25px 10px 0 10px;
}

#box1 a{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #393939;
float: right;
width: 65px;
}

#box1 a:hover{
color: #141414;
}

#box1-icon{
background: url(images/crate-icon.gif) no-repeat;
width: 36px;
height: 46px;
float: left;
margin: 0 10px 0 0;
}

/* Content Box 2 */

#box2{
width: 270px;
float: left;
padding: 30px 55px 0 55px;
}

#box2 a{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #393939;
float: right;
width: 65px;
}

#box2 a:hover{
color: #141414;
}

#box2-icon{
background: url(images/briefcase-icon.gif) no-repeat;
width: 36px;
height: 40px;
float: left;
margin: 7px 10px 0 0;
}

/* Content Box 3 */

#box3{
width: 270px;
float: left;
padding: 30px 10px 0 10px;
}

#box3 a{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #393939;
float: right;
width: 65px;
}

#box3 a:hover{
color: #141414;
}

#box3-icon{
background: url(images/arrow-icon.gif) no-repeat;
width: 38px;
height: 36px;
float: left;
margin: 12px 10px 0 0;
}

/* Content Box Large */

.box-large{
width: 605px;
float: left;
padding: 10px 55px 10px 10px;
}

.box-large a{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #393939;
float: right;
width: 65px;
}

.box-large a:hover{
color: #141414;
}

/* List Box */

#list-box{
width: 270px;
float: left;
padding: 10px 10px 10px 10px;
}

#list-box li{
font-family: arial, helvetica, sans-serif;
font-size: 1em;
line-height: 1.8em;
color: #595959;
padding: 10px 0 10px 0;
list-style-position: inside;
border-bottom: 1px solid #DBDBDB;
}

#list-box li a{
color: #595959;
}

#list-box li a:hover{
color: #393939;
}

.list-icons{
width: 23px;
height: 23px;
float: left;
margin: 0 15px 0 0;
}

/* Portfolio Content Box */

.portfolio-box{
width: 605px;
float: left;
padding: 10px 55px 10px 10px;
}

.portfolio-box a{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #393939;

}

.portfolio-box a:hover{
color: #141414;
}



/* Green Footer Divider  */

#footer-divider{
background: #90C95B;
height: 10px;
margin: 20px 0 0 0;
}

/* Footer Background and Container  */

#footer{
background: #6db3dd;
height: 232px;
}

#footer-container{
width: 960px;
margin: 0 auto 0 auto;
}

/* Footer Box 1  */

#footer-testimonials{
width: 269px;
float: left;
padding: 10px 32px 0 10px;
height: 50px;
}

#footer-testimonials p{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
margin: 0px 0 0 0;
color: #FFFFFF;
}

/* Footer Box 2  */

#footer-about{
width: 269px;
float: left;
padding: 10px 32px 0 32px;
}

#footer-about p{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
margin: 0px 0 0 0;
color: #FFFFFF;
}

/* Footer Box 3 */

#footer-support{
width: 269px;
float: left;
padding: 10px 10px 0 32px;
}

#footer-support p{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
color: #FFFFFF;
}

/* Footer Box Line Seperators  */

.footer-seperator{
float:left; 
margin: 25px 0 0 0;
width: 2px;
}

/* Footer Copyright and Horizontal Seperator  */

#footer-copyright{
background: url(images/horizontal-footer-divider.png) no-repeat;
width: 462px;
height:2px;
margin: 30px auto 0 auto;
}

#footer-copyright p{
text-align: center;
padding: 12px 0 0 0;
text-shadow: 1px 1px #000000;
}
