/*  
Theme Name: Busy Bee
Version: 1.2.2
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

html, body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	color: #565656;
}

body {
	background: url('images/fp/bg.jpg') no-repeat center 234px; /* big honkin background image */
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family: Georgia;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #ea9827;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */
.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}
.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}
.alignright {
	margin: 10px 0 8px 20px;
	float: right;
}
.col-left {
	float: left;
}
.col-right {
	float: left;
	margin: 0 0 0 20px;
	width: 230px;
}

/* Wrap */
#wrap {
	width: 100%;
	background: url('images/fp/hd-bg.jpg') no-repeat top center; /* big honkin background image */
	background-attachment: fixed;
	height: 100%;
}

/* Top */
#top-out {
	width: 100%;
	background: transparent;
	height: 234px;
}
#top {
	width: 939px;
	margin: 0 auto;
}

/* Page Navigation */
#page_navi {
	width: 100%;
	height: 27px;
	font-size: 11px;
}
#page_navi a {
	color: #CBCBCB;
}
#page_navi a:hover {
	text-decoration: underline;
}
#page_navi ul {
	padding: 0;
}
#page_navi .col-left {
	margin-left: -6px;
}

/* Page Navigation (rss) */
#page_navi ul.rss {
	background: url(images/bg_rss.gif) no-repeat 0 5px;
	padding: 6px 0 3px 15px;
}
#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	background: url(images/bg_separator.gif) no-repeat right 4px;
}
#page_navi ul.rss li.last {
	background: none;
}

/* Header */
#header {
	width: 750px;
	margin: 0 auto;
	height: 87px;
	padding: 0;
	background: transparent;
	clear: both;
	cursor: pointer;
}
#header img.title {
	margin-left: 5px;
}
#header h1 {
	display: none;
}
#header .advert {
	position: absolute;
	left: 470px;
	top:43px;
}

/* Category Navigation */
#cat_navi {
	width: 791px;
	height: 48px;
	margin: 10px 0 0 88px;
}
#cat_navi li a span {
	display: none;
}

/* Middle */
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: transparent;
	position: relative;
	height: 100%;
	overflow: scroll;
	position: fixed;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	/*background: url(images/bg_middle_content_single.gif) repeat-y;*/
}

#middle-content { /* Background - Content */
	width: 710px;
	margin: 0 auto;
	background: transparent;
	padding: 0 0 234px 0;
}

/* Page Nav */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 27px;
	padding: 0 10px;
	z-index: 100;
}

#nav li {
	float: left;
	background: url(images/bg_separator.gif) no-repeat right 10px;
}

/* Style drop down list */
#nav li ul {
	position: absolute;
	width: 203px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg_page_navi_item.gif) repeat-x;
	line-height: 25px;
	font-size: 12px;
	color: #E0DFE3;
	width: 120px;
}

#nav li ul li a {
	border-right: #2A2A2A 1px solid;
}

#nav li ul ul {
	margin: -26px 0 0 140px;
}

#nav li ul ul li a {
	line-height: 25px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */
#nav li:hover, #nav li.hover {  
	position: static;
}

/* Second Menu */
#secnav, #secnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	height: 48px;
}

#secnav a {
	display: block;
	height: 48px;
	padding: 0;
	margin: 0;
	background-position: top left;
}

