/* 
Theme Name: Amplify
Theme URI: http://amplifymedia.co.uk
Author: Dan Barrett
Author URI: http://amplifymedia.co.uk
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	 @import url('../hybrid/library/css/reset.css'); 

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	 @import url('../hybrid/library/css/21px.css');
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */
	
	/* Get layout CSS */
	/* @import url('../hybrid/library/css/2c-l-fixed.css'); */
		@import url('./css/2c-l-fixed.css');
	
	/* Get drop-downs CSS */
	@import url('../hybrid/library/css/drop-downs.css');

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	 @import url('../hybrid/library/css/screen.css'); 

/**
* Body
************************************************/

/* Contains everything */
body {font-family: Helvetica; background: #f5f5f5; color: #444751; font-size: 16px;}

	/* Wrapper for everything inside of the body */
	#body-container {margin: 0;}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1, h2, h3, h4, h5, h6 {font-family: Helvetica; font-weight: normal; color:#444751;}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {font-style: normal;}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {font-size: 24px; border: none; background: none; padding: 0;  text-transform: uppercase;}
.alert span {color: #BB2F17;}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

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

#top-bar { width: 960px; margin: 0 auto; height: 30px;}
#top-bar span {display: block; float: right; height: 44px; line-height: 44px; font-size: 22px; border-top: 4px solid #4DA7D6; display: none;}

/* Contains entire header */
#header-container {background: #2F3137 url('./images/header-bg2.jpgg') repeat-x; border-bottom: 1px solid #fff;}

	/* Contains site title and tagline */
	#header {position: relative; width: 960px; margin: 0 auto; padding: 40px 0 0 0; height: 120px;}

		/* Site title */
		#site-title {float: left; margin: 0;}
			#site-title a {background: url('images/amplify-media-logo.png') no-repeat; display:block; height:84px; text-indent:-99999em; width:205px;}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}	

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {margin: 0;}

	/* Page nav */
	#page-nav {float: right; margin: 30px 0 0 0;}
		#page-nav ul {}
			#page-nav li { margin-left: 24px;}
				#page-nav li a {border:none; padding: 4px 0; background: none; color: #eee; font-family:Arial, Helvetica; font-size:24px; text-transform: lowercase;}
				#page-nav li a:hover {text-decoration: none; color: #fff;}
			#page-nav li.current_page_item a{}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {margin-bottom: 0;}

	/**
	* Content
	************************************************/
	
	#intro {margin-bottom: 0; padding-bottom: 40px; border-bottom: 1px solid #ddd; color: #222; text-shadow: 0px 2px 3px #fff;}	
	
	p {line-height: 1.5em;}
	
	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb {display: none;}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}
		.page-template-page-blog .post {border-bottom: 1px solid #ddd; margin: 0 0 20px 0;}

			/* Post, page, and archive titles */
			.entry-title {font-style: normal;}
			.entry-title a { color: #444751;}
			.page-template-page-blog h2.entry-title {margin: 0;}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}
			.page-template-page-blog .byline {margin: 4px 0 10px 0;}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget { overflow:hidden; padding:20px 20px; background: #F2F2F2;}
		.widget-inside {}
			.widget-title {font-style: normal;}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

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

/* Wrapper for the entire footer */
#footer-container {margin: 0; background: #2F3137; border-top: 2px solid #393B40;}
#footer-container #contact-bar{ margin: 0; background: #fff; border-top: 1px solid #ddd; height: 45px; line-height: 45px; font-size: 18px; color: #000;}
#footer-container #contact-bar .inner {margin: 0 auto; width: 960px; text-align: center;}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
							#subsidiary .widget-title {}

	/* Footer section */
	#footer {padding: 40px 0 0 0; color: #BBBBBB; background: url('images/lets-talk.gif') no-repeat 0 216px;}
	
		.vcard-wrapper:after,
		.clear:after
		 {
	    content: ".";
	    clear: both;
	    display: block;
	    height: 0;
	    visibility: hidden;
	    }

	
		.vcard {overflow: hidden;  margin: 0 0 20px 0; text-align: right; float: right;}	
		.vcard .tel {background: url('images/tel.gif') no-repeat top left; width: 290px; height: 43px; margin-bottom: 40px;}
		.vcard .tel span {display: none;}
		.vcard span {display: block; line-height: 24px;}
		.vcard em {font-weight: bold; color: #fff;}
	
		a.footer-contact {font-size: 18px; color: #fff; background: #46BED6; margin-bottom: 20px; text-decoration: none; padding: 4px 8px; font-style:normal; float: right; display: block; clear: right;}
		
		/* Footer extra */
		#footer .copyright {clear: right; border-top: 1px solid #393B40; padding-top: 20px;  text-align: right; margin-bottom: 4px; width: 100%;}
		#footer .copyright a { color: #F5F5F5;}
		#footer .credit {}
		
		
/**

 * Theme showcase page template

 ***********************************************/
 
 #page-heading {border-bottom: 1px solid #ddd; padding: 0 0 40px 0;}
 #page-heading h1 {text-indent: -99999px; width: 960px; height: 73px; margin: 0;}
 
 .page-template-page-services  #page-heading h1 {background: url('images/title-services.gif') no-repeat left;}
 .page-template-page-ppc  #page-heading h1 {background: url('images/title-ppc.gif') no-repeat left;}
 .page-template-page-seo  #page-heading h1 {background: url('images/title-seo.gif') no-repeat left;} 
 .page-template-page-local  #page-heading h1 {background: url('images/title-local.gif') no-repeat left;} 
 .page-template-page-small-business  #page-heading h1 {background: url('images/title-small-business.gif') no-repeat left;} 
 .page-template-page-about  #page-heading h1 {background: url('images/title-about.gif') no-repeat left;} 
 .page-template-page-contact  #page-heading h1 {background: url('images/title-contact.gif') no-repeat left;} 
 .page-template-page-privacy  #page-heading h1 {background: url('images/title-privacy.gif') no-repeat left;}

.page-template-page-small-business .content {width: 960px;}

.section {overflow: hidden; clear: both; padding: 30px 0 10px 0; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; position: relative;}
.section .column-1 {overflow: hidden; clear: both; float: left; width: 240px; position: relative;}
.section .column-2 {overflow: hidden; float: right; width: 720px; position: relative;}
.end {border-bottom: none;} 

.section p.intro {font-size: 20px; color: #3A3C44;}
.section p.intro a {color: #fff; background: #46BED6; text-decoration: none; padding: 4px 8px;}

.page-template-page-small-business .entry-title {border: none !important; padding: 0;}

.section h2, .section h1 {font-size: 18px; font-weight: normal; background: #2F3137; margin-bottom: 20px; color:#fff;   text-transform: uppercase; width: 80%; padding: 6px 0 6px 8px;}

#features {margin: 0; padding: 0;}
#features li { float: left; width: 340px; list-style: none; height: 325px;}
#features li.bottom {height: 305px;}
#features li.last {margin-left: 40px; }
#features li span {display: block; padding-left: 40px; height: 32px; line-height: 32px; background: url('images/star_32.png') no-repeat left; font-size: 14px; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; color: #555555;}

.features {width: 720px; height: 110px; margin: 0 0 21px 0; padding: 21px 0 0 0;}
.features li {color: #3A3C44; background: url('images/tick.png') no-repeat left; display: block; font-weight: bold; padding-left: 24px; float: left; width: 216px; margin: 0 0 8px 0;}

#online-marketing ul {margin: 0 0 21px 0; /*width: 420px;*/}
#online-marketing ul li {list-style: none; }
#online-marketing ul li span {display: block;  font-size: 14px; font-weight: bold; margin-bottom: 4px; text-transform: uppercase; color: #555555;}

#online-marketing h3 {margin: 0 0 6px 0;}
#online-marketing .description {font-size: 12px;}

#our-process ol {margin: 0 0 0 0;}
#our-process ol li {list-style: none; padding-left: 160px; margin-top: 40px;}
#our-process ol li.one {background: url('images/one.png') no-repeat 60px 50%;}
#our-process ol li.two {background: url('images/two.png') no-repeat 60px 50%;}
#our-process ol li.three {background: url('images/three.png') no-repeat 60px 50%;}
#our-process ol li h4 {font-size: 18px; margin-bottom: 8px;}

ul.service {margin: 0;}
ul.service li {list-style: none;}
ul.service li h3 {margin: 0;}
ul.service {}

a.button {color: #fff; background: #46BED6; text-decoration: none; padding: 4px 8px; border: none;}

.social-icons {float: left; margin-right: 30px;}

/*
.one, .two, .three {float: left; width: 220px; padding: 0; margin: 0;}
.two {margin: 0 30px;}
*/

#testimonials { }
#testimonials .col {float: left; width: 300px; margin: 0;}
#testimonials .col-2 {margin-right: 15px; margin-left: 15px; padding: 0 15px; width: 298px; border-left: 1px dashed #ddd; border-right: 1px dashed #ddd;}
#testimonials h3 {}
#testimonials h3 span {}

#small-business-services ul {margin: 0;}
#small-business-services ul li {display: inline; list-style: none;}
#small-business-services ul li a{display: block; border: 1px solid #E5E5E5; background: #F8F8F8; line-height: 60px; margin-bottom: 21px; text-align: center;  color: #212121; font-size: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

.content {margin: 0;}

/*
#gform_fields_1 {margin: 0;}
#gform_fields_1 li {list-style: none; margin-bottom: 20px;}
#gform_fields_1 li input {width: 400px; padding: 8px; margin-top: 5px;}
#gform_fields_1 li textarea { width: 600px; padding: 8px;}
*/

form { margin-top: 60px;}
form p {clear: left; margin-top: 8px;}
label {display: block;   float: left; width: 120px;}
form input {width: 320px; padding: 5px;}
form textarea { width: 320px; padding: 5px; height: 180px;}
form input#submit {width: 330px; border: none; background: #4DA7D6; color: #fff; font-size: 18px; padding: 6px 0; margin-left: 120px;}


