/*   
Theme Name: Activate
Theme URI:
Description: Activate Theme
Author:
Author URI:
Version: 0.1
*/
body {
margin: 0;
padding: 0;
font-size: 0.80em;
font-family: Arial, Helvetica, sans-serif;
color: #494745;
background: #dbdeaf url(img/bg.png) repeat-x;
text-align: center;
}
h1, h2 { margin: 0; padding: 0;}
a:link, a:visited, a:hover {
	color: #eb6d20;
	text-decoration:none;
	font-weight: bold;
}

h3, h4 { margin: 0; padding: 0;
	color: #E6981E;
	text-decoration:none;
	font-weight: bold;
}

#body {
	width: 908px;
	margin: 0 auto;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	background: url(img/content_bg2.png) repeat-y center;
}
#header {
	float: left;
	width: 878px;
	padding-left: 15px;
	padding-right: 15px;
	height: 133px;
	background: url(img/header_bg.png) repeat-y center;
}
h1#logo {
	width: 230px;
	height: 113px;
	position: relative;
	float: left;
	overflow: hidden;
}
h1#logo span {
	background: url(img/logo.png) no-repeat; 
	position:absolute;
	width:100%;
	height:100%
}
ul#menu {
	float: right;
	list-style: none;
	margin:0;
	padding:0;
	margin-top: 110px;
	width: 425px;
}
ul#menu li {
	margin:0;
	padding:0;
	line-height: 20px;
	float: left;
}
ul#menu li a {
	text-indent: -9999px;
	display: block;
}
ul#menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	visibility: hidden;
}
ul#menu li ul li {
	float: none;
	display: inline;
}
		
ul#menu li ul li a {
	display: block;
	padding: 7px 5px;
	text-decoration: none;
	text-indent: 0px;
	width: 188px;
	background: #FD9116;
	color: #FFF;
	white-space: nowrap;
}
ul#menu li ul li a:hover {
	background: #EA6C1F;
}

ul#menu .home {
	background-image: url(img/menu_home.png);
	width: 54px;
}
ul#menu .onlinemarketing {
	background-image: url(img/menu_online_marketing_services.png);
	width: 202px;
}
ul#menu .ethos {
	background-image: url(img/menu_ethos.png);
	width: 55px;
}
ul#menu .blog {
	background-image: url(img/menu_blog.png);
	width: 50px;
}
ul#menu .contact {
	background-image: url(img/menu_contact.png);
	width: 64px;
}
#container {
	float: left;
	width: 908px;
	background: url(img/content_bg1.png) no-repeat center top;
	padding-top: 50px;
	padding-bottom: 85px;
}
#content {
	float: left;
	width: 464px;
	padding-left: 56px;
	display: inline;
}
#sidebar {
	float: right;
	width: 330px;
	padding-right: 15px;
	display: inline;
}
#sidebar .box {
	border-left: 1px dotted #8c8c8c;
	padding-left: 25px;
	padding-right: 15px;
	margin-bottom: 25px;
}
#sidebar .box h3 {
	color: #727564;
	text-transform: lowercase;
	font-size: 1.3em;
	padding-bottom: 10px;
}
#sidebar .box h4 {
	border-bottom: 1px dotted #8c8c8c;
	font-size: 1em;
}
#sidebar .box p {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 0.85em;
}
#sidebar .icons {
padding-top: 10px;
border-top: 1px dotted #8c8c8c;
}
#sidebar .icons {
margin: 5px;
}

