/*
Theme Name: DesignPile
Author: Site5.com
Author URI: http://www.site5.com/
Description: Check <a href="http://wordpress.site5.com/designpile/doc/">DesignPile Documentation</a> in case you need directions</a>.
*/

/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background:url(images/SD/header_bg.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:135%;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/



a:hover {
  text-decoration: none;
}

a:focus {
	outline:none;
}

h1 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:5px 0 5px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:100%;
}

h1 a {
	text-decoration:none;
	
}

h1 a:hover {
	border:none;
}

h2{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0;
} 


ul {
	list-style:none;
}

p {
	margin:0.7em 0;
}


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#mainWrapper {
	
	margin:0;
	padding:0;
}

#wrapper {
	width:1000px;
	margin:0px auto;
}

#header {
	width:1000px;
	height:100px;
	position:relative;
}

#headerPhone {
        position:absolute;
        right:10px;
        color:#fff;
}

#headerTag {
        position:absolute;
        top:60px;
        right:10px
}

#content {
        background:none;	
}

#colLeft {
	float:left;
        width:680px;
        background:#fff;
}

#colLeftInner {
	
	background:#fff;
	padding:10px 24px 35px;
	min-height:500px;
        float:left;
}

#colLeftInnerhome {
	width:300px;
	background:#fff;
	padding:10px 24px 35px;
	min-height:500px;
        float:left;
}

#colLeftInner1{
	width:300px;
	background:#fff;
	padding:10px 24px 35px 0px;
	min-height:500px;
        float:left;
}

#colLeftInner h1{
        color:#000;
}

#colRight {
	float:left;
	width:320px;
        min-height:150px;
        background:#fff;
	
}

#footer {
	background:url(images/SD/footer_bg.png) 0 0 repeat-x;
	margin-top:15px;
        height:250px;
}

#footerInner {
	width:1000px;
	margin:0 auto;
	color:#797979;
}

#footer1 {
        padding-top:25px;
}

.sitefooteritem {
        float:left;
        width:250px;
        padding-right:10px;
        
}

.sitefooteritem a{
        color:#231818;
        text-decoration:none;
   
}

.sitefooteritem a:hover {
        color:#fff;
}

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

.sitefooteritemright a{
        color:#231818;
        text-decoration:none;
}

.sitefooteritemright a:hover {
        color:#fff;
}

#copyright {
	border-top:5px solid #444227;
	background:#231818;
}

#copyrightInner {
	width:1000px;
	margin:0 auto;
	font-size:11px;
	color:#515151;
	padding:5px 0;
	position:relative;
        height:50px;
}

/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

#logo {
	position:absolute;
	left:0;
	top:3px;
}

#logo img {
	border:none;
}

/* Top menu */

#topMenuCont {
	background:url(images/bk_top_left.png) 0 0 no-repeat;
	height:68px;
	padding:0 0 0 25px;
	position:absolute;
	right:0;
	top:50px;
}

#topMenuCont ul{
	padding-top:13px;
	background:url(images/bk_top_right.png) 100% 5px no-repeat;
	padding-right:25px;
}

#topMenuCont ul li{
	float:left;
	padding:11px 15px 0;
	background:url(images/bk_top_list.png) 0 0 repeat-x;
	height:56px;
}

#topMenuCont ul li a {
	color:#888;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}

#topMenuCont ul li a:hover{
	color:#eee;
}

#socialLinks {
	position:absolute;
	right:15px;
	bottom:15px;
}

#socialLinks li{
	float:left;
	padding-left:13px;
}

#socialLinks li img {
	border:none;	
}

#socialLinks li a:hover img {
	margin-top:-2px;
}

#getSocial {
	width:114px;
	height:41px;
	background:url(images/get_social.png) 0 0 no-repeat;
	float:right;
	margin-right:-114px;
	margin-top:100px;
}

/*--------------------------------
CONTENT ELEMENTS
----------------------------------*/
#archive-title, .searchQuery {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	background:url(images/bullet_star_featured.png) 0 50% no-repeat;
	padding-left:16px;
	line-height:100%;
	text-transform:uppercase;
	margin-bottom:10px;
}