#secnav #home a {
	background: url('images/fp/nav/home.png') no-repeat;
	width: 66px;
	height: 48px;
}
#secnav #home a:hover, #secnav #home a.on {
	background-position: bottom left;
}
#secnav #livin a {
	background: url('images/fp/nav/livin.png') no-repeat;
	width: 120px;
	height: 48px;
}
#secnav #livin a:hover, #secnav #livin a.on {
	background-position: bottom left;
}
#secnav #culture a {
	background: url('images/fp/nav/culture.png') no-repeat;
	width: 84px;
	height: 48px;
}
#secnav #culture a:hover, #secnav #culture a.on {
	background-position: bottom left;
}
#secnav #design a {
	background: url('images/fp/nav/design.png') no-repeat;
	width: 102px;
	height: 48px;
}
#secnav #design a:hover, #secnav #design a.on {
	background-position: bottom left;
}
#secnav #fun a {
	background: url('images/fp/nav/fun.png') no-repeat;
	width: 165px;
	height: 48px;
}
#secnav #fun a:hover, #secnav #fun a.on {
	background-position: bottom left;
}
#secnav #stores a {
	background: url('images/fp/nav/stores.png') no-repeat;
	width: 124px;
	height: 48px;
}
#secnav #stores a:hover, #secnav #stores a.on {
	background-position: bottom left;
}
#secnav #photos a {
	background: url('images/fp/nav/customer.png') no-repeat;
	width: 124px;
	height: 48px;
}
#secnav #photos a:hover, #secnav #photos a.on {
	background-position: bottom left;
}



#secnav li {
	float: left;
	font-size: 16px;
	font-weight: bold;
}



/* Content */
#content {
	width: 724px;
	min-height: 550px;
	padding: 0 7px 50px 8px;
	background: transparent;
}

* html #content {
	height: 550px;
}

/* Main Content */
#main-content {
	width: 425px;
	margin: 0 0 0 25px;	
}

.single #main-content {
	background: #fff;
	width: 425px;
	margin: 0 0 0 25px;
}

#comments {
	width: 425px;
}

/* Main Content (style) */
#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 24px;
}

#main-content h3 {
	font-size: 14px;
}

#main-content h4 {
	font-size: 12px;
}

#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 50px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	border-left:2px solid #777;
	color:#777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */
#main-content .post-title {
	width: 425px;
	position: relative;
}

#main-content .post-title h2, #main-content .post-title p.post-details {
	padding-right: 50px;
}
#main-content .post-title h2 {
	height: 35px;
}
#main-content .post-title h3 {
	min-height: 25px;
	width: 189px;
	display: block;
	position: relative;
}

#main-content h2 a, #main-content h3 a {
	color: #2A2A2A;
	text-decoration: none;
}

#main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	line-height: 18px;
	margin-top: -10px;
	position: relative;
}

#main-content p.post-details a {
	text-decoration: none;
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 50px 0 1px
}

#main-content .comment-cloud {
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
}

#main-content .comment-cloud a {
	width: 31px;
	height: 26px;
	padding-top: 4px;
	background: url(images/bg_comment_cloud.gif) no-repeat 0 0;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	color: #5D5D5D;
	display: block;
	text-decoration: none;
}

#main-content .comment-cloud a:hover {
	text-decoration: underline;
}

#main-content .post h4 {
	margin-top: 1px;
	clear: both;
	width: 100%;
}


#main-content .post h4.continue a, #main-content .post h4.continue a:hover {
	background: url('images/fp/btn-continue.gif') no-repeat;
	width: 88px;
	height: 32px;
	display: block;
}

#main-content .post img.thumbnail {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEE;
	border:1px solid #DDD;
	padding:5px;
}

#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

/* Main Content (advert 468x60) */
#main-content .advert_468x60 {
	padding: 12px 32px 12px 28px;
	margin: 0 0 25px 0;
	width: 421px;
}

#main-content .single .advert_468x60 {
	padding: 12px 0 12px 18px;
	margin: 0 0 25px 0;
	width: 421px;
}

#main-content .latest .advert_468x60 {
	margin: 0;
}

/* Post (featured) */
#main-content .latest .featured, #main-content .archives .featured {
	position: relative;
	margin-bottom: 15px;
	clear: both;
	width: 425px;
}
#main-content .latest .featured {
	margin-left:33px;
}

#main-content .featured h4 {
	margin-bottom: 15px;
}

/* Post (latest) */
#main-content .latest {
	width: 480px;
	margin-left: -33px;
	position: relative;
}

#main-content .latest .block {
	width: 200px;
	float: left;
	margin: 0 0 30px 25px;
	display: inline;
	position: relative;
	overflow: hidden;
}
#main-content .latest .block .comment-cloud {
	position: absolute;
	top: 0;
	left: 168px;
	margin: 18px 0 0 0;
	overflow: hidden;
}

