﻿body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 27px 0px;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
form {
	margin:0px;
	padding:0px;
}
img {border: none;}
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}
img.middle {
	border: none;
	vertical-align: middle;
	margin: 0px 6px 0px 6px;
}
img.author {
	border: none;
	margin: 0px 10px 0px 0px;
	float: left;
}
/* ------- LINKS ------ */
a, a:visited {
	color: #b40000;
	text-decoration: none;
}
a:hover {
	color: #b40000;
	text-decoration: underline;
}
a.entry, a:visited.entry {
	color: #b40000;
	text-decoration:underline;
}
a:hover.entry {
	color: #b40000;
	text-decoration:none;
}
a.agency, a:visited.agency {
	color: #b40000;
	text-decoration: underline;
	background: url(images/arrow-left.gif) no-repeat left center;
	padding-left: 18px;
}
a:hover.agency {
	color: #b40000;
	text-decoration: none;
}
a.rss, a:visited.rss {
	color: #000000;
	text-decoration: none;
	background: url(images/mini-rss.gif) no-repeat left top;
	padding-left: 24px;
	line-height: 16px;
}
a:hover.rss {
	color: #b40000;
	text-decoration: underline;
}
a.fb, a:visited.fb {
	color: #000000;
	text-decoration: none;
	background: url(images/mini-facebook.gif) no-repeat left top;
	padding-left: 24px;
	margin-left: 24px;
	line-height: 16px;
}
a:hover.fb {
	color: #b40000;
	text-decoration: underline;
}
a.tw, a:visited.tw {
	color: #000000;
	text-decoration: none;
	background: url(images/mini-twitter.gif) no-repeat left top;
	padding-left: 24px;
	margin-left: 24px;
	line-height: 16px;
}
a:hover.tw {
	color: #b40000;
	text-decoration: underline;
}

/* ------ TITLES ------ */
h2 {
	color: #000000;
	margin: 0px;
	font: normal 27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover{
	color: #b40000;
	text-decoration: none;
}
h1 {
	color: #000000;
	margin: 0px;
	font: normal 27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
/* ------ HEAD ------ */
#page {
	margin: 0px auto 0px auto;
	width: 870px;
	background: #FFFFFF;
}

#headertop {
	background: #FFFFFF;
	height: 60px;
	position: relative;
}

#headertop .brand{
	position: absolute;
	left: 26px;
	bottom: 10px;
	color: #000000;
	font-size: 23px;
}
#headertop .agencylink{
	position: absolute;
	left: 708px;
	bottom: 10px;
	color: #000000;
	font-size: 11px;
}

#header {
	background: #b40000 url(images/header-bg.png) no-repeat;
	height: 120px;
	position: relative;
}

#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 568px;
	top: 20px;
	width: 272px;
	color: #FFFFFF;
	font-size: 11px;
}
/* ------ MENU ------ */
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: 110px;
        *left: 150px;
	bottom: 0px;
}
#nav li {
	float: left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 28px 10px 28px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left: 1px solid #ffffff;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* ------ SEARCH ------ */
