/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

.noticon {
	font-family: "Noticons" !important;
}
body{font-family:'Arial', 'sans-serif'; color: #333;}
a, a:visited{ font-weight: bold; color: #555; }
a:hover{ color: #990000; }
p{ font-size: 14px; line-height: 1.5em; margin-bottom: 15px; }
h1{ font: 24px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; }

/*Main Menu*/
#cmg-head-main-nav{ background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/navbar.jpg) repeat; border-bottom: 10px solid #990000; margin-bottom: 14px; background-size: 5px 26px; }
#cmg-head-main-nav ul.menu{ text-align: center; }
#cmg-head-main-nav ul.menu li{ display: inline-block; position: relative; padding: 0px 18px; border-left: 1px solid #777; margin-left: -4px; }
#cmg-head-main-nav ul.menu li:last-child{border-right: 1px solid #777; }
#cmg-head-main-nav ul.menu li:nth-last-child(2), #cmg-head-main-nav ul.menu li:nth-last-child(3), #cmg-head-main-nav ul.menu li:nth-last-child(4){ display: none; }
#cmg-head-main-nav ul.menu li ul.sub-menu{ position: absolute; background: #000; left: 0; z-index: 9; width: 145px; border: 1px solid #777; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; display: none; }
#cmg-head-main-nav ul.menu li ul.sub-menu li{display: block; position: relative; border: none; text-align: left; margin-left: 4px; padding: 3px 5px 3px 18px; }
#cmg-head-main-nav ul li a{color: #FFF; font: 17px 'Oswald', 'arial', 'sans-serif'; display: block; }
#cmg-head-main-nav ul li a:hover{ color: #990000; }
#cmg-head-main-nav ul.menu li ul.sub-menu li a{ font-size: 14px; line-height: 20px; }
.menu-link-box{position: absolute; z-index: 9; height: 11px; width: 100%; left: 0; bottom: 0; display: none; }
.menu-link-box span.menu-link{width: 12px; height: 12px; background: transparent url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png) no-repeat -480px -140px; position: relative; display: block; margin: 0 auto; }

/*Header*/
#cmg-head{ margin: 0 auto; background-color: #000; }
#cmg-head-top-section{ max-width: 980px; margin: 0 auto; padding: 12px 0; }
#cmg-head-top-section ul{ width: 100%; }
#cmg-head-top-section ul, #cmg-head-top-section ul li{ display: inline-block; }
#cmg-site-logo{ float: left; width: 170px; height: 90px; }
#cmg-site-logo a{ display: block; background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png) no-repeat -8px -5px; width: 170px; height: 90px; background-size: 380px auto; }

/*Homepage Featured Stories*/
#homepage-lead-stories{ margin-bottom: 15px; }
#homepage-lead-stories ul li{ display: inline-block; margin: 0 8px 12px 0; width: 205px; }
#homepage-lead-stories ul li:first-child{ width: 640px; }
#homepage-lead-stories ul li:first-child, #homepage-lead-stories ul li:last-child{ margin-right: 0px; }
#homepage-lead-stories ul li a img{ width: 100%; height: 120px; }
#homepage-lead-stories ul li:first-child a img{ height: 370px; }
.fs-nav{ display: none; }

/* Homepage Secondary Stories */
#homepage-secondary-stories{ margin-bottom: 10px; }
#homepage-secondary-stories ul li{ display: inline-block; margin: 3px 8px 8px 0; width: 205px; }
#homepage-secondary-stories ul li:last-child{ margin-right: 0px; }
#homepage-secondary-stories ul li a img{ width: 100%; height: 120px; }

/*Post Items Preview*/
.cmg-widget-title-long{ font: italic 24px/1.4em 'Alegreya Sans SC', 'arial', 'sans-serif'; color: #444; background: #FFF;  display: table; white-space: nowrap; overflow: hidden; }
.cmg-widget-title-long:after{ border-top: 2px solid #444; content: ''; display: table-cell; position: relative; top: 0.7em; width: 98%; left: 2%; } 
#cmg-home .cmg-archive-title, .cmg-widget-title{ font: 24px/1.4em 'Oswald', 'arial', 'sans-serif'; background: #000; color: #FFF; text-align: center; border-top-left-radius: 8px; border-top-right-radius: 8px; text-transform: uppercase; padding: 3px; }
#cmg-home .cmg-archive-title{ border-bottom: 0; }
#cmg-home .cmg-paged{ border-bottom: 2px solid #888; background: transparent; text-align: left; font: 24px/1.5em 'Oswald', 'Arial', 'sans-serif'; padding: 0; color: #333; }
#cmg-preview-list .post-items{ border-bottom: 1px solid #888; padding: 15px 0 0; display: inline-block; width: 100%; }
#cmg-preview-list .post-item-image-link{ float: left; margin-right: 10px; }
#cmg-preview-list .post-item-image-link img{ width: 225px; height: 132px; }
#cmg-preview-list .post-item-category-link{ color: #FFF; background: #990000; font: bold 12px 'Tahoma', 'Arial','sans-serif'; text-align: center; text-transform: uppercase; padding: 1px 5px 2px; display: inline-block; min-width: 105px; margin-bottom: 5px; }
#cmg-preview-list .post-item-title-link{ font: 18px/1.2em 'Oswald', 'Arial', 'san-serif'; color: #000; text-transform: uppercase; }
#cmg-preview-list .post-item-excerpt{ font: bold 13px/1.4em 'Arial', 'san-serif'; color: #888; }
#cmg-preview-list .post-meta-info{ width: 100%; float: left; color: #666; font: bold 11px/1.4em 'Arial', 'sans-serif'; text-align: right; text-transform: uppercase; }
#cmg-preview-list ul li h2{ border-bottom: 0; margin-bottom: 0; text-align: left; width: auto; display: block; padding-bottom: 0; }

/*Pagination*/
.wp-pagenavi{ text-align: right; margin: 20px 0; font: 20px 'Oswald', 'Arial', 'sans-serif'; display: inline-block; background: #EEE; padding: 2px 0; width: 100%; }
.wp-pagenavi span, .wp-pagenavi a{ padding: 2px 5px; border-right: 1px solid #DDD }
.wp-pagenavi .extend{ color: #888; }
.wp-pagenavi a{ color: #666; font-weight: normal; }
.wp-pagenavi .pages{ color: #FFF; background: #990000; float: left; margin-top: -2px; padding: 0 8px 2px; }
.wp-pagenavi .last{ border: 0; }
.wp-pagenavi .current{ color: #FFF; background: #990000; }

/*Multi-page post pagination*/
#cmg-multi-page-nav{ text-align: right; margin-bottom: 5px; font-size: 14px; font-weight: bold; color: #666; display: inline-block; width: 100%; }
#cmg-multi-page-nav span, #cmg-multi-page-nav a{ border-radius: 3px; padding: 3px; color: #FFF; background: #999; }
#cmg-multi-page-nav span, #cmg-multi-page-nav a:hover{ background: #990000; }

/*Footer Featured Scetions on Homepage*/
#featured-entertainment{ display: inline-block; width: 980px; }
#featured-entertainment ul li{ float: left; margin: 0 25px 25px 0; }
#featured-entertainment ul li:nth-child(3){ margin-right: 0; }
#featured-entertainment ul li a img{ width: 310px; height: 180px; }
#featured-entertainment ul li:last-child{ width: 100%; border-bottom: 5px solid #000; margin-right: 0; }
#featured-entertainment ul li:last-child a{ float: left; }
#featured-entertainment ul li:last-child a img{ width: 490px; height: 285px; }

/*Partner Links*/
.partner-feeds{ width: 185px; vertical-align: top; margin: 10px 80px 10px 0; display: inline-block; }
.partner-feeds li{ margin-bottom: 10px; line-height: 18px; }
.partner-feeds li a{ font: 14px 'arial', 'sans-serif'; color: #FFF; }
.partner-feeds:nth-child(5), .partner-feeds:nth-child(9){ margin-right: 0; }
.partner-titles{ width: 185px; height: 72px; background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png) no-repeat 0 0; border-top: 2px dotted #FFF; border-bottom: 2px dotted #FFF;text-indent:-10000px; font-size: 1px; margin-bottom: 15px; }
#partner-feed-links .cmg-widget-title{ text-align: left; }
.partner-feeds .wwwtmzcom{ background-position: -200px -137px; }
.partner-feeds .wwwmaximcom{ background-position: -10px -135px; }
.partner-feeds .thechivecom{ background-position: -206px -201px; }
.partner-feeds .wwwmandatorycom{ background-position: -18px -406px; }
.partner-feeds .wwwaskmencom{ background-position: -4px -272px; }
.partner-feeds .wwwegotasticcom{ background-position: -4px -203px; }
.partner-feeds .bustedcoveragecom{ background-position: -220px -274px; }
.partner-feeds .wwwcrackedcom{ background-position: -10px -339px; }

/*Footer Links*/
#footer-site-links p a:hover{ color: #990000; }

/*Featured Miss COED - Homepage sidebar*/
#featured-miss-coed{ overflow: hidden; margin-bottom: 12px; }
#featured-miss-coed a{ max-height: 229px; overflow: hidden; }
#featured-miss-coed a img{ max-width: 300px; height: auto; }
#featured-miss-coed ul{ background: #000; padding: 13px 10px 6px; margin-bottom: 4px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
#featured-miss-coed ul li{ display: inline-block; }
#miss-coed-label{ width: 60px; height: 45px; background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png) no-repeat -240px -27px; }
#miss-coed-title { float: right; }
#miss-coed-title a{ font: 18px/2.5em 'Oswald', 'Arial', 'sans-serif'; color: #FFF; text-transform: uppercase; }
#miss-coed-title a:hover{ color: #990000; }

/*Content meta info*/
#cmg-content-meta{ color: #999; font: 12px/1.8em 'Tahoma', 'arial', 'sans-serif'; }
#cmg-content-meta a{ color: #999; font: bold 12px/1.4em 'Arial', 'sans-serif'; text-transform: uppercase; }
#cmg-content-meta a:hover{ color: #990000; }
#cmg-breadcrumb-nav a{ color: #FFF; background: #999; border-radius: 3px; padding: 2px 4px; }
#cmg-breadcrumb-nav a:hover{ color:#FFF; background: #990000; }

/*Post Pages Title*/
#cmg-content-title{ font: 24px/1.4em 'Oswald', 'arial', 'sans-serif'; text-transform: uppercase; }

/*Post content text*/
#cmg-content-text{ margin-bottom: 35px; }

/*Content tags list*/
#cmg-content-tags{ font: bold 12px/1.5em 'Tahoma', 'arial', 'sans-serif'; text-transform: capitalize; padding-top: 15px; border-top: 1px solid #CCC; display: inline-block; width: 100%; }
#cmg-content-tags a, #cmg-tags-title{ background: #999; color: #FFF; padding: 0px 5px; border-radius: 3px; height: 20px; display: inline-block; margin-bottom: 8px; }
#cmg-content-tags a:hover, #cmg-tags-title{ background: #990000; }
#cmg-tags-title{ margin-right: 8px; }

/*Partner Links*/
#cmg-partner-links{ width: 100%; margin-bottom: 35px; }
#cmg-partner-links .cmg-widget-title{ font-size: 22px; }
#cmg-partner-links ul li{ margin: 10px 18px 0 0; font: bold 12px/1.4em 'arial', 'sans-serif'; max-width: 110px; display: inline-block; vertical-align: top; }
#cmg-partner-links ul li:nth-child(5), #cmg-partner-links ul li:last-child{ margin-right: 0; }
#cmg-partner-links ul li img{ width: 110px; height: 110px; }
#cmg-partner-links ul li a{ color: #333; }
#cmg-partner-links ul li a:hover{ color: #990000; }

/*Yardbarker Widget*/
.site-base-color{ color: #990000; }

/*Post related content*/
#cmg-related-content{ width: 100%; margin-bottom: 35px; }
#cmg-related-content .cmg-widget-title{ font-size: 22px; }
#cmg-related-content ul li{ width: 210px; float: left; margin: 10px 5px 0 0; overflow: hidden; position: relative; }
#cmg-related-content ul li:nth-child(3), #cmg-related-content ul li:nth-child(6), #cmg-related-content ul li:nth-child(9){ margin-right: 0; }
#cmg-related-content ul li a img{ width: 210px; height: 122px; }
.roll-over-titles{ position: absolute; bottom: 0; font: 16px/1.4em 'Oswald', 'arial', 'sans-serif'; padding: 5px; color: #DDD; background: rgba(0,0,0,0.6); width: 200px; max-height: 42px; }
.roll-over-titles:hover{ color: #EEE; background: #000; }

/*Sidebar - Video today*/
#cmg-sidebar-video{ background: #000; margin-bottom: 25px; }
#cmg-sidebar-video .cmg-widget-title{ background: #990000; }
#social_widget{ border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }

/*Sidebar - search*/
#cmg-search-box{ margin-bottom: 25px; background: #282828; padding: 12px 10px 10px; }
#cmg-search-box span{ color: #990000; font: 18px 'Oswald', 'Arial', 'sans-serif'; display: inline-block; margin-right: 6px; }
#cmg-search-box #search-form{ width: 200px; display: inline-block; }
#cmg-search-box #search-form input{ width: 195px; padding: 3px; font: 14px 'Arial', 'sans-serif'; margin-top: -5px; }
#cmg-search-box.wider{ background: #DDD; border-radius: 6px; }
#cmg-search-box.wider #search-form input{ width: 535px; }
#cmg-search-box.wider span{ color: #333; }

/*Sidebar - Archive Widgets*/
#sidebar-content-widgets .content-widget-title{ background: #000; width: 100%; height: 60px; position: relative; border-top-left-radius: 10px; border-top-right-radius: 10px; }
#sidebar-content-widgets .content-widget-title a{background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedwidgets.png) no-repeat; z-index: 9; position: absolute; top: 10px; left: 10px; }
#sidebar-content-widgets ul{ margin-bottom: 25px; overflow: hidden; border-top-left-radius: 0; border-top-right-radius: 0; }
#sidebar-content-widgets ul li{ position: relative; width: 300px; height: 175px; }
#sidebar-content-widgets ul li a img{ width: 300px; height: 175px; }
#sidebar-content-widgets ul li .cmg-widget-item-title{ position: absolute; height: 25px; position: absolute; color: #FFF; font: 14px/2em 'Oswald', 'arial', 'sans-serif'; background: rgba(0,0,0,0.6); overflow: hidden; width: 280px; padding: 10px; bottom: 0; }
#sidebar-content-widgets #content-widget-0 a{ background-position: 0 -5px; width: 233px; height: 77px; }
#sidebar-content-widgets #content-widget-1 a{ background-position: 0px -85px; width: 256px; height: 72px; }

/*Sidebar - Authors widget*/
#cmg-authors-widget{ overflow: hidden; margin-bottom: 25px; }
#cmg-authors-widget li.widget{ border-left: 5px solid #000; border-right: 5px solid #000; }
#cmg-authors-widget li.widget .textwidget ul{ padding: 10px; }
#cmg-authors-widget li.widget .textwidget ul li{ font: 14px/1.6em 'oswald', 'arial', 'sans-serif'; }
#cmg-authors-widget li.widget .textwidget ul li a{  font-weight: normal; font-size: 15px; color: #990000; }
#cmg-authors-widget li.widget .textwidget ul li span a{ font-size: 18px; }
#cmg-authors-widget .all-authors{font: 20px/2.0em 'Oswald', 'arial', 'san-serif'; background: #000; text-align: center; }
#cmg-authors-widget .all-authors a{ color: #FFF;  text-transform: uppercase; font-weight: normal; }

/*Sidebar - Shopify Product Widget*/
#cmg-shopify-skyscrapper .cmg-widget-title{ background: #990000; }
#cmg-shopify-skyscrapper{ border-bottom: 5px solid #990000; }
#cmg-shopify-skyscrapper li{ border-left: 3px solid #990000; border-right: 3px solid #990000; }

/*Sidebar - Top Rated Widget*/
#cmg-top-rated-stories{ margin-bottom: 25px; }
#cmg-top-rated-stories .cmg-widget-title{ background: #990000; }

/*Sidebar - Related Content*/
#cmg-sidebar-related-content{ margin-bottom: 25px; }
#cmg-sidebar-related-content .cmg-widget-title{ background: #990000; }
#cmg-sidebar-related-content ul li{ border-bottom: 2px solid #333; line-height: 1em; padding: 5px 0; }
#cmg-sidebar-related-content ul li a{ color: #333; font: bold 14px 'arial', 'sans-serif'; }
#cmg-sidebar-related-content ul li a:hover{ color: #990000; }
#cmg-sidebar-related-content ul li a img{ max-width: 300px; }

/*Sidebar - Partner Links*/
#cmg-sidebar-partner-links{ margin-bottom: 25px; width: 300px; }
#cmg-sidebar-partner-links .cmg-widget-title{ background: #990000; }
#sidebar-links-list li{ width: 125px; vertical-align: top; display: inline-block; line-height: 1em; margin: 12px; }
#sidebar-links-list li a{ color: #333; font: bold 12px 'arial', 'sans-serif'; }
#sidebar-links-list li a:hover{ color: #990000; }
#sidebar-links-list li a img{ width: 125px; height: 125px; }

/*Miss COED Custom Post Page*/
#cmg-mc-content.cmg-left{ margin-top: 0; }
#mc-featured-image{ float: left; margin: 10px 10px 0 0; }
#mc-featured-image img{ border-radius: 10px; width: 300px; height: auto; }
#cmg-mc-content h1{ font: normal 40px/1.4em 'Alex Brush', 'arial', 'sans-serif'; width: 330px; text-align: center; display: inline-block; text-transform: none; }
#cmg-mc-content h2{ font: normal 22px/1.4em 'Oswald', 'arial', 'sans-serif'; width: 330px; text-align: center; display: inline-block; border-bottom: 4px double #333; padding-bottom: 10px; margin-bottom: 20px; text-transform: uppercase; }
.miss-coed-excerpt{ font-size: 14px; }
#miss-coed-social{ width: 100%; float: left; margin: 10px 0; }
.miss-coed-easy-gallery{ width: 300px; background: #BA0000; height: 40px; display: inline-block; vertical-align: top; }
.miss-coed-easy-gallery .cmg-gallery-button{ margin: 0; }
.miss-coed-connect{ display: inline-block; margin-top: -22px; }
#miss-coed-social h2{ border-bottom: 0; margin-bottom: 0; padding-bottom: 0; font-size: 13px; letter-spacing: 1px; }
.miss-coed-connect ul{ text-align: center; }
#miss-coed-social ul li{ display: inline-block; margin: 0 3px; }
#miss-coed-social ul li a{background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png); display: inline-block; width: 40px; height: 40px; border-radius: 5px; }
#miss-coed-social ul li#facebook a{ background-position: -377px 0px }
#miss-coed-social ul li#twitter a{ background-position: -419px -42px }
#miss-coed-social ul li#google a{ background-position: -459px 0px }
#miss-coed-social ul li#tumblr a{ background-position: -419px 0px }
#miss-coed-social ul li#youtube a{ background-position: -337px 0px }
#miss-coed-social ul li#website a{ background-position: -377px -41px }
#miss-coed-social ul li#instagram a{ background-position: -459px -42px }
#miss-coed-stats{ margin: 20px 0; float: left; width: 180px; }
#miss-coed-stats h2{ width: 180px; text-align: left; }
#miss-coed-stats ul li{ font: 17px/1.4em 'Oswald', 'arial', 'sans-serif'; text-transform: uppercase; margin-bottom: 10px; }
#miss-coed-stats ul li div:first-child + div{ color: #990000; margin-left: 10px; font-size: 15px; }
#miss-coed-bio{ float: left; width: 100%; margin: 20px 0; }
#miss-coed-bio h2{ width: 100%; text-align: left; }
#mis-coed-questions{ width: 100%; float: left; margin: 20px 0; }
#mis-coed-questions h2{ width: 100%; text-align: left; }
#mis-coed-questions ul li{ font: 17px/1.4em 'Oswald', 'arial', 'sans-serif'; text-transform: uppercase; margin-bottom: 10px; }
#mis-coed-questions ul li div:first-child + div{ color: #990000; margin-left: 20px; font-size: 15px; }
#miss-coed-twitter-stream{margin-bottom: 25px; }
#miss-coed-box{ margin-bottom: 19px; }
.cmg-gallery-miss-coed{ margin: 20px 0; float: right; width: 440px; display: inline-block; }
#cmg-mc-content .cmg-gallery-miss-coed h2{ width: 440px; text-align: left; }
.miss-coed-gallery-row li{ display: inline-block; width: 95px; height: 95px; margin: 5px 7px; }
.miss-coed-gallery-row{ width: 440px; display: inline-block; text-align: center; }
#mc-gallery-gallery-button{ text-align: center; }
#miss-coed-video{ display: inline-block; width: 100%; }
#miss-coed-video h2{ width: 100%; text-align: left; }
#cmg-mc-content iframe{ margin-bottom: 25px; background: #000; display: block; margin: 0 auto; max-width: 100%; }

/*Miss COED Submission Form*/
#miss-coed-form{ max-width: 420px; margin: 0 auto; }
#miss-coed-form h2{ display: none; }
p.miss-coed-form-text a, #miss-coed-form p a{ color: #990000; font-weight: normal; }
#miss-coed-form, #miss-coed-form p, p.miss-coed-form-text{ font: 16px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; }
#miss-coed-form .ugc-inner-wrapper .ugc-input-wrapper label{ font-weight: normal; }
#miss-coed-form .ugc-inner-wrapper .ugc-input-wrapper label.error{ font-size: 14px; color: #990000; }
#miss-coed-form input{ font: 14px/1.4em 'arial', 'san-serif'; padding: 5px; border: 1px solid #AAA; border-radius: 5px; max-width: 410px; }
#miss-coed-form input.inputfile{ margin-left: 25px; border: 0; padding: 0; }
.cmg-check-boxes{ float: left; width: 3%; }
.submit-aggrements{ float: right; width: 92%; text-transform: uppercase; margin-bottom: 25px; }
#miss-coed-form .ugc-inner-wrapper p.ugc-notice{width: 400px; padding: 10px; color: #FFF; }
#miss-coed-form .ugc-inner-wrapper p.ugc-notice.success{ background: #009900; }
#miss-coed-form .ugc-inner-wrapper p.ugc-notice.failure{ background: #990000; }
#miss-coed-form #ugc_submit{ font: 20px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; color: #FFF; background-color: #990000; border-radius: 8px; border-color:#990000; text-align: center; margin: 0 auto; width: 100px; }

/*Submit a Picture*/
#cmg-submit-picture h2{ display: none; }
#cmg-submit-picture hr{ margin: 10px 0; }
#cmg-submit-picture, #cmg-submit-picture p{ font: 16px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; }
#cmg-submit-picture .ugc-inner-wrapper .ugc-input-wrapper label{ font-weight: normal; }
#cmg-submit-picture .ugc-inner-wrapper .ugc-input-wrapper label.error{ font-size: 14px; color: #990000; }
#cmg-submit-picture input, #cmg-submit-picture textarea{ font: 14px/1.4em 'arial', 'san-serif'; padding: 5px 1%; border: 1px solid #AAA; border-radius: 5px; width: 98%; display: block; }
#cmg-submit-picture input.cmg-check-boxes{ float: left; width: 3%; }
#cmg-submit-picture .submit-aggrements{ width: 96%; margin-bottom: 10px; }
#cmg-submit-picture input#ug_photo{ border: 0; padding: 0; }
#cmg-submit-picture #ugc_submit{ font: 20px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; color: #FFF; background-color: #990000; border-radius: 8px; border-color:#990000; text-align: center; margin: 10px auto; }

/*Contact Us*/
#cmg-contact-us h1{ display: inline-block; float: left; }
#cmg-contact-us hr{ width: 100%; display: inline-block; }
#cmg-contact-us form div{ width: 51%; float: left; }
#cmg-contact-us form label{ font: 16px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; }
#cmg-contact-us form label span{ font: 14px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; color: #888; }
#cmg-contact-us form input, #cmg-contact-us form textarea{ font: 14px/1.4em 'arial', 'san-serif'; padding: 5px 1%; border: 1px solid #AAA; border-radius: 5px; width: 97%; }
#cmg-contact-us form div:first-child + div{ float: right; width: 47%; }
#cmg-contact-us form textarea{ height: 300px; }
#cmg-contact-us .form-error h3{ display: none; }
#cmg-contact-us .form-errors{ margin: 5px 0; }
#cmg-contact-us .form-errors .form-error-message{ color: #990000; font-size: 14px; display: inline; margin: 0 5px; }
#cmg-contact-us .form-errors .form-error-message:first-child{ margin-left: 0; }
#cmg-contact-us form p.contact-submit{ width: 100%; display: inline-block; }
#cmg-contact-us form p.contact-submit input{ max-width: 100px; background: #990000; color: #FFF; font: 16px/1.5em 'Oswald', 'Arial', 'sans-serif'; border: 0; float: right; }
#cmg-contact-info .contact-via{ width: 310px; background: #EFEFEF; display: inline-block; height: 140px; vertical-align: top; margin-left: 20px; }
#cmg-contact-info .contact-via:first-child{ margin-left: 0; }
#cmg-contact-info .contact-via .cmg-widget-title{ margin-bottom: 20px; }
#cmg-contact-info .contact-via p{ margin: 0 0 0 20px; }
#cmg-contact-info .contact-via p a{ color: #333; }
#cmg-contact-info .contact-via p a:hover{ color: #990000; }
#cmg-contact-us #follow-us{ width: 150px; float: right; }
#cmg-contact-us #follow-us ul li{ display: inline-block; float: left; border-radius: 5px; margin-left: 10px; overflow: hidden; }
#cmg-contact-us #follow-us ul li a{ width: 40px; height: 40px; display: inline-block; background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png); text-indent: -100000px; }
#cmg-contact-us #follow-us ul li a:hover{ opacity: 0.6; }
#cmg-contact-us #follow-us ul li a#follow-facebook{ background-position: -377px 0px }
#cmg-contact-us #follow-us ul li a#follow-twitter{ background-position: -419px -42px }
#cmg-contact-us #follow-us ul li a#follow-google{ background-position: -459px 0px }

/*Sponsored Content*/
#sponsored-content ul li{ width: 300px; display: inline-block; position: relative; margin: 0 0 20px 20px; overflow: hidden; vertical-align: top; }
#sponsored-content ul li a img{ width: 300px; height: 175px; }
#sponsored-content ul li a span{ position: absolute; bottom: 0; padding: 10px; font: 16px/1.4em 'Oswald', 'arial', 'sans-serif'; color: #FFF; background: rgba(0,0,0,0.6); left: 0; min-height: 40px; width: 280px; }

/*Authors List*/
#authors-list ul li{ width: 150px; margin: 0 13px 15px 0; display: inline-block; vertical-align: top; float: left; height: 180px; overflow: hidden; text-align: center; }
#authors-list ul li:nth-child(4n){ margin-right: 0px; }
#authors-list ul li a{ font: bold 12px 'arial', 'sans-serif'; word-wrap: break-word; color: #333; }
#authors-list ul li a:hover{ color: #990000; }
#authors-list ul li a img{ width: 150px; height: 150px; border-radius: 8px; }

/*Author Page*/
#author-avatar{ display: inline-block; width: 640px; }
#author-avatar img{ border-radius: 8px; float: left; }
.author-data{ display: inline-block; width: 380px; float: right; }
.author-data h1, #author-posts-title{ border-bottom: 2px solid #333; margin-bottom: 10px; }
p.author-bio{ display: none; }
p.author-bio strong{ width: 100%; display: inline-block; margin: 5px 0; }
p.author-bio strong a{ margin: 5px; }
#author-posts-title{ font: 22px/1.4em 'Oswald', 'arial', 'sans-serif'; }
#author-posts ul li{ width: 205px; margin: 0 10px 10px 0; display: inline-block; vertical-align: top; font-size: 14px; }
#author-posts ul li:nth-child(3n){ margin-right: 0; }
#author-posts ul li a img{ height: 120px; width: 205px; }

/*404 Pages*/
#not-found h3{ display: inline-block; font: 18px 'Oswald', 'arial', 'sans-serif'; text-transform: uppercase; border-bottom: 2px solid #000; margin-bottom: 10px; }
#not-found #cmg-popular-sections{ margin-bottom: 25px; }
#not-found #cmg-popular-sections ul li{ display: inline-block; text-transform: uppercase; background: #AAA; padding: 5px 10px; border-radius: 6px; font: 16px 'Oswald', 'arial', 'sans-serif'; margin-bottom: 10px; }
#not-found #cmg-popular-sections ul li a{ color: #FFF; }
#not-found #cmg-popular-sections ul li:hover{ background: #990000; }

/*CMG Gallery*/
.overlay-logo{ display: block; background: transparent url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png) no-repeat -8px -8px; width: 170px; height: 90px; background-size: 380px auto; }
.cmg-gallery-header{ font: 16px/1.9em 'Oswald', 'arial', 'sans-serif'; }
.cmg-embed-first-title{ font: 22px/1.5em 'Oswald', 'arial', 'sans-serif'; }
.overlay-title{ font: 22px/1.4em 'Oswald', 'arial', 'sans-serif'; }
ul.overlay-nav li{ font: italic bold 16px/1.4em 'arial black', 'arial', 'sans-serif'; }
.overlay-next-gallery:hover, .overlay-img-info:hover{ background: #990000; }
.gallery-links-title{ background: #990000; font: italic 16px/1.4em 'arial black', 'sans-serif'; }
.cmg-embed-first-info a, .gallery-link-container li a:hover{ color: #990000; }
.gallery-thumbs:hover{ border: 1px solid #990000; }
.embed-list-item-title{ font: 18px/1.6em 'Oswald', 'arial', 'sans-serif'; }
.cmg-view-as-gallery{ text-transform: uppercase; color: #990000; }
.overlay-thumbs:hover{ background-position: -1px -25px; }
.overlay-close:hover{ background-position: -28px -102px; }
.show-as-list:hover{ background-position: -1px -146px; }
.overlay-thumbs-close span, .overlay-galleries-close span{ background: #990000; }

.gallery-left-section, .gallery-left-top-box{ border-top-left-radius: 10px; border-top-right-radius: 10px; }
.cmg-gallery-inline, .gallery-left-section{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.gallery-right-section{ border-bottom-right-radius: 10px; border-top-right-radius: 10px; border-left: 10px solid #212121; }
.cmg-gallery-inline .gal-image-title{ font-family: 'Oswald', 'arial', 'sans-serif' }
.cmg-gallery-inline .gal-image-info{ color: #FFF; }
.cmg-gallery-inline .gal-image-info a{ color: #990000; }
.cmg-gallery-inline .gal-close{ background: #990000; }
.cmg-gallery-inline .gal-all-thumbs:hover{ background-position: -140px -51px; }

/*Comments*/
#cmg-content-comments{ width: 100%; margin-bottom: 25px; }

/*Images______________________________________________________________________________________________________________________________*/
img.centered  {	display: block;	margin-left: auto;	margin-right: auto;	margin-bottom: 10px;	padding: 0px;	}	
img.alignnone {	padding: 0;	margin: 0 10px 0 0;	display: inline;	}
img.alignright {	padding: 0;	margin: 0 0 10px 10px;	display: inline;	}
img.alignleft {	padding: 0;	margin: 0 10px 10px 0;	display: inline;	}	
.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;	margin-bottom: 10px;	}
.alignright {	float: right;	margin: 0 0 10px 10;	}
.alignleft {	float: left;	margin: 0 10px 10px 0; width: 100px; }
.wp-caption {	border: 1px solid #DDDDDD;	text-align: center;	background-color: #EEEEEE;	padding: 4px 0px 5px 0px; -moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;	}
.wp-caption img {	margin: 0 0 5px 0;	padding: 0;	border: 0;	}
.wp-caption p.wp-caption-text {	margin: 0;	padding: 0 0 0 0;	font-size: 11px;	font-weight: normal;	line-height: 12px;	width : auto;}

.clear {	clear: both;	}

/*Post Content_________________________________________________________________________________________*/
img.alignnone, img.size-full, img.aligncenter{border-radius: 20px; margin: 10px auto; padding: 0; display: block; }
img.alignnone{ display: inline-block; margin: 9px; max-width: 600px; width: 100%; height: auto; }
p.attachment{ text-align : center; }
#archive-page-title{font-size: 22px; font-family: 'Oswald', 'arial', 'sans-serif'; }

/*Infinite Content Load*/
.load-more-content{ color: #FFF; text-align: center; text-transform: uppercase; font: italic 24px/1.4em 'Alegreya Sans SC', 'arial', 'sans-serif'; background: #990000; margin: 10px 0; border-radius: 5px; cursor: pointer; }

/*Content Share bar*/
#cmg-prev-post a{ background-position: -169px -127px; }
#cmg-next-post a{ background-position: -223px -127px; }
.post-nav-data{ background: #990000; }

/*Inline Partner Links*/
#cmg-preview-list .inline-partner-links{ border-bottom: 1px solid #888; padding: 15px 0 0; display: inline-block; width: 100%; }
.inline-partners-head-title{ text-align: center; text-transform: uppercase; font: 22px/1.4em 'Oswald', 'arial', 'sans-serif'; border-top-left-radius: 8px; border-top-right-radius: 8px; color: #FFF; background: #000; padding: 3px; }
#cmg-home #cmg-preview-list .inline-partner-links ul{ padding: 1%; border-left: 1px solid #888; border-right: 1px solid #888; }
.inline-partners-item{ width: 31.3%; display: inline-block; margin: 1%; font-size: 13px; vertical-align: top; }
.inline-partners-item a img{ width: 100%; height: auto; }

/*Cheerleader Custom Template*/
#cheerleader-featured-image{ float: left; margin: 10px 10px 0 0; }
#cheerleader-featured-image img{ max-width: 300px; height: auto; border-radius: 10px; }
#cmg-cheerleader-content h1{ font: normal 40px/1.4em 'Alex Brush', 'arial', 'sans-serif'; width: 330px; text-align: center; display: inline-block; text-transform: none; }
#cmg-cheerleader-content h2{ font: normal 22px/1.4em 'Oswald', 'arial', 'sans-serif'; width: 330px; text-align: center; display: inline-block; border-bottom: 4px double #333; padding-bottom: 10px; margin-bottom: 20px; text-transform: uppercase; }
#cmg-cheerleader-content iframe{ display: block; margin: 0 auto; margin-bottom: 25px; background: #000; }
#widget-social{ width: 100%; text-align: center; }
#widget-social ul li{ display: inline-block; margin: 0 3px; }
#widget-social ul li a{background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v8.png); display: inline-block; width: 40px; height: 40px; border-radius: 5px; }
#widget-social ul li#facebook a{ background-position: -377px 0px }
#widget-social ul li#twitter a{ background-position: -419px -42px }
#widget-social ul li#google a{ background-position: -459px 0px }
#widget-social ul li#tumblr a{ background-position: -419px 0px }
#widget-social ul li#youtube a{ background-position: -337px 0px }
#widget-social ul li#website a{ background-position: -377px -41px }
#widget-social ul li#instagram a{ background-position: -459px -42px }
#widget-about{ margin: 20px 0; float: left; width: 180px; }
#widget-about h2{ width: 180px; text-align: left; }
#widget-about ul li{ font: 17px/1.4em 'Oswald', 'arial', 'sans-serif'; text-transform: uppercase; margin-bottom: 10px; }
#widget-about ul li div:first-child + div{ color: #990000; margin-left: 10px; font-size: 15px; }
#widget-twitter-stream{ margin-bottom: 25px; }
#cmg-cheerleader-content .widget-excerpt.photos{ margin-top: 20px; display: inline-block; width: 440px; float: right; }
#cmg-cheerleader-content .widget-excerpt.photos h2{ width: 100%; text-align: left; }
#cmg-cheerleader-content .cmg-gallery-image, #cmg-cheerleader-content .cmg-gallery-wall{ width: 440px; float: right; display: inline-block; }
#cmg-cheerleader-content .cmg-gallery-image img{ width: 100%; height: auto; }
#cmg-cheerleader-content .cmg-gallery-wall ul li{ margin: 5px 7px; }
#cmg-cheerleader-content .cmg-gallery-wall ul li img{ width: 95px; height: 95px; }
#cmg-cheerleader-content .widget-excerpt{ display: inline-block; margin-top: 20px; width: 100%; }
#cmg-cheerleader-content .widget-excerpt h2{ width: 100%; text-align: left; }

/*Celebrities*/
#cmg-celebrities{ overflow: hidden; }
#cmg-celebrities ul{ display: inline-block; width: 100%; margin-bottom: 30px; }
#cmg-celebrities ul li{ display: inline-block; float: left; }
#cmg-celebrities ul li ul li{ display: inline-block; margin: 0 10px 8px 0; max-width: 188px; float: left; }
#cmg-celebrities ul li.celeb-first-letter{ width: 100%; border-bottom: 2px solid #990000; text-align: left; margin-bottom: 7px; }
#cmg-celebrities ul li.celeb-first-letter span{ width: auto; display: inline-block; max-width: none; }
#cmg-celebrities ul li.show-all{ width: 100%; border-top: 2px solid #990000; text-align: right; margin: 0; }
#cmg-celebrities ul li.show-all a, #cmg-celebrities ul li.celeb-first-letter span{ color: #FFF; text-transform: uppercase; font: bold 14px/1.4em 'arial', 'sans-serif'; background: #990000; padding: 3px 10px; }
#cmg-celebrities ul li ul li a img{ max-width: 188px; }
#cmg-celebrities ul li ul li span{ display: block; max-width: 188px; font-size: 14px; background: #990000; color: #FFF; padding: 1px 6px; }
#cmg-celebrities ul li.coed-girls{ overflow-x: auto; overflow-y: hidden; margin-bottom: -6px; width: 100%; }
#cmg-celebrities ul li.coed-girls ul{ margin-bottom: 0px; width: 980px; }
#cmg-celebrities ul li.coed-girls ul li:nth-child(5n){ margin-right: 0; }

@media screen and (min-width:999px){
	#cmg-prev-post a{ background-position: -166px -42px; }
	#cmg-next-post a{ background-position: -163px -3px; }
	#cmg-celebrities ul li ul li:nth-child(5n){ margin-right: 0; }	
}

/*Header*/
@media screen and (max-width:659px){
	img.alignnone{ margin: 9px 0px; }
	#homepage-lead-stories ul li{ display: none; }
	#homepage-lead-stories ul li a img{ height: auto; }
	#homepage-lead-stories ul li:first-child{ width: 100%; display: block; }
	#homepage-lead-stories ul li:first-child a img{ height: auto; }
	#cmg-preview-list .post-item-image-link{ width: 35%; }
	#cmg-preview-list .post-item-image-link img{ width: 100%; height: auto; }
	
	#cmg-content-text .cmg-gallery-embed ul.cmg-embed-col-1{ height: auto; margin: 0 10px; }
	#cmg-content-text .cmg-gallery-embed ul.cmg-embed-col-1 li{ width: auto; margin: 0; height: auto; }
	#cmg-content-text .cmg-gallery-embed ul.cmg-embed-col-1 li img{ min-height: 0; min-width: 0; width: 100%; height: auto; }
	a.view-gallery-play{ top: 0; left: 0; background-size: 80px auto; width: 100%; height: 100%; }
	#cmg-content-text .cmg-gallery-embed ul.cmg-embed-col-2{ display: none; }
	#cmg-content-text .embed-gallery-list-view li{ width: auto; }
	#cmg-content-text .embed-gallery-list-view li a img{ max-width: none; width: 100%; }
	
	#cmg-yardbarker-widget{ display: none; }
	
	#cmg-contact-us form div, #cmg-contact-us form div:first-child + div{ width: 100%; float: none; }
	#cmg-contact-info .contact-via{ width: 100%; margin-left: 0; margin-bottom: 20px; }
	
	#miss-coed-form input{ width: 95%; }
	#miss-coed-form input.cmg-check-boxes{ width: 3%; }
	#cmg-content img{ max-width: 100%; }
	
	#cmg-search-box.wider #search-form input{ width: 100%; }
	
	.author-data{ float: none; width: 100%; }
	
	.inline-partners-item{ font-size: 12px; }
	
	#mc-featured-image, #cheerleader-featured-image{ float: none; margin: 0 auto; }
	#mc-featured-image, #miss-coed-intro, #cheerleader-intro{ text-align: center; }
	#miss-coed-social{ float: none; text-align: center; }
	.miss-coed-connect{ margin-top: 20px; }
	#miss-coed-stats, #widget-about{ float: none; width: 100%; }
	.cmg-gallery-miss-coed{ text-align: center; }
	#miss-coed-stats h2, .cmg-gallery-miss-coed, #cmg-mc-content .cmg-gallery-miss-coed h2, #widget-about h2{ width: 100%; }
	div#miss-coed-stats ul li div, div#widget-about ul li div{ display: inline-block; }
	#mc-gallery-lead-image{ text-align: center; max-width: 100%; }
	.miss-coed-gallery-row, #cmg-cheerleader-content .cmg-gallery-wall ul{ max-width: 100%; display: inline; }
	
	#cmg-cheerleader-content .cmg-gallery-wall{ float: none; width: 100%; }
	#cmg-cheerleader-content .widget-excerpt.photos{ float: none; width: 100%; }
	#cmg-cheerleader-content .cmg-gallery-image{ width: 100%; text-align: center; }
	#cmg-cheerleader-content iframe{ max-width: 100%; }
}

@media screen and (max-width:767px){
	#cmg-head-top-section{ padding: 12px 0 0; }
	#cmg-head-top-section ul li#cmg-compressed-menu{ display: inline-block; float: right; margin: 10px; cursor: pointer; }
	#cmg-head-top-section ul li#cmg-compressed-menu.selected{ background-position: -60px center; }
	#cmg-site-logo{ width: 115px; height: 60px; margin: 10px 8px; }
	#cmg-site-logo a{ width: 115px; height: 60px; background-position: -4px -5px; background-size: 250px auto; }
	#cmg-head-main-nav ul.menu li:nth-last-child(2), #cmg-head-main-nav ul.menu li:nth-last-child(3), #cmg-head-main-nav ul.menu li:nth-last-child(4){ display: inline-block; }
	#cmg-head-main-nav ul.menu{ display: none; }
	#cmg-head-main-nav ul.menu li ul.sub-menu{ display: none !important; }
	#cmg-head-main-nav ul.menu li{ width: 32.3%; padding: 0; margin-left: 0; }
	#cmg-head-main-nav ul.menu li:last-child{ border: none; }
	#cmg-head-main-nav ul.menu li:nth-child(3n + 1){ border-left: none }
}

@media screen and (max-width:999px){
	#cmg-lb-atf-wrapper{ width: 100%; text-align: center; }
	#partner-feed-links, #featured-entertainment{ display: none; }
	#footer-site-links{ padding: 15px 8px; }
	
	#cmg-contact-info .contact-via{ width: 31.5%; margin-left: 2%; }
	
	.overlay-logo{ display: none; }
}

@media screen and (min-width:1000px){
	#cmg-lb-atf-wrapper{ float: right; }
	#cmg-head-main-nav ul.menu li:nth-last-child(2), #cmg-head-main-nav ul.menu li:nth-last-child(3), #cmg-head-main-nav ul.menu li:nth-last-child(4){ display: inline-block; }
	#partner-feed-links{ display: block; }
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
.fb-social-plugin{width:100%;margin:2px 0 2px 0}@media only screen and (max-device-width:480px){.fb-like{float:left;width:100%}div.fb-comments span{float:left;width:100%}}/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