#main-content .latest h3 {
	padding-top: 7px;
}

#main-content .latest .comment-cloud {
	top: 10px !important;
}

#main-content .latest p.post-details {
	padding-top: 5px;
	clear: both;
}

#main-content .latest h4 {
	margin-top: -3px;
	position: relative;
}

/* Post (archives) */
#main-content .archives .block {
	position: relative;
	margin-bottom: 15px;
	clear: both;
}

#main-content .archives h2 {
	padding-right: 50px;
}

#main-content .archives p.post-details {
	padding-right: 50px;
}

#main-content .archives img.alignleft {
	margin: 15px 15px 0 0;
}

/* Main Content (post>single) */
#main-content p.tags {
	width: 100%;
	clear: both;
}

.single #main-content .advert_468x60 {
	margin: 15px 0 0 0;
}

#main-content .page h2 {
	padding-top: 5px;
}

/* Comments */
#comments h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

/* Comments (comment) */
#comments_wrap {
	width: 425px;
	padding: 15px 32px 75px 31px;
	/* background: url(images/bg_comments.gif) repeat-x 0 bottom; */
	margin-bottom: -52px;
	position: relative;
}

#comments .comment a {
	text-decoration: underline;
}

#comments .comment a:hover {
	text-decoration: none;
}

#comments .comment small {
	font-size: 10px;
	margin-top: -2px;
}

#comments .comment {
	margin-top: 10px;
	width: 100%;
}

#comments .comment .col-left {
	width: 110px;
}

#comments .comment .col-left img {
	border: #EDEDED 5px solid;
}

#comments .comment .col-left .inside {
	background: url(images/bg_comment_element.gif) no-repeat right 27px;
	width: 110px;
	float: right;
	margin-right: -16px;
	position: relative;
	overflow: hidden;
	padding-right: 7px;
	min-height:70px;
}

#comments .comment .col-left p {
	padding: 0 0 0 2px;
	line-height: 19px;
}

#comments .comment .col-right {
	min-height: 70px;
	background: #fff;
	padding: 10px 20px;
	border: #EDEDED 5px solid;
	margin-left:121px;
	float:none; 
}

* html #comments .comment .col-right {
	height: 100px;
}

#comments .comment span.reply { 
	float:right; 
	padding: 3px 3px 0; 
	font-size:11px; 
}
#comments .comment span.reply a { 
	text-decoration:none; 
	color:#aaa;
}

#comments ul.children { 
	margin:10px 0 0 20px; 
	padding:0; 
}

#comments .navigation .alignright, 
#comments .navigation .alignleft { 
	margin:0;
}

#comments .navigation a {
	background: #9F9F9F;
	color: #fff;
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family:Georgia;
	font-weight:bold;
}
#comments .navigation a:hover {
	background: #888;	
}
#comments .commentlist {
	padding:0;
}
#comments .commentlist p{
	padding:0 0 10px;
}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{
	float:none;
}
#comments .cancel-comment-reply {
	margin-bottom:10px;
}

/* Comments (form) */
#form_wrap {
	border-bottom: 1px solid #E6E6E6;	
	width: 425px;
	padding: 15px 32px 30px 31px;
	position: relative;
}

#form_wrap h2 {
	padding-bottom: 28px;
	position: relative;
}

#form_wrap .form-left {
	width: 170px;
	float:left;
}

#form_wrap .form-right {
	width: 361px;
	float:right;
}
.children #form_wrap .form-right {
	float:none;
}

#form_wrap textarea, #form_wrap .form-left input {
	border: 1px solid;
	border-top-color: #C5C3C3;
	border-left-color: #C5C3C3;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676563;
	padding: 7px 10px;
}

#form_wrap textarea {
	width: 340px;
	margin-bottom: 18px;
}

#form_wrap .form-left input {
	width: 147px;
	display: block;
	margin-bottom: 10px;
}

