/**
 * Theme Name: Celebrities.Com
 * Description: A Celebrity-News child theme of the Hybrid theme framework.
 * Version: 0.1
 * Author: 
 * Author URI: 
 * Tags: 
 * Template: hybrid
 */

/* Get base CSS */
/*@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');
/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	width: 960px;
	margin: 0 auto;
	background-attachment: fixed;
	background-image: url(images/celeb-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	font-family: Arial;
}
/* Body container */
#body-container {
}
/**
* Elements
************************************************/

/* Links */
a, a:visited {
	color:#fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.entry-content a {
	color:#E01487;
}
.entry-content a:hover {
	color:#999;
	text-decoration: none;
}
/* Headers */
h1, h2, h4, h5, h6 {
}
h3 {
	margin: 0px;
	padding: 0px;
}
/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	height: auto;
}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
}
/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0 0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	border: none;
	font-size: 11px;
}
blockquote blockquote {
	color: #555;
}
blockquote em {
	font-style: normal;
}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
.pullquote p {
	margin: 0;
}
/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
}
pre code {
	padding: 0;
	background: transparent;
}
/* Tables */
table {
	width: 100%;
	background: #ddd;
}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
}
tr {
	margin: 1px;
	border: 1px solid #ddd;
}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
tr.alt td, tr.even td {
	background: #eee;
}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
}
th a {
	font-weight: bold;
	color: #eee;
}
/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
}
/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	color: #444;
}
/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
}
/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}
/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}
/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}
/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
}
.clear {
	clear: both;
}
span.pullquote {
	float: none;
	margin: 0;
}
/**
* Images
************************************************/
.entry-content img {
	background-image:url("images/widget-bg.png");
	background-repeat:repeat;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	max-width:560px;
	padding:5px;
}
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}
/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
}
.gallery img {
	border: 1px solid #3c738c;
}
/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
}
/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0 !important;
	padding: 4px !important;
	background:url(images/widget-bg.png);
	border:none !important;
}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	border:none !important;
}
/**
* Page Navigation
************************************************/
#navigation {
	background:#333333 none repeat scroll 0 0;
	border-top:11px solid #000000;
	height:25px;
	margin:0 auto 0;
	width:960px;
        display:none;
}
#page-nav {
}
#page-nav ul {
	list-style: none;
	margin: 0;
}
#page-nav li {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
}
#page-nav a {
	display: block;
	font: normal normal normal 11px/11px Verdana, Geneva, Tahoma, sans-serif;
	color: #ffffff;
	padding: 0 15px 0 15px;
	border-right: 1px solid #ffffff;
}
/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 19px;
}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;
}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
}
/**
* Search form (in navigation)
************************************************/
#navigation .search {
    float:right;
    height:30px;
    padding:10px 0 10px 10px;
    position:relative;
    top:145px;
    width:300px;
}
#navigation input {
	border:medium none;
	color:#AAAAAA;
	float:right;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:25px;
	padding-left:10px;
	padding-top:5px;
	width:auto;
}
.search-button {
	background-color:transparent !important;
	background-image:url(images/search-btn.png) !important;
	cursor:pointer;
	height:31px !important;
	text-indent:-1000px;
	width:115px !important;
	overflow:hidden;
	border:none;
}
.search-button:hover {
	background-position: -115px 0px;
}
/**
* Header
************************************************/
#header-container {
    float:left;
    height:101px;
    width:960px;
    margin-top:20px;
}
#header {
    background-color:transparent;
    background-image:url("images/celeb-header.png");
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    width:960px;
}
#site-title {
  float:left;
    text-indent:-9999px;
}
#site-title a {
}
#site-description {
	margin-left:-1000px;
	margin-top:-900px;
}
/**
* Header utility widget
************************************************/

#utility-header {
    float:right;
}
#utility-header .widget {
	background: transparent;
	border: none;
}
#utility-header #utility-header .widget-inside img {
	float: right;
}
.widget-inside {
background-color:#FFFFFF;
}


