/*
	Theme Name: FutureBrand FBlog
	Theme URI: http://blog.futurebrand.com/
	Description: Theme for the FutureBrand FBlog web site.
	Version: 2
	Author: Futurebrand
	Author URI: http://www.futurebrand.com
*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #FFF url(/wp-content/themes/fblog/m/img/blog_bg.jpg) no-repeat fixed 0 0;
	color: #666;
	padding-bottom: 80px;
}

h1 a,
#logo a,
#slogan,
#footer li.blog, 
#footer li.facebook, 
#footer li.twitter, 
#footer li.youtube, 
#footer li.flickr,
#feature-images div.map-wrap,
#feature-images div.map-wrap a.play-pause,
div.social-features .vote-link,
div.social-features div.share a,
div.ModalWindow a.close-button,
p.rss a,
#reload-captcha,
div.social-icons div.recommend,
.share-link a,
p.twitter a {
	background: url(/wp-content/themes/fblog/m/img/site-texture.png) no-repeat;
}

h1, h2, h3, h4, p {
	margin: 0;
}

h2,
h2 a {
	font-size: 22px;
	color: #404040;
	text-decoration: none;	
}

h2 {
	padding-bottom: 5px;
}

h2 a:hover {
	color: #F15D22;
}

a {
	color: #F15D22;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.6;
	margin-bottom: 15px;
}

ul {
	line-height: 1.6;
	margin: 0;
	padding: 0 0 10px 30px;
}

hr {
	clear: both;
	margin: 10px 0 30px;
	height: 0;
	border: 0 none;
	border-top: 1px solid #E1E1E1;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
	display: inline;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

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

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

#container {
	position: relative;
	width: 906px;
	margin: 0 auto;
	padding: 37px 37px 0;
	overflow: hidden;
	border: 1px solid #666;
	background-color: #FFF;
}

/* LOGO
   ==== */

#logo {
	position: absolute;
	top: 0;
	right: 64px;
	width: 120px;
	height: 160px;
	z-index: 1000;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-position: 0 -69px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	height:20px;
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
	width:140px;
}

h1 a {
	background-position:0 -2px;
	color:#FFFFFF;
	display:block;
	height:20px;
	width:140px;
}

/* HEADER
   ====== */

#header {
	position: relative;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

/* MAIN NAV
   ======== */

#main-nav {
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 906px;
	list-style: none;
	font-size: 17px;
	overflow: hidden;
	z-index: 100;
	line-height: normal;
}

#home #main-nav {
	top: 20px;
}

#main-nav li {
	float: left;
	margin-right: 16px
}

#main-nav li.blog {
	margin-right: 8px;
}

#main-nav a {
	color: #CCC;
	text-decoration: none;
}

#main-nav a:hover,
#main-nav li.blog a {
	color: #F15D22;
}

/* MAIN CONTENT
   ============ */

#main-content {
	overflow: hidden;
}

/* CONTENT
   ======= */

#content {
	width: 580px;
	float: left;
	overflow: hidden;
}

#post-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	width: 580px;
	height: 35px;
	border-bottom: 1px solid #E1E1E1;
	color: #595959;
	font-size: 14px;
}

#post-filter a {
	color: #595959;
}

#post-filter a:hover,
#post-filter li.current_page a {
	color: #F15D22;
	text-decoration: none;
}

#post-filter li {
	float:left;
	line-height:35px;
	margin-right: 13px;
	position:relative;
}

#post-filter li.back-to-posts {
	float: right;
	margin: 0;
}

#post-filter li span.arrow {
	visibility:hidden;
	display:block;
	position:absolute;
	top:29px;
	left:50%;
	margin-left:-4px;
	width:0px;
	height:0px;
	overflow:hidden;
	border-top:0px;
	border-bottom:6px solid #E1E1E1;
	border-left:5px dashed transparent;
	border-right:5px dashed transparent;
}

#post-filter li.current_page span.arrow {
	visibility:visible;
}

#content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 15px;
	line-height: 16px;
}

.postContent {
	clear: both;
	overflow: hidden;
	padding-bottom: 4px;
}

#content div.blurb p {
	margin-bottom:15px;
}

/* POSTS */

div.post {
	overflow: hidden;
	width: 580px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E1E1;
}

/* SINGLE POST / PAGE */

div.single-post p.category {
	float: left;
}