.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 10px;
}

#colLeft img {
	border:none;	
}

span.author, span.author a {
	color:#333;	
}

.navigation {
	width:675px;
}

/* HOMEPAGE FEATURED POST */

#featuredPost {
	margin-bottom:20px;
}

#featuredPost .label {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	padding-left:16px;
	line-height:100%;
}

#featuredPost .meta {
	font-size:11px;
	color:#999;
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding-bottom:12px;
}

#featuredPost a.author {
	color:#333;
} 

#featuredPost .featuredDetails {
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding:20px 0;
	font-size:14px;
}

#featuredPost .featuredDetails p {
	margin:0 0 15px;
}

#featuredPost .featuredDetails a img {
	border:none;
}

/* HOMEPAGE POSTS LIST */

.homePost {
	float:left;
	width:300px;
	padding:0 10px 20px 0;
	border-bottom:0px dashed #b2b2b2;
	margin-top:0px;
        margin-bottom:5px;
	height:160px;
        background:#fff url(images/homepost_bg.jpg);
        background-repeat:no-repeat;
}

.homePost .date {
	background:url(images/bk_date.jpg1) 0 0 no-repeat;
	width:54px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:8px;
	line-height:120%;
	float:left;
	margin-right:10px;
        margin-bottom:40px;
}

.homePost div {
	margin:0.5em 0;
}

.homePost h2{
	padding-top:0;
	padding-bottom:5px;
	line-height:110%;
	height:45px;
}

.homePost  a {
	text-decoration:none;
        font-weight:bold;
}

.homePost  a:hover {
	text-decoration:underline;
        font-weight:bold;
        color:#000;
}

.homePost .date span {
	font-size:20px;
	font-weight:bold;
}

.homePost .meta {
	font-size:11px;
	color:#999;
	padding-bottom:6px;
	padding-top:6px;
}

.homePost a.author {
	color:#333;
} 

#colLeftInner .even {
	border-right:none;
	padding-right:0;
	padding-left:20px;
}

.homePost div img {	
	background:transparent url(images/bk_thumb.png1) 0 0 no-repeat ;
	float:left;
	margin:0 10px 30px 0;
	padding:2px 4px 4px;
	border:none;
}

/* GENERAL POSTS LIST AND SINGLE POST */

.blogPost {
	margin-bottom:20px;
	border-bottom:1px solid #D7D7D7;
}

.blogPost .meta {
	font-size:11px;
	color:#999;
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding-bottom:15px;
	margin-bottom:20px;
}

.blogPost a.author {
	color:#333;
} 

.blogPost .date {
	background:url(images/bk_date.jpg) 0 0 no-repeat;
	width:54px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:18px;
	line-height:120%;
	float:left;
	margin-right:10px;
	margin-bottom:40px;
}

.blogPost .date span {
	font-size:20px;
	font-weight:bold;
}

.blogPost p, #colLeftInner .page p {
	font-size:12px;	
	line-height:1.5em;
	margin:1em 0;
}

#colLeftInner .page {
	font-size:14px;		
}

.blogPost .postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 20px;
}

a.more-link {
	display:block;
	width:91px;
	height:28px;
	text-indent:-9999px;
	clear:both;
	border:none;
	margin:-5px 0 15px;
}

.page li {
        margin-left:20px;
        padding-top:3px;
}

.postauthor {
	background:#F4F4F4;
	border:1px dashed #D2D2D2;
	padding:15px 18px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	margin-bottom:20px;
	margin-top:20px;
}