#searchform {
	background: #ffffff;
	width: 272px;
	position: absolute;
	left: 568px;
	bottom: 14px;
}
#searchform #s {
	width: 208px;
	height: 20px;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 4px 5px 0px 5px;
	border: none;
	background: #ffffff;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 24px;
	height: 24px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: middle;
	cursor: pointer;
}
#searchform label {
	font-size: 11px;
	font-weight: bold;
	color: #b40000;
	vertical-align: middle;
	display: none;
}
#searchform .search {
	width: 24px;
	height: 24px;
	background: url(images/search.gif) no-repeat top center;
}
/* ------ CONTENT ------ */
#content {
	padding: 0px 14px 10px 0px;
	float: left;
	width: 540px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 20px;
}
.post-date {
	width: 40px;
	height: 60px;
	margin: 15px 0px 10px 0px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-year {
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #b40000;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 10px;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 0px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.post-cat {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	overflow: hidden;
	padding: 1px 5px 1px 5px;
	color: #000000;
	font-weight: bold;
}
.post-cat a, .post-cat a:visited {
	color: #b40000;
	text-decoration: none;
}
.post-cat a:hover {
	color: #000000;
	text-decoration: none;
}
.post-title {
	float: left;
	margin-left: 20px;
	width: 480px;
}
h2.post-title{
	color: #000000;
	margin: 0px;
	font: normal 27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2.post-title a, h2.post-title a:visited {
	color: #000000;
	text-decoration: none;
}
h2.post-title a:hover {
	color: #b40000;
	text-decoration: none;
}

.entry-index {
	clear: both;
	padding-top: 10px;
	font-size: 13px;
	line-height: 19px;
}
.post-author {
	float:left;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.social {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px; /* 10px 0px 7px 10px;*/
	border: 0px; /*1px #acacac solid;*/
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	/* background: #ebebeb; */
}
.likes {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #000000 dotted;
	font-size: 11px;
	overflow: hidden;
}
.tags {
	clear: both;
	margin-top: 10px;
	padding: 10px;
	border: 1px #acacac solid;
	font-size: 11px;
	overflow: hidden;
}
.navigation {
	clear: both;
	border-top: 1px dotted #000000;
        margin: 10px 0px 0px 0px;
	padding: 10px 0px;;
	overflow: hidden;
}
.previous-entries {
	float: left;
}
.next-entries {
	float: right;
}
.navigation .previous-entries a, .navigation .previous-entries a:visited{
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
	background: url(images/arrow-black-left.gif) no-repeat left center;
}
.navigation .previous-entries a:hover{
	color: #b40000;
	text-decoration: none;
	padding-left: 18px;
	background: url(images/arrow-left.gif) no-repeat left center;
}
.navigation .next-entries a, .navigation .next-entries a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 18px;
	background: url(images/arrow-black-right.gif) no-repeat right center;
}
.navigation .next-entries a:hover {
	color: #b40000;
	text-decoration: none;
	padding-right: 18px;
	background: url(images/arrow-right.gif) no-repeat right center;
}
.nofound {
	color: #000000;
	margin: 0px;
	font: normal 27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: -5px;
}
/* ------ PAGES ------ */
.post-page {
	clear:both;
}
.post-page h1 {
	margin-top: 10px;
}
.post-page h3 {
	font: normal 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.entry {
	clear: both;
	padding-top: 10px;
	font-size: 13px;
	line-height: 19px;
}
.entry a, .entry a:visited {
	color: #b40000;
	text-decoration: underline;
}
.entry a:hover {
	color: #b40000;
	text-decoration: none;
}
/* ------ ARCHIVES ------ */
.post-archives {
	clear:both;
}
.post-archives h1 {
	margin-top: 10px;
}
.post-archives h3 {
	margin: 5px 0px 10px;
	font: normal 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #000000;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 10px;
	padding: 0px;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.ul-archives li {
	padding: 0px 0px 5px 0px;
}
.ul-archives li a, .ul-archives li a:visited{
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	background: url(images/archives.gif) no-repeat 2px 5px;
	color: #b40000;
	text-decoration: none;
}
.ul-archives li a:hover{
	background: url(images/archives.gif) no-repeat 2px 5px;
	color: #000000;
	text-decoration: none;
}
.navigation-archives {
	clear: both;
	border-top: 1px dotted #000000;
	padding: 10px 0px;
	margin-top: 10px;
	overflow: hidden;
}
.navigation-archives .previous-entries a, .navigation-archives .previous-entries a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
	background: url(images/arrow-black-left.gif) no-repeat left center;
}
.navigation-archives .previous-entries a:hover {
	color: #b40000;
	text-decoration: none;
	padding-left: 18px;
	background: url(images/arrow-left.gif) no-repeat left center;
}
.navigation-archives .next-entries a, .navigation-archives .next-entries a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 18px;
	background: url(images/arrow-black-right.gif) no-repeat right center;
}
.navigation-archives .next-entries a:hover {
	color: #b40000;
	text-decoration: none;
	padding-right: 18px;
	background: url(images/arrow-right.gif) no-repeat right center;
}
/* ------ COMMENTS ------ */
#comments, #respond {
	border-bottom: 1px dotted #000000;
	padding-bottom: 5px;
}

.comment {
	margin: 20px 0px;
	overflow: hidden;
}
.nick {
	margin:0px;
	padding: 0px 0px 5px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}

.comment .cite {
	padding: 20px;
	background: #ebebeb;
	border-bottom: 1px solid #acacac;
	overflow: hidden;	
}
.commentdate {
	float:right;
	display: block;
	font-size: 9px;
	color: #7d7d7d;
}

.commentdate a, .commentdate a.visited {
	color: #7d7d7d;
	text-decoration: underline;
}
.commentdate a:hover {
	color: #000000;
	text-decoration: none;
}
/* ------ COMMENTS FORM ------ */
#commentform {
	margin-top: 10px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-size: 11px;
}
#commentform input{
	width: 270px;
	background:#ffffff;
	border: 1px solid #b40000;
	padding: 2px;
	margin: 3px 8px 0px 0px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#commentform textarea{
	width: 540px;
	height: 180px;
	background:#ffffff;
	border: 1px solid #b40000;
	padding: 2px;
	margin-top: 3px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	width: 270px;
	height: 24px;
	cursor: pointer;
}
/* ------ SIDEBAR ------ */
#sidebar-top {
	float: right;
	padding: 0px 0px 20px 0px;
	width: 302px;
}
#sidebar-top h3 {
	font: bold 11px "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	background: #000000;
}
#sidebar {
	float: right;
	padding: 0px;
	width: 302px;
}
#sidebar h3 {
	font: bold 11px "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	background: #000000;
}
.sidebar-col {
	margin-top:10px;
	overflow:hidden;
}