/* TAGS */

p.tags {
	text-transform: uppercase;
	font-size: 10px;
	margin: 30px 0;
}

p.tags strong {
	color: #595959;
}

p.tags a {
	color: #999;
}

p.tags a:hover {
	color: #F15D22;
	text-decoration: none;
}

/* IMAGE ALIGNMENT */

dl.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

dl.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

dl.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

/* CAPTION */

.wp-caption-text {
	font-size: 10px;
	color: #999;
	margin: 0;
}

/* SOCIAL ICONS */

div.social-icons {
	margin: 0;
	height: 22px;
}

.single-post div.social-icons {
	margin-top: 0px;
	float: left;
}

div.social-icons div {
	position: relative;
	float: left;
	text-align: center;
	font-weight: bold;
}

div.social-icons a {
	width: 27px;
	color: #FFF;
	display: inline-block;
}

div.social-icons a:hover {
	text-decoration: none;
	white-space: normal;
}

div.social-icons a span.bubble {
	position: absolute;
	top: -30px;
	left: 50%;
	padding: 3px;
	background-color: #F15D22;
	text-align: center;
	visibility: hidden;
	font-weight: normal;
}

div.social-icons a:hover span.bubble {
	visibility: visible;
}

div.social-icons span.bubble span.arrow {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -5px;
	right: 50%;
	margin-right: -3px;
	border-width: 5px 3px 0 3px;
	border-style: solid dotted dotted dotted;
}

div.social-features div.recommend {
	float: left;
}

div.social-icons div.recommend span.bubble {
	margin-left: -13px;
	width: 76px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
}

div.has-image div.social-icons {
	margin-left: 231px;
}

div.sticky div.social-icons {
	margin: 0;
}

div.has-image div.social-icons div.recommend span.bubble {
	margin-left: -40px;
}

div.sticky div.social-icons div.recommend span.bubble {
	margin-left: -13px;
}

div.social-icons div.comment-count span.bubble {
	margin-left: -33px;
	width: 58px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.social-icons div.recommend span.bubble span.arrow {
	margin-right: 21px;
}

div.has-image div.social-icons div.recommend span.bubble span.arrow {
	margin-right: -3px;
}

div.sticky div.social-icons div.recommend span.bubble span.arrow {
	margin-right: 21px;
}

div.social-icons div.recommend span.bubble span.arrow,
div.social-icons div.comment-count span.bubble span.arrow {
	border-color: #F15D22 transparent transparent transparent;
}

div.social-icons span.arrow {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -4px;
	right: 9px;
	border-width: 0 0 4px 4px;
	border-style: dotted dotted dotted solid;
}

div.social-icons div.recommend {
	margin: 2px 10px 0 0;
	padding: 4px 0 0;
	background-position:-152px -100px;
}

div.social-icons div.recommend a {
	color: #999;
	padding-left: 20px;
	width: auto;
}

div.social-icons div.comment-count {
	background-color: #F15D22;
	color: #FFF;
	margin-top:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
}

div.social-icons div.comment-count span.arrow {
	border-color: transparent transparent transparent #F15D22;
}

div.has-image .category {
	margin-left: 231px;
}

div.sticky .category {
	margin: 0;
}

.category,
.heading {
	margin: 0;
}

.category a {
	color: #999;
}

.featured .category a {
	color: #F15D22;
}

/* POST THUMBNAILS */

div.post a.thumbnail {
	float: left;
}
div.post a.thumbnail img {
	display:block;
	border:0px;
}

div.has-image h2,
div.has-image h3,
div.has-image .blurb {
	margin-left: 231px;
}

/* STICKY POST */

div.sticky {
	border: 0 none;
}

div.sticky a.thumbnail {
	float: none;
	clear: left;
	display: block;
	margin-bottom: 20px;
}

div.sticky h2,
div.sticky h3,
div.sticky .blurb {
	margin-left: 0;
}

/* SOCIAL FEATURES */

div.social-features {
	color: #595959;
	padding: 15px 0 0;
	margin: 11px 0 50px;
	height: 18px;
	width: 580px;
	border-top:1px solid #CCC;
}

div.social-features h4 {
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #595959;
	font-weight: normal;
}

div.social-features .vote-link {
	position: relative;
	display: block;
	float: left;
	height: 25px;
	background-position:-152px -142px;
	padding-left:25px;
	line-height:28px;
	color:#474747;
}

.share-link {
	float:right;
	margin: 0;
	padding: 10px 0 0;
	line-height: 1;
}

.share-link a {
	background-position:-388px -21px;
	padding-left:15px;
}

div.social-features .vote-link:hover,
div.social-features div.voted .vote-link {
	background-position: -152px -186px;
	text-decoration:none;
}

div.social-features span.bubble {
	position: absolute;
	top: -33px;
	left: 50%;
	padding: 3px;
	background-color: #F15D22;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	visibility: hidden;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.social-features span.bubble span.arrow {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -8px;
	right: 50%;
	margin-right: -5px;
	border-width: 8px 6px 0;
	border-style: solid dotted dotted dotted;
}

div.social-features div.recommend span.bubble {
	margin-left: -93px;
	width: 182px;
}

div.social-features span.bubble span.arrow {
	border-color: #F15D22 transparent transparent transparent;
}

/* COMMENT FORM */

#respond {
	margin-top: 10px;
	overflow: hidden;
	width: 580px;
}