.postauthor img {
	float:left;
	margin-right:10px;
	padding:4px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* POST SOCIAL SHARE */

.social {
	margin:20px 0 15px;
	padding: 0 0 15px;
	border-bottom:1px solid #D7D7D7;
}

.social a:hover img {
	margin-top:-4px;	
}

.social img {
	border:none;
	vertical-align:middle;
}

.social strong {
	padding-right:20px;	
}

.navigation .alignleft a{
	display:block;
	width:123px;
	height:30px;
	background:url(images/but_prev.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

.navigation .alignright a{
	display:block;
	width:107px;
	height:30px;
	background:url(images/but_next.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

#colLeftInner ul{
	list-style-type:disc;
	list-style-position:inside;
}

#colLeftInner ol {
	list-style-position:inside;
}

blockquote {
	border-left:1px dashed #aaa;
	padding-left:20px;
	margin:15px 0 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.jpg) 90% 0 no-repeat;
}

/*--------------------------------
COL RIGHT
----------------------------------*/

.boxRight {
	border-left:none;
	margin:2px 0;
	padding-top:3px;
}

.boxRightInner {
	padding:0 0px 5px;
	color:#888;
        
}

.boxRight h2 {
	display:none;
	margin-right:-13px;
	height:38px;
	line-height:30px;
	padding:0 0 0 15px;
	text-transform:uppercase;
	font-size:1px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}


.boxRight ul li {
	padding:8px 6px 8px 18px;
	border-bottom:1px solid #434343;
}

.boxRight ul li a {
	text-decoration:none;
	display:block;
        
}

.boxRight li {
        margin-left:20px;
}

.boxRight a{
        color:#000;
        font-size:0.8em;
}


/* ADS */

#ads {
	padding:15px 0 0;
}

#ads div div {
	margin:8px 0 0 10px;
	float:left;
}

#ads div div a img {
	border:1px solid #414141;	
}

/*--------------------------------
FOOTER
----------------------------------*/

#footerInner .boxFooter {
	float:left;
	width:295px;
	padding-right:25px;
}

#footerInner h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	border-bottom:1px solid #363636;
	padding:7px 0 7px 16px;
	margin-bottom:7px;
}

#footerInner .boxFooter ul li {
	padding:5px 6px 5px 18px;
	border-bottom:1px solid #292929;
}

#footerInner .boxFooter ul li a {
	text-decoration:none;
	display:block;
}

#bottomRight {
	position:absolute;
	right:5px;
	top:5px;
        width:450px;
}

#bottomRight a{
        color:#515151;
        font-size:0.7em;

}


/* COMMENTS
------------------------------------------*/

h2#comments {
	display:block;
	background:url(images/ico_h2_comments.png) 0 50% no-repeat;
	padding:15px 0 15px 40px;
}

h2#commentsForm {
	display:block;
	background:url(images/ico_h2_form.png) 0 50% no-repeat;
	padding:10px 0 10px 40px;
}

#colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0 0;
}

#colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
}

#colLeft ul.commentlist li {
	padding:12px 20px;
	position:relative;
	border:1px dashed #ccc;
	margin-left:15px;
	margin-bottom:20px;
}

#colLeft ul.commentlist li .comment-meta, #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}


#colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:3px;
	border:1px solid #ccc;
	position:absolute;
	left:-15px;
	top:-7px;
}

#colLeft ul.commentlist .reply {;
	margin-left:20px;
	margin-top:-5px;
}

#colLeft ul.commentlist .reply a {
	font-size:11px;
	/*position:absolute;
	bottom:10px;
	left:34px;*/
	color:#3293C2;
	
}

#colLeft ul.commentlist li .children li {
	background:#fff;
	margin-left:20px;
	margin-top:15px;
	
}

/* FORMS
-------------------------------------------*/
#searchBox {
	padding:10px 0;
	padding-left:10px;
	margin:0;
        border-bottom:1px dashed #cccccc;
        width:280px;
}

#searchBox label {
	display:block;
	float:left;
	width:50px;
	background:url(images/search_label.png) 0 0 no-repeat;
	margin-top:12px;
}

#searchform input {
	border:none;
	background:url(images/search_input.png) 0 0 no-repeat;
	padding:13px 3px 7px 12px;
	color:#666;
	width:158px;
	float:left;
	margin-left:10px;
}

#searchform input#searchsubmit {
	width:21px;
	height:30px;
	border:none;
	cursor:pointer;
	padding:0;
}

/* Post comment */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#commentform textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
	border:none;
	width:116px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#contact textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:122px;
	height:34px;
	margin-top:10px;
	cursor:pointer;
}
.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px dashed #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px dashed #C2E1AA;
	color:#8FA943;
}

