/*
Theme Name: gradientgraphics
Theme URI: http://gradientgraphics.co.uk/
Description: theme design for gradientgraphics
Version: 1.0
Author: Nimalan
Author URI: http://gradientgraphics.co.uk/
Tags: 


*/

/*@import url('css/nav.css'); */
@import url('css/reset.css');
@import url('css/dropdown.css');

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em; 
	background: #161616;
	color: #fff;
}

/*-------------------------------------------------------- LINK */


a {
	color: #999;
	text-decoration:underline;
}

a:hover {
	color: #bbb;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h1 {
	font-size: 3em;
	padding: 0 0 10px 0;
	letter-spacing: -2px;
}

h2 {
	font-size: 2.2em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.6em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.3em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1.2em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: 1em;
	padding: 0 0 2px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 125%;
	line-height: 1.6em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

#main-content li { 
	font-size: 110%;
}



#main-content li li {
	font-size: 100%;
}


/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */




#container {
	width: 100%;
	background: #0a0a0a;
	display: block;
	overflow: hidden;
	position: relative;
}



#container.blog {
	background: #fff;
	color: #4c4c4c;
}
	


#header {
	width: 100%;
	xoverflow: hidden;
	height: 364px;
	display: block;
	background: #121212;
	  z-index: 999;
}

.home #header {
	height: 622px;
	  z-index: 999;

}

.about #header {
	background: url(images/about.jpg) #161616 no-repeat top center;
}


.portfolio #header {
	background: url(images/portfolio.jpg) #161212 no-repeat top center;
}


.single #header {
	background: url(images/single.jpg) #161212 no-repeat top center;
}


.blog #header {
	background: url(images/single.jpg) no-repeat #161212 top center;
}

.brand #header {
	background: url(images/brand-header.jpg) no-repeat #161212 top center;
}

.page #header {
	background: url(images/page.jpg) no-repeat #161212 top center;
}

.not-found #header {
	background: url(images/404.jpg) no-repeat #090909 top center;
}

.contact #header {
	background: url(images/contact.jpg) no-repeat #161616 top center;
}

.sitemap #header {
	background: url(images/sitemap.jpg) #161616 no-repeat top center;
}




#header-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
		z-index: 999;

		
}

#header-inner h1 {
	position: absolute;
	left: 20px;
	top: 210px;
}

a#logo {
	width: 320px;
	height: 150px;
	display: block;
	background: url(images/logo.png) no-repeat 2px 5px;
	text-indent: -9999px;
	padding: 15px 0 0 0;}

.blog a#logo {
	background: url(images/logo-blog.png) no-repeat;
}

#content {
	width: 920px;
	display: block;
	margin: -82px auto 0;
	min-height: 200px;
	padding: 10px 20px;
	background: #282828;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top: 4px solid #282828;
}

#blog-content {
	width: 960px;
	display: block;
	margin: -82px auto 0;
	min-height: 200px;
	padding: 10px 20px;
	background: #282828;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top: 4px solid #282828;
}

#content-top {
	position: relative;
		
}

#content-top h1 {
	float: left;
}

#top-panel h2 {
	float: left;
	padding: 6px 0;
	font-size: 2.2em;
}

#top-panel h3 {
	font-size: 2.8em;
	color: #707070;
	float: left;
	padding: 0 0 14px 0;
	margin: 0 15px 0 0;
}

#top-panel form#searchform {
	width: 339px;
	height: 38px;
	display: block;
	background: url(images/searchbg.gif) no-repeat;
	float: left;
	margin: 4px 0;
}

#top-panel form#searchform label {
	display: none;
}

#top-panel form#searchform input {
	width: 280px;
	padding: 10px;
	border: none;
	color: #545454;
	background: none;
	font-family:Helvetica, Arial, sans-serif;
	float: left;
}

#top-panel form#searchform button {
	width: 27px;
	height: 25px;
	display: block;
	background: url(images/searchbtn.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	margin: 7px 10px 0 0;
	cursor: pointer;
}


#top-panel #rss.fadeThis {
	width: 109px;
	height: 37px;
	display: block;
	background: url(images/rss-top.gif) no-repeat;
	position: relative;
	text-indent: -9999px;
	float: left;
	margin: 4px 0 0 0;
}

#top-panel #rss.fadeThis span.hover {
	position: absolute;
	width: 109px;
	height: 37px;
	display: block;
	top: 0;
	left: 0;
	background: url(images/rss-top.gif) no-repeat 0 -37px;
}

.entry #rss.fadeThis {
	width: 109px;
	height: 37px;
	display: block;
	background: url(images/rss-bottom.gif) no-repeat;
	position: relative;
	text-indent: -9999px;
	float: right;
	margin: 0 6px 0 0;
}