#comment-form h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F15D22;
}

#comment-form .cancel-comment-reply {
	padding-bottom: 5px;
}

#comment-form textarea {
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	color: #999;
	padding: 15px 10px;
	width: 558px;
	height: 105px;
	resize:none;
}

#comment-form p.submit {
	width: 580px;
	overflow: hidden;
}

#comment-form p.submit input {
	float: right;
	background-color: #F15D22;
	padding: 5px 10px;
	color: #FFF;
	border: 0 none;
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
}

#comment-form p.thank-you {
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: center;
	color: #F15D22;
	border: 2px solid #F15D22;
}

#commentform {
	overflow: hidden;
	width: 580px;
}

span.error {
	color: #FF0000;
	display: block;
	padding-bottom: 10px;
}

p.post-a-comment {
	width: 580px;
	overflow: hidden;
	padding: 10px 0;
}

p.post-a-comment a {
	float: right;
	background-color: #F15D22;
	padding: 5px 10px;
	color: #FFF;
	border: 0 none;
	font-size: 13px;
	line-height: 18px;
}

p.post-a-comment a:hover {
	text-decoration: none;
}

/* MODAL WINDOW
   ============ */

div.ModalWindow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
div.mw-shield {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
div.mw-content {
	position: relative;
	margin: 0 auto;
	top: 100px;
	background-color: #FFF;
	border: 2px solid #F15D22;
	padding: 15px;
	width: 0;
	z-index: 1000;
	color: #999;
	visibility:hidden;
}

div.mw-content a.close-button {
	position: absolute;
	top: -14px;
	right: -14px;
	height: 28px;
	width: 28px;
	display: block;
	text-indent: -9999px;
	background-position: -230px -20px;
}

/* COMMENT POPUP */

#email-form input, #email-form textarea {
	width: 282px;
	padding: 8px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	color: #999;
	font-weight: bold;
}

#email-form textarea {
	height:100px;
	resize:none;
}

#email-form p.captcha {
	overflow: hidden;
	width: 300px;
}

#captcha {
	float: left;
}

#reload-captcha {
	background-position: -319px -59px;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	float: right;
	margin: 32px 10px 0 0;
}

#email-form #send-button {
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	width: auto;
	padding: 5px 20px;
	font-weight: normal;
	cursor: pointer;
	background-color: #F15D22;
	margin-top:10px;
}

#email-form input.validation-error {
	background-color:#FFEEEE;
	border-color:#FFAAAA;
	color:#FF8888;
}

#email-form-error {
	color: #FF8888;
	display: none;
	text-align: center;
}

#comment-popup input {
	width: 404px;
	padding: 8px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	color: #999;
	font-weight: bold;
}

#comment-popup input.cancel,
#comment-popup input.submit {
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	width: auto;
	padding: 5px 20px;
	font-weight: normal;
	cursor: pointer;
}

#comment-popup input.cancel {
	background-color: #999;
	margin-right: 20px;
}

#comment-popup input.submit {
	background-color: #F15D22;
}

#email-form p.submit,
#comment-popup p.submit {
	text-align: center;
	padding: 0;
}

/* COMMENTS */

#comments {
	clear: right;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #E1E1E1;
}

#comments ul {
	list-style: none;
	padding-left: 20px;
}

