/*  
Theme Name: Gotham News
Theme URI: http://www.woothemes.com/
Description: Gotham News by WooThemes
Version: 1.0.3
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

html, body {
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 12px;
	border: 0;
	color: #515151;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: rgb(37,37,37);
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 5px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #e24a00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.rsswidget {font-weight:bold;}


a:focus {outline: none;}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	/*background: url(images/quote.gif) no-repeat 10px 7px;*/
	color: #717171;
	line-height: 21px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter, .center {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft, .left {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright, .right {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Top Menu */

#top-menu-out {
	width: 100%;
	background: rgb(32,32,32);
}

#top-menu {
	width: 960px;
	margin-left: 30px;
	height: 28px;
	background: rgb(32,32,32);
	font-size: 11px;
}

#top-menu a {
	color: #fff;
}

#top-menu ul {
	padding: 6px 0 0 0;
	float: right;
	margin-right: -10px;
	position: relative;
}

#top-menu li {
	line-height: 14px;
	display: block;
	float: left;
	padding: 0 6px 0 6px;
	border-left: #4A4A4A 1px solid;
}

#top-menu li a {
    padding: 0px 4px;
}

#top-menu li a:hover {
    text-decoration:underline;
}

#top-menu li.first {
	border: 0;
}

#top-menu li.current_page_item a {
   
   
    text-decoration:underline;
}

/* Header */

#header-out {
	width: 100%;
	background: rgb(66,66,66) url(images/bg_header_shadow.gif) repeat-x 0 bottom;
	border-top: #0084C1 1px solid;
}

#header-bg {
	background: url(http://majarimagazine.com/wp-content/themes/gothamnews/styles/black/bg_header.jpg) repeat-x !important;
}

#header {
	width: 960px;
	padding-left: 30px;
	height: 101px;
}

#header .col-left {
	padding: 37px 0px 0 0;
}

#header .col-right {
	padding: 20px 0 0 0;
}

/* Header (title) */

#header h1 {
	display: none;
}

/* Header (date) */

#header .date {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

#header .date p {
	padding: 0 0 10px 0;
}

/* Header (search) */

#header #search div {
	width: 300px;
	height: 27px;
	background: url(images/bg_search.gif) no-repeat right 0;
	position: relative;
}

#header #search label {
	color: #fff;
	position: absolute;
	left: 0;
	top: 6px;
}

#header #search input {
	width: 238px;
	background: transparent;
	border: 0;
	position: absolute;
	right: 5px;
	top: 4px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

/* Main Menu */

#main-menu-out {
	width: 100%;
	background: #F9F9F9 url(images/bg_main_menu.gif) repeat-x 0 0px;
}

#main-menu {
	width: 960px;
	margin-left: 30px;
	height: 27px;
}

#main-menu a {
	color: #3E3E3E;
}

#main-menu ul {
	padding: 0;
	font-family: Georgia;
	font-size: 12px;
}

#main-menu li {
	display: inline;
	background: Yellow;
	display: block;
	height: 25px;
	float: left;
	background: #F9F9F9 url(images/bg_main_menu.gif) repeat-x 0px 13px;
}

#main-menu li a {
	display: block;
	float: left;
	border-right: #E4E4E4 1px solid;
	padding: 3px 12px 3px 12px;
	line-height: 20px;
}

/* Main Menu (current page item) */

#main-menu li.current-cat, #main-menu li.current-cat-parent {
	margin-left: -1px;
	height: 27px;
	background: #303030;
}

#main-menu li.current-cat a, #main-menu li.current-cat-parent a {
	background: #303030;
	display: block;
	float: left;
	padding: 0 0 0 2px;
	border-right: #E4E4E4 1px solid;
	color: #fff;
	margin-top: 5px;
}

#main-menu li.current-cat a span, #main-menu li.current-cat-parent span {
	background: #303030;
	display: block;
	line-height: 16px;
	padding: 0 12px 1px 10px;
}

/* Sub Category Menu */

#subcat-menu-out {
	width: 100%;
	background: rgb(252,252,252);
	border-bottom: #EBEBEB 1px solid;
}

#subcat-menu {
	width: 960px;
	margin-left: 30px;
	height: 24px;
}

#subcat-menu a {
	color: #3E3E3E;
}

