
/* Main color scheme */
.content-panel .panel-title, #sidebar > .widget > h3 {
	background-color: #373737;
}

/* OT video player background */
.otplayer-wrapper .otplayer-controls {
	background-color: #131313;
}



/* Background Color/Texture/Image */
body {
			background: #373737;
	
}

		#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
		#popup { display: none; position:absolute; width:auto; height:auto; max-width:700px; z-index:1002; border: 1px solid #000; background: #e5e5e5 url(http://alkalinemeals.mycellfood.com/wp-content/themes/videomag-theme/images/dotted-bg-6.png) 0 0 repeat; color: #000; font-family: Tahoma,sans-serif;font-size: 14px; line-height: 24px; border: 1px solid #cccccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: #fff 0 1px 0; }
		#popup center { display: block; padding: 20px 20px 20px 20px; }
		#baner_close { width: 22px; height: 25px; background: url(http://alkalinemeals.mycellfood.com/wp-content/themes/videomag-theme/images/close.png) 0 0 repeat; text-indent: -5000px; position: absolute; right: -12px; top: -12px; }


/* Main font */
h1, h2, h3, h4, h5, h6,
.header #main-menu,
.big-message strong,
.video-stats .video-stat-blobs > span strong,
#comments .comment-text > div .user-nick {
	font-family: 'Titillium Web';
}