#comments li {
	padding: 20px 0 10px;
	border-bottom: 1px solid #E1E1E1;
}

#content h3 cite,
#comments cite {
	font-style: normal;
	color: #555;
}

#comments em {
	color: #333;
}

/* BLOGGER BIO
   =========== */

#blogger-bio h2 {
	line-height: 22px;
	padding-bottom: 5px;
}

#blogger-bio h2 span {
	font-size: 13px;
	color: #F15D22;
	font-weight: normal;
	margin-left: 15px;
}

#job-info {
	font-size: 9px;
	line-height: 9px;
	margin-bottom: 5px;
}

div.author-photo {
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 15px;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
}

#quote-container {
	width: 431px;
	margin-left: 145px;
	padding-top: 15px;
}

#quote-container span.arrow,
#quote-container span.arrow span {
	border-style: dashed dashed dashed solid;
	height: 0;
	width: 0;
}

#quote-container span.arrow {
	border-color: transparent transparent transparent #CCC;
	border-width: 16px 0 0 37px;
	display: inline;
	float: left;
	margin: -15px 0 0 20px;
	position: relative;
}

#quote-container span.arrow span {
	border-color: transparent transparent transparent #F5F5F5;
	border-width: 15px 0 0 35px;
	overflow: hidden;
	position: absolute;
	right: 1px;
	bottom: -1px;
}

#quote {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding: 10px;
}

#quote p {
	color: #404040;
	font-size: 22px;
	line-height: 22px;
	font-style: italic;
	margin-bottom: 15px;
}

#quote p.date {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	color: #999;
	font-style: normal;
}

#blogger-bio h4 {
	font-size: 14px;
	font-weight: bold;
	color: #F15D22;
	margin-top: 30px;
}

#blogger-bio h4.recent-posts {
	margin: 30px 0 10px;
	line-height: 28px;
	border-bottom: 1px solid #E1E1E1;
}

div.bio-content {
	clear: both;
}

dl.extra-info {
	overflow: hidden;
	width: 580px;
	line-height: 1.6;
	margin: 15px 0 0;
}

dl.extra-info dt {
	color: #333;
	float: left;
	width: 60px;
	text-align: right;
	margin-bottom: 3px;
}

dl.extra-info dd {
	padding: 0;
	margin: 0 0 3px 80px;
}

/* SIDEBAR
   ======= */

p.rss,
p.twitter {
	margin: 0;
	padding-bottom: 10px;
}

p.rss a {
	padding: 3px 0 3px 30px;
	background-position:-378px -87px;
}

p.twitter a {
	padding: 3px 0 3px 30px;
	background-position:-375px -217px;
}

#sidebar {
	float: right;
	width: 290px;
	overflow: hidden;
}

#sidebar h3 {
	color: #595959;
	font-size: 14px;
}

#sidebar a.see-all {
	float: right;
	padding: 0;
}

#sidebar a.see-all {
	font-size: 12px;
	font-weight: bold;
}

/* ABOUT FBLOG */

#about-fblog {
	background-color: #F5F5F5;
	border-width: 1px 1px 0 1px;
	border-color: #CCC;
	border-style: solid;
	padding: 20px 12px 5px;
	width: 264px;
}

#about-fblog h3 {
	padding-bottom: 15px;
}

/* SEARCH */

#search-widget {
	margin: 0;
	padding: 12px;
	list-style: none;
	background-color: #F5F5F5;
	border-width: 1px;
	border-color: #E1E1E1 #CCC #CCC;
	border-style: solid;
	margin-bottom: 50px;
	width: 264px;
}

.search {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 262px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.search p {
	margin: 0;
}

.search input {
	padding: 5px;
	width: 225px;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	border: 0 none;
}

.search a.searchButton {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	width: 30px;
	display: block;
	text-indent: -9999px;
}

.search a.searchButton span.arrow {
	position: absolute;
	top: 8px;
	right: 11px;
	height: 0;
	width: 0;
	display: block;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #999;
	border-style: dashed dashed dashed solid;
	overflow: hidden;
	cursor: pointer;
}

.search a.searchButton:hover span.arrow {
	border-color: transparent transparent transparent #F15D22;
}

/* POPULAR CATEGORIES / ARCHIVE */

#popular-categories,
#archive-listing {
	margin: 0 0 50px;
}