.sidebar-fb {
	margin:20px 0px 0px 0px;
	height:270px;
        border-top:1px solid #000000;
	overflow:hidden;
}
.sidebar-tw {
	margin:0px 0px 0px 0px;
        border-top:1px solid #000000;
	overflow:hidden;
}
.sidebar-mail {
	margin-top:10px;
	border: 1px solid #b40000;
	overflow:hidden;
}
.sidebar-left {
	width: 145px;
	float: left;
}
.sidebar-right {
	width: 145px;
	float: right;
}
#about {
	margin-top: 10px;
	height: 96px;
	line-heigt: 15px;
}
.advertising {
	width: 300px;
	height: 250px;
	border: 1px solid #000000;
	background: #ebebeb;
}
/* ------ CATEGORIES ------ */
.ul-cat {
	list-style: none;
        margin: 0px 0px 20px 0px;
	padding:0px;
	font-size: 11px;
	line-height: 17px;
        overflow:hidden;
}
.ul-cat li{
	background: url(images/arrow-right.gif) no-repeat 2px 5px;
	border-bottom: 1px dotted #000000;
	padding: 2px 10px 2px 18px;
	width: 122px;
	_width: 151px;
	float: left;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #000000;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #b40000;
	text-decoration: none;
}
/* ------ RECENT COMMENTS ------ */ 
#recentcomments {
	list-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
}
#recentcomments li{
	background: url(images/mini-comments.gif) no-repeat left 13px;
	border-bottom: 1px dotted #000000;
	padding: 10px 0px 10px 18px;
	margin: 0px;
}
#recentcomments a{
	font-weight: normal;
}
/* ------ POPULAR POST ------ */
.ul-pop {
	list-style: none;
	margin: 0px 0px 20px;
	padding:0px;
}
.ul-pop li{
	background: url(images/archives.gif) no-repeat left 13px;
	border-bottom: 1px dotted #000000;
	padding: 10px 0px 10px 18px;
	margin: 0px;
}
/* ------ LINKED POST ------ */
#linked {
	border-bottom: 1px dotted #000000;
        margin:0px;
	padding:15px 0px 5px 0px;
}
.ul-linked {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding:0px 0px 10px 0px;

}
.ul-linked li{
	background: url(images/archives.gif) no-repeat left 13px;
	padding: 10px 0px 0px 18px;
	margin: 0px;
}
/* ------ TAG CLOUD ------ */
#tags {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	background: #ffffff; /* #ebebeb;*/
	border-bottom: 1px dotted #000000;
	overflow: hidden;
}
#tags a, #tags a:visited {
	color: #000000;
	text-decoration: none;
}
#tags a:hover {
	color: #b40000;
	text-decoration: none;
}
/* ------ FOOT ------ */
#footer {
	clear: both;
	background: #b40000 url(images/footer-bg.png) repeat;
	color: #ffffff;
	font-size: 11px;
	padding:20px;
	overflow: hidden;
}