.entry #rss.fadeThis span.hover {
	position: absolute;
	width: 109px;
	height: 37px;
	display: block;
	top: 0;
	left: 0;
	background: url(images/rss-bottom.gif) no-repeat 0 -37px;
}



a#twitter.fadeThis {
	width: 121px;
	height: 37px;
	display: block;
	background: url(images/twitter.png) no-repeat;
	position: relative;
	top: 3px;
	text-indent: -9999px;


}

a#twitter.fadeThis span.hover {
	position: absolute;
	width: 121px;
	height: 37px;
	display: block;
	top: 0;
	left: 0;
	background: url(images/twitter.png) no-repeat 0 -37px;
}


.home #main-content {
	margin: 0;
}

#main-content {
	margin: 30px 0;
	clear: both;
	line-height: 2em;
}

.rule {
	width: 920px;
	padding: 10px 0 ;
	background: url(images/horizontal-line.gif) repeat-x 0 10px;
	clear: both;
}

.not-found #main-content h3, .not-found #main-content h4 {
	padding: 0 0 20px 0;
}

.not-found #main-content h4#links {
	margin: 35px 0;
}

.not-found #main-content h4 a {
	padding: 6px 10px;
	background: #161616;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 4px solid #161616;
	margin: 4px;
	
	text-decoration: none;
}

.not-found #main-content h4 a:hover {
	background: #333;
	border: 4px solid #333;
}
	

.not-found #main-content {
	text-align: center;
}

.about #main-content h2 {
	font-size: 1.7em;
	color: #909090;
	padding: 0 0 20px;
}

	
.about #main-content h3 {
	font-size: 1.4em;
	color: #909090;
	line-height: 1.3em;
	padding: 0 0 20px;
}

.about-columns {
	float: left;
	margin: 20px 0 0 -22px;
}

.about-column {
	float: left;
	width: 292px ;
	display: block;
	margin: 0 0 0 22px;
}

.about #main-content .about-column h2 {
	color: #fff;
}

.about-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-column li {
	width: 267px;
	background: #333;
	border-left: 5px solid #222;
	padding: 5px 10px;
	float: left;
	margin: 0 0 1px 0;
	color: #aaa;
}

.about-column li a {
	text-decoration: none;
	color: #fff;
}

.about-column li a:hover {
	color: #ddd;
	text-decoration: underline;
}


#process a {
	float:left;
}

.tooltip-discover, .tooltip-plan, .tooltip-explore, .tooltip-create, .tooltip-grow { 
    display:none; 
    background:transparent url(images/tooltip.png); 
    font-size:12px; 
    height:111px; 
    width:167px; 
    color:#161616; 
	padding: 20px;
	z-index: 100;
	line-height: 1.3em;
}

a#discover-process.fadeThis {
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat;
	display:block;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}
	
a#discover-process.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat 0 -147px;

	}

a#plan-process.fadeThis {
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -184px 0;
	display:block;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}
	
a#plan-process.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -184px -147px;

	}

a#explore-process.fadeThis {
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -368px 0;
	display:block;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}
	
a#explore-process.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -368px -147px;

	}

a#create-process.fadeThis {
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -552px 0;
	display:block;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}
	
a#create-process.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -552px -147px;

	}

a#grow-process.fadeThis {
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -736px 0;
	display:block;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}
	
a#grow-process.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 184px;
	height: 147px;
	background: url(images/the-process.gif) no-repeat -736px -147px;

	}



#main-content h3 a {
	color: #eee;
	text-decoration: none;
}

#main-content h3 a:hover {
	text-decoration: underline;
}

#intro h2 {
	color: #c3c3c3;
	font-size: 1.55em;
	padding: 0 0 20px 0;
}

#intro h2 strong {
	color: #7d7d7d;
	font-weight: normal;
}

.feature-row {
	width: 100%;

	display: block;
	padding: 8px 0;
	position: relative;
}

.feature-row h3 {
	font-size: 2.6em;
	background: url(images/horizontal-line.gif) repeat-x bottom left;
	padding: 0 0 14px 0;
	
}


.btn {
	float: right;
}

.feature-row .btn {
	position: absolute;
	top: 2px;
	right:0;
}
	
a#view-portfolio.fadeThis {
	width: 142px;
	height: 37px;
	display: block;
	background: url(images/view-portfolio-btn.gif) no-repeat;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}
	

a#view-portfolio.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 142px;
	height: 37px;
	background: url(images/view-portfolio-btn.gif) no-repeat 0 -37px;

	}

a#view-more.fadeThis {
	width: 142px;
	height: 37px;
	display: block;
	background: url(images/view-more-btn.gif) no-repeat;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}

a#view-more.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 142px;
	height: 37px;
	background: url(images/view-more-btn.gif) no-repeat 0 -37px;

	} 
	
