html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

#projectGrid img {border: #ddd 1px solid; padding: 2px; float:left;
			-moz-box-shadow: 3px 3px 4px #000;
			-webkit-box-shadow: 3px 3px 4px #ccc;
			box-shadow: 3px 3px 4px #ccc;
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
			}

.carouselThumbs img {border: #ddd 1px solid; padding: 2px; float:left;
			-moz-box-shadow: 3px 3px 4px #000;
			-webkit-box-shadow: 3px 3px 4px #ccc;
			box-shadow: 3px 3px 4px #ccc;
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
			}



body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}




/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 12px;
	font-family: Helvetica, arial, sans-serif;		
	width:auto; height:auto;	
	padding: 25px 0;
	margin: 0;
	color: #7d7d7b;	
	background: #c7c7c7;	
}

p {
	line-height: 1.7em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #00acea;	
}

a:hover {
	color: #1096c8;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	color: #696969;	
	margin: 0 0 15px 0;
	font-weight: normal;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }


blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	margin-top:6px;
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], textarea {
	background-color: #f1f1f1;
	border: none;
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;			
}

input[type="text"]:focus {outline: none; background: #f7f7f7;}
textarea:focus {outline: none; background: #f7f7f7;}

textarea { width: 500px; font-size: 13px;}



/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}


html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.action {	
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 1020px;
	margin: 0 auto;	
	background: #fff;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);	
		
}

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

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

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;	
}

#sidebar {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;		
}

#footer {
	width: 100%;
}

.oneFourth {
	width: 217px;	
}

.oneThird {
	width: 280px;	
}

.twoThird {
	width: 580px;	
}

.threeFourth {
	width: 700px;	
}

.full {
	width: 960px;
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	padding: 30px 0 30px;
	position: relative;
	z-index: 2;	
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
}

.home #header {
	border: none;
	margin-bottom: 0;
}

#logo {		
	float: left;	
	margin: 0px 25px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

#header h1 {
	font-size: 55px;	
	padding: 30px 0 20px 0;
	color: #575757;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	line-height: 1px;		
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

/* Top level navigation */

#mainNav{	
	right: 5px;	
	position:absolute; top:50%; height:20px; margin-top:-10px;	
	font-size: 13px;
	font-family: Helvetica, arial, sans-serif;	
}

#mainNav li{
	margin: 0 0 0 25px;	
	display: inline-block;
	padding-top: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #9b9b9b;	
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}

#mainNav ul li a:hover,
#mainNav ul li:hover,
#mainNav ul li.sfHover a,
#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #00acea;	
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #dedede;	
}

#mainNav ul ul ul {
	margin-top: -20px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {	
	font-size: 13px;
	padding: 0px 0 10px 0;
	font-weight: normal;
}

#mainNav ul li.sfHover ul a { color: #9b9b9b!important; }

#mainNav ul li.sfHover ul a:hover { color: #707070!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display:		block;
	width: 100%;
	text-indent: 	-999em;
	overflow:		hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	background:	url('images/subnav_arrow.png') center bottom no-repeat;
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
	background:	url('images/subnav_arrow_left.png') right 5px no-repeat;
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}



/*//////////////////////////////////////////////////////////////////// 
//  Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px 0px;					
}

#content.thumbs {
	width: 990px;
}

#content .post {
	margin: 0 10px 40px 0px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;		
}

.page #content .post {
	margin: 0 20px 0px 0px;
	border: none;
}

#content .post h1{
	font-size: 27px;	
}

.post .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;			
}

#content .post.withThumb .inside {
	margin-left: 130px;
}

#content .post .inside {
	margin-right: 20px;
}

#content .post.lastPost {
	border-bottom: none;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #696969 ;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #7d7d7b ;		
}

#content .postThumb{
	position: absolute;
	left: 0 right: 0;
}

.moreLink {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}

#pageHead {		
	padding: 0px 0 10px 0;	
	margin: 0 30px 30px 30px;	
}

#pageHead h1 {	
	font-size: 35px;
	line-height: 1.2em;
	margin-bottom: 0;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

/*Portfolio Navigation------------------*/

#content #portfolioNav{
	padding: 0!important;
	margin: 0 0 20px 0!important;	
}

#content #portfolioNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 6px 6px 0;	
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

#portfolioNav li a{
	font-size: 12px;	
	background: #f3f3f3;	
	display: inline-block;	
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	color: #7d7d7d;	
}

#portfolioNav li a:hover {
	background: #6a6a6a;
	color: #fff;
}

#portfolioNav li.current-cat a {
	background: #00acea;
	color: #fff;
}

/*Home Featured Carousel------------------*/

#homeCarousel{		
	margin-bottom: 15px;	
}

.homeFeature .titleBox{
	float: left;
	width: 210px;
}

.homeFeature .titleBox h4{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

.carouselThumbs {
	float: right;
	width: 721px;
	overflow: hidden;	
}

.carouselThumbs h3{
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	color:#7D7D7B;
	padding: 10px 0 0 0;	
}

.carouselThumbs p{
	width:217px;	
}

#content .carouselThumbs ul{	
		
}

