/*
Theme Name: Gradient Graphics
Theme URI: http://www.graidentgraphics.net
Description: This is the theme for the Gradient Graphics wordpress site
Version: 1.0
Author: Wes DeKoninck
Author URI: http://www.gradientgraphics.net
Tags: gradient graphics, green, clean, fresh
*/

@import "style/css/reset.css";

/*=================================
Color Codes
===================================
Green 	 					#8bc945
Dark Grey (Text)			#424242
Light Grey (Borders)		#e6e6e6
Light Grey (box bg)			#f9f9f9

==================================*/


/*=================================
Main Styles
=================================*/

body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 1em;
	background:#FFFFFF url(style/images/body_inner_bg.png) repeat-x top scroll;
}

#home{
	background: #FFFFFF url(style/images/body_home_bg.png) repeat-x top scroll;	
}

#intro_wrapper {
	background: url(style/images/intro_bg_img.jpg) no-repeat scroll center;
	height:249px;
	margin-bottom:25px;
}

.container {
	margin:0 auto;
	width:960px;
	position:relative;
}

#logo {
	background: url(style/images/gg_top_logo.png) no-repeat;
	margin-left:20px;
	width: 215px;
	height: 101px;
}	

#logo h2 {
	margin-left:-9999px;
	width: 215px;
	height: 101px;
}	

#subtitle {
	position:absolute;
	color:#fff;
	font-weight:bold;
	font-size:.9em;
	top:10px;
	left:373px;
}

#subtitle span {
	color: #8bc945;
}

#intro_content {
	margin-bottom: 0px;	
}

.loopedSlider {
	position:relative;
	top: 36px;
	left: 17px;
	width: 322px;
	height:146px;
	overflow:hidden;
	float:left;
}

.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:322px; }

#slider_btn_left{
	position:absolute;
	top:205px;
	left:130px;
}

#slider_btn_right{
	position:absolute;
	top:205px;
	left:195px;
}

#introtextbox {
	float:right;
	margin-top:30px;
	width:580px;
}

#introtextbox img{
	margin: 15px 25px 0 0;
}

#sidebar {
	float:left;
	width: 240px;
	margin:0px 20px 20px 20px;
}

.available {
	margin-bottom:30px;
}

#quotesbox {
	background: #f9f9f9 url(style/images/quotebox_bg.png) no-repeat;
	border: 1px solid #e6e6e6;
	width:240px;
	padding:0px;
	height: 143px;
	margin-bottom:30px;
}

#quotesbox p {
	margin-top:33px;
	padding: 10px;
	font-size: .7em;
	line-height:1.5em;
	
}

#quotesbox img {
	margin:-15px 0 0 80px;
}

#fromtheblog, #search {
	margin-bottom:30px;
}

#search p {
	font-size:.8em;
}	

#fromtheblog li {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #e6e6e6;
}

#main_content {
	float:right;
	width:640px;
	padding: 0 20px 20px 20px;
}

.services_box {
	background-color:#f9f9f9;
	border: 1px solid #e6e6e6;
	margin-top:15px;
	padding: 15px 15px 15px 25px;
}

.services_box img {
	float:left;
}

.service_details {
	border-left: 1px solid #e6e6e6;
	padding-left:15px;
	margin-bottom:0px;
	float:right;
	width:475px;
}

#footer {
	background: #383838 url(style/images/footer_bg.png) repeat-x scroll;
	padding-top:25px;
	height:100px;
	clear:both;
}
#footer_nav ul {
	margin-bottom: 15px;
}

#footer_nav span  {
	color: #747474;
}

#support {
	float:right;
	margin-top:5px;
}

#support img {
	margin-right:10px;
}

#page_title_bar {
	width:900px;
	padding: 10px 0 60px 0;
}

.portfolio_box {
	background-color:#f9f9f9;
	border: 1px solid #e6e6e6;
	margin-top:15px;
	padding: 15px 15px 15px 15px;
}

.portfolio_box img, #project_container img {
	float:left;
	padding:5px;
	background-color:#fff;
	border: 1px solid #e6e6e6;
}

#about_container img {
	padding:5px;
	background-color:#fff;
	border: 1px solid #e6e6e6;
	margin: 0px 0px 20px 20px;
	float:right;
}

.blogposts_container img, .blogstory_container img {
	padding:5px;
	background-color:#fff;
	border: 1px solid #e6e6e6;
}

.portfolio_details {
	border-left: 1px solid #e6e6e6;
	padding-left:15px;
	margin-bottom:0px;
	float:right;
	width:320px;
}
.portfolio_details img {
	padding:0px;
	background:none;
	border:none;	
}

