/*  
Theme Name: Fametastic
Theme URI: http://fametastic.co.uk
Description: Fametastic theme
Version: 2.0
Author: Fametastic
Author URI: http://fametastic.co.uk

*/

body {
	margin: 0px;
	background-color: #333;
	font-family: 'Arial','Verdana',sans-serif;
	font-size: 12px;
	background: url(images/bgtile.jpg);
}

* a {
	color: #0000aa;
}
* a:visited {
	color: #000066;
}
* a:hover {
  color: #5555ff;
}

#header {
	background: #000 url(images/headbg.png) repeat-x top;
	height: 160px;
	border-bottom: 4px solid #fff;
}

#headerlogo {
	position: relative;
	width: 247px;
	height: 68px;
	background: transparent url(images/toplogo.png) no-repeat top left;
	top: 92px;
	left: 21px;
	border: 0px;
}
#headerforumlogo {
	position: relative;
	width: 410px;
	height: 68px;
	background: transparent url(images/topforumlogo.png) no-repeat top left;
	top: 92px;
	left: 21px;
	border: 0px;
}
#headerlogo a {
	border: 0;
	text-decoration: none;
	display: block;
	width: 247px;
	height: 68px;
}
#headerforumlogo a {
	border: 0;
	text-decoration: none;
	display: block;
	width: 410px;
	height: 68px;
}
#headerlogo h3, #headerlogo h1, #headerforumlogo h3 {
	text-indent: -9999px;
	margin: 0;
}

#contentbar {
	position: absolute;
	left: 202px;
	width: 428px;
	top: 164px;
	background-color: #fff;
	padding: 0 164px 124px 4px; /* gap at bottom to accomodate footer */
	margin-bottom: 10px;
	overflow: hidden;
	min-height: 1200px;
	z-index:1;
}
#contentbar div.google-468x15 {
	margin: 0 0 15px 0px;
}


#topbar {
	position: absolute;
	left: 202px;
	width: 589px;
	background-color: #DD7058;
	height: 62px;
	border-style: solid;
	border-width: 0 0 4px 4px;
	border-color: #fff;
	overflow: hidden;
  padding-top: 2px;
  text-align: center;
}

#leftbar {
	font-size: small;
	position: absolute;
	left: 23px;
	width: 175px;
	background-color: #dd7058;
	border-style: solid;
	border-width: 0 0 4px 4px;
	border-color: #fff;
}
div#leftbar ul li ul li {
	margin-bottom: 0.2em;
}
div#leftbar ul li {
	margin-bottom: 0px;
}
#leftbar h2, #rightbar h2 {
	background: #a70918 url(images/redbar-headerbg.png) repeat-x left bottom;
	height: 24px;
	font-size: 12px;
	margin: 0 0 5px 0;
	font-weight: bold;
	padding: 0px 0 0 10px;
	line-height: 23px;
	color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0px;
	border-color: #fff;
}

#leftbar * a, #rightbar * a {
	color: #660000;
}
#leftbar * a:visited, #rightbar * a:visited {
	color: #110000;
}
#leftbar input.search-box {
	width: 138px;
	margin-top: 8px;
        margin-left: 10px;
	padding: 2px;
        border: 1px solid #660000;
        vertical-align: middle;
}
#leftbar input#searchsubmit {
	margin-top: 8px;
        
        vertical-align: middle;
}

ul.barlist {
	margin: 0px;
	padding: 0;
	list-style: none;
}
ul.barlist ul {
	margin: 0px;
	padding: 0 5px 10px 10px;
	list-style: none;
}
ul.barlist li.search {
    border-bottom: 1px solid #fff;
}
ul#recentcomments {
	font-size: 0.9em;
	list-style-position: inside;
	list-style-image: url(images/icon-comment.gif);
}
ul#recentcomments li.recentcomments {
	margin-bottom: 0.8em;
}

li.recentcomments a {

}