a#home{
float:left;
width: 78px; height: 23px;
background: url(images/SD/nav/home.png) no-repeat; 
margin-bottom:3px;}


a#home:hover {
float:left;
width: 78px; height: 23px;
background: url(images/SD/nav/home_over.png) no-repeat; 
margin-bottom:3px; }

a#about-us{
float:left;
width: 81px; height: 23px;
background: url(images/SD/nav/about-us.png) no-repeat; 
margin-bottom:3px;}


a#about-us:hover {
float:left;
width: 81px; height: 23px;
background: url(images/SD/nav/about-us_over.png) no-repeat; 
margin-bottom:3px; }

a#services{
float:left;
width: 80px; height: 23px;
background: url(images/SD/nav/services.png) no-repeat; 
margin-bottom:3px;}


a#services:hover {
float:left;
width: 80px; height: 23px;
background: url(images/SD/nav/services_over.png) no-repeat; 
margin-bottom:3px; }

a#portfolio{
float:left;
width: 80px; height: 23px;
background: url(images/SD/nav/portfolio.png) no-repeat; 
margin-bottom:3px;}


a#portfolio:hover {
float:left;
width: 80px; height: 23px;
background: url(images/SD/nav/portfolio_over.png) no-repeat; 
margin-bottom:3px; }

a#case-studies{
float:left;
width: 99px; height: 23px;
background: url(images/SD/nav/case-studies.png) no-repeat; 
margin-bottom:3px;}


a#case-studies:hover {
float:left;
width: 99px; height: 23px;
background: url(images/SD/nav/case-studies_over.png) no-repeat; 
margin-bottom:3px; }

a#contact{
float:left;
width: 80px; height: 23px;
background: url(images/SD/nav/contact.png) no-repeat; 
margin-bottom:3px;}


a#contact:hover {
float:left;
width: 80px; height: 23px;
background: url(images/SD/nav/contact_over.png) no-repeat; 
margin-bottom:3px; }

a#latest-news{
float:left;
width: 99px; height: 23px;
background: url(images/SD/nav/sharp-darts-latest-news.png) no-repeat; 
margin-bottom:3px;}


a#latest-news:hover {
float:left;
width: 99px; height: 23px;
background: url(images/SD/nav/sharp-darts-latest-news_over.png) no-repeat; 
margin-bottom:3px; }

.hidden{
        display:none;
}

#headerNav {
        position:absolute;
        top:40px;
        right:0px;
        width:600px;
}

#features {
        height:248px;
        background:none;
}

.circleLeft {
        background:url(images/SD/circle1.png);
        width:322px;
        height:244px;
        float:left;

}

.circleCenter {
        background:url(images/SD/circle2.png);
        width:308px;
        height:244px;
        float:left;
}

.circleRight {
        background:url(images/SD/circle3.png);
        width:367px;
        height:244px;
        float:left;
}

.circleText1 {
        position:absolute;
        margin-top:105px;
        margin-left:49px;
        width:255px;
}

.circleText1 a{
        color:#fff;
        font-size:11px;
        font-weight:bold;
}

.circleText2 {
        position:absolute;
        margin-top:105px;
        margin-left:45px;
        width:240px;
}

.circleText2 a{
        color:#fff;
        font-size:11px;
        font-weight:bold;
}

.circleText3 {
        position:absolute;
        margin-top:105px;
        margin-left:58px;
        width:240px;
}

.circleText3 a{
        color:#fff;
        font-size:11px;
        font-weight:bold;
}

#homeNews{
        width:300px;
}

#pageTop {
        background:url(images/page-top.png);
        height:78px;
}

#boxOne{
        background:url(images/boxback2.jpg);
        background-repeat:no-repeat;
        height:76px;
        width:270px;
        padding:10px;
}

#boxTwo{
        background:url(images/boxback3.jpg);
        background-repeat:no-repeat;
        height:76px;
        width:270px;
        padding:10px;
}