.previews {
	width: 939px;
	margin: 0 0 20px -19px;
}

.preview-image {
	
	margin: 19px 0 0 19px;
	width: 294px;
	height: 206px;
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.preview-image img{
	position: absolute;
	top: 0;
	left: 0;
}



.preview-details {

	margin: 1px 0 0 19px;
	padding: 5px;
	width: 284px;
	height: 56px;
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	font-size: 17px;
	background:#161616;
}


.preview-details a.nim {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 57px;
	height: 20px;
	display: block;
	background: url(images/view-details-small.png) no-repeat;
}


.preview-title{
	width: 204px;
	font-size: 19px;
margin-bottom: 10px;
}

.preview-cat {
margin-top: 10px;
font-size: 14px;

}

.preview-cat a {

color:#565966;

}


.blog-preview-image {
	
	margin: 19px 0 0 19px;
	width: 430px;
	height: 206px;
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.blog-preview-image img{
	position: absolute;
	top: 0;
	left: 0;
}




.corners {
	width: 294px;
	height: 206px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(images/corners.png) no-repeat;
	display: block;
}

a#read-blog.fadeThis {
	width: 142px;
	height: 37px;
	display: block;
	background: url(images/read-blog-btn.gif) no-repeat;
	text-indent: -9999px;
	margin: 8px 0 0 0;
	position: relative;
}
	
a#read-blog.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 142px;
	height: 37px;
	background: url(images/read-blog-btn.gif) no-repeat 0 -37px;
	}

.blog-previews {
	width: 920px;
	padding: 20px 0;
	
}
.blog-previews h4 {
	color: #c3c3c3;
	font-size: 1.6em;
}


.latest-blog-post {
	width: 603px;
	height: 250px;
	float: left;
	background: #161616;
	display: block;
	margin: 0 19px 0 0;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-right: 4px solid #161616;
}

.latest-blog-post img, .blog-post img {
	float: left;
}

.blog-post-corners {
	width: 5px;
	height: 250px;
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(images/blog-post-corners.png) no-repeat;
}

.blog-post {
	float: right;
	margin: 0 0 8px 0;
	width: 290px;
	height: 78px;
	background: #161616;
	display: block;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-right: 4px solid #161616;
}



.small-blog-post-corners {
	width: 5px;
	height: 78px;
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(images/small-blog-post-corners.png) no-repeat;
}

.blog-post-content {
	float: left;
	margin: 10px 15px;
	width: 273px;
}

.small-blog-post-content {
	float: left;
	margin: 10px 15px;
	width: 182px;
}

.small-blog-post-content h4 {
	font-size: 1.3em;
}
	


.blog-previews .date {
	color: #504f4f;
	font-size: .8em;
}

.blog-previews p {
	margin: 10px 0 0 0;
}

a.comment {
	font-size: 1.1em;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	left: 315px;
}

.read-more-btn {
	width: 90px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.read-more-btn .fadeThis {
	width: 90px;
	height: 20px;
	display: block;
	background: url(images/readmore-btn.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	float: right
}
	
.read-more-btn .fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 20px;
	background: url(images/readmore-btn.gif) no-repeat 0 -19px;
	}


#footer {
	width: 100%;
	height: 160px;
	display: block;
	background: #161616;
}

#footer-inner {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	color: #717171;
	padding: 0 0 10px 0;
	font-size: 1.1em;
}

#footer p.small {
	color: #bababa;
	font-size: .9em;
}

#footer p.small a {
	color: #eee;
}

#footer a {
	color: #c4c4c4;
	text-decoration: none;
}

#footer a:hover {
	color: #eee;
}

.column{
	padding: 0 20px 0 0;
	background: url(images/footer-line.gif) repeat-y top right;
	height: 120px;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

.project {
	width: 240px;
}

ul#twitter_update_list {
	width: 240px;
	height: 72px;
	background: #0c0c0c;
	margin: 0;
	padding: 10px;
	list-style: none;
	color: #c4c4c4;
	line-height: 1.6em;
}

ul#twitter_update_list a {
	color: #dedede;
}

/* PORTFOLIO ------------------------------------------------------ PORTFOLIO */



ul#portfolio-filter {   
	float: left; 
	list-style: none;   
	margin-left: 0;   
	padding: 4px 0 0 40px;
	width: 900px;  
    }  
ul#portfolio-filter li {   
    float: left;  
    line-height: 16px;  
    margin-right: 10px;  
	list-style: none;   
}  

ul#portfolio-filter li a {
	font-size: 1.4em;
	color: #aeaeae;
	text-decoration:none;
	letter-spacing: -1px;
	height: 38px;
	display: block;
}

ul#portfolio-filter li a span{
	padding: 10px 12px;
	height: 38px;
	display: block;
}

