/*
Theme Name: Organick Brick
Theme URI: http://bachuk.com
Description: Designed for ESB
Version: 1.0
Author: Alex Bachuk
Author URI: http://bachuk.com
Tags: custom
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
body {font-family:Helvetica, Arial; background:	url(style/images/bg.jpg) repeat-x;}
a:active { outline: 0; position: relative; top: 1px; } 

#wrapper {
	width:960px;
	border:1px solid #707377;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin:0 auto;
}

a {color:#000; outline:none; text-decoration:none;}
p{font-size:13px;}


/**********************Header*************************/

#logo {
width:960px;
margin:15px auto;
}

#nav {
	background:#363636;
	height:70px;
	width:960px;
	border-bottom:4px #54a858 solid;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-topright:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;

}

#nav li {
	float:left;
	text-transform:uppercase;
	//line-height:70px;
	color:#FFF;
	margin:7px 30px 0 12px;
	display:inline;
	
}

#nav li a {
	color:#fff;
	padding:19px 13px;
	display:block;
}

#nav ul li:hover {
	background: #54a858;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-topright:14px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	text-shadow:0 -1px 0 #666666;

}

#nav .current_page_item {
	background:#54a858;
		-moz-border-radius-topleft:14px;
	-moz-border-radius-topright:14px;
	-webkit-border-radius-topleft:15px;
	-webkit-border-radius-topright:15px;
	text-shadow:0 -1px 1px #666666;
	
}

/********************Content*********************/
#slider {
	height:376px;
	background:url(style/images/blue-slide1.jpg) no-repeat;
	border-bottom:4px #54a858 solid;
}

#slider img {
	float:right;
}

#slider-statement {
	float:left;
	width:600px;
}

#slider-statement h2 {
	color:#fff;
	font-size:25px;
	text-shadow:1px 1px 0 #9b9b9b;
	padding:25px 0 5px 45px;
	text-transform:uppercase;
	font-weight:205;
}

#slider-statement p {
	color:#fff;
	font-size:14px;
	text-shadow:0px 1px 0 #9b9b9b;
	padding:0px 0 5px 25px;
	//text-transform:uppercase;
	//font-weight:205;
	line-height:24px;
}

/*************************HOME PAGE******************/
#second-row {
	height:523px;
	padding:25px 0;
}

#second-row h1 {
	color:#54a858;
	padding:17px 0;
	font-size:22px;
}

#home-globe {
	float:left;
	margin-right:20px;
}

#home-business {

	float:left;
	margin-right:20px;
	border-right:url(style/images/bg_sideglow.gif);
}

#home-message {

	float:right;
	background-image:url(style/images/bg_sideglow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:276px;
}

.sc {
	padding:15px;
	width:270px;
}

.sc img {
	margin-left:100px;
}

.sc h2 {
	color:#54a858;
	padding:15px 0;
	font-size:18px;
}

.sc p{
	font-size:13px;
}

#mission2 {
	padding:15px 15px 15px 0;
	width:590px;
	margin:0 20px 0 15px;
	border-top:#54a858 1px solid;
	float:left;
}
#home-update {
	width:250px;
	float:right;
	height:145px;
	margin:15px;
	background:#54a858;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border:#44a038 1px solid;
	color:#fff;
}
#home-update h3 {
	color:#FFF;
	text-align:center;
	padding:10px 0;
}
.but{vertical-align:middle;}
.inputbox01{width:150px; border:0px; vertical-align:middle; padding:4px 4px 6px 3px; color:#999; margin:0 7px;}

/*************************FOOTER******************/
#footer {
	background:#54a858;
	-moz-border-radius-bottomright:14px;
	-moz-border-radius-bottomleft:14px;
-webkit-border-bottom-left-radius:14px;
	-webkit-border-bottom-right-radius:14px;
}

#footer h3 {
	color:#FFF;
	text-align:left;
	padding:10px 0;
}

#footer-about {
	width:270px;
	float:left;
	margin-right:20px;
	padding:15px;
}

#footer-featured {
	width:270px;
	float:left;
	margin-right:20px;
	padding:15px;
}

#footer-social {
	width:270px;
	padding:15px;
	float:right;
}

#footer-copyright{
	text-align:center;
}