#form_wrap input.sb {
	clear: left;
	display: block;
}

#form_wrap p.lc_logged {
	margin-top: -20px;
	position: relative;
}

/* PageNavi */
.more_entries {
	width: 100%;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	border-top: #EBEBEB 1px solid;
	padding: 26px 0;
}

.Nav {
	float: right;
}

.Nav a {
	text-decoration: none !important;
}

.Nav .on, .Nav a:hover {
	background: #9CA722 !important;
}

.Nav a, .Nav .on {
	background: #9F9F9F;
	color: #fff;
	display: block;
	float: left;
	padding: 5px 9px;
	margin-left: 4px;
}

/* Sidebar */
#sidebar {
	width: 230px;
	overflow: hidden;
	margin: 0;
	padding: 0 5px 0 5px;
}

#sidebar h2 {
	font-size: 12px;
	background: #9F9F9F;
	color: #fff;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	color: #000;
	font-weight: bold;
}

#sidebar a:hover {
	color: #00a5b6;
	text-decoration: none;
}

/* Sidebar (block) */
#sidebar .block {
	width: 220px;
	padding: 21px 0 21px 0;
	/* background: url(images/bg_sidebar_separator.gif) repeat-x 0 bottom; */
}

/* Sidebar (block > inside)*/
#sidebar .block .inside {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 18px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
	position:relative;
}

#sidebar .block .inside li img.thumbnail, #sidebar .block .inside li img.avatar{
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

/* Sidebar (widgetized)*/
#sidebar .widgetized h2 {
	margin: 10px 15px;
}

/* Sidebar (widgetized>list>)*/
#sidebar .widgetized ul {
	clear: both;
	width: 200px;
	padding: 0 0 8px 0;
}

#sidebar .widgetized li {
	border: 0;
	line-height: 20px;
	padding: 5px 0 5px 0;
	/*background: url(images/bg_sidebar_circle.gif) no-repeat 5px 12px;*/
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)*/
#sidebar .widgetized .widget_archive h2, #sidebar .widgetized .widget_categories h2 {
	display: none;
} 
#sidebar .widgetized .widget_archive{
	background: url('images/fp/hd-archives.jpg') no-repeat;
	padding: 35px 0 0 0;
	margin: 0 0 20px 0;
}
#sidebar .widgetized .widget_categories {
	background: url('images/fp/hd-categories.jpg') no-repeat;
	padding: 45px 0 0 0;
	margin: 0 0 20px 0;
}
#sidebar .widgetized ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#sidebar .widgetized ul ul li {
	border: 0;
	padding-bottom: 0;
}

/* Sidebar (widgetized > special list)*/
#sidebar .widgetized .widget_categories ul, 
#sidebar .widgetized .widget_archive ul,
#sidebar .widgetized .widget_links ul {
	border: 0;
	width: 220px;
	margin: 3px 0 0 0;
	padding: 0;
	position: relative;
}

#sidebar .widgetized .widget_categories ul li, 
#sidebar .widgetized .widget_archive ul li, 
#sidebar .widgetized .widget_links ul li {
	width: 100px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_archive ul li {
	/*background: url(images/bg_sidebar_folder.gif) no-repeat 0 7px;*/
}

#sidebar .widgetized .widget_links ul li {
	/*background: url(images/bg_sidebar_circle.gif) no-repeat 5px 13px;*/
}

/* Sidebar (widgets)*/
#tabs {
	background: url('images/fp/tab-bg.jpg') no-repeat bottom left;
	width: 206px;
	height: 270px;
	margin: 0 0 15px 0;
}


#tag_cloud h2, #footer #tag_cloud h2 {
	display: block;
	float: none;
}

.textwidget {
	clear: both;
	padding: 5px 2px;
	line-height:20px;
}

#wp-calendar {
	width: 95%;
	padding: 0 0 0 0;
	margin-bottom: 15px;
	clear: both;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}