.portfolio_details h4, .portfolio_details h5 {
	font-size: .9em;
}

#project_details {
	margin-left: 15px;
	width:300px;
	float:right;
}

.testimonials_container, .blogposts_container {
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	margin: 20px 0px;
}


#s{
	width: 230px;
	border:1px solid #e6e6e6;
	padding:5px;
	font-size:1.3em;
	color:#7f7f7f;
	margin:10px 0px;
}
.submitbutton{
	width:100px;
	height:35px;
	background-color:#e6e6e6;
	border:none;
	font-size:1.3em;
	color:#424242;
}

.search_results{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
}

#pagination {
	margin-top:15px;
}

.clearfix {clear:both; margin:0px; padding:0px; line-height:0px;}
.flt_right { float:right;}
.flt_left { float:left;}

/*=================================
Typography Styles
=================================*/
h1, h2, h3, h4, h5 {
	font-weight:bold;
}

#introtextbox h1, #main_content h1 {
	color: #424242;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:10px;
}

#main_content h2 {
	font-size:2em;
	color:#424242;
	margin-bottom:15px;
}

#main_content h3 {
	font-size:1.1em;
	margin-bottom:20px;
	line-height:1.5em;
}

#main_content p {
	margin:0px 0px 20px 0px;
	line-height:1.7em;
	font-size:.8em;	
}

ul.blog_list {
	font-size: .8em;
	margin-left: 25px;
	margin-bottom: 25px;
}

ul.blog_list li {
	padding: 5px 0px;
	list-style:disc;
}

ul.blog_list lh {
	margin-left:-25px;
	padding-bottom: 5px;
}

#introtextbox h3 {
	color: #fff;
	font-size:1.1em;
	line-height:1.7em;
	font-weight:normal;
}

#fromtheblog h3, #sidebar_links h3, #sidebar_testimonials h4, #search h3 {
	background-color:#8bc945;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color:#fff;
	padding: 5px 10px;
	margin-bottom:15px;
}


#sidebar_testimonials h4 {
	font-size: .9em;
}

#fromtheblog h4, .service_details h4 {
	color:#424242;
	margin-bottom: 5px;
	font-size: .9em;
}

#fromtheblog span {
	color: #8bc945;
	font-size:.8em;
	line-height:1.5em;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 3px 0px;
}

#fromtheblog p{
	margin:10px 0px;
	line-height:1.5em;
	font-size:.7em;
}

#featured_services_main h2 {
	color: #424242;
	margin-top:30px;
	font-size:2em;
}

#page_title_bar h1, #page_title_bar h3 {
	color: #ffffff;
}

#page_title_bar h1 {
	font-size:1.7em;
}

#page_title_bar h1 {
	margin-left:65px;
}

#page_title_bar h3 {
	margin-top: 7px;
	font-size:.9em;
}


#sidebar_testimonials p {
	color: #424242;
	font-style:italic;
	padding:0 5px;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-size: .7em;
}

#sidebar_testimonials span {
	font-style:normal;
	font-weight:bold;
}

.portfolio_box h5 {
	color: #999999;
	margin: 5px 0 5px 0;
}

.blogposts_container h5, .blogstory_container h5 {
	font-weight:normal;
	color:#8bc945;
	margin:-10px 0 15px;
	font-size: .8em;
	padding: 3px 0px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#comments {
	border-top: 1px solid #e6e6e6;
	margin:30px 0px;
	padding-top:15px;
}

.comment_author {
	float:left;
	font-size: .8em;
	width: 100px;
	margin-bottom: 50px;	
}

.author_text {
	margin-top:10px;
}

.comment_content {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	width:450px;
	padding: 0px 10px 10px 10px;
	float:right;
}

.echo_img {
	position:absolute;
	margin-left:-10px;
}

.avatar {
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin: 0 2px 5px 0;
}

#respond {
	border-top: 1px solid #e6e6e6;
	padding-top:20px;
	font-size: 1.2em;
	font-weight:bold;
	color:#747474;
	margin-top:30px;
}

#respond input ,#respond textarea {
	border: 1px solid #e6e6e6;
	padding:5px;
	color:#424242;
}

#project_container h2 {
	font-size: 1.5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
}

/*=================================
List Styles
=================================*/
#nav {
	position:absolute;
	left:366px;
	top:65px;
	font-size:1em;
	font-weight:bold;
}

#footer_nav {
	font-size:.8em;
	font-weight:bold;
	margin:0 50px 15px 0;
	float:left;
}

#nav li, #footer_nav li{
	display:inline;
	margin-right:5px;
}