#popular-categories h3,
#archive-listing h3,
#authors h3,
#related-posts h3 {
	color:#F15D22;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E1E1E1;
}

#related-posts ul,
#categories,
#archive {
	margin: 0;
	padding: 0;
	overflow:hidden;
	list-style: none;
}

#categories,
#archive {
	text-transform: uppercase;
}

#related-posts li {
	padding: 5px 0;
}

#categories li,
#archive li {
	padding: 5px 0;
	color: #666;
	float:left;
	width:145px;
	line-height: 1.6;
}

#archive li {
	width:290px;
}

#related-posts a {
	color: #999;
}

#categories a,
#archive a {
	color: #999;
	text-decoration: none;
}

#related-posts a:hover {
	color: #F15D22;
	text-decoration: none;
}

#categories a:hover,
#categories li.current_page a,
#categories li.current_parent a,
#categories li.current_ancestor a,
#categories .see-all a:hover,
#archive a:hover,
#archive li.current_page a,
#archive li.current_parent a,
#archive li.current_ancestor a,
#archive .see-all a:hover {
	color: #F15D22;
}

/* FEATURE BOX
   =========== */

#features {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 290px;
}

#features li {
	position: relative;
	padding: 12px;
	background-color: #F5F5F5;
	border: 1px solid #999;
	margin-bottom: 18px;
	width: 264px;
	overflow: hidden;
}

#features li.linked {
	padding: 0;
	width: 288px;
}

#features li a img {
	border: 0 none;
}

#features li a.feature-link {
	padding: 12px;
	display: block;
	width: 264px;
}

#features li a.feature-link img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#features li a.feature-link:hover img {
	left: -312px;
}

#features li a.feature-link:hover {
	text-decoration: none;
	background-position: right bottom !important;
}

#features li span.heading {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	float: none;
	display: block;
	color: #595959;
}

#features li span.content {
	line-height: 1.4;
	padding: 0;
	display: block;
	color: #999;
}

/* FOOTER
   ====== */

#footer {
	position: relative;
	clear: both;
	border: 1px solid #D9D9D9;
	background-color: #F5F5F5;
	margin-top: 40px;
	width: 870px;
	padding: 18px;
}

#footerContent {
	overflow: hidden;
}

#footer ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style: none;
	font-size: 11px;
	overflow: hidden;
	width: 870px;
	line-height: normal;
}

#footer ul ul {
	margin-top: 5px;
	width: auto;
}

#footer #breadcrumb {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
}

#footer #breadcrumb li,
#footer #breadcrumb a {
	border: 0;
	color: #595959;
	display: inline;
	width: auto;
	margin: 0 5px 0 0;
}

#footer #breadcrumb li.current_page,
#footer #breadcrumb li.current_page a,
#footer #breadcrumb a:hover {
	color: #F15D22;
}

#footer #breadcrumb h4 {
	display: inline;
	font-weight: normal;
	font-size: 14px;
}

#footer li {
	width: 97px;
	margin-right: 10px;
	float: left;
}

#footer li li {
	width: auto;
	padding: 2px 0 3px 0;
	margin: 2px 0 0 0;
	float: none;
}

#footer li a {
	border-bottom: 1px solid #999;
	display: block;
	color: #595959;
	padding-bottom: 3px;
	margin: 0;
}

#footer a:hover {
	color: #F15D22;
	text-decoration: none;
}

#footer li li a {
	border: 0;
	display: inline;
	color: #999;
	font-weight: normal;
	padding: 0;
}

#footer li.blog,
#footer li.facebook,
#footer li.twitter,
#footer li.youtube,
#footer li.flickr {
	padding-left: 23px;
	margin-bottom: 4px;
}

#footer li.blog {
	background-position: -360px -263px;
}

#footer li.facebook {
	background-position: -360px -296px;
}

#footer li.twitter {
	background-position: -360px -333px;
}

#footer li.youtube {
	background-position: -360px -370px;
}

#footer li.flickr {
	background-position: -360px -405px;
}

#slogan {
	position: absolute;
	bottom: 0;
	right: 27px;
	display: block;
	width: 120px;
	height: 195px;
	background-position: 0 -255px;
	z-index: 100;
}

#slogan:hover {
	background-position: -130px -255px;
}

/* COPYRIGHT
   ========= */