#subcat-menu a:hover, li.current-cat a {
	color: #e24a00;
}

#subcat-menu ul {
	padding: 6px 0 0 0;
	width: 100%;
	margin-left: -7px;
	position: relative;
}

#subcat-menu li {
	display: inline;
	float:left;
}

#subcat-menu li a {
	display: inline;
	float: left;
	padding: 0 8px 0 7px;
	line-height: 18px;
	background: url(images/bg_subcat_border.gif) no-repeat right bottom;
}

#subcat-menu li.current-cat a {
	color: #e24a00;
	text-decoration:underline;
}
#subcat-menu ul li ul{
	padding:0px;
	width:auto;
	float:left;
	margin:0;
}

/* Middle */

#middle-out {
	width: 100%;
	background: #fff;
}

#middle {
	width: 960px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 34px;
}

/* Content */

#content {
	width: 630px;
}

/* Content (featured) */

#content .featured {
	width: 590px;
	padding: 5px 20px 18px 20px;
	background: rgb(36,36,36);
	color: #C4C4C4;
    margin-bottom: 22px;
    -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#content .featured h2 {
	font-family: Georgia;
	font-weight: normal;
	color: #fff;
	padding: 10px 0 2px 0;
	font-size: 22px;
}

#content .featured h2 a {
	color: #fff;
}

#content .featured p.post-details {
	padding: 2px 0 5px 17px;
	font-family: Georgia;
	font-style: italic;
	color: #787878;
	background: url(images/bg_post_details.gif) no-repeat 0 6px;
}

#content .featured p a  {
	color: #787878;
}

#content .featured img.alignleft {
	margin: 8px 15px 0 0;
	border: 3px solid #ffffff;
    padding: 0px;
}

/* Content (main) */

#content #main {
	/* padding-top: 22px; */
}

/* Content (archives) */

#content .archives {
	padding-top: 0 !important;
	width: 100%;
}

#content h2.arh {
	font-size: 12px;
	background: url(images/bg_h2_arh.gif) repeat-x 0 0;
	line-height: 37px;
	padding: 0 0 0 10px;
}

#content h2.search {
	padding-bottom: 0;
}

#content .archives #latest {
	border-top: 0;
}

#content .more_entries h2 {
	font-size: 17px;
	font-family: Georgia;
	font-weight: normal;
}

#content .more_entries {
	padding-top: 10px;
}

#content .more_entries h2 a {
	color: #515151;
}

/* Content (page) */

#content .page .post {
	border: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
}

/* Content (latest) */

#content #latest {
	width: 410px;
	border-top: #EBEBEB 1px solid;
}

#content #latest div.post-details {
	font: 10px Georgia;
	font-style: italic;
	color: #787878;
    display:block;
    margin-top:-5px;
    margin-bottom:5px;
}

/* Content (latest > post) */

#content #latest .post {
	width: 100%;
	padding: 10px 0;
	border-bottom: #EBEBEB 1px solid;
	clear: both;
}

#content #latest .post h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0 8px 0;
}

#content #latest .post p {
	line-height: 23px;
	padding: 2px 0 5px 0;
	display: inline;
}

#content #latest img.alignleft {
	margin-top: 7px;
	margin-bottom: 0;
    border: 3px solid #E7E7E7;
    padding: 0px;
}

a.read-more {
	font-weight: bold;
	margin-left: 1px;
}

/* Content (latest > more posts) */

#content #latest #more-posts {
	width: 100%;
}

#content #latest #more-posts ul {
	width: 100%;
	font-family: Georgia;
	font-size: 17px;
	padding: 0;
}

#content #latest #more-posts li {
	line-height: 27px;
	padding: 6px 0 7px 0;
	border-bottom: #EBEBEB 1px solid;
}

/* Content (popular) */

#content #popular-articles {
	width: 200px;
	background: rgb(243,243,243);
    float:left;
    margin-right:20px;
}

#content #popular-articles h2 {
	font-size: 12px;
	background: url(images/bg_h2_popular.gif) no-repeat 0 0;
	line-height: 37px;
	padding: 0 0 0 25px;
}

#content #popular-articles h3 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 8px 0 3px 0;
}

#content #popular-articles h3 a {
	color: #343434;
}