#boxThree{
        background:url(images/boxback1.jpg);
        background-repeat:no-repeat;
        height:76px;
        width:270px;
        padding:10px;
}

#boxFour{
        background:url(images/boxback4.jpg);
        background-repeat:no-repeat;
        height:76px;
        width:270px;
        padding:10px;
}

#boxFive{
        background:url(images/boxback5.jpg);
        background-repeat:no-repeat;
        height:76px;
        width:270px;
        padding:10px;
}

#boxOne h2, #boxTwo h2, #boxThree h2, #boxFour h2, #boxFive h2{
        display:block;
        height:14px;
        font-size:1.6em;    
        padding:0px 0px 10px 0px;
}

#boxOne a, #boxTwo a, #boxThree a, #boxFour a, #boxFive a {
        color:#fff;
        font-size:0.9em;
        font-weight:bold;
}

.readMore {
        position:relative;
        text-align:right;
        padding-right:10px;
        
}


.readMore a{
        font-weight:bold;
        color:#fff;
}

.readMore a:hover{
        font-weight:bold;
        color:#000;
}



#homeBottomRow .column1, .column2, .column3 {
        float:left;
        width:310px;
        padding-left:10px;
}

#homeBottomRow h1 {
        color:#000;
        border-bottom:1px solid #c3c3c3;
        text-decoration:none;
}

.column2 h1{
        color:#000;
        border-bottom:1px solid #c3c3c3;
        text-decoration:none;
}

/*homecontactform*/

#homeContact{
        padding:5px 5px 10px 5px ;
        background:#fff;
        height:150px;
        border-bottom:1px dashed #c3c3c3;
        float:left;
}

.yourName, .yourName input, .yourNumber, .yourNumber input, .yourEmail, .yourEmail input {
        width:100px;
}

#contactLeft {
        width:100px;
        float:left;
}

.yourMessage textarea{
        width:180px;
        height:94px;
        margin-bottom:5px;
        float:left;
}

#contactRight{
        width:180px;
        float:left;
        padding-left:10px;
}

.homeSubmit {
        float:right;
        width:59px;
        height:18px;
}

.homeSubmit input {
        border:none;
        background:url(images/home-submit.png);
        height:33px;
        width:55px;
        color:transparent;
		cursor:pointer;
}

#videoContainer {
        float:left;
        padding:5px; 0px 0px 20px;
        margin:5px 0px 0px 4px;
        background:url(images/videoback.jpg);
        background-repeat:no-repeat;

}

#aboutUsContainer img{
        border:none;
}

#aboutUsContainer a {
        color:#000;
        font-size:0.7em;
}

#videoContainer .addthis_container, #aboutUsContainer .addthis_container {
        display:none;
}

#viralVidText a{
      color:#000;
      font-size:0.7em;
      ;  
}

#viralVidText {
        padding:2px;
        border-top:1px dashed #c3c3c3;
        margin-top:5px;
        width:290px;
        
}

#moreVids {
        width:90px;
        float:right;
        margin-top:-20px;
}

#moreVids a{
        font-size:0.7em;
        font-weight:bold;
}

#moreVids a:hover{
        font-size:0.7em;
        font-weight:bold;
        color:#000;
}

#homeTwitter {
        displ
        background:#000;
        background:url(images/twitter-back1.jpg);
        background-repeat:no-repeat;
        padding:50px 5px 0px 5px;
        margin-left:13px;
        margin-top:10px;
        float:left;
}

#homeTwitter a {
        color:#000;
        font-weight:bold;
        font-size:0.8em;
       
        
}

#homeTwitter {
        color:#000;
        font-weight:normal;
        font-size:0.8em;
        
        
}

.aktt_tweet_time {
        text-decoration:none;
}

#mainContactLeft {
        float:left;
        width:300px;
        border-right:1px solid #c3c3c3;
}

#mainContactRight {
        float:right;
        width:300px;
        
        padding-top:0px;
}

#mainContactLeft textarea {
        width:250px;
        height:100px;
}

#mainContactLeft input {
        width:200px;
}

#contactForm, #contactForm a{
        font-size:0.8em;
        padding-top:3px;
        color:#000;
}