#disclaimer {
	width:906px;
	color:#AAA;
	float: left;
	font-size: 11px;
	margin:10px 0px;
	position:relative;
}

#disclaimer a.interpublic {
	position:absolute;
	top:0px;
	right:0px;
	color:#CCC;
}

#disclaimer p {
	margin-bottom:0;
}
#disclaimer #copyright {
	padding: 0;
	color:#CCC;
	font-size: 11px;
}

#copyright a {
	color: #CCC;
}

#disclaimer a:hover {
	color: #F15D22;
	text-decoration: none;
}

/* RELATED LINKS
   ============= */

#related-links {
	margin: 0;
	padding: 0;
	height: 37px;
	line-height: 37px;
	float: right;
	font-size: 11px;
	overflow: hidden;
}

#related-links li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #CCC;
}

#related-links li.last {
	border: 0;
	padding-right: 0;
}

#related-links a {
	color: #CCC;
}

#related-links a:hover {
	color: #F15D22;
	text-decoration: none;
}

/* SEARCH RESULTS
   ============== */

#search-results,
#category-list {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

#search-results li,
#category-list li {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#search-results li h2,
#search-results li h2 a,
#category-list li h2,
#category-list li h2 a {
	font-size: 16px;
}

#search-results div.postInfo,
#category-list div.postInfo {
	overflow: hidden;
	width: 598px;
}

#search-results div.postInfo h3,
#category-list div.postInfo h3 {
	float: left;
}

#search-results div.postInfo p.comment-count,
#category-list div.postInfo p.comment-count {
	float: right;
}

#search-results p,
#category-list p {
	padding: 0;
}

#no-results-found {
	padding-top: 20px;
}

#paging-container #listing-footer {
	border: 0 none;
}

/* PAGING */

.paging-top {
	overflow: hidden;
	height: 14px;
	padding: 10px 0;
	border-bottom: 2px solid #F15D22;	
}

.paging {
	overflow: hidden;
}

#wp_page_numbers {
	position:absolute;
	top:0px;
	left:0px;
	margin-top:0px;
	width:598px;
	z-index:1;
}

#wp_page_numbers ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	overflow: hidden;
	margin:auto;
	height: 14px;
	text-align:center;
}

#wp_page_numbers li {
	display: inline;
}

#content div.controls #wp_page_numbers li a {
	color: #AAA;
	padding: 0 3px;
}

#content div.controls #wp_page_numbers li a:hover,
#content div.controls #wp_page_numbers li.active_page a {
	color: #F15D22;
	text-decoration: none;
}

.paging-next-previous {
	float: right;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	position: relative;
}

#single-post .paging-next-previous {
	margin-top: 5px;
}

.paging-next-previous a {
	color: #474747;
	padding: 0 4px;
}

.paging-next-previous a:hover,
.paging-next-previous a:active,
.paging-next-previous a:focus {
	color: #F15D22;
	text-decoration: none;
}

.paging-next-previous span.prev {
	padding-left: 18px;
}

.paging-next-previous span.next {
	padding-right: 18px;
	margin-left: 30px
}

.paging-next-previous span.arrow {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
}

.paging-next-previous span.left {
	border-color: transparent #474747 transparent transparent;
	border-width: 6px 10px 6px 0;
	border-style: dotted solid dotted dotted;
	left: 5px;
}

.paging-next-previous span.right {
	border-color: transparent transparent transparent #474747;
	border-width: 6px 0 6px 10px;
	border-style: dotted dotted dotted solid;
	right: 5px;
}

.paging-next-previous a:hover span.left,
.paging-next-previous a:focus span.left {
	border-color: transparent #F15D22 transparent transparent;
}

.paging-next-previous a:hover span.right,
.paging-next-previous a:focus span.right {
	border-color: transparent transparent transparent #F15D22;
}

/* BLOGGERS */

div#authors {
	margin-bottom: 50px;
}
ul#bloggers {
	margin: 0;
	padding: 5px 0 0;
	overflow: hidden;
	list-style: none;
	width: 290px;
}

ul#bloggers li {
	float: left;
	width: 68px;
	height: 68px;
	margin: 0px 6px 6px 0;
}

ul#bloggers li.end-row {
	margin-right: 0;
}

ul#bloggers li a.author {
	display: block;
	width: 68px;
	height: 68px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}

p.author-info {
	color: #999;
	text-align: center;
	width: 290px;
}
