/**
 * 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 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

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

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

#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;
	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: #cb0303; }
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: #000; margin-bottom: 14px; }
#cmg-head-main-nav ul.menu{ text-align: center; }
#cmg-head-main-nav ul.menu li{ display: inline-block; position: relative; padding: 0px 30px; border-left: 1px solid #555; margin-left: -4px; }
#cmg-head-main-nav ul.menu li:last-child{border-right: 1px solid #555; }
#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: #cb0303; }
#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-v10.png) no-repeat -480px -140px; position: relative; display: block; margin: 0 auto; }

/*Header*/
#cmg-head{ margin: 0 auto; background-color: #cb0303; }
#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: 220px; height: 90px; }
#cmg-site-logo a{ display: block; background: url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v10.png) no-repeat -13px -13px; width: 220px; height: 90px;}

/*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: #cb0303; 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: #cb0303; float: left; margin-top: -2px; padding: 0 8px 2px; }
.wp-pagenavi .last{ border: 0; }
.wp-pagenavi .current{ color: #FFF; background: #cb0303; }

/*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: #cb0303; }

/*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; }

/*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-v10.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: #cb0303; }

/*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-v10.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: #cb0303; }

/*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: #cb0303; }
#cmg-breadcrumb-nav a{ color: #FFF; background: #999; border-radius: 3px; padding: 2px 4px; }
#cmg-breadcrumb-nav a:hover{ color:#FFF; background: #cb0303; }

/*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: #cb0303; }
#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, #cmg-pgallery-links ul li a:hover{ color: #cb0303; }

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

/*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: #cb0303; }
#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: #cb0303; 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: #cb0303; }
#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: #cb0303; }
#cmg-shopify-skyscrapper{ border-bottom: 5px solid #cb0303; }
#cmg-shopify-skyscrapper li{ border-left: 3px solid #cb0303; border-right: 3px solid #cb0303; }

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

/*Sidebar - Related Content*/
#cmg-sidebar-related-content{ margin-bottom: 25px; }
#cmg-sidebar-related-content .cmg-widget-title{ background: #cb0303; }
#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: #cb0303; }
#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: #cb0303; }
#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: #cb0303; }
#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-v10.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: #cb0303; 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: #cb0303; 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: #cb0303; 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: #cb0303; }
#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: #cb0303; }
#miss-coed-form #ugc_submit{ font: 20px/1.5em 'Oswald', 'Arial', 'sans-serif'; text-transform: uppercase; color: #FFF; background-color: #cb0303; border-radius: 8px; border-color:#cb0303; 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: #cb0303; }
#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: #cb0303; border-radius: 8px; border-color:#cb0303; 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: #cb0303; 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: #cb0303; 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: #cb0303; }
#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-v10.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: #cb0303; }
#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: #cb0303; }

/*CMG Gallery*/
.overlay-logo{ display: block; background: transparent url(/wp-content/themes/vip/coedmediagroup/sites/coed/images/coedimages/coedsprite-v10.png) no-repeat -11px 0px; width: 188px; height: 90px; background-size: 390px 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: #cb0303; }
.gallery-links-title{ background: #cb0303; font: italic 16px/1.4em 'arial black', 'sans-serif'; }
.cmg-embed-first-info a, .gallery-link-container li a:hover{ color: #cb0303; }
.gallery-thumbs:hover{ border: 1px solid #cb0303; }
.embed-list-item-title{ font: 18px/1.6em 'Oswald', 'arial', 'sans-serif'; }
.cmg-view-as-gallery{ text-transform: uppercase; color: #cb0303; }
.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: #cb0303; }

.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: #cb0303; }
.cmg-gallery-inline .gal-close{ background: #cb0303; }
.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: #cb0303; 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: #cb0303; }

/*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-v10.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: #cb0303; 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 #cb0303; 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 #cb0303; 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: #cb0303; 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: #cb0303; 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: 5px 10px 10px 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: -7px -5px; background-size: 260px auto; }
	#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{ padding: 0px 62px; }
	#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-ghost:before { content: "\f8d5"; }
.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-medium:before { content: "\f8d6"; }
.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-squarespace:before { content: "\f8d7"; }
.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;
}