#content #popular-articles p {
	padding: 5px 0;
	line-height: 18px;
    font-size: 11px;
}

#content #popular-articles a.read-more {
	border-bottom: #CBCBCB 1px solid;
}

#content #popular-articles a.read-more:hover {
	text-decoration: none;
	border-bottom: #979797 1px solid;
}

#content #popular-articles .block {
	border-bottom: #C7C7C7 1px solid;
	padding: 0 5px 10px 8px;
}

/* Content (single) */

#content #single {
	width: 600px;
	padding-bottom: 30px;
}

/* Content (single > post) */

#content #single .post {
	width: 100%;
	border-bottom: #EBEBEB 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#content #single .post h2 {
	font-size: 25px;
	font-family: Georgia;
	font-weight: normal;
}

#content #single .post h3 {
 	margin-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#303030;
}

#content #single .post h2.title {
	padding-bottom: 2px;
}

#content #single .post p.post-details {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 20px;
	background: url(images/bg_post_details_single.gif) no-repeat 0 5px;
	color: #797979;
}

#content #single .post p.post-details a {
	color: #797979;
}

#content #single .post img.alignleft {
	margin: 8px 15px 0 0;
}

#content #single .post img.alignright {
	margin: 8px 0 0 15px;
}

/* Post Content Lists and Blockquote */

#content #single .post ol, #content #single .post ul {
	line-height: 20px;
}

#content #single .post ul {
	padding-left: 25px;
}

#content #single .post ul li {
	list-style: circle;
	padding: 3px 0;
}

#content #single .post ol {
	padding-left: 27px;
}

#content #single .post ol li {
	list-style: decimal;
	padding: 3px 0;
}

#content #single .post blockquote {
	color:#777777;
    font:12px Georgia;
	font-style:italic;
	margin:5px auto 10px;
	padding:0px 10px;
	width:85%;
}

/* table */
#content #single .post table { margin-left:auto; margin-right:auto; margin-bottom:15px; border:0; line-height:20px; }
#content #single .post table caption { line-height: 1.4em; padding: 3px !important; font:0.9em Arial, Helvetica, Verdana, Sans-Serif; color:#5f5f5f; }
#content #single .post th { background : #ececec; color:#333; padding: 2px; border:none; }
#content #single .post td { background : #fff; padding: 2px; border-bottom:#ececec solid 1px;}

/* Content (single > comments) */

#content #single #comments {
	width: 100%;
}

#content #single #comments h2 {
	font-size: 18px;
	font-family: Georgia;
	padding: 10px 0 30px 0;
}

/* thumbnails */
div.thumb {
	width: auto;
}
div.thumbinner {
	padding: 0px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

html .thumbimage, div.wp-caption img {
	margin:0;
	padding-bottom:1px;
}

html a .thumbimage, div.wp-caption img {
	margin:0;
	padding-bottom:1px;
}

html .thumbcaption, p.wp-caption-text, html .thumbcaption p {
	text-align: left;
	padding: 3px 0px;
	font:10px Arial, Helvetica;
	color:#5f5f5f;
    line-height:14px;
    border-bottom: 1px solid #ccc;
}

p.wp-caption-text {
 margin: 0px 3px;
}

div.aligncenter, div.center {
	margin: 10px auto 10px auto;
	display: block;
}

div.tright, div.alignright {
	clear: right;
	float: right;
    margin: 10px 0px 8px 10px;
}
div.tleft, div.alignleft {
	float: left;
	clear: left;
    margin: 10px 10px 8px 0;
}
img.thumbborder {
	border: 0px solid #ccc;
}

div.wp-caption {
	padding: 3px 0px;
	background-color: #fff;
	text-align: center;
}

/* Page Links */
div.pagelink a, div.pagelink a:link { font-weight: bold; padding: 1px 5px 1px 5px; 
	margin: 3px 4px;
	text-decoration: none;
	border: 1px solid #e24a00;
	color: #fff;
	background-color: #e24a00;
	-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; 
}

div.pagelink a:hover {	
	border: 1px solid #0090db;
	color: #fff;
	background-color: #0090db;
    
}

/* Content (single > comments > comment) */

#content #single .comment {
	width: 100%;
	margin-bottom: 17px;
}