#content .carouselThumbs ul li{
	float: left;
	width: 247px;
	margin: 0!important;	
}

.homeFeature .titleBox .projectNav {
	padding-top: 10px;
}

/*Home Featured Posts------------------*/

#featuredPosts{
	padding-top: 30px;	
	border-top: 1px solid #e3e3e3;
}

#featuredPosts .posts{
	float: right;
	width: 741px;	
	padding: 0!important;
}

#featuredPosts .posts .post{
	float: left;
	margin: 0;
	padding: 0;
	margin: 0 0 30px 30px;
	border: none;		
}

#featuredPosts .posts .post .thumb{
	margin-bottom: 15px;
}

#featuredPosts .posts .post h1{
	font-size: 20px;
}

#featuredPosts .posts .post p{	
	margin: 0;
	padding: 0;			
}

.metaCat {
	text-transform: uppercase;
	margin-bottom: 5px;
}


/*Projects------------------*/

#content #projectGrid {
    width: 990px;
	margin: 0px 0 0 0;
	padding: 0;
    clear:both;
	display: none;
}

#projects {	
	list-style: none;
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{
	float: left;
	padding: 0;
	display: block;	
	margin: 0 30px 20px 0;	
}

.tax-portfolio .project.small {
	display: none;
}

.project.small h1  {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;	
	padding-top: 10px;	
	margin: 0 10px 10px 0px;
}

.project .left {
	float: left;
	width: 220px;	
}

.project .right {
	float: right;
	width: 700px;	
	padding: 0px 0 0 0;		
}

.project .right .inside {
	margin-bottom: 30px;
}

.project .right h1{
	font-size: 30px;
	margin-bottom: 15px;
}

.single-projects #slideshow {
	margin-left: 0px;
	margin-bottom: 60px;
}

#content .portfolioList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.portfolioList li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 0 0 !important;	
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
}

.portfolioList li a{
	font-size: 12px;	
	background: #f3f3f3;	
	display: inline-block;	
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;			
}

.portfolioList li a:hover {
	color: #fff !important;
	background: #6d6d6d;
}

.single-projects #content {
	width: 960px;
}

.projectNav {
	margin: 0 0 30px 0;	
	padding-top: 30px;
}

.projectNav a{
	display: block!important;
	width: 28px;
	height: 28px;
	text-indent: -9999px;	
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 28px;
	height: 28px;
}

.projectNav .next a{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .next a:hover {	
	background-position: 0 0;
}

.projectNav .next.inactive{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -56px;
}

.projectNav .previous a{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .previous a:hover {	
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -56px;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  Slideshow
////////////////////////////////////////////////////////////////////*/

#slideshow {	
	background: transparent;	
	position: relative;	
	z-index: 1;	
	margin-bottom: 40px;
	margin: 0 30px 30px 30px;	
}

#slideshow #slider a{	
	display: block;
}

#slideshow img {
  display: block;
}

#slideshowNav {
	position: absolute;
	bottom: 40px;
	right: 0px;
	z-index: 10;	
}

#slideshowNavPager {
	float: left;	
}

#slideshowNav a {
	width: 10px;
	height: 10px;
	background: transparent url(images/slideshow_nav.png) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav_active.png) no-repeat;
}

#slideshowNav a:focus { outline: none; }

/*//////////////////////////////////////////////////////////////////// 
//  Buttons
////////////////////////////////////////////////////////////////////*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {	
	font-size: 12px;
	background: #00acea url(images/btn_bkg.png) repeat-x;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #1096c8;
	color: #fff;
}



/*//////////////////////////////////////////////////////////////////// 
//  Footer
////////////////////////////////////////////////////////////////////*/



#footer {	
	border-top: 1px solid #f3f2f2;
	color: #a2a2a2;
	background: #faf9f9;	
}

#footer .widgetBox h3{
	color: #a2a2a2;		
}

#footer .widgetBox{
width:210px;}



#footer .meta {
	color: #cccccc;	
}

#footer .main{	
	padding: 35px 0 0px 0;	
	margin: 0 0 0 0px;	
}

.footerBox{
	margin: 0 0 10px 30px;	
	float: left;
	position: relative;	
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #797979;	
}

#footer a:hover {
	color: #5b5b5b;	
}

#footer .secondary {		
	margin: 0 30px 0;
	padding: 30px 0 30px;
	font-style: italic;
	border-top: 1px solid #e4e4e4;	
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

/*//////////////////////////////////////////////////////////////////// 
//  13 - Backgrounds
////////////////////////////////////////////////////////////////////*/

body.bkgGrid {
	background: #dadbdb url(images/bkg_grid.gif);
	background-attachment: fixed;
}

body.background {
	background: #dadbdb url(images/background.jpg);
	background-attachment: fixed;
}

body.bkgDiagonal {
	background: #dadbdb url(images/bkg_diagonal.png);
	background-attachment: fixed;
}

#feedback {
position:fixed; 
top:20px;
left:0px;
 
}

#feedback img {
margin-top:10px;
border:none;
display:block;}

#feedback a img {
border:none;}
	