#sidebar {
	position: absolute;
	left: 638px;
	top: 162px;
	width: 160px;
	border-style: solid;
	border-width: 0px 0 4px 0px;
	border-color: #fff;
	z-index: 2;
}
#sidebar h2 {
	background: #d5cae7 url(images/sidebar-header-edge.png) no-repeat left top;
	height: 20px;
	font-size: 14px;
        line-height: 14px;
        margin: 0 0 4px 0;
	padding: 8px 0 0 6px;
	color: #000;
	border-style: solid;
	border-width: 2px 0 0px 0px;
	border-color: #fff;
}
#sidebar > ul > li > ul {
  padding-left: 6px;
}
#sidebar ul.barlist > li {
  background-color: #eee1f9;    
  margin-bottom: 1em;
  padding-bottom: 4px;
}
#rightbar {
	position: absolute;
	left: 795px;
	width: 180px;
	background-color: #dd7058;
	padding: 0px;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	border-color: #fff;
	z-index: 3;
}

#footer {
	position: absolute;
	margin-top: 20px;
	left: 4px;
	width: 587px;
	height: 100px;
}
#footer div.google-468x60 {
	text-align: center;
	padding: 16px 4px 4px 4px;
	background-color: #FFFFFF;
}
#footer p.copyright {
	background-color: #000;
	font-size: 0.8em;
	text-align: center;
	padding: 2px 0 2px 0;
	color: #fff;
	margin: 4px 0 0;
}

div.post {
	margin-bottom: 20px;
}

div.post-content hr {
	color: white;
	background-color: white;
	clear: both;
	border: 0px;
	padding: 0px;
}

div.post-content img {
	border: 1px solid #000;
	float: right;
	margin: 3px 0 4px 8px;
}
div.post-content img.bangimg { 
  width: 150px;
  height: 150px;
}
h1.post-title {
	padding-top: 4px;
	margin: 0px;
        line-height: 1.0em;
}
h1.post-title a {
	text-decoration: none;
	color: #000;
}
h2.postmeta, p.postmeta {
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 0 0 0;
}
div.post-header {
	background: #d5cae7 url(images/post-header-bg.png) no-repeat top left;
	padding: 0 4px 4px 4px;
}
div.post-content {
	margin: 4px 0 4px 0;
	padding: 0 8px 0px 4px;
}
div.post-content p, div.post-content ul {
	font-size: 1.2em;
	margin: 0px 0 0.8em 0;
}
div.post-content ul {
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: url(images/ftstar.png);
}
div.post-content ul li {
	margin-bottom: 0.8em;
}
div.postmetadata {
	padding: 0 4px 0px 4px;
  clear: both;
}

ul.related-articles {
	padding-left: 25px;
	list-style-image: url(images/ftstar.png);
}
ul.related-articles li {
	margin-bottom: 0.5em;
}

div.glam-skyscraper {
	text-align: center;
	padding-bottom: 7px;
}

li#recent-posts, div.sem_recent div.tile_body {
	padding-right: 5px;
}
li#recent-posts ul li, div.sem_recent ul li {
	margin-bottom: 1em;
	padding: 0px;
}
li#recent-posts ul li a, div.sem_recent ul li a {
}
li#recent-posts ul, div.sem_recent ul {
    padding-left: 6px;
	list-style-image: url(images/icon-post-small.gif);
	list-style-position: inside;
}

li#linkcat-2 ul li {
	list-style: square;
	margin-left: 12px;
	margin-bottom: 0.3em;
}

span.login-username {
	font-weight: bold;
	font-size: 1.5em;
}

#loginform #usernamebox, #loginform #passwordbox {
	width: 154px;
}
#loginform #loginbutton {
	margin-top: 4px;
	font-size: 0.9em;
}

ul#header-menu {
	position: absolute;
	top: 133px;
	left: 538px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.1em;
	text-align: right;
}
ul#header-menu li {
	height: 27px;
	float: left;
	padding: 7px 0 0 0;
	margin-left: 4px;
	width: 106px;
	background:url("images/tab-bg.png") no-repeat top left;
	text-align: center;
}
ul#header-menu li a {
	display: block;
	height: 27px;
	vertical-align: center;
	line-height: 17px;
}
ul#header-menu li a:hover {
	color: #fff;
}
ul#header-menu li.selected {
	background: url("images/tab-bg-selected.png") no-repeat top left;
}
ul#header-menu li.selected a {
	color: #000;
}