ul#portfolio-filter li a.current {
	background: url(images/filterbg.gif) no-repeat top right;

}

ul#portfolio-filter li a.current span {
	background: url(images/filterbgleft.gif) no-repeat;
}
	

ul#portfolio-list {   
	float: left;   
	list-style: none;   
	padding:0;
	width: 999px;
	margin: 0 0 20px -19px;
}  
ul#portfolio-list li {   
	float: left;   
	list-style: none;   
	} 
	
	

	
#portfolio-page-top {
	width: 740px;
	float: left
}

#portfolio-page-top h3 {
	font-size: 2.8em;
	color: #707070;
	float: left;
	padding: 0 0 14px 0;
}

#portfolio-page-top h4 {
	padding: 15px 20px;
	float: left;
}

a#prev-btn.fadeThis {
	width: 35px;
	height: 37px;
	display: block;
	background: url(images/prevbtn.gif) no-repeat;
	text-indent: -9999px;
	margin: 3px 10px 0 0;
	float: left;
	position: relative;
	display: inline;
}
	
a#prev-btn.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 37px;
	background: url(images/prevbtn.gif) no-repeat 0 -37px;
	}
	
	
	

	
	
	
	
	
	

a#next-btn.fadeThis {
	width: 35px;
	height: 37px;
	display: block;
	background: url(images/nextbtn.gif) no-repeat;
	text-indent: -9999px;
	margin: 3px 0 0 0;
	float: right;
	position: relative;
	display: inline;
}
	
a#next-btn.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 37px;
	background: url(images/nextbtn.gif) no-repeat 0 -37px;
	}



a#post-twitter.fadeThis {
	width: 37px;
	height: 37px;
	display: block;
	background: url(images/twitter_32.png) no-repeat;
	position: relative;
	top: 3px;
	text-indent: -9999px;


}

a#post-twitter.fadeThis span.hover {
	position: absolute;
	width: 37px;
	height: 37px;
	display: block;
	top: 0;
	left: 0;
	background: url(images/twitter_32-bw.png) no-repeat 0 0;
}





a#post-fb.fadeThis {
	width: 37px;
	height: 37px;
	display: block;
	background: url(images/facebook_32.png) no-repeat;
	position: relative;
	top: 3px;
	text-indent: -9999px;


}

a#post-fb.fadeThis span.hover {
	position: absolute;
	width: 37px;
	height: 37px;
	display: block;
	top: 0;
	left: 0;
	background: url(images/facebook_32-bw.png) no-repeat 0 0;
}






#project-details {
	width: 920px;
	float: left;
	padding: 15px 0;
	color: #808080;
	margin: 0 0 20px;
}

#project-details img {
	display: none;
}

#project-details h3 {
	color: #fff;
	background: url(images/horizontal-line.gif) repeat-x bottom left;
	padding:  0 0 10px 0;
	margin: 0 0 12px 0;
}




.preview-title-single{

	font-size: 27px;
	padding: 0 0 5px 10px;
	
	
}



a.preview-title-single{

float: left;
}


#project-display {
	width: 920px;
	xfloat: right;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	
}


#project-display-slider {
	width: 920px;
	height: auto;
	position: relative;
}

#project-display-slider #corners-top {
	width: 920px;
	height: 5px;
	display: block;
	xbackground: url(images/projectcornerstop.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#project-display-slider #corners-bottom {
	width: 920px;
	height: 5px;
	display: block;
	xbackground: url(images/projectcornersbottom.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}




#project-display ul {
	list-style: none;
	
}

#project-display-slider .textholder {
	display: none;
}


#project-display-slider ul {
	list-style: none;
	margin:auto;
	
}




#project-display .thumbs {
width: 920px;

	float: left;
	margin: 2px;
	display: inline;
	cursor: pointer;
	text-indent: -9999px;
	
	}

/* items inside navigator */
#project-display a.thumb {

	float:left;
	cursor: pointer;
	margin:3px;

	display:block;
	text-indent: -9999px;
}

/* mouseover state */
#project-display a.thumb:hover {
	background-position:0 -14px;
	border: 2px solid #0033FF;   
}

/* active state (current page state) */
#project-display a.thumb.active {
	background-position:0 -28px;
	background-color:#FFFFFF;    
}




#project-display .cycle-slideshow {
width: 920px;
	height: auto;
	position: relative;
}




#project-display .cycle-thumbs {

width: 920px;
margin: 2px;
padding-left: 400px;
	display:block;
	cursor: pointer;

	

	
}



#project-display .cycle-thumbs li { width: 10px; margin: 8px; list-style: none  }
#project-display .cycle-thumbs a { float:left; width: 10px; padding: 3px; display: block; border: 1px solid #282828; background: #000; text-indent: -9999px; margin:3px; height:10px;
}
#project-display .cycle-thumbs a.activeSlide { background: #ccc }
#project-display .cycle-thumbs a:focus { outline: none; }
#project-display .cycle-thumbs img { border: none; display: block }