#content #single .comment .col-left {
	width: 112px;
	text-align: right;
	font-family: Georgia;
}

#content #single .comment .col-left a, #content #single .comment .col-left p.author {
	color: #565656;
    font-weight:bold;
}

#content #single .comment .col-left a:hover {
	text-decoration: underline;
}

#content #single .comment .col-left img {
	margin-bottom: 5px;
    border:2px solid #DEDEDE;
    width: 48px; height: 48px;
}

#content #single .comment .col-left p {
	padding: 0px 0;
    font-size:11px;
    line-height:15px;
}

#content #single .comment .col-right {
	width: 445px;
	padding: 0px 10px;
	background: #F8F8F8;
	border: #DEDEDE 1px solid;
	min-height: 100px;
    font-size:11px;
    -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

* html #content #single .comment .col-right {
	height: 100px;
}

#content #single .lc_logged {
	margin-top: -20px;
	position: relative;
}

/* Content (single > comments > form) */

#content #single #comments label {
	display: block;
	clear: both;
	padding-bottom: 10px;
	width: 400px;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
}

#content #single #comments label span {
	line-height: 27px;
	padding-left: 10px;
	float: left;
}

#content #single #comments label input {
	width: 160px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 4px;
	border: #E5E5E5 1px solid;
	float: left;
}

#content #single #comments textarea {
	display: block;
	clear: both;
	width: 513px;
	padding: 5px 4px;
	border: #E5E5E5 1px solid;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	width: 311px;
}

#sidebar .block {
	border: #DEDEDE 1px solid;
	background: #F2F2F2;
	padding: 10px 9px 10px 9px;
	margin-bottom: 14px;
    -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#sidebar .block h2 {
	font-size: 14px;
	padding: 0 0 5px 0;
}

#sidebar .block .inside {
	background: #fff;
	border: #DEDEDE 1px solid;
	padding: 5px 12px;
    font-size: 11px;
    -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#sidebar .inside ul {
	padding: 0;
}

#sidebar .inside li {
	line-height: 18px;
	padding: 3px 0 3px 12px;
	background: url(images/bg_arrows.gif) no-repeat 0 8px;
}

#sidebar .inside li a {
	color: #565656;
}

#sidebar .inside li a:hover {
	color: #e24a00;
}

/* Sidebar (tabs) */

#sidebar #tabs ul.tabs {
	padding: 0;
	width: 100%;
	margin-bottom: 8px;
}

#sidebar #tabs ul.tabs li {
	display: block;
	float: left;
	margin-right: 3px;
}

#sidebar #tabs ul.tabs li a {
	background: #fff;
	display: block;
	border: #DEDEDE 1px solid;
	line-height: 27px;
	padding: 0 9px;
	color: #515151;
	font-weight: bold;
}

#sidebar #tabs ul.tabs li a.selected {
	background: url(images/bg_tabs_selected.gif) repeat-x 0 0;
	color: #fff;
	border: 0;
	margin-top: 1px;
}

#sidebar #tabs .inside {
	position: relative;
	padding-top: 6px;
	padding-bottom:15px;	
}

#sidebar #tabs .inside ul {
	padding-top: 0px;
}

#sidebar #tabs .inside li {
	padding: 3px 0;
	border-bottom: #DEDEDE 1px solid;
	background: none;
}

#sidebar #tabs .inside .border-clear {
	width: 100%;
	height: 8px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 0;
}

#sidebar #video h3 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 8px 0 3px 0;
}

#sidebar #video h3 a {
	color: #343434;
}

#sidebar #video p {
	padding: 5px 0;
	line-height: 18px;
    font-size: 11px;
}

/* Sidebar (subscribe) */

#sidebar .subscribe {
	width: 241px;
	height: 45px;
	padding: 16px 0 0 70px;
	background: url(images/bg_subscribe.gif) no-repeat 0 0;
	margin-bottom: 16px;
}

#sidebar .email {
	background: url(images/bg_email.gif) no-repeat 0 0;
}

#sidebar .forum {
	background: url(images/bg_forum.gif) no-repeat 0 0;
}

#sidebar .subscribe h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	color: #2D2D2D;
	padding: 0;
	line-height: 15px;
}

#sidebar .subscribe h2 a {
	color: #2D2D2D;
}