ul#header-menu li a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

img.icon {
	vertical-align: middle;
	border: 0;
}

div.ftglam-skyscraper {
	text-align: center;
	padding: 0 0px 10px 0px;
  border-bottom: 1px solid #fff;
  clear: left;
}

div.ftbbpress-posts ul.ftbbpress-posts {
	list-style-position: inside;
	list-style-image: url(images/icon-comment.gif);
}
div.ftbbpress-posts ul.ftbbpress-posts li {
	margin-bottom: 1em;
}
div.ftbbpress-posts ul.ftbbpress-posts li a.forum_name {
	font-style: italic;
}

div.democracy {
	padding-left: 6px;
	margin-right: 5px;
}

div.democracy ul {
	padding-left: 0px;
	margin-left: 4px;
	margin-top: 5px;
	padding-bottom: 0px;
	border: 0px;
}
div.democracy div.dem-results ul li input {
	margin-left: -2px;
}
div.democracy div.dem-results ul li {
	margin-bottom: 8px;
	margin-left: 0px;
}

div#section-box {
	margin-bottom: 16px;
}
div#section-box img.search {
	vertical-align: middle;
	position: relative;
	float: left;
	top: 0;
	left: 0px;
	margin-right: 5px;
}
div#section-box h1 {
	font-size: 1.6em;
	padding-top: 5px;
	margin: 5px 0px;
	line-height: 1.1em;
	padding-left: 35px;
}

img#stf-icon {
	vertical-align: middle;
	margin-right: 5px;
	float: none;
	border: 0;
}

div#leftbar ul.barlist li  ul.wp-tag-cloud {
	list-style-image: url(images/ftstar.png);
	list-style-position: inside;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
        font-size: 1.1em;
}
div#leftbar ul.barlist li  ul.wp-tag-cloud a {
            text-decoration: none;
            color: #660000;
}
div#leftbar ul.barlist li  ul.wp-tag-cloud a:hover {
  text-decoration: underline;
}
div#leftbar ul.barlist li a.all-topics {
		padding-left: 18px;
		background: url(images/ftstar.png) left 2px no-repeat;
		margin-left: 10px;
		display: block;
                text-decoration: none;
                color: #660000;
                font-size: 1.1em;
}
div#leftbar ul.barlist li.hot-celebrities {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    background: url(images/leftbar-bg.jpg) 0 5px no-repeat;
}
div#leftbar ul.barlist li ul.toptags li {
	margin-bottom: 0.2em;
}
div#leftbar ul.barlist li ul.toptags li {
	margin-bottom: 0.2em;
}
div.barbox {
    padding: 2px 10px 4px 10px;
}
textarea#comment {
	width: 400px;
}
div#commentformbox * textarea {
	width: 98%;
	display: block;
}

div.tag_cloud {
	list-style: none;
	text-align: center;
        line-height: 2em;
}
div.tag_cloud a {
	display: inline;
	padding: 0 0.5em 0 0.5em;
	white-space: nowrap;
	vertical-align: middle;
}
/* Header banner ad */
#topbannerad {
	background-color: #000;
	position: absolute;
	left: 250px;
	top: 4px;
	height: 90px;
}

/* Page content in profile template */
div.profile-header {
	margin-bottom: -16px;
	height: 50px;
}
div.profile-header h1 {
	margin-left: 10px;
}
div.profile-content {
	padding-top: 12px;
}
div.profile-content h3 {
  font-size: 1.6em;
	margin: 0px 0 0.5em 0;
}
div.profile-content ul {
  padding-left: 30px;
}
div.profile-content ul li {
  margin-bottom: 0.9em;
  list-style-position: outside;
}
div.profile-content ul li p {
	font-size: 1em;
}

div.profile-tab {
  border: 1px solid #ddd;
}
div.short_photos {
	text-align: center;
}
div.profile-content img.tag-photo {
	padding: 5px;
	margin: 5px;
	float: none;
	vertical-align: middle;
}

div.profile-photos {
	text-align: center;
}

ul.tab-list {
  padding: 0px;
  margin: 0;
  font-size: 1em;
  text-align: right;
}
ul.tab-list li.tab-open, ul.tab-list li.tab-closed {
  display: inline;
  margin: 0 5px -1px 0px;
  border-style: solid;
  border-color: #ddd;
	padding-top: 3px;
  border-width: 1px 1px 0 1px;
  background-color: #efefef;
  font-size: 14px; 
	text-transform: uppercase;
}
ul.tab-list li a {
	color: #000;
	text-decoration: none;
	padding: 0 10px 1px 10px;
}
ul.tab-list li.tab-open {
  font-weight: bold;
  padding-bottom: 1px;
  background-color: #fff;
}
.clear {
	clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}

img#icon-warning, img#icon-error {
	float: none;
	vertical-align: middle;
	border: 0;
	margin-right: 5px;
}

div.profile {
	min-height: 1600px;
}

div#comments {
	font-size: 1.2em;
	line-height: 1.4em;
}

/* blogads */
div.adspot {
	margin: 4px auto 0px auto;
	padding-bottom: 4px;
	width: 130px;
}
div.blogad {
	border-bottom: 1px solid #fff;

}

div.post-after-data {
	padding: 0 4px 0 4px;
}
div.prev-post-link {
	text-align: left;
}
div.next-post-link {
	text-align: right;
	margin: 0.5em 0 1em 0;
}
div.prev-posts-link {
	text-align: right;
	font-size: 1.2em;
	margin-top: -1.3em;
}
div.next-posts-link {
	text-align: left;
	font-size: 1.2em;
	margin-left: 4px;
}

div.comments-box {
	padding: 0 4px 0 4px;
}
div.post-content img.center {
       text-align: center;
       display: block;
       float: none;
       margin: 4px auto 4px auto;
}


div.textwidget {
	padding-left: 10px;
	padding-right: 10px;
}

/* Democracy widget styles */
div.democracy div.dem-graph a, div.democracy .dem-graph a:hover {
  background-color: #f18f79;
	border-bottom: 5px solid #d96e57;
	border-right: 1px solid #ccc;
}
div.democracy .dem-graph b, div.democracy .dem-graph i {
color: #000;
}
div.post-content div.democracy {
	background-color: #eee1f9;
	border: 1px solid #aaa;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 auto 1em auto;
}
	
div.post-content div.democracy ul {
	list-style: none;
	list-style-image: none;
}

li#left-googlead iframe {
	text-align: center;
	margin: 2px 4px 0 10px;
}

div.google-300x250 {
	text-align:center;
  width: 310px;
  margin: 0 auto 0 auto;
}
div.blog-notice {
	padding: 0 6px 0 6px;
}

a.more-link {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

body.login #page #contentbar {
	top: 164px;
	padding: 0 85px 124px 85px;
	font-size: 1.2em;
}
body.login #page #contentbar ul {
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}
body.login #page #contentbar ul li { 
	display: inline;
	margin-right: 2.2em;
}
body.login #page #contentbar input {
	padding: 4px;
}
body.login #page #contentbar input.input {
	padding: 4px;
	font-size: 1.1em;
	width: 260px;
}
body.login #page #contentbar label {
	font-size: 1.4em;
	font-weight: bold;
}

/* Wordpress recent comments  widget */
.recentcomments a { display:inline !important;padding: 0 !important;margin: 0 !important; }

ul#twitter_update_list li {
	margin-bottom: 8px;
	font-size: 0.9em;
}
ul#twitter_update_list  {
    padding-left: 6px;
	list-style-image: url(images/icon-post-small.gif);
	list-style-position: inside;
}

ol#wp_post_comments div.meta span.username {
    display: block;
    font-size: 0.8em;  
    line-height: 1.2em;
}
ol#wp_post_comments div.meta span.age {
    display: block;
    font-size: 0.6em; 
    line-height: 1.1em;
}