#primary .widget-inside {

}
/**
* Category Navigation
************************************************/
#cat-navigation {
	width: 960px;
	height: 28px;
	margin: 0 auto;
	font: normal normal bold 12px/12px Verdana, Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
}
#cat-nav {
	float: left;
	width: 760px;
	height: 25px;
	border-left: 1px solid #2b526b;
}
#cat-navigation ul {
	list-style: none;
	margin: 0;
}
#cat-navigation li {
	float: left;
	border-right: 1px solid #2b526b;
}
#cat-navigation a {
	display: block;
	padding: 7px 20px 6px 20px;
	text-transform: uppercase;
	color: #fafafa;
}
#cat-navigation li li a {
	width: 160px;
	font: normal normal bold 10px/10px Verdana, Geneva, Tahoma, sans-serif;
	padding: 8px 10px;
	color: #fff;
	background: #2b526b;
	border-top: 1px solid #244960;
}
/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.05em;
}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul {
	top: 0;
}
#cat-nav ul ul {
	background: #2b526b;
}
/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
}
/**
* Subscribe/feed link (in navigation)
************************************************/
#cat-navigation #feed {
	width: 180px;
	float: right;
}
#feed li {
	float: right;
	border: none;
}
#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
}
/**
* Container (content/primary/secondary)
************************************************/
#container {
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:960px;
}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
}
.content {
	overflow: hidden;
	float: left;
	width: 580px;
	padding: 15px;
	background: #fff;
}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20px 0;
}
/**
* Posts
************************************************/
.post {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}
.single .post, .page .post {
	margin-bottom: 0;
}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
}
/* Post title */
.entry-title {
	font-family:Helvetica, Arial;
	font-size:20px;
	margin-bottom:0;
	margin-top:0;
}
.entry-title a {
	color: #222;
	text-decoration: none;
}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font-family:georgia;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-top:0;
}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
}
/* Byline */
.byline {
	display:none;
}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
}
.byline a {
}
/* Entry */
.entry-content, .entry-summary {
	overflow: visible;
	font-size: 13px;
}
/* Post meta data */
.entry-meta {
	clear:both;
	color:#777777;
	display:block;
	font-size:10px;
	font-style:italic;
	margin-bottom:40px;
	padding:9px 0 0;
}
.entry-meta a {
	font-style: normal;
	color:#E01487;
}
/* Page links */
p.pages {
	font-weight: bold;
}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
}
/* Series */
.series-title {
	font-size: 1.2em;
}
/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
.single .author-profile p {
	margin: 0 0 9px 0;
}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
}
/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
}
.page-template-biography .author-profile {
	margin: 0;
}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
}
/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	border-bottom:1px dotted #000000;
	font-family:Helvetica, Arial;
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:0;
	margin-top:-10px;
}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
}
/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
.attachment object.video {
	width: 100%;
	height: 360px;
}
.attachment object.audio {
	width: 100%;
}
.attachment-image .post-meta-data {
	clear: left;
}
.attachment .download {
	display: block;
	margin-bottom: 20px;
}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
}
/* Breadcrumb */
.breadcrumb {
	display:none;
	font-size: 11px;
	color: #666;
}
.breadcrumb a {
	color: #E01487;
}
.breadcrumb a:hover {
	color: #666;
}
/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
}
/* Navigation links */
.navigation-links {
	overflow: hidden;
}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
}
.previous {
	float: left;
}
.next {
	float: right;
	text-align: right;
}
#comments-template .paged-navigation {
	text-align: center;
}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
}
/**
* Widgets in general
************************************************/
.widget {
	overflow:hidden;
}
.widget-title {
}
.widget-title a {
}
.widget ul {
	list-style: none;
	margin-left:-30px;
	margin-top:5px;
}
.widget ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}
/* Widget search */
.widget-search .search-text {
	width: 300px;
}
/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
}
/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: normal normal bold 14px/20px georgia, times, 'times new roman', serif;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
}
.content .widget-title a {
	color: #093653;
}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
}
/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float:right;
}
#primary {
background-image:url("images/widget-bg.png");
background-position:center top, left center;
background-repeat:repeat-y;
margin-right:15px;
margin-top:15px;
padding:10px;
}
#primary .widget {
margin-bottom:10px;
width:302px;}
#primary h3 {
color:#E01487;
font-family:Helvetica,Arial;
font-size:20px;
padding-left:10px;
padding-top:5px;
text-decoration:none;
}
#primary .Advman_Widget .widget-inside {
	padding: 0;
}
#secondary {
background-image:url("images/widget-bg.png");
background-position:center top, left center;
background-repeat:repeat-y;
margin-right:15px;
margin-top:15px;
padding:10px;
}
#secondary h3 {
	font-family:Helvetica, Arial;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	color: #E01487;
}
#tertiary {
	overflow: hidden;
	float: right;
	width: 153px;
}
#primary .widget ul li {
	border-bottom:1px solid #EEEEEE;
	display:inline-block;
	margin-left:1px;
	padding:2px 0 5px 14px;
	vertical-align:top;
	width:126px;
}
#primary .widget ul ul {
	margin: 5px 0 0 0;
}
#primary .widget ul li li {
	border:medium none;
	margin:0 0 2px -57px;
	padding:0 0 2px 18px;
}
#primary .widget ul li a:hover {
	color:#E01487;
}
#primary .widget ul li a {
	color:#777777;
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
}
#secondary .widget ul li a {
	color:#777777;
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
}
#secondary .widget ul li a:hover {
	color:#E01487;
}
#secondary .widget ul li {
	border-bottom:1px solid #EEEEEE;
	display:inline-block;
	margin-left:1px;
	padding:2px 0 5px 14px;
	vertical-align:top;
	width:126px;
}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
}
/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
}
/* Comment headers */
#comments-number, #reply {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	margin-bottom:5px;
}
/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
}
/* Comment list */
#comments-template ol {
	list-style:none outside none;
	margin:0 0 0 -35px;
}
/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 10px;
}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
}
/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	display:none;
}
/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #E01487;
}
#comments .comment-meta-data {
	margin-bottom: 15px;
}
#comments a {
	color:#E01487;
	text-decoration:none;
}
#comments a:hover {
	color:#333;
}
/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
}
/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.page-template-quick-post .text-input {
	width: 97.5%;
}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.button {
	background:#E01487 none repeat scroll 0 0;
	border:medium none !important;
	color:#EEEEEE;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0;
	margin-right:9px;
	padding:6px 9px;
	width:100px;
}
.button:hover {
	cursor: pointer;
	background: #9B1B58;
}
.search-form input {
	margin-right: 9px;
}
/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	background: #001838;
	border-top: 3px solid #00070F;
}
/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
}
#subsidiary .widget-inside {
	background-color: #222 !important;
}
#subsidiary .widget {
	border:medium none;
	color:#777777;
	float:left;
	font-family: Arial;
	font-size:12px;
	font-size-adjust:none;
	font-weight:normal;
	line-height:21px;
	margin:0;
	overflow:hidden;
	padding:15px 15px 0;
	width:210px;
}
#subsidiary .widget-title {
	background:transparent none repeat scroll 0 0;
	border-bottom:1px dotted #7D7D7D;
	color:#E7E7E7;
	font-family:Helvetica, Arial;
	font-size:20px;
	margin:0 0 3px;
	padding:0 0 7px;
}
#subsidiary a {
	color:#E7E7E7;
}
#subsidiary a:hover {
	color:#fff;
	text-decoration:none;
}
#subsidiary .widget ul {
	margin-left:-40px;
}
#subsidiary .widget ul li {
	background:transparent none repeat scroll 0 0;
	border-bottom:1px dotted #E7E7E7;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:0 0 3px;
	padding:0 5px 3px;
}
/**
* Footer
************************************************/
#footer-container {
	background:#222222 none repeat scroll 0 0;
	border-top:3px solid #000000;
	clear:both;
	overflow:hidden;
	padding:2px 0 0;
}
#footer {
	border-top:3px solid #E7E7E7;
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:20px;
	width:960px;
}
#footer a {
	font-style: normal;
	color: #aaa;
}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
}
.utility-before-header {
	background-color:#000000;
	height:120px;
	padding-left:10px;
	padding-right:10px;
}
#mm_nav {
	background:none repeat scroll 0 0 #000000;
	color:#FFFFFF !important;
	display:block;
	font-size:14px !important;
	font-weight:bold !important;
	list-style:none outside none;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
	width:100%;
	height:40px;
}
#mm_nav a {
	color:#FFFFFF;
	text-decoration:none;
}
#mm_nav a:hover {
	color:#E01487;
	text-decoration:none;
}
#mm_nav a:active {
	color:#C44369 !important;
	text-decoration:none;
}
#mm_nav .mm_sub_nav {
	background-color:#FFFFFF !important;
	border-color:#CCCCCC !important;
	border-style:solid;
	border-width:0 1px 1px;
}
#mm_nav .mm_sub_nav a:hover {
	background:none repeat scroll 0 0 #E01487 !important;
	color:#FFFFFF;
	text-decoration:none;
}
#mm_nav .mm_sub_nav a {
	color:#E01487;
	text-decoration:none;
}
.entry-meta .category {
	font-size:10px;
	padding-right:10px;
	padding-top:0;
}
.category a {
	color: #E01487;
	text-decoration: none;
}
.category a:hover {
	color: #777777;
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.separator {
	display:none;
}
.comments-link {
	background-image:url(images/comments-link.png);
	float:right;
	font-size:10px;
	height:18px;
	padding-top:12px;
	text-align:center;
	width:100px;
}
.comments-link a {
	color: #FFF !important;
	text-decoration: none;
}
.comments-link a:hover {
	text-decoration: underline !important;
}
.link-home {
	float:left;
	width:330px;
}
<!--
SOCIAL TOOLS-->  div.pageToolsN {
}
div.pageToolsN h2 {
	color:#FFFFFF;
	float:left;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin-top:9px;
}
div.pageToolsN ul li a {
}
div.pageToolsN ul li a:hover {
}
div.pageToolsN ul.topTools {
	float:right;
	margin:10px 0 -10px 40px;
}
div.pageToolsN ul.topTools li {
	display:inline;
	float:left;
	margin:0;
	width:50px;
}
div.pageToolsN ul.topTools li.lastTool {
}
div.pageToolsN ul.topTools li a {
}
div.pageToolsN ul.topTools li a.icon {
}
div.pageToolsN ul.topTools li a span.icon {
	display:block;
	margin:0 auto 5px;
	text-indent:-200em;
	cursor:pointer;
}
div.pageToolsN ul.topTools li a span.twitter {
	height:32px;
	width:50px;
	background-color: transparent;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
div.pageToolsN ul.topTools li a span.twitter:hover {
	background-position:none;
}
div.pageToolsN ul.topTools li a span.rss {
	height:32px;
	width:50px;
	background-color: transparent;
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-position: center;
}
div.pageToolsN ul.topTools li a span.rss:hover {
	background-position:none;
}
div.pageToolsN ul.topTools li a span.facebook {
	height:32px;
	width:50px;
	background-color: transparent;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
div.pageToolsN ul.topTools li a span.facebook:hover {
	background-position:none;
}
<!--
END SOCIAL TOOLS-->  .log-in-out {
	font-size: 10px;
	text-decoration: none;
}
.log-in-out a {
	color:#E01487;
}
.log-in-out a:hover {
	color:#999;
}
.vvqbox {
	display:inline !important;
	margin:10px auto;
	max-width:100%;
	visibility:visible !important;
}
#tags {
}
.page-8 #utility-before-content {
	height:230px;
}
#utility-before-content {
	background-image:url("images/widget-bg.png");
	background-position:left top;
	background-repeat:repeat;
	height:auto;
	margin-bottom:10px;
	padding:10px;
	width:100%;
}
#utility-before-content .widget {
	width:48%;
	float:left;
	margin-right:7px;
}
#utility-before-content #hybrid-categories-4 {
	padding-left:9px;
}
#utility-before-content h3 {
	color:#E01487;
	font-family:Helvetica, Arial;
	font-size:20px;
	padding:10px 0 0 10px;
	text-decoration:none;
}
#utility-before-content .widget ul {
	list-style:none outside none;
	margin-left:-30px;
	margin-top:5px;
}
#utility-before-content .widget ul li {
	border-bottom:1px solid #EEEEEE;
	display:inline-block;
	margin-left:1px;
	padding:2px 0 5px 14px;
	vertical-align:top;
	width:240px;
}
#utility-before-content .widget ul li a {
color:#E01487;
font-family:Helvetica,Arial;
font-size:20px;
padding-left:10px;
padding-top:5px;
text-decoration:none
}
#utility-before-content .widget ul li a:hover {
	color:#777777;
}
#utility-header .widget-inside {
	background:none;
	padding:none;
}
/*** SAS ***/
#searchedfor {
	margin-left:15px;
	margin-top:-35px;
}
#searchedfor .head {
	float:right;
	color:#777777;
	font-size:11px;
	margin-right:10px;
}
#adlisting .title {
	color:#E01487;
}
#adlisting .visiblurl {
	color:#E01487;
}
#adlisting .visiblurl a {
	color:#E01487;
	font-size:14px;
}
#adlisting .description {
	color:#555555;
	font-size:15px;
}
#adlisting {
	line-height:1.4em;
}
.page-2431 #primary, .page-2431 #footer-container, .page-2431 #navigation, .page-2431 #header, .page-2431 #utility-before-content, .page-2431 #mm-nav, .page-2431 #utility-after-singular {
	display:none !important;
}
.page-2431 #header-container {
	height:0 !important;
}
body .page-2431 {
	height:600px !important;
	margin:0 auto !important;
	width:616px !important;
}
.page-2431 #mm-nav {
	height:0 !important;
	display: none !important;
}
body.home #utility-before-content #ddc_sas-4 {
	display:none;
}
body.category #utility-before-content .widget {
	float: none;
	width: 99%;
}
body.category #utility-before-content .widget_ddc_sas h3.widget-title {
	display:none;
}
.singular #ddc_sas-4 {
	display: none;
}
.singular .widget_ddc_sas h2 {
	display: none;
}
.singular #content .widget_ddc_sas {
	border: none;
	float:left;
	margin-right:10px;
	width:250px;
	margin-bottom: 10px;
	display:none;
}
.singular #content .widget_ddc_sas #searchedfor {
	margin-top: -28px;
	margin-right: 10px;
}
.singular #content .widget_ddc_sas #adlisting .title {
	font-size: 11px;
}
.singular #content .widget_ddc_sas #adlisting .description {
	font-size: 9px;
	line-height:12px;
}
.singular #content .widget_ddc_sas #adlisting .visiblurl a {
	font-size: 9px;
}
.singular #content .widget_ddc_sas #adlisting {
	padding: 2px 2px 2px 10px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px 4px 4px 4px;
}
.singular .content {
}
.singular #content .widget_ddc_sas img {
	background: none;
	padding: 0;
	margin: 0;
}
.singular #content .widget_ddc_sas #ad-3, .singular #content .widget_ddc_sas #ad-4, .singular #content .widget_ddc_sas #ad-5, .singular #content .widget_ddc_sas #ad-6, .singular #content .widget_ddc_sas #ad-7, .singular #content .widget_ddc_sas #ad-8, .singular #content .widget_ddc_sas #spacer-2, .singular #content .widget_ddc_sas #spacer-3, .singular #content .widget_ddc_sas #spacer-4, .singular #content .widget_ddc_sas #spacer-5, .singular #content .widget_ddc_sas #spacer-6, .singular #content .widget_ddc_sas #spacer-7, .singular #content .widget_ddc_sas #spacer-8 {
	display: none;
}

.singular #content .entry-content div{
	display: none;
}
#mta_bar{ display:none;}