/* active state (current page state) */
#project-display a.thumb.active {
	background-position:0 -28px;    
	float:left;  
}


a#view-website {
	width: 135px;
	height: 37px;
	display: block;
	background: url(images/view-website.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	position: relative;
	display: inline;
	margin: 0 10px 0 0;
}
	
a#view-website.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 135px;
	height: 37px;
	background: url(images/view-website.gif) no-repeat 0 -37px;
	}

a#back-to-portfolio{
	width: 179px;
	height: 37px;
	display: block;
	background: url(images/back-to-portfolio.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	position: relative;
	display: inline;
}
	
a#back-to-portfolio.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 179px;
	height: 37px;
	background: url(images/back-to-portfolio.gif) no-repeat 0 -37px;
	}



/* GG BLOG  ------------------------------------------------------ BLOG */





#blog-details {
	width: 550px;
	float: left;
	padding: 15px 0;
	color: #808080;
	margin: 0 0 20px;
}


#blog-details h3 {
	color: #fff;
	background: url(images/horizontal-line.gif) repeat-x bottom left;
	padding:  0 0 10px 0;
	margin: 0 0 12px 0;
}




.blog-title-single{

	font-size: 27px;
	padding: 0 0 5px 10px;
	
	
}



a.blog-title-single{

float: left;
}


.blog a#twitter.fadeThis {
	background: url(images/twitter-blog.gif) no-repeat;
}

.blog a#twitter.fadeThis span.hover  {
	background: url(images/twitter-blog.gif) no-repeat 0 -37px;
}

#hero-post {
	padding: 0 0 20px 0;
	background: url(images/horizontal-line.gif) repeat-x bottom left;
	width: 920px;
	height: 300px;
}

#hero-post-content h2 {
	font-size: 2.6em;
	padding: 0 0 20px 0;
}

#hero-post-content h2 a, .post h3 a {
	text-decoration: none;
	color: #4c4c4c;
}

#hero-post-content h2 a:hover, .post h3 a:hover {
	text-decoration: underline;
	color: #ccc;
}


#hero-post-content {
	width: 448px;
	height: 300px;
	position: absolute;
	float: left;
}

.blog .comment {
	left: 0;
	bottom: 5px;
}

.blog .comment p {
	font-size: 100%;
}

.blog .read-more-btn {
	bottom: 0;
	right: 0;
}

.blog .read-more-btn .fadeThis {
	background: url(images/readmore-btn-blog.gif) no-repeat;
}
	
.blog .read-more-btn .fadeThis span.hover {
	background: url(images/readmore-btn-blog.gif) no-repeat 0 -26px;
	}
	

#hero-post-image {
	width: 450px;
	height: 290px;
	position: relative;
	float: right;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#hero-post-corners-top {
	width: 460px;
	height: 5px;
	display: block;
	background: url(images/heropostcornerstop.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}

#hero-post-corners-bottom {
	width: 460px;
	height: 5px;
	display: block;
	background: url(images/heropostcornersbottom.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:2;
}

#post-list {
	margin: 0 0 0 -19px;
}

.post {
	width: 294px;
	height: 340px;
	position: relative;
	float: left;
	display: inline;
	margin: 19px 0 0 19px;
}

.post h3 {
	font-size: 1.8em;
}

#main-content .post h3 a {
	color: #4c4c4c;
}

#main-content .post h3 a:hover {
	color: #ccc;
}

.post-corners-top {
	width: 294px;
	height: 5px;
	display: block;
	background: url(images/postcornerstop.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}

.post-corners-bottom {
	width: 294px;
	height: 5px;
	display: block;
	background: url(images/postcornersbottom.png) no-repeat;
	position: absolute;
	top: 161px;
	left: 0;
	z-index:2;
}

#top-panel-blog {
	width: 640px;
	float: left
}

#top-panel-blog h2 {
	font-weight: bold;
	float: left;
	font-size: 2.3em;
	margin: 4px 0 0 0;
}

#top-panel-blog h3 {
	float: right;
	color: #999;
	padding: 8px;
	font-size: 1.4em;
	margin: 2px 0 0 0;
}

.blog a#prev-btn.fadeThis {
	background: url(images/prevbtn-blog.gif) no-repeat;
}
	
.blog a#prev-btn.fadeThis span.hover {
	background: url(images/prevbtn-blog.gif) no-repeat 0 -37px;
	}

.blog a#next-btn.fadeThis {
	background: url(images/nextbtn-blog.gif) no-repeat;
}
	
.blog a#next-btn.fadeThis span.hover {
	background: url(images/nextbtn-blog.gif) no-repeat 0 -37px;
	}