#sidebar .subscribe p {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #6F6F6F;
	padding: 0;
	line-height: 15px;
}

/* Sidebar (advert) */

#sidebar .advert {
	width: 300px;
	text-align: center;
	margin-bottom: 14px;
    border:1px solid #E7E7E7;
    padding:4px 5px 4px 4px;
    -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

/* Sidebar (categories and archive) */

#sidebar #cat-arh {
	width: 291px;
}

#sidebar #cat-arh .container {
	background: url(images/bg_catarh.gif);
	border-bottom: #E7E7E7 1px solid;
	width: 100%;
}

#sidebar #cat-arh .inside {
	padding: 7px 8px 10px 12px;
	border-bottom: 0;
}

#sidebar #cat-arh .col-left .inside {
	border-right: 0;
	width: 123px;
}

#sidebar #cat-arh .col-left h2 {
	background: #F2F2F2;
}

#sidebar #cat-arh .col-right .inside {
	width: 125px;
	border-left: 0;
}

#sidebar #cat-arh .col-right h2 {
	background: #F2F2F2;
	margin-left: -1px;
	padding-left: 1px;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C7C7C7;
}

#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;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#footer #tag_cloud h2 {
	margin-bottom: 10px;
}

#footer #tag_cloud a {
	color: #515151;
}

/* Widget (textwidget) */

.textwidget {
	padding: 10px 0;
}

/* Footer */

#footer-out {
	width: 100%;
	background: rgb(232,232,232) url(images/bg_footer.gif) repeat-x 0 0;
}

#footer {
	width: 960px;
	margin-left: 30px;
	padding: 10px 0;
}

#footer .block {
	display: block;
	margin-right: 30px;
	float: left;
}

#footer .last {
	margin-right: 0;
}

#footer h2 {
	color: #3B3B3B;
}

/* Footer (flickr) */

.flickr_badge_image img {
	float:left;
	margin:8px 3px 0px;
	padding:0 7px 5px 0;
}


#footer .flickr h2 {
	font-size: 14px;
	font-weight: normal;
}

#footer .flickr h2 span {
	color: #e24a00;
}

#footer .flickr h2 span span {
	color: #DE42B1;
}

#footer .flickr .inside {
	margin-left: -15px;
	position: relative;
	width: 300px;
	padding-top: 10px;
}

#footer .flickr img {
	display: block;
	float: left;
	padding: 3px;
	background: #fff;
	margin:0 0 15px 15px;
	display: inline;
	position: relative;
}

/* Ads */
.ads-468 {
    margin:10px auto;width:468px;display:block;padding:3px;border:1px solid #E7E7E7;
    -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.ads-info {
    text-align:center; font:9px Arial; color:#e24a00; padding-top:3px; text-decoration:underline;
}
/* Footer (widget) */

#footer .widget {
	width: 300px;
    overflow: visible;
}

#footer .widget h2 {
	font-family: Georgia;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	background: url(images/bg_footer_h2.gif) no-repeat 0 13px;
	padding-left: 25px;
}

#footer .widget ul {
	padding-left: 5px;
}

#footer .widget li {
	line-height: 20px;
	padding: 2px 0 2px 15px;
	background: url(images/bg_footer_arrows.gif) no-repeat 0 10px;
}

#footer .widget li a {
	color: #515151;
}

/* Copyright */

#copyright-out {
	width: 100%;
	background: rgb(37,37,37) url(images/bg_copyright.gif) repeat-x 0 0;
}

#copyright {
	width: 960px;
	margin-left: 30px;
	padding: 15px 0 20px 0;
    font-size:0.9em;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright ul {
	padding: 10px 0 5px 0;
	margin-left: -7px;
	position: relative;
}

#copyright li {
	display: inline;
	padding: 0 7px;
	border-left: #3A3A3A 1px solid;
}

#copyright li.first {
	border: 0;
}

#copyright p {
	font-style: italic;
	color: #CACACA;
	padding: 0;
}

#copyright .col-right {
	padding-top: 10px;
}

/* Fix */

.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Mix */

.ui-tabs-hide {  
	display: none;  
}  

.ads img {
  margin:5px 5px 0 0;
}

/*=== 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, img.center {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright, img.right {
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft, img.left {
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}