#mainContactRight p{
        padding-left:10px;
}

#mainContactLeft h2, #mainContactRight h2{
        border-bottom:1px solid #c3c3c3;
        margin-bottom:10px; 
        font-weight:bold;
		color:#a5c867;
              
}

.wpcf7-form{
        width:280px;
        background:#f7f7f7;
        padding:1px 0px 15px 10px;
        
}

.column2 .wpcf7-form{
        width:300px;
        background:#fff;
        
        
}

.map {
        margin-top:10px;
        border-bottom:1px solid #c3c3c3;
        padding-bottom:10px;
        padding-left:10px;
}

#contactTop {
        height:5px;
        background:#c3c3c3;
        margin-bottom:3px;
}


#mainSubmit input {
        border:none;
        background:url(images/home-submit.png);
        background-repeat:no-repeat;
        height:33px;
        width:55px;
        color:transparent;
	cursor:pointer;
}

#emailAddress {
        font-size:0.8em;
        width:180px;
        margin-top:-10px;
        color:#a5c867;
        
}
#contactNames a{
        font-size:1.0em;
        color:#000;
}


#emailAddress a{
        color:#a5c867;
        }



#contactNames p{
        width:200px;
        
}

.page h2 {
        color:#a5c867;
        font-size:1.6em;
}

#meetTeam {
    background:#d13689;
       padding-left:5px;
}

#teamMember {
        padding:5px 10px 10px 5px;
        float:left;
      
}

#teamLeft {
        float:left;
        width:120px;
}

#teamRight{
        float:left;
        width:180px;
}

#teamRight a {
        font-size:0.7em;
        color:#000;
}

.nameJob {
        font-size:1.3em;
        color:#a5c867;
        font-weight:bold;
}

#websiteServices {
        background:#b01568;
        margin:10px 0px 10px 0px;
}

#websiteServices h1{
        font-size:1.2em;
        padding-left:8px;
}

#serviceList {
        background:url(images/pinkbullet.jpg);
        background-repeat:no-repeat;
        padding-left:15px;
        line-height:1.4em;
}

#serviceList a{
        color:#000;
        text-decoration:none;
}

#serviceList a:hover{
        color:#85b530;
        text-decoration:underline;
}

#servicesCol a{
        color:#000;
}

#servicesCol h2{
        color:#a5c867;
}

#seoPackages h1 {
        background:#977b09;
        font-size:1.2em;
        padding-left:8px;
        margin-top:5px;
}


#seoPackages1 h1 {
        background:#bebebe;
        font-size:1.2em;
        padding-left:8px;
        margin-top:5px;
}

#seoPackages2 h1 {
        background:#d17923;
        font-size:1.2em;
        padding-left:8px;
        margin-top:5px;
}

#latestProject h1 {
    background:#d13689;
    padding-left:5px;
       
}

#newProject h1 {
    background:#977b09;
       padding-left:5px;
}

#portfolioSidebar p{
        font-size:0.8em;
        padding-left:25px;
}

#portfolioSidebar img {
        border:1px solid #c3c3c3;
        
}

#colRight .addthis_container {
        display:none;
}

#portfolioSite {
        padding-bottom:10px;
        border-bottom:1px dashed #c3c3c3;
        float:left;
        width:100%;
        padding-right:10px;
        
        
}

#portLeft {
        float:left;
        width:200px;
        padding-top:20px;
}

#portRight {
        float:right;
        background:url(images/port-pic-shadow.jpg);
        background-repeat:no-repeat;
        height:271px;
        width:419px;
        padding:10px 0px 0px 10px;
}

#portSiteName {
        font-size:0.9em;
        font-weight:bold;
        color:#d13689;
        text-transform:uppercase;
}

#portSiteDescription {
        font-size:0.8em;
}


#portSiteLink {
        font-size:0.8em;
        font-weight:bold;
        color:#d13689;
}


#linkBuildingVideo {
        border:5px solid;
        width:220px;
        float:left;
}

#linkBuildingText {
float:left;
font-size:0.9em;
width:300px;
padding-left:10px;

}

/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}

/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */