/* FLEXIcontent base CSS */

div#flexicontent {
}

div#flexicontent .clear {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

div#flexicontent .floattext:after { /* ie fix in conditional comments (html source) */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

div#flexicontent .floattext {
	display: block;
	margin: 0 0 0.5em; /* safari */
}

.email_icon_shift {
	float: left;
	padding-left: 2px;
}

.mail_pushup img {
	
}

.photo_highlights h3 {
	font-size: 18px;
	font-weight: bold;
}

.email_push {
	display: block;
	float: left;
	padding-left: 2px;
}

.email_icon_push {
	float: left;
	display: block;
}

.print_push {
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
}




.print_icon_push {
	float: left;
	display: block;
}




.email_image_shift {
	float: left;
}

/**
 * @section buttons
 *
 * print, pdf, ...
 */
div#flexicontent .buttons {
	float: right;
}

div#flexicontent .buttons img {
	border: none;
}

div#flexicontent .buttons a {
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 5px;
}

/**
 * @section headlines
 *
 */
div#flexicontent h2 {
	margin-top: 0;

}

.view-items div#flexicontent h2 {
	font-size: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.frontpage_second div#flexicontent h2 {
		font-size: 13px;
	line-height: 16px;
	color: #000;
	margin: 0;
}


div#flexicontent h2 img {
	border: none;
}

h2.flexicontent {
	margin: 0 0 0.5em;
}

/** 
 * @pagination css trick to center the div without having a fixed width
 * see http://www.cssplay.co.uk/menus/centered.html
 */
div.pagination {
	float: left;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.pagination div.tab,
div.pagination div.page-block {
	position: relative;
	right: 50%;
}

div.pageslinks {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
}

div#flexicontent .pagescounter {
	text-align: center;
	margin: 0;
	padding: 0;
	padding: 3px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	
	
}

.pageslinks {
	text-align: center;
	font-weight: bold;
	background: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
}

.pagenav {
	padding: 2px;
	font-size: 12px;
}

span.pagenav {
	
	-moz-border-radius: 5px;


}

.tweetmeme {
	width: 100px;
	height: 20px;
	float: left;

}


.pagenav_active {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #f1f1f1 url(../images/pagenav_gradient.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	padding-right: 7px;
	padding-left: 7px;

	
}

.links_under_blog_left {
	float: left;
	width: 300px;
	padding-left: 10px;
	padding-bottom: 10px;
	
}

.links_under_blog_left a:hover {

}

.links_under_blog_right {
	float: left;
	width: 288px;
	padding-left: 12px;
	padding-bottom: 10px;
}

.links_under_blog {

}


.pagenav_active a {
	color: #000;
}





a.pagenav {	
	-moz-border-radius: 5px;
	background: url(../images/pagination_gradient.png) repeat-x;
	border: 1px solid #ccc;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
}

.pagenav_active:visited {
	color: #000;
}

/*alex - turning off the 4 intro block articles on the frontpage of flexicontent.. turning them off in the backend caused errors in the aida news modules*/
#flexicontent .introblock {

}

.pagenav_active:hover {
	color: #555;
}

/**
 * @section Categoryview
 *
 */
div#flexicontent .catimg {
	float: left;
	margin: 0 0.5em 0.5em 0;
	position: relative;
}

div#flexicontent .catimg p {
	font-size: 0.9em;
	line-height: 180%;
	margin: 0 0 0.5em 0;
}

div#flexicontent .catdescription {
	margin: 0 0 0.5em 0;
}

div#flexicontent .subcategories {
	border-bottom: 2px solid #dddddd;
	/* font-size: 1.2em; font-weight: bold; */
	margin: 0.8em 0;
	padding: 0.5em 0.3em;
}

/**
 * @section FLEXIcontent Item
 *
 */
div#flexicontent .taglist {
	margin: 5px 0 10px;
	padding: 0 5px;
}

/**
 * @section FLEXIcontent Table
 *
 */
div#flexicontent table.flexitable {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	clear: both;
	font-size: 1em;
	margin: 1em 1px;
	width: 99%;
}

div#flexicontent table.flexitable th {
	background-color: #efefef;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #000000;
	font-weight: bold;
	padding: 0.4em;
	text-align: left;
}

div#flexicontent table.flexitable th.table-titles {
	background-color: inherit;
	font-weight: normal;
}

div#flexicontent table.flexitable th img {
	border: none;
	margin: 0 0 5px 5px;
	vertical-align: middle;
}

div#flexicontent table.flexitable td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0.4em;
	vertical-align: top;
}

div#flexicontent table.flexitable tr.sectiontableentry2 td {
	background: #f4f4f4;
}

div#flexicontent table.flexitable tr:hover td, 
div#flexicontent table.flexitable tr:hover th {
	background: #f8f8f8;
}

/**
 * @section flexicontent Table Filter Form
 *
 */
div.subcategorieslist {
	margin: 0 0 1em 0;
}

div#fc_alpha {
	margin: 0 0 1em 0;
}

div#flexicontent #fc_filter {
	border: solid 1px #dddddd;
	margin: 0 0 1em 0;
	padding: 0.5em;
}

div#flexicontent .fc_fleft {
	float: left;
}

div#flexicontent .fc_fright {
	float: right;
}

div#flexicontent .fc_fright .filter {
	margin-left: 10px;
}

/** Item submission Form **/
 
div.flexi_edit .flexi_buttons {
	float: left;
	
}
div.flexi_edit .flexi_label {
	width: 9em;
	display: block;
	float: left;
	vertical-align: middle;
}
div.flexi_edit .flexi_label.invalid {
	font-weight: bold;
}
div.flexi_edit .flexi_formblock {
	clear: both;
}

div.flexi_edit fieldset {
	border: 1px solid #dddddd;
	margin-bottom: 1em;
}

tr.facebook_like td {
	display: none;
}


div.flexi_edit form input,
div.flexi_edit form button,
div.flexi_edit form select,
div.flexi_edit form textarea {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	cursor: pointer;
	margin: 0 0 0.5em 0;
	padding: 0.2em;
	font-size: 14px;
	font-weight: bold;
}

div.flexi_edit form button {
	background: #333;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.flexi_edit form button:hover {
	background: #666;
}


div.flexi_edit form input.invalid,
div.flexi_edit form select.invalid {
	border: 1px dotted #ff0000;
}

div.flexi_box_left,
div.flexi_box_right {
	float: left;
	width: 48%;
}

div.flexi_box_right {
	float: right;
}

/* Access */
fieldset.flexiaccess legend {
	background: url(../../../../administrator/components/com_flexicontent/assets/images/toggle_blue.png) no-repeat 98% 50%;
	padding-right: 22px;
	line-height: 18px;
	cursor: pointer;
	background: transparent !important;
	color: #111 !important;
}


/** Tags **/

div#tags {
	margin: 3px;
}

.flexi_tagbox {
	display: block;
	max-height: 170px;
  	overflow: auto;
/*   	border: 1px dashed silver; */
  	background: #fff;	
}

.flexi_tagbox ul {
	margin: 3px;
	padding: 0px;
}
.flexi_tagbox ul li {
	width: 130px;
	min-height: 20px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 2px;
	zoom: 1;
	*display: inline;
	_height: 20px;
}

.flexi_tagbox ul li div {
	padding-top: 3px;
}
.flexi_tagbox input {
	width: 20px;
	display: block;
	float: left;
	margin-top: -4px;
}


/** rating bar **/
div#flexicontent .qf_ratingbarcontainer {
	border: 1px solid #999999;
	display: block;
	height: 10px;
	margin: 2px 2px;
	width: 60px;
}

div#flexicontent .qf_ratingbar {
	background-color: #c0c0c0;
	display: block;
	height: 10px;
}

/* state toggler */
.qf_statetoggler{
	list-style: none;
	padding: 0;
	width: 10px;
}

.options {
	position: absolute;
}

.statetoggler li ul li {
	background-color: #ffffff;
	border: #dddddd 1px solid;
	color: #000000;
	list-style: none;
	padding: 2px;
}


/* DIRECTORY VIEW */
div#flexicontent.directory .floattext h2 {
	background-color: #dddddd;
	border-bottom: 0 none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	margin: -3px 0 0;
	padding: 1px 0;
	width: auto;
}

div#flexicontent.directory .floattext h2 a {
	border: 2px solid #dddddd;
	display: block;
	margin: 0 -1px;
	padding: 2px 0 1px 4px;
	position: relative;
}

div#flexicontent.directory .floattext ul {
	list-style: none;
	margin: 3px 0 7px;
	padding: 0 7px;
}

div#flexicontent.directory .column {
	float: left;
	margin-right: 5px;
}

/* Favourites */
.fav-block {
	clear: both;
}

.fav-block img {
	vertical-align: middle;
}

.favlink {
	outline: none;
}

.fcfav img {
}

/**
 * Comments for JComments only ;-)
 */
div.comments {
	margin-top: 15px;
}

.comments #jc h4 {
	font-size:18px;
	margin:0 0 6px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	color: #222;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999;
	-moz-box-shadow: 0 5px 5px #f1f1f1;
	padding-bottom: 5px;
	margin-top: 20px;
	display: block;
	background: #f1f1f1 url(../images/gray_headers.png) repeat-x;
	padding: 10px;
	text-shadow: 1px 1px 1px #fff;
}

.comments #comments a {
	color: inherit;
}

.comments #comments .pointer_hand  {
	color: #555;
}

.button_email_right img {
	display: none;
}


.comments #comments .pointer_hand:hover {
	color: #999;
}

.comments #comments a:hover {
	color: #777;
}

.comments #comments div.comments-list {
	margin-left: 0;
}

.comments .rbox_tr,
.comments .rbox_tl,
.comments .rbox_t,
.comments .rbox_br,
.comments .rbox_bl,
.comments .rbox_b,
.comments .rbox_m {

}

.comments .rbox {
	
}

.comments .even .rbox {
	background: #ffffff;
}

.comments .odd .rbox {
	background: #f0f0f0;
}




.comments #comments-list-footer {
	margin: 0 0 10px 0;
	margin-bottom: 30px;
}

#comments-form p, 
#comments-form #comments-form-buttons, 
#comments-form #comments-form-error {
	margin-left: 0px !important;
}

#comments-form #comments-form-message, 
#comments-inline-edit #comments-form-message {
	display: block;
	padding: 5px 5px 5px 25px;
}

.comments-form-message-error {
	background: url(../images/error.png) #ffd86f no-repeat 4px 50%;
}

.comments-form-message-info {
	background: url(../images/information.png) #dfeeff no-repeat 4px 50%;
}

/* Tab comments */
.comments .votes {
	margin-left: -4px;
}

.comments .favs {
	margin: 5px 0 15px;
}

/**
 * Tabs CSS
 * taken from the general.css in the backend
 */
dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	background: #f0f0f0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	color: #666666;
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
}

dl.tabs dt.open {
	background: #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	color: #000000;
	z-index: 100;
}

div.current {
	border: 1px solid #cccccc;
	clear: both;
	padding: 10px 10px;
}

div.current dd {
	margin: 0;
	padding: 0;
}

#bottom-block {
	margin: 0 auto;
	width: 373px;
}

/* Alpha Index */
#fc_alpha {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
}

#fc_alpha .letters {
	float: left;
	left: 50%;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#fc_alpha .numbers {
	clear: both;
	float: left;
	left: 50%;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.fc_alpha_index {
	background: #efefef;
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 2px;
	padding: 1px 2px;
	position: relative;
	right: 50%;
	text-decoration: none;
}

span.fc_alpha_index {
	color: #c0c0c0;
}

/* File Field Plugin */
.icon-mime {
	vertical-align: middle;
}

/* strange property in japurity /-) */
#flexicontent .hasTip img {
	margin: 0;
}

.empty_image {
	display: block;
	background: #F9F9F9 url(../../../../administrator/components/com_flexicontent/assets/images/image_add.png) no-repeat scroll 50% 50%;
	border:1px solid silver;
	margin-bottom:3px;
}

/* Buttons */
.button-add a {
	display: inline-block;
	padding: 1px 8px;
	border: 1px solid #ccc;
	background: #efefef;
}
.button-add a,
.button-add a:visited,
.button-add a:link,
.button-add a:hover {
	color: black;
	text-decoration: none;
}

.image img {
	float: left;
}

.flexi_image {
	width: 172px;
	float: right;
	margin-left: 22px;
	margin-right: 10px;
}

.secondary_image {
	width: 180px;
	float: left;
	margin-right: 10px;
}


.readmore {
	float: right;
	
	
}

.readmore a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/readmore.png) right 0 no-repeat;
	width: 70px;
	height: 17px;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #000;
	display: block;
}

.readmore a:visited {
	color: #222;
}

.readmore a:hover {
	background-position: right -34px;
	text-decoration: none;
}

.flexi_text p {
	margin-bottom: 6px;
}

.flexi_image img {
	border: 4px solid #454545;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
}

.flexi_image img:hover {
	
}


.secondary_image img {
	-moz-box-shadow:2px 2px 2px #CCCCCC;
	border:2px solid #454545;
	margin-top: 3px;
}

.secondary_image img:hover {

}


.flexi_heading a {
	color: #c79600;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 20px;
}

.flexi_heading {
	
}


.flexi_secondheading {
	font-size: 13px;
	line-height: 16px;
	color: #000;
	margin: 0;
	padding-bottom: 8px;
}

.flexi_secondheading a {
	color:#C79600;
font-family:arial,tahoma,helvetica,sans-serif;
font-size:20px;
font-weight:bold;
line-height: 23px;
}

.frontpage_second {
border-bottom:1px solid #DEDEDE;
padding-bottom:10px;
padding-top:10px;
}

.frontpage_second .readmore {
	margin-top: 12px;
}

.pushdown_second {
	margin-top: 13px;
}

.frontend_edit_button { 

}

.frontend_edit_left {
	float: right;
	font-weight: bold;
	padding-right: 4px;
	color: #111;
}

.frontend_edit_right {
	float: right;
	padding-right: 5px;
}

 

.pushdown_second .comment {
	float: left;
	padding-top: 5px;
	width: 150px;
}

.pushdown_second .readmore {
	margin-top: 0;
}



.introblock {
	padding-top: 20px;
}


.descriptive .flexi_heading {
	margin: 0;
}

.frontpage_li {
	margin-bottom: 20px;

	margin-top: 20px;

 
}

.secondary_description a:visited {
	color: #333;
}

.secondary_description a:hover {
	color: #c79600;
}

.secondary_description .readmore a:hover {
	color: #000;
}

.last_modified_left {
	float: left;
} 

.last_modified_right {	
	float: left;
}

 
.element .label {
	float: left;
	margin-right: 4px;
}

.element .value {
	float: left;
}

.element {
	display: block;
	margin-right: 10px;
}

.local_video h2 {
	margin: 0;
	margin-bottom: 6px;
	background: url(../images/item_headers.png) repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-shadow: 1px 1px 0 #ffde76;
	font-size: 18px;
		border-bottom: 1px solid #a57d00;
			border: 1px solid #AF8300;
	-moz-box-shadow: 0 2px 2px #ccc;
}

.youtube_video h2 {
	margin: 0;
	margin-bottom: 6px;
	background: url(../images/item_headers.png) repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-shadow: 1px 1px 0 #ffde76;
	font-size: 18px;
		border: 1px solid #AF8300;
	-moz-box-shadow: 0 2px 2px #ccc;
}

#comment-toolbar-5 {
	
}

.comment-box {
	background: #f9f9f9;
	

	padding: 10px;
}

.comment-date {
	font-size: 11px;
	color: #555;
}

.comments-vote {
	font-weight: bold;
}

.flexi_date {
	width: 612px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cid-115 .flexi_date, .cid-116 .flexi_date {
	width: 670px;
	padding-right: 8px;
	padding-left: 8px;
}

.cid-115 .text_inside caption, .cid-116 .text_inside caption {
	display: none;
}

.flexi_date .label {
	font-size: 11px;
}

.field_created {
	font-size: 11px;
}

.date_2 {
	padding-right: 10px;
	padding-left: 0;
	font-size: 11px;
}

.field_created {
	padding-right: 0px;
}

.bottom_date {
	margin-top: 20px;
}

.facebook_like_bottom {
	float: left;
	width: 85px;
	padding-top: 1px;
	padding-left: 5px;
}

.flexi_tags_left {

}

.flexi_tags_right {


}

h2.flexicontent {
	font-size: 20px;
}


.flexi_tags_title {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 6px;
}

.flexi_tags_wrapper {
	margin-top: 15px;
}

.last_modified {
	float: right;
	font-size: 11px;
	margin-right: 10px;
}

.image_middle_top {
	padding-top: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	font-size: 11px;
}

.image_middle {
	height: 100px;
}


.facebook_like_top {
	float: left;
	width: 1px;
	padding-top: 1px;
	padding-left: 5px;
}

.article_text {
	display: block;
	float: left;
}

#ie .article_text {
	padding-top: 12px;
}

.flexi_image_item {
	float: right;
	width: 150px;
}

.article_text .field_text {
	
}

.text_inside {
	float: left;

}

#ie .audio_and_gallery_value {
	clear: both;
}

#ie .audio_and_gallery_value .sig-container {
	width: 600px;
}


.image_with_stuff {	

	height: auto;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-top: 5px;
	float: right;
	margin-right: 5px;

}

#ie .image_with_stuff {
	width: 216px;
	
}
.image_top img {
	border: 1px solid #222;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
}

.image_top img {
	float: right;
}


.update_article {
	margin-top: 16px;
}


.jlikeflexi {
	width: 80px;
	height: 40px;
	margin-top: -1px;
}

.buttons_print {
	padding-left: 10px;
	float: left;
	margin-top: 2px;
}

.buttons_email {
	float: left;
	margin: 0;
	margin-top: 2px;
}


.buttons {
	display: none;
}

.date_1 {
	font-weight: normal;
	float: left;

}

.bubble_left {
	display: block;
	float: left;

}

.bubble_right {
	display: block;
	float: left;
		padding-top: 4px;
		padding-left: 4px;
}

.secondary_description a:hover {
	color: #999;
}

.secondary_description .flexi_secondheading a:hover {
	color: #000;
}

.comments_on_item {
	width: 50px;
	float: left;
}


.intro_comments {
	float: left;
	margin-top: 11px;
	font-size: 11px;
}

.comments_black:link {
	color: #000;
	font-weight: bold;
	font-size: 11px;


}

.comments_on_item {
	padding-top: 1px;
}


.comments_black:visited {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

.comments_black:hover {
	color: #999;
}

.descriptive .comment {
	padding-top: 5px; 
}

.view-category .flexi_description {
	margin: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 18px;
	
	
}



body.contentpane {
	padding: 25px;
	padding-top: 170px;
	background: url(../images/printview_uscslogo.png) no-repeat;
	background-position: 25px 25px;
}

body.contentpane .comments {
	display: none;
}

body.contentpane #OverlayContainer {
	height: auto !important;
}


.tags_left {
	float: left;
	padding-right: 5px;
}

.category_tags_display {
	padding-top: 15px;
	padding-bottom: 15px;
}

#ie .category_tags_display {
	padding-top: 0;
}

.button_email_left {
	float: left;
}

.button_email_right {
	float: left;
	padding-left: 2px;
}

.button_print_left {
	float: left;
}

.button_print_right {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
}

.tags_right {
	float: left;
}

.tags_right a {
	font-weight: bold;
}

.facebook_like_top {
	width: 80px;
}

.buttons_email {
	font-size: 11px;
	font-weight: bold;
}

.item_toolbar_left {
	float: left;
	width: 235px;
}

.item_toolbar_right {
	float: right;
	margin-right: 10px;
}

.image_middle .phocagallery img {
	border: 2px solid #222 !important;
}

.flexicontent_image_gallery {
	width: 138px;
	height: 51px;
	overflow: hidden;
}

.article_text .menu .level1 {
	background: transparent;
}

.itemid-125 .article_text .menu {
	font-size: 14px;
	font-weight: bold;
}

.itemid-125 .article_text .menu li {
	padding: 5px;
}

.category_tags_display {
	height: auto;
}

.tags_display {

	padding-top: 10px;
	
}

.rankings_table tr:nth-child(even) {background: #eee; padding-top: 4px; padding-bottom: 4px;}
.rankings_table tr:nth-child(odd) {background: #FFF; padding-top: 4px; padding-bottom: 4px;}

.rankings_table tr:nth-child(even) td {
	padding: 3px;
}

.rankings_table tr:nth-child(odd) td {
	padding: 3px;
}


.rankings_th td {
	background: #ddd;
	padding: 3px;
}

.rankings_table a:link, .rankings_tble a:visited {
	color: #000;

}

.rankings_table a:hover {
	color: #999;
}

.cid-115 .article_text, .cid-116 .article_text {
	width: 687px;
}

.update_article {
	clear: both;
	padding-top: 15px;
}

.tag_wrap_title {
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
}

.tag_wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.google_plus_bottom {
	float: left;
	margin-right: 6px;
	padding-left: 4px;

}

.google_plus_top {
	float: left;
}