iframe#ftc_comment_form {
    border: 0;
    width: 400px;
    height: 300px;
}
ol#wp_post_comments {
  list-style: none;
  padding-left: 0;
}
ol#wp_post_comments li {
    clear: left;
    margin-bottom: 10px;
}
ol#wp_post_comments div.meta {
    width: 65px;
    float: left;
    text-align: center;
}
ol#wp_post_comments div.meta img.avatar {
    border: 1px solid #000;
    padding: 2px;
}
ol#wp_post_comments div.post_content {
    margin-left: 70px;
}
ol#wp_post_comments div.spacer {
    height: 10px;
    clear: both;
}
ol#wp_post_comments div.post_content div.forum_post_body {
    width: 320px;
    overflow: hidden;
    font-size: 0.8em;
}
ol#wp_post_comments li {
    border-bottom: 1px solid #ddd;
}

li#ftc_login_box {
}
div#ftc_login_box_container {
    padding: 0 10px 0 10px;
}
li#ftc_login_box label, label.red {
    text-transform: uppercase;
    color: #660000;
}
label.red {
    display: block;
}
label.checkbox {
    display: inline;
}
label.red span.note {
    color: #333333;
    font-size: 0.8em;
}
li#ftc_login_box input {
    border: 1px solid #660000;
    padding: 2px;
}

ul.barlist li.recent_discussion {
    border-bottom: 1px solid #fff;
}
div#ftc_recent_forum_posts ul li {
    font-size: 0.8em;
    padding-bottom: 5px;
    text-indent: 11px;
    background: url(images/icon-comment.gif) no-repeat 0px 3px;
}
div#ftc_recent_forum_posts ul li span.username a {
  color: #770000;
  text-decoration: none;
}
div#ftc_recent_forum_posts ul li span.message a, div#ftc_recent_forum_posts ul li span.message a:visited {
  text-decoration: none;
  color: #110000;
}
div#ftc_recent_forum_posts ul li span.message a:hover {
  color: #fff;
}

div#ftc_birthdays {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    text-align: center;
}
div#ftc_birthdays img {
    background-color: #fff;
    padding: 2px;
    border: 1px solid;
}
div#ftc_birthdays span.name {
    display: block;
}
div#ftc_birthdays span.age, div#ftc_birthdays span.fan_count {
    font-size: 0.8em;
}
div.ftc_logged_in_box h4 { 
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 3px 0;
}
div.ftc_logged_in_box img { 
    float: left;
    margin-right: 4px;
    border: 1px solid #A70918;
    padding: 2px;
    background-color: #fff;
}
div.ftc_logged_in_box ul.meta {
    height: 64px;
    padding: 0;
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 0.8em;
    border: 0;
}
div.ftc_logged_in_box li.logout {
    margin-top: 5px;
}
div.ftc_logged_in_box li.logout a {
    color: #660000;
}
div.ftc_login_box {
    font-size: 0.8em;
    padding-top: 5px;
    margin-top: 0;
}
div.ftc_login_box form {
  margin: 0px; padding: 0px;
}
div.ftc_login_box label {
    display: block;
}
div.ftc_login_box input#remember_me {
    vertical-align: middle;
    margin: 4px 2px 4px 0;
    border: 0;
}
div.ftc_login_box label.remember_me {
    vertical-align: middle;
    display: inline;
    margin: 4px 0 0 0;
}
div.ftc_login_box input.login {
    display: inline;
    width: 60px;
}
div.ftc_login_box p {
  margin: 0 0 6px 0;
}
div.ftc_login_box a { color: #660000; }

/* wp_post_form */
#forum_post_body { 
    width: 390px; 
    height: 100px;
}
div#comments div#ftc_comment_form div.current_member a img.avatar-icon {
    vertical-align: middle;
    border: 1px solid #000;
    padding: 1px;
    width: 32px;
    height: 32px;
}
div#ftc_comment_form label {
    display: block;
    font-size: 0.6em;
    line-height: 1.2em;
    margin-top: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #660000;
}

span.comments_link a {
    padding-left: 20px;
    background: url(images/icon-comments.gif) no-repeat;    
}
a.share_post {
    padding-left: 20px;
    background: url(images/icon-transmit.png) no-repeat;
}
div.postmetadata a {
    text-decoration: none;
    text-transform: uppercase;
    
}
div.postmetadata a:hover {
    text-decoration: underline;
}
div.email_article div.formError {
    font-size: 0.8em;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    width: 189px;
    text-align: center;
}
div#post_sharer {
    position: absolute;
    width: 220px;
    height: 160px;
    background-color: #fff;
    border: 2px solid #000;
    z-index: 100;
    padding: 0;
    overflow: hidden;
}
div#post_sharer ul.sharing_methods {
    padding: 15px 5px 5px 10px;
    margin: 0;
    list-style: none;
    line-height: 1.8em
}
div#post_sharer a.sharer_closer {
  float: right;
  padding: 0px 5px 0px 15px;
}