.entry {
	width: 700px;
}

.entry h2 {
	width: 920px;
	padding: 0 0 20px;
}

div.post-image-right {
	float: right;
	margin: 0 0 10px 10px;
	width: 300px;
}

div.post-image-left {
	float: left;
	margin: 0 10px 10px 0;
	width: 300px;
}


img.post-image-right {
	float: right;
	margin: 0 0 10px 10px;
}

img.post-image-left {
	float: left;
	margin: 0 10px 10px 0;
}



.post-image-left img {
	float: left;
}

.post-image-right img {
	float: right;
}

.post-image-left .caption {
	float: left;
}


.post-image-right .caption {
	float: right;
}

.caption {
	border-bottom:1px dotted #CCCCCC;
	clear:both;
	color:#777777;
	display:block;
	margin:1px 0 0;
	width:100%;
}
	


#blog-sidebar {
	width: 330px;
	float: right;
	padding: 5px 10px 5px 10px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	background:#000000;
}



	
.widget { padding: 17px 10px;
	border-bottom: 1px solid #282828;
	
	margin-bottom: 18px;
	} 

#sidebar .pagenav { list-style: none; margin-left: 0; }
.widget h2, #sidebar .widgrt h2, #sidebar .widgrt h3 {
	line-height: 18px;
	margin: 0 0 18px 0;
	padding: 0;
	color: #bdbfc0; }
	
.widget ul, .ppc ul {
	list-style: none;
	margin: 0;
	padding: 0; }
	
	
	
.widget ul li, .ppc ul li {
	line-height: 18px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left top;
	}
.widget ul li ul li {
	background: url(images/bullet2.gif) no-repeat left top;
}


#sidebar .strip { padding: 17px 10px;
	xborder: 1px solid #DEDBD1;
	xbackground: #fff url(images/box-bg.gif) repeat-x top left;
	margin-bottom: 18px; }	
#sidebar .strip h2.subscription { border:0; margin:0; padding:6px 0 0 55px; height:42px; font-size:15px; }
		#sidebar .strip h2.rss { background:url(images/Social_RSS.png) no-repeat top left; }
		#sidebar .strip h2.email { background:url(images/Social_Email_RSS.png) no-repeat top left; }
		#sidebar .strip h2.twitter { background:url(images/twitter_widget.png) no-repeat top left; }
		#sidebar .strip .subscription a { color:#252e28; text-decoration:none; }



.recent-posts .post-img {
 float: left;
 padding: 5px; }

.recent-posts h2 {
font: normal 23px "Trebuchet MS", Arial, Helvetica, sans-serif;
 }

.recent-posts ul {
	list-style: none;
	margin: 0;
	padding: 0; }
	
	
	
.recent-posts ul li {
	line-height: 18px;
	margin: 0;
	padding: 5px 0 0 15px;
	min-height: 60px;
	border-bottom: 1px dotted #181818;
		}


.recent-posts ul li .title{
font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

a#share{
	width: 94px;
	height: 37px;
	display: block;
	background: url(images/share.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	position: relative;
	display: inline;
}
	
a#share.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 94px;
	height: 37px;
	background: url(images/share.gif) no-repeat 0 -37px;
	}

a#back-to-blog{
	width: 157px;
	height: 37px;
	display: block;
	background: url(images/back-to-blog.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	position: relative;
	display: inline;
}
	
a#back-to-blog.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 157px;
	height: 37px;
	background: url(images/back-to-blog.gif) no-repeat 0 -37px;
	}
	
#tags {
	display: block;
	margin: 5px 0 15px;
}

#comments {
	margin: 20px 0;
}

#comments ol {
	list-style:none;
	margin: 0;
	padding: 0;
}

#comments li {
	border: 1px dotted #eee;
	padding: 10px 0;
	border-left: 0;
	border-right: 0;
	display: block;
	float: left;
	width: 700px;
}

#comments li.authorcomment .details {
	background: #f8f8f8;
	border-left: 3px solid #ccc;
}

#comments li.authorcomment .details a {
	color: #333;
}

#comments li.authorcomment .details a:hover {
	color: #999;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
}

#comments .details {
	float: left;
	width: 610px;
	padding: 0 0 0 10px;
	border-left: 3px solid #eee;
}

#comments .author {
	font-weight: bold;
}

#comments .date {
	font-weight: normal;
	font-size: .8em;
}


#respond {
	width: 700px;
	display: block;
	margin: 20px 0;
}

#respond input {
	width: 400px;
	background: #e2e2e2;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 4px solid #e2e2e2;
	color:#545454;
	font-family:Helvetica,Arial,sans-serif;
}

#respond textarea {
	width: 680px;
	display: block;
	background: #efefef;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 4px solid #efefef;
	color:#545454;
	font-family:Helvetica,Arial,sans-serif;
}

