/*

Theme Name: Emarketeers

Theme URI: http://www.fifodigital.com

Description: The default Emarketeers theme

Version: 1.0

Author: Peter Bowyer

*/

html {
  background: #333;
}
body {
  background: #66aecc url(images/bg.png) repeat-x center top;
  font-size: 14px;
  line-height: 20px;
  font-family: "Lucida Grande", "Lucida Sans", Tahoma;
  color: #666;
}
a {
  outline: none;
  color: #66aecc;
  text-decoration: none;
}
a:hover {
  color: #9acb3e;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia;
}
#body-wrapper {
  background: url(images/content-bg.png) repeat-y center;
  margin: auto;
}
#header-wrapper {
  background: url(images/header-bg.png) no-repeat center;
  height: 126px;
  margin: auto;
}
#header {
  width: 970px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
#logo {
  text-indent: -5000px;
  background: url(images/logo.png);
  width: 316px;
  height: 84px;
  margin: 26px 0 0 20px;
}

#wrapper {
  background: url(images/content-top.png) no-repeat center top;
  padding-top: 30px;
}
#page-wrapper {
  width: 970px;
  margin: auto;
  overflow: auto;
}
#content {
  width: 590px;
  float: left;
  overflow: visible;
  margin-left: 20px;
}
#sidebar {
  float: left;
  width: 240px;
  margin-left: 120px;
  overflow: auto;
}
/*******************************************************************************/

#content h1 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 30px;
}
#content h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
#content h3 {
  font-weight: bold;
  font-family: "Lucida Grande", "Lucida Sans", Tahoma;
  margin-top: 20px;
}
#content p {
  margin-bottom: 20px;
}
#content blockquote {
  margin-left: 20px !important;
  padding: 10px;
  background: #F1FAFE;
}
#content blockquote p {
    margin: 0;
}
#content strong {
  font-weight: bold;
}
#content em {
  font-style: italic;
}
#content ul {
  margin-left: 20px !important;
}
#content ol {
  margin-left: 40px !important;
}
#content ol li {
  list-style: decimal !important;
}

#content ul, #content ol, #content blockquote {
  margin: 20px 0;
}
ul.bulleted-list li, #content ul li {
  background: url(../../../../images/bullet.png) no-repeat left 6px;
  padding-left: 14px;
  margin-bottom: 3px;
}
.bulleted-list li ul, #content li ul {
  margin-top: 3px;
}
.bulleted-list li ul li, #content li ul li {
  background: url(../images/bullet-hyphen.png) no-repeat left 8px;
  padding-left: 10px;
}

#sidebar .box {
  margin-top: 23px;
}
#sidebar h3 {
  background: url(images/sidebar/header-bg.jpg) no-repeat;
  font-size: 16px;
  line-height: 26px;
  padding: 1px 0 0 12px;
  color: #333;
  /*margin-top: 25px;*/
}
#sidebar p, #sidebar a {
  font-size: 12px;
}
#sidebar p {
  color: #333;
  line-height: 18px;
}
#sidebar ul ul, #sidebar p {
  margin: 8px 0 15px 12px;
}
#sidebar li {
  margin-bottom: 1px;
}
#sidebar ul a {
  font-weight: bold;
}
.cat-item a {
	padding-left: 10px;
	background: url("images/bullet.png") no-repeat left 4px;
}
.box {
  background: #eaf8fd;
  padding: 10px 8px;
}
.box p, .box ul, .smaller-font p, .smaller-font ul {
  font-size: 13px;
}
.small {
  font-size: 11px;
}
#content .box h3, #content .box h2, #content .wwa h2 {
  font-size: 100%;
  font-family: "Lucida Grande", "Lucida Sans", Tahoma;
  font-weight: bold;
  margin: 0;
}

.back-to-top {
  text-align: right;
  margin: 7px 0 0 !important;
}
.back-to-top a {
  background: url(../images/chevron-up.png) no-repeat right center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding-right: 14px;
}

/******************************************************************************/
#footer-wrapper {
  background: #333333 url(images/footer.png) no-repeat top center;
  padding-top: 50px;
}
#footer {
  width: 950px;
  margin: 0 auto;
  color: #999;
  font-size: 12px;
}
#footer p {
  padding-bottom: 4px;
}
#footer a {
  text-decoration: none;
  color: #999;
}
.footer-box {
  background: #242424;
  color: #CCC;
  padding: 20px;
  margin-bottom: 18px;
}
.footer-box img {
  float: left;
  margin-right: 20px;
}
.footer-box a {
  font-weight: bold;
  color: #66aecc !important;
}
.footer-box-content {
  margin-left: 64px;
}
.copyright {
  overflow: hidden;
  margin: 20px 0 30px;
}
div.divider {
  border-bottom: 1px solid #dfe1df;
  margin-top: 15px;
  margin-bottom: 35px;
}
div.indent-20 {
  margin-left: 20px !important;
}

/*************** Top nav ****************/
#topnav {
  margin: 10px 0 48px;
  padding: 0;
  height: 31px;
  list-style: none;
  position: absolute;
  top: 30px;
  left: 403px;
}
#topnav a {
  text-decoration: none;
  display: block;
  text-align: left;
  padding-right: 14px;
  border-right: 1px solid #000;
  line-height: 14px;
}
#topnav li.first {
  margin-left: 10px;
}
#topnav li.last a {
  border-right: 0;
  padding-right: 0;
}
#topnav li {
  float: left;
  position: relative;
  font-size: 15px;
  padding: 9px 0;
  padding-left: 14px;
}
/************** Comments     **************/
#page-wrapper #content .commentlist {
    margin: 0 !important;
}
.commentlist li {
background: none !important;
padding-left: 0 !important;
}
.comment .attribution, .comment .attribution a {
  font-size: 13px;
  color: #FFF;
  background: #66AECC;
  padding: 2px;
}
.comment-number {
  font-size:18px;
  position:absolute;
  right:20px;
  top:4px;
}
.comment p {
  margin: 15px;
}

/************** Comment Form **************/
#respond {
  margin: 0 15px;
}
#respond label {
  display: block;
}
#respond fieldset {
  background: url(images/comment-form-bg.png);
  padding: 0 20px;
  border: 1px solid #cccccc;
}
#respond fieldset div {
  margin-bottom: 10px;
}
#respond .input {
  width: 260px;
  border: 1px solid #dedcdb;
  font-family: inherit;
}
#respond textarea {
  height: 100px;
  font-family: inherit;
  font-size: 13px;
}
ul.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*************************************/

#breadcrumbs {
	margin-bottom: 20px;
	margin-left: -10px;
	float: left;
	width: 550px;
}

#blog-icon {
  float: right;
  /* margin-top: -40px;*/
  margin-right: -50px;
}
#title {
  padding-top: 30px;
}

#content .byline p {
  font-size: 13px;
  margin: 0;
}

.navigation {
	margin: 10px 0;
}

#follow-links {
	background: url("images/rss-bg.png") no-repeat;
	width: 196px;
	height: 76px;
	padding: 10px 0 0 30px;
	margin-top: 30px;
}
#follow-links p {
	margin: 0;
	padding: 8px 0 3px 12px
	/*margin-bottom: 11px;*/
}

.alignleft, .blogimg {
	float: left;
	margin: 0 13px 1px 0;
	border: 1px solid #CCC;
	vertical-align: top;
}
.alignright {
	float: right;
	margin: 0 0 1px 13px;
  border: 1px solid #CCC;
  vertical-align: top;
}