<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Vipology Child No. 02V
Description: Radio CMS theme - fully mobile responsive
Author: Vipology
Version: 2.0.2V
Template: vipology_02V
*/

@import url( '../vipology_02V/style.css' );
@import url( 'listen.css' );
@import url( 'responsive.css' );



/* Add your custom CSS styles here */

/* Masthead Modification TOM
--------------------------------------------------------------- */

#branding {
	position: relative;
	z-index: 1;
}

#header-widget-area {
	position: relative;
	z-index: 1;
}

.topbar-enabled #header {
	padding-top: 10px;
}

/* =OONEEK MODIFICATIONS
-------------------------------------------------------------- */

body {
padding: 0 0;
}


#container {
max-width: 995px !important;
}

#header,
#main,
#footer {
	padding-left: 10px;
	padding-right: 10px;
}
#main {
	margin-top: 10px;
}

.layout-2c-l #content {
padding-right: 5px;
}

.layout-2c-l #secondary {
float: right;
width: 300px;
}


#branding {
	float: left;
	padding-top: 0px;  /* was 0.6em for smaller logo */
	padding-bottom: 0px;
	width: 250px;
	margin-left: 10px;
}

#header-widget-area {
	float: right;
	margin-top: 0px;
	width: 275px;
}

#header-widget-area .widget {
	margin-bottom: 0px;
	float: right;
}

#header-widget-area .widget-title {
	margin-bottom: 0px;
}

.color-vipology    { color: #8ec642; }
.background-color-vipology    { background-color: #8ec642; }


#header2 {
	position: relative;
}

#header-widget-area2 {
	position: relative;
	z-index: 1;
}





/* = OONEEK MODIFICATIONS Header Widget Area 2
-------------------------------------------------------------- */

#header-widget-area2 {
	float: left;
	padding-top: 2em;
	margin-top: 0px;
	width: 300px;
}
#header-widget-area .widget2 {
	margin-bottom: 0px;
	float: left;
}


/* OONEEK MODIFICATIONS Google Calendar
-------------------------------------------------------------- */
.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
	color:#fff;
}

.gce-page-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	 color: #ed262b;
}

/* OONEEK MODIFICATIONS - Remove Meta Line from Slider
-------------------------------------------------------------- */
.featured-slider .slide-meta { display: none; }


/* ----------- Remove
#branding {
	padding-top: 0.6em;
	padding-bottom: 0px;
        width: 200px
}
------------------ */

#header-widget-area2 {
float: left;
padding-top: 1em;
margin-top: 0px;
width: 300px;
}

#header-widget-area {
float: right;
margin-top: -5px;
width: 300px;
}

#header-widget-area .widget-title {
font-size: 12px;
font-weight: normal;
}

#header-widget-area .widget {
font-size: 12px;
text-align: right;
}

p dj-desc {
margin: 0em 0;
}



/* RSS IMG MOD by Tom */

img.rss {
width: auto;
max-width: 100%;
height: auto;
}


.layout-module .column-xfull {
	float: left;
	margin-right: 4%;
	width: 100%;
}


/* Instagram */

.vip-instagram {
    width: 600px;
    height: 700px;
    box-shadow: 5px 5px 5px #ccc;
}

/* Static Banner Ad Placement
-------------------------------------------------------------- */

#leader-board {
	padding-top: 10px;
	width: 975px;
}

#leader-board-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}

#upper-medrec {
	width: 300px;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#lower-medrec {
	width: 300px;
	padding-top: 25px;
	padding-bottom: 10px;
}


/* Added to allow for 120x90 ads in footer
*****************************************************/

.footer-ads {
width: 800px;
height: 100px;
margin-left: auto;
margin-right: auto;
}

.ad-box-1 {
position: relevant;
width: 120px;
height: 90px;
background-color: #ccc;
float: left;
margin-left: 10px;
margin-right: 5px;
}

.ad-box-2 {
position: relevant;
width: 120px;
height: 90px;
background-color: #ccc;
float: left;
margin-left: 5px;
margin-right: 5px;
}

.ad-box-3 {
position: relevant;
width: 120px;
height: 90px;
background-color: #ccc;
float: left;
margin-left: 5px;
margin-right: 5px;
}

.ad-box-4 {
position: relevant;
width: 120px;
height: 90px;
background-color: #ccc;
float: left;
margin-left: 5px;
margin-right: 5px;
}

.ad-box-5 {
position: relevant;
width: 120px;
height: 90px;
background-color: #ccc;
float: left;
margin-left: 5px;
margin-right: 5px;
}

.ad-box-6 {
position: relevant;
width: 120px;
height: 90px;
background-color: #ccc;
float: left;
margin-left: 5px;
margin-right: 5px;
}


/* Add Floating Mobile Ad to Bottom
------------------------------------------------------------*/
@media only screen and (min-width: 310px) and (max-width:960px) {
#MobileAdBottom {
left:0;
position: fixed;
text-align:center;
bottom: 0px;
width:100%;
z-index:999;
}
}

@media only screen
and ( min-width: 960px ) {

#MobileAdBottom {display: none;}
}

/* Add Mobile Ad to TOP
------------------------------------------------------------*/
@media only screen and (min-width: 310px) and (max-width:960px) {
#MobileAdTop {
left:0;
text-align:center;
width:100%;
z-index:999;
}
}

@media only screen
and ( min-width: 960px ) {

#MobileAdTop {display: none;}
}



/* =VIP Alert Box
-------------------------------------------------------------- */
.vip-alert {
	background-color: red;
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: bold;
        margin: auto;
        border: 3px solid #ff0000;
        width: 100%;
}

.vip-alert a:link,
.vip-alert a:visited,
.vip-alert a:active {
        color: #eee;
        text-decoration-line: underline;
}


/*  Sidebar Tabs
 -------------------------------------------------------------- */
#secondary .widget_fearless_tabs .headings li {
    width: 50%;
}


/* Wordpress Popular Posts Widget Customized by TP */

li.top {
 	list-style: decimal;
    font-size: 26px;
}
li span.top {
    font-size: 10px;
}</pre></body></html>