#respond input#submit {
	width: auto;
	background: #333;
	border: 4px solid #333;
	color: #fff;
	cursor: pointer;
	padding: 6px 12px;
}

/* CONTACT PAGE -------------------------------------------------------- CONTACT PAGE */

ul.pagination {   
	float: left; 
	list-style: none;   
	margin-left: 0;   
	padding: 4px 0 0 0;
	width: auto;  
    }  
ul.pagination li {   
    float: left;  
    line-height: 16px;  
    margin-right: 10px;  
	list-style: none;   
}  

ul.pagination li a {
	font-size: 1.4em;
	color: #aeaeae;
	text-decoration:none;
	letter-spacing: -1px;
	height: 38px;
	display: block;
}

ul.pagination li a span{
	padding: 8px 12px;
	height: 38px;
	display: block;
}

ul.pagination li.active  a{
	background: url(images/filterbg.gif) no-repeat top right;

}

ul.pagination li.active a span {
	background: url(images/filterbgleft.gif) no-repeat;
}


#content-carousel {
	background: #161616;
	width: 912px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	border: 4px solid #161616;
}

#content-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#content-carousel li {
	margin: 0;
	padding: 10px 10px 10px 30px;
	width: 872px;
}

#content-carousel li .thanks {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/success.png');
}

#content-carousel li div {
	float: left;
	width: 436px;
	height: 70px;
	position: relative;
}


#content-carousel li div.textarea {
	width: 872px;
	display: block;
	height: auto;
	clear: both;
}

#content-carousel li div label {
	width: 426px;
	display: block;
	padding: 6px 0;
	font-size: 1.2em;
}


#content-carousel li div label.error {


	color: #D8000C;
 background-color: #FFBABA;
 line-height:10px;
	position: absolute;
	top: 0;
	right: 20px;
	width: auto;
}

#content-carousel li div input {
	width: 400px;
	background: #282828;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #CCC;
	border: 4px solid #282828;
	padding: 4px;
}


#content-carousel li div input:hover {
	background: #2f2f2f;
}

#content-carousel li div input:active {
	background: #2f2f2f;
}



#content-carousel li div.radio label {
	padding-bottom: 12px;
}

#content-carousel li div.radio span {
	font-size: 1.2em;
	width: 80px;
	color: #CCC;
	float: left;
}

#content-carousel li div.radio input {
	width: auto;
	background: none;
	border: 0;
	float: left;
}

#content-carousel li div textarea {
	width: 836px;
	background: #444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #CCC;
	border: 4px solid #444;
	height: 100px;
	
	padding: 4px;
}


#content-carousel li button {
	width: 135px;
	height: 37px;
	clear: both;
	background: url(images/submit-btn.gif) no-repeat;
	text-indent: -9999px;
	margin: 10px 0 0 0;
	position: relative;
	border: 0;
	display: block;
	float: left;
}

#content-carousel li button:hover {
	background: url(images/submit-btn.gif) no-repeat 0 -37px;
}

/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

/* HOMEPAGE SLIDER -------------------------------------------------------- HOMEPAGE SLIDER */

#hero-holder {
	position:absolute;
	top: 120px;
	width: 100%;
	display: block;
	z-index: 10;
	height: 420px;
	background: url(images/xheroholder.png) no-repeat top center;
}

.textholder {

	z-index: 10;
}

.textholder p {
	position: absolute;
	top: 24px;
	left: 10px;
	color: #ccc;
	z-index: 100;
	font-size: 1.4em;
	letter-spacing: 1px;
	width: 300px;
	line-height: 16px;
}

.textholder a {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 97px;
	height: 39px;
	display: block;
	background: url(images/view-details.gif) no-repeat;
}

.thumbs {
	text-align: center;
	width: 200px;
	margin: 26px auto 0;
	z-index: 14;
	position: relative;
	
	
}

#carousel-holder {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 12;
	display: block;
	height: 384px;
	padding: 28px 0 0 0;

}

#carousel-holder h2 {
	font-size: 4em;
	position: absolute;
	bottom: 0;
	color: #3b3b3b;
	left: 0;
}


#carousel {
	width: 960px;
	margin: 0 auto 0;
}





#carousel ul {
    list-style: none;
    width:20000px;
    margin: 0;
    padding: 0;
    position: relative;
	z-index: 12;

}

#carousel li {
    display: inline;
    float: left;

} 

#carousel li span p {
	display: none;
}

.thumb {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	margin: 2px;
	background: url(images/hero-navigator.gif) no-repeat;
	display: inline;
	cursor: pointer;
	text-indent: -9999px;
	}