#footer a, #footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: none;
}
/* ------ FEEDBURNER ------ */
#emailform {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#emailform input{
	width: 205px;
	background:#ffffff;
	border: none;
	padding: 1px;
	padding-left: 4px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#emailform #subscribe{
	background: url(images/btn-mail.gif) repeat;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 90px;
	height: 20px;
	border: none;
	border-left: 1px solid #b40000;
	cursor: pointer;
}
/* ------ FACEBOOK ------ */
.fan_box a, .fan_box a:visited {
	  color: #3b5998;
	  text-decoration: none;
	}
.fan_box a:hover{
	  color: #000000;
	  text-decoration: none;
	}
.fan_box .full_widget{
	  height: 250px;
	  border: 0 !important;
	  background: #ffffff !important;
	  position: relative;
	}
.fan_box .connect_top{
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  background: #FFFFFF /* #eceff5 */ !important;
          border-bottom: 1px #000000 dotted /* #d8dfea solid */ !important;
	  padding: 10px 0px 10px 0px !important;
         /* position: absolute;   bottom code
	  bottom: 0;
	  right: -40;
          width: 300px;
	  margin: 0 !important;*/ 
	}
.fan_box .profileimage {
	 height: 40px;
	}
.fan_box .name_block{
	 padding-top: 0px;
	 font-size: 9px;
	}
.fan_box .connect_action{
	  padding: 0 !important;
	}
.fan_box .connections{
	  padding: 10 !important;
	  border: 0 !important;
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  font-weight: normal;
	  color: #000;
	}
span.total{
	  color: #000000;
	  font-weight: bold;
	}
.fan_box .connections .connections_grid {
	  padding-top: 10px !important;
	}
.fan_box .connections_grid .grid_item{
	  padding: 0 7px 7px 0 !important;
	}
.fan_box .connections_grid .grid_item .name{
	  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	  font-weight: normal;
	  color: #666 !important;
	  padding-top: 1px !important;
	}
/*
.fan_box .connect_widget{
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0 !important;
	}
.fan_box .connect_widget .connect_widget_interactive_area {
	margin: 0 !important;
	}
.fan_box .connect_widget td.connect_widget_vertical_center {
	padding: 0 !important;
	}
*/

/* ------ RECENT TWEETS ------ */

.twitter_top{
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  background: #FFFFFF !important;
          border-bottom: 1px #000000 dotted !important;
	  padding: 13px 3px 13px 3px !important;
          overflow: hidden;
	}
.tw_name {
          font-size: 14px;
}
 a.tw_top,  a:visited.tw_top {
	  color: #2276bb;
	  text-decoration: none;
	}
 a:hover.tw_top{
	  color: #000000;
	  text-decoration: none;
	}
p.tw_followers {
         margin:0px;
         padding:7px 0px 0px 0px;
}

#twitter_update_list {
	list-style: none;
	margin:0px;
	padding: 0px;
}

#twitter_update_list li{
	background: url(images/mini-comments.gif) no-repeat left 13px;
	border-bottom: 1px dotted #000000;
	padding: 10px 0px 10px 18px;
	margin: 0px;
}
#twitter_update_list a{
	font-weight: normal;
}