/* Sidebar (Search)*/
#sidebar #search_main form div {
	position: relative;
	width: 200px;
	height: 33px;
	background: url(images/bg_search_field.gif) no-repeat 0 0;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: -3px;
	top: -10px;
	margin: 0 0 0 5px;
	z-index: 1;
}

/* Sidebar (advert 125x125) */
#advert_125x125 {
	width: 210px !important;
	margin: 0;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
}
#advert_125x125 img {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	display: inline;
	width: 95px;
}

/* Tabs */
ul#idTabs {
	width: 196px;
	height: 29px;
	padding: 0;
	margin: 0;
}

ul#idTabs li {
	float: left;
}

ul#idTabs li a {
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: block;
	height: 29px;
}

ul#idTabs li a.poplink {
	width: 58px;
	background: url('images/fp/nav/popular.gif') no-repeat bottom left;
}
ul#idTabs li a.poplink:hover {
	background-position: top left;
}


ul#idTabs li a.comlink {
	width: 80px;
	background: url('images/fp/nav/comments.gif') no-repeat bottom left;
}
ul#idTabs li a.comlink:hover {
	background-position: top left;
}


ul#idTabs li a.taglink {
	width: 58px;
	background: url('images/fp/nav/tags.gif') no-repeat bottom left;
}
ul#idTabs li a.taglink:hover {
	background-position: top left;
}

ul#idTabs li a span {
	display: none;
}
ul#idTabs li a.selected, ul#idTabs li a:hover {
	background-position: top left;
	border: 0;
}



#tagcloud {
	padding: 15px;
	font-weight: normal;
}
#tagcloud a {
	font-weight: normal;
}

/* Video Tabs */
ul#vidTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#vidTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul#vidTabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul#vidTabs li a.selected, ul#vidTabs li a:hover {
	background: #9CA722;
	text-decoration:none;
}

/* Sidebar (flickr) */
#flickr {
	background: url('images/fp/hd-latest-photos.png') no-repeat;
	min-height: 50px;
}
#flickr h2 {
	display: none;
}

#flickr .wrap {
	width: 200px;
	margin: 0 0 0 5px;
	padding: 35px 0 20px 0;
	position: relative;
}

#flickr a img {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}

#flickr a:hover img {
	border: #A8AA99 1px solid;
}


/* Fix */
.wrap:after,
#sidebar .widgetized .widget_categories ul:after,
#sidebar .widgetized .widget_archive ul:after,
#sidebar .widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEE;
	border:1px solid #DDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}

/* Video Widget */
#video p {
	padding:0;
}
#video h2 {
	margin-bottom:7px !important;
}
#video .latest {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	width:250px;
}
#video .vidtabs ul li {
	background: none !important; 
	border: 0 !important;
	padding: 0 !important;
}
.vidtabs ul#vidTabs {
	padding:7px 0 !important;
}
#footer .block .vidtabs ul {
	background:none;
	border:0;
}

/* Twitter */
.latest_twitter {
	position: relative;
	background: url('images/fp/tab-bg.jpg') no-repeat;
	width: 176px;
	height: 204px;
	padding: 15px;
	overflow: hidden;
}
.latest_twitter img {
	float:left;
	margin: 0 15px 15px 0;
}
.latest_twitter ul {
	font: normal 11px/13px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #333;
	padding:0;
	line-height:18px;
}



ul#pop, ul#comm{
	width: 187px;
	padding: 5px 5px 5px 13px;
	margin: 15px 0 0 0;
}
ul#pop li, ul#comm li {
	border-bottom: 1px solid #e7e7e6;
	padding-top: 6px;
}
ul#pop li a, ul#comm li a {
	font-weight: normal;
}
ul#pop li img, ul#comm li img {
	border: 2px solid #1fb6c4;
	float: left;
	margin: 0 7px 7px 0;
}

#sidebar ul.facebook {
	margin: 0 0 15px 5px;
}
#sidebar ul.facebook li {
	background: url('images/facebook.gif') no-repeat;
	padding: 2px 0 0 20px;
	margin: 2px;
}
#sidebar ul.facebook li a {
	font-weight: normal;
	color: #333;
}