ul.sharing_methods a {
    padding-left: 26px;
    text-decoration: none;
}
ul.sharing_methods a.digg {
    background: url(/images/icons/digg.png) no-repeat;
}
ul.sharing_methods a.reddit {
    background: url(/images/icons/reddit.gif) no-repeat;
}
ul.sharing_methods a.email {
    background: url(/images/icons/email.png) no-repeat;
}
ul.sharing_methods a.facebook {
    background: url(/images/icons/facebook.gif) no-repeat;
}
ul.sharing_methods a.myspace {
    background: url(/images/icons/myspace.png) no-repeat;
}
ul.sharing_methods a.delicious {
    background: url(/images/icons/delicious.png) no-repeat;
}

div.ftg_viewer img {
  margin: 8px -7px 5px 0;
}
div.post-content a.ftg_thumb img:hover {
  border: 1px solid #fff;
}
div.post-content a.ftg_thumb {
  float: none;
  display: inline;
  margin: 0 4px 0 4px;
}
div.post-content a.ftg_thumb img {
  float: none;
  display: inline;
  margin: 5px 0 0 0;
}

ul#read_fametastic {
  padding-left: 5px;
}
ul#read_fametastic li a.button {
  display: block;
  width: 170px;
  height: 50px;
  text-indent: -170px;
  overflow: hidden;
  background: no-repeat top left;
  margin-bottom: 2px;
}
ul#read_fametastic li a.facebook { background-image: url('images/on-facebook.gif'); }
ul#read_fametastic li a.myspace { background-image: url('images/on-myspace.gif'); }
ul#read_fametastic li a.bebo { background-image: url('images/on-bebo.jpg'); }
ul#read_fametastic li a.twitter { background-image: url('images/on-twitter.jpg'); }
ul#read_fametastic li a.email { background-image: url('images/by-email.png'); }
ul#read_fametastic li a.more-feed { display: block; text-align: right; }

div.flash {
		padding: 10px;
		margin-bottom: 5px;
		font-size: 13px;
    font-weight: bold;
    line-height: 14px;
}
div.flash-error {
		background: #ffdddd url(/images/icons/dialog-error.png) 7px 50% no-repeat;
		padding-left: 35px;
		border: 2px solid #ff0000;
    color: #220000;
}
div.flash-notice {
		background: #ddffdd url(/images/icons/dialog-information.png) 7px 50% no-repeat;
		padding-left: 35px;
		border: 2px solid #00cc00;
    color: #002200;
}

div#ftg_thumbs {
  clear: both;
  text-align: center;
}
div.ftg_viewer img {
  margin: 8px -7px 5px 0;
}

div.post-content a.ftg_thumb img {
  float: none;
  display: inline;
  margin: 5px 0 0 0;
}
div.post-content a.ftg_thumb img:hover {
  border: 1px solid #fff;
}
div.post-content a.ftg_thumb {
  float: none;
  display: inline;
  margin: 0 4px 0 4px;
}
.open-title {
  border-bottom: #D5CAE7 solid 4px;
  color: #222; 
}
h2.open-title {
    border-width: 2px;
}
h3.open-title {
    border-width: 1px;
}
.open-title span {

}
.open-title span.right_content {
    display: block;
    float: right;
    font-size: 0.6em;
    margin-top: 8px;
    font-weight: normal;
}
div#burst-leftbar { 
  text-align: center;
  margin-bottom: 10px;
}
div#google-rightbar { 
 text-align: center;
 margin-top: 15px;
 margin-bottom: 10px;
}

#google-post-list-1, #google-post-list-2 { 
  text-align: center;
  margin-bottom: 24px;
 }

#inline_advert { 
  text-align: center;
  margin-bottom: 1em;
 }


div.tailsweep-div {
	height: 270px;
}