#nav a:link, #nav a:visited, #footer_nav a:link, #footer_nav a:visited {
	text-decoration:none;
	text-transform:uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:inline-block;
	padding:5px 7px;
	color:#fff;
}	

#nav a:hover, #nav a:active,
#footer_nav a:hover, #footer_nav a:active {
	color:#424242;
	background-color:#8bc945;
}

#sidebar_links ul {
	margin-bottom: 30px;
}

#sidebar_links li {
	line-height: 2em;
	font-size: .9em;
	font-weight:bold;
	width:230px;
	overflow:hidden;
	text-indent:5px;
}

#sidebar_links a:link, #sidebar_links a:visited {
	color: #424242;
	padding-right:100%;
	border-bottom: 1px solid #e6e6e6;
	text-decoration:none;
}

#sidebar_links a:hover, #sidebar_links a:active {
	color: #8bc945;
	border-color: #8bc945;
}

#services_list {
	margin: 5px 0 10px 0;	
}

#services_list li {
	line-height:1.7em;
	font-size:.8em;
	list-style-position:inside;
	list-style-image:url(style/images/list_chk.png);
	padding-bottom: 5px;
	color:#999999;
	font-weight:bold;
}
#servicesused, #sociallinks {
	border-top: 2px solid #e6e6e6;
	background-color:#f9f9f9;
	margin: 5px 0 25px 0;
	padding:5px 10px;
}

#servicesused h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom:2px solid #e6e6e6;
}

#sociallinks {
	clear:right;
	float:right;
	width: 190px;
	margin-left:20px;
	text-align:center;
	
}


/*=================================
Link Elements
=================================*/
#fromtheblog a.button:link, #fromtheblog a.button:visited{
	padding: 3px 15px;
	margin-bottom: 5px;
}

#main_content a:link, #main_content a:visited {
	text-decoration:none;
	color: #424242;
	font-weight:bold;
}

#main_content a:hover, #main_content a:active {
	color: #8bc945;
}

a.button:link, a.button:visited {
	font-weight:bold;
	font-size: .7em;
	color:#424242;
	padding: 5px 35px;
	background-color:#f9f9f9;
	border: 1px solid #e6e6e6;
	text-decoration:none;
	line-height:15px;
	display:inline-block;
	text-align:center;
	margin-bottom: 25px;
}

a.button:hover, a.button:active {
	color: #fff;
	background-color:#8bc945;
}

#pagination a:link, #pagination a:visited {
	font-weight:bold;
	color:#424242;
	padding: 5px 35px;
	background-color:#f9f9f9;
	border: 1px solid #e6e6e6;
	text-decoration:none;
	line-height:15px;
	display:inline-block;
	text-align:center;
	margin-bottom: 25px;
}

#pagination a:hover, #pagination a:active {
	color: #fff;
	background-color:#8bc945;
}


#portfolio_categories_links {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px 0px 10px;
	margin-bottom: 25px;
}

#portfolio_categories_links h4 {
	margin-bottom: 10px;
}

#portfolio_categories_links a:link, #portfolio_categories_links a:visited,
#servicesbtn a:link, #servicesbtn a:visited, #blogbtn a:link, #blogbtn a:visited {
	background-color:#f9f9f9;
	border: 1px solid #e6e6e6;
	font-size: .7em;
	margin-right:10px;
	line-height:15px;
	padding: 3px 10px;
	display:inline-block;
	text-align:center;
	margin-bottom:25px;
}

#portfolio_categories_links a:hover, #portfolio_categories_links a:active,
#servicesbtn a:hover, #servicesbtn a:active, #blogbtn a:hover, #blogbtn a:active {
	color: #fff;
	background-color:#8bc945;
}

.more-link {
	margin: 15px 0px;
}

#blogbtn a:link, #blogbtn a:visited {
	font-size: .9em;
}

.cat_list li {
	display:inline-block;
}


a.facebook:link, a.facebook:visited {
	height: 31px;
	width: 84px;
	text-indent:-9999px;
	background: url(style/images/social_facebook.png) no-repeat top left scroll;
	display:block;
	float:left;
	margin:0px 5px 10px;
}

a.facebook:hover, a.facebook:active {
	background-position: 0 -31px; 
}

a.twitter:link, a.twitter:visited {
	height: 31px;
	width: 84px;
	text-indent:-9999px;
	background: url(style/images/social_twitter.png) no-repeat top left scroll;
	display:block;
	float:left;
	margin:0px 5px 10px;
}

a.twitter:hover, a.twitter:active {
	background-position: 0 -31px; 
}