#footer {
	clear: both;
	height: 62px;
	width: 900px;
	margin-left: 4px;
	margin-top: 20px;
	background: #b0aea3;
	background: #dbdeaf url(img/footer_bg.png) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer a:link, #footer a:visited, #footer a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding: 0;
	margin-top: 12px;
	line-height: 50px;
	padding-left: 26px;
	padding-right: 26px;
} /* was 56 padding left and right, changed to 26 by mick to allow the DM link to fit on the right  1/sept/2011 */
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
.highlight_box {
	background: #78b8c8;
	padding: 15px;
}
ul.highlight_box  {
	padding-left: 30px;
	list-style-position: inside;
	line-height: 1.5em;
	margin: 0;
}
.extract {
	margin-top: 30px;
}
#blog .title {
	background: #7c5c4f;
	padding: 10px;
	color: #FFF;
	font-size: 1em;
}
#blog a:link, #blog a:visited, #blog a:hover {
	color: #eb6d20;
	text-decoration: underline;
	font-weight: normal;
}
#blog span.linkplus {
	font-size: 0.9em;
}
#blog span.linkplus a:link, #blog span.linkplus a:visited, #blog span.linkplus a:hover {
	color: #eb6d20;
	text-decoration:none;
	font-weight: bold;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#header_box {
	float: left;
	clear: both;
	width: 908px;
	height: 240px;
	background: url(img/headerbox_bg.png) no-repeat center top;
	overflow: hidden;
}
#header_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#slider {
	width:878px;
	height:228px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 12px;
}
#slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#slider li {
	width:878px;
	height:228px;
	overflow:hidden;
}
#slider .banner {
	background: #FFF left;
}
#header_box p {
	margin-top: 115px;
	margin-left: 40px;
	width: 460px;
}
#header_box a:link,#header_box a:visited,#header_box a:hover {
       color: #ffffff;	
       font-weight: bold;
	text-decoration: underline;
}
#header_box .banner1 {
	background: url(img/banner1.png);
}
#header_box .banner2 {
	background: url(img/banner2.png);
}
#header_box .banner3 {
	background: url(img/banner3.png);
}
#header_box .bannerblog {
	background: url(img/bannerblog.png);
}
.date {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 0.85em;
}
#blog .date a:link, #blog .date a:visited, #blog .date a:hover {
	color: #f05e69;
}
#blog .date .commentslink a:link, #blog .date .commentslink a:visited, #blog .date .commentslink a:hover {
	color: #78b8c8;
}
p#controls, p#controls2{
	margin:0;
	position:relative;
} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:23px;
	height:16px;
	position:absolute;
	left:847px;
	top:-16px;
	}	
#nextBtn, #nextBtn2{ 
	left:870px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:23px;
	height:16px;
	background:url(img/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(img/btn_next.gif) no-repeat 0 0;	
	}
	
	/* Begin Comments*/

.commentlist {
padding: 0px;
margin: 0px 0px 0px 0px;
width: 464px;
background-image: url(images/comment-bg.gif);
list-style-image: none;
list-style-type: none;
float: left;
}

.commentlist li {
	font-weight: bold;
	width: 464px;
	display: block;
	background-image: url(images/comment-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 45px 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	}

.commentlist li div {
	width: 444px;
	display: block;
	background-image: url(images/comment-top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	float: left;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite {
	font-size: 18px;
	float: left;
	font-style: normal;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 5px;
	font-weight: normal;
	}
	
.says {
display: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	display: block;
	float: left;
	width: 90%;
	margin-left: 3%;
	}
	

#commentform p {
clear: both;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist .children li {
	width: 90%;
	display: block;
	margin: 0px;
	background-color: #FDFDFD;
	background-image: url(images/comment-children-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	border: 1px solid #E2E2E4;
	overflow: hidden;
}

.commentlist .children li div {
width: 97%;
padding: 3%;
background-image: url(images/comment-children-top.gif);
background-repeat: no-repeat;
background-position: top left;
}

.commentlist .commentmetadata {
	font-weight: normal;
	float: left;
	margin: 5px 0px 0px 0px;
	display: block;
	clear: both;
	background-image: none;
	width: 90%;
	margin-left: 3%;
	}
	
.commentlist .vcard, .commentlist .children .comment-author, .commentlist .children .vcard, .commentlist .commentmetadata, .commentlist .children .comment-author, .commentlist .children .comment-meta   {
	background-image: none;
	width: 100%;
	padding: 0px !important;
}

.commentlist .reply, .commentlist .children .reply {
	float: right;
	background-image: none;
	width: 54px;
	height: 22px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 10px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover {
	background-image: url(images/reply.gif);
	width: 39px;
	height: 17px;
	display: block;
	color: #FFF;
	font-size: 8px;
	text-transform: lowercase;
	font-weight: normal;
	padding: 5px 0px 0px 15px;
	letter-spacing: 1px;
}

.commentlist .children li {
padding-bottom: 10px;
}

.commentlist .children li ul li {
padding-bottom: 10px;
background-color: #FFF;
}

#respond {
margin-top: 20px;
float: left;
background-image: none;
}

.commentlist #respond h3, .commentlist #respond a {
margin-left: 28px;
}

#respond h3 {
clear: both;
font-size: 16px;
}

#comments {
line-height: 30px;
color: #A40505;
font-weight: normal;
font-size: 20px;
margin-bottom: 15px;
}

.children {
clear: both;
}

.children .commentmetadata, .children .vcard  {
	background-image: none;
}

.children textarea {
width: 90% !important;
}

.children input {
width: 80% !important;
}

#cancel-comment-reply-link {
display: block;
background-image: url(images/comment-close.gif);
width: 144px;
height: 21px;
padding: 5px 0px 0px 23px;
font-weight: normal;
color: #84878E;
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#respond div {
background-image: none;
}

#submit {
width: 120px !important;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
margin-left: 20px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 370px;
}

#commentform #email {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(img/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(img/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(img/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #email:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(img/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(img/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(img/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform input {
margin-bottom: 3px;
}

/* End Comments */