/* items inside navigator */
a.thumb {
	width:14px;
	height:14px;
	float:left;
	cursor: pointer;
	margin:3px;
	background: url(images/hero-navigator.gif) no-repeat;
	display:block;
	text-indent: -9999px;
}

/* mouseover state */
a.thumb:hover {
	background-position:0 -14px;      
}

/* active state (current page state) */
a.thumb.active {
	background-position:0 -28px;      
}

.column-text {
	-moz-column-width: 450px;
	-webkit-column-width: 450px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	text-align: justify;
}

.fadeThis {
	cursor: pointer;
}

.fadeThis * {
	  display: none;
	}
	

input, textarea {	
	font-family:Helvetica,Arial,sans-serif;
	font-size: 120%;
}

#paged {
	display: none;
}

.cufon-loading h1,  .cufon-loading h2, .cufon-loading h3,  .cufon-loading #top-panel,  .cufon-loading .script { /* for Cufon.replace() */
	visibility: hidden !important;
}


/* SITEMAP -------------------------------------------------------- SITEMAP */

.sitemap #main-content .ddsg-xml-link, .sitemap #main-content h2 {
	clear: both;
}

.sitemap #main-content ul {
	float: left;
	clear: both;
}


.sitemap #main-content ul li{
	float: left;
	min-width: 240px;
	margin: 0 30px 0 0;
	

}
	


/* supertop navigation */
#supernav { position: absolute;
	top: 10px;
	right: 0;
	z-index:200;
	}
#supernav ul { padding:0; }
#supernav ul li { list-style:none; float:left; padding:0; margin:0; }
#supernav ul li ul{z-index:200; }
#supernav ul li a { border:1px solid #000; margin-right:5px;  background:#000; display:block; float:left; height:18px; padding:10px 10px 5px 15px;  color:#ccc; font-size:16px;  text-decoration:none; }
#supernav ul li a:hover { border:1px solid #393737; color:#ccc; }
#supernav ul li li a:hover { border-bottom:1px solid #ccc; color:#fff;}




/* top navigation */
#topnav { position: absolute;
	top: 65px;
	right: 0;
	z-index:999;
	}
#topnav ul { padding:0; z-index:999}
#topnav ul li { list-style:none; float:left; padding:0; margin:0; }
#topnav ul li ul{z-index:999; }
#topnav ul li a { display:block; float:left; height:18px; padding:10px 10px 5px 15px;  color:#ccc; font-size:16px;  text-decoration:none; }
#topnav ul li a:hover { border-bottom:1px solid #e3e4e4; color:#ccc; }
#topnav ul li li a:hover { border-bottom:1px solid #ccc; color:#fff;}

		
/* dropdown menu */
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
		color: #666;
		}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline:0; }
.sf-menu ul { border:0px solid #fff; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { 	top:33px; /* overriding essential styles */ }
.sf-menu ul ul { margin-top:0;}
.sf-menu ul a { border-bottom:0 !important; 
		xborder-top:1px solid #357760;
		border-right:2px solid #000;
		background-color:#fafafa;
		color: #222; 
			}
.sf-menu ul a:hover { color: #FF4B33;}
.sf-menu li:hover { background: url(images/nav-bar-hover.png) no-repeat top center;}
.sf-menu li li a {width: 14em;  background:#000 url(images/nav-li.jpg) repeat-x top left; 
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	z-index:300;
	}

.sf-menu ul li li {
	z-index:300;
	}

.projectCarouselLite{ margin-left: -15px;

}



 /* Pagination */
      .pagenavigation {
        float: left;
        width: 692px;
        color: #000;
        font-size: 12px;
        line-height: 18px;
        padding: 30px;
        display: block;
      }
      .is-paged {
        padding: 0;
        padding-top: 30px;
      }
      .pagination-wrap {
        overflow: hidden;
      }
        .pagination-wrap .pagenavigation {
          padding: 30px 0;
          width: 100%;
        }
        .pagenavigation .pages {
          float: right;
          color: #a7a7a7;
          width: 150px;
          text-align: right;
        }
        .pagenavigation .extend {
          padding: 0 9px 0 4px;
        }
        .pagenavigation a, 
        .pagenavigation .current,
        a.add_comment_link {
        	padding: 5px 9px 4px 9px;
        	border: 1px solid #b3b3b3;
        	color: #000 !important;
        	margin-right: 4px;
        	background: #e6e6e6;
        	text-shadow: 0 1px 0 #fff;
        }
        .pagination-wrap .pagenavigation a,
        .pagination-wrap .pagenavigation .current,
        .is-paged a,
        .is-paged .current {
          margin-right: 0px;
        }
        .pagenavigation a:hover, 
        .pagenavigation .current,
        a.add_comment_link {
        	color: #fff !important;
        	text-shadow: 0 1px 0 #333;
			background: #568d42;
			border: 1px solid #7bac69;
        }

