/*
Theme Name: Oneg Room TV
Theme URI: http://www.HeavySi.com
Author: Steve Kurtz
Author URI: http://www.SewellInternet.com/
Description: Custom theme for Steve Kurtz
Version: 1.0
License: All rights reserved
*/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	background-color: #000;

	}
a {
	color: #333;
	}
a:hover {
	color: #ddd;
	}
	
h1 {
	display: block;
	font-size: 1.4em;
	color: #000;
	border-bottom: #888 solid 2px;
	text-align: center;
	}
h1 a {
	color: #333;
	text-decoration: none;
	}
h1 a:hover {
	color: #ddd;
	}

h3 { 
	color: #000
	font-size: 1.1em; 
	text-decoration: none;
	}
a:hover h3 { color: #fff; text-decoration: underline; }

#Clear {
	clear: both;
	}
	
.BlogDescription {
	font-family: "Dancing Script",cursive;
	font-style: italic;
	font-size: 1.2em;
	}
	
/*************/
/* PreHeader */	
/*************/	

#PreHeaderWrapper {
	width: 100%;
	background-color: #007bab; /* LogoBlueDark */
	background-color: #e93a00; /* OrangeDark */
	background-color: #111; 
	}
#PreHeader {
	width: 1105px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	}
#PreHeaderCenter {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	padding: 5px 0px 5px 0px;
	text-align: center;
	}

/**********/
/* Header */	
/**********/	

#HeaderWrapper {
	width: 100%;
	background-color: #888;
	/* box-shadow: 0px 0px 10px #888888; */
	z-index: 999;
	}
#Header {
	width: 1105px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	}

/***********/
/* Content */	
/***********/

#Content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* padding-bottom: 20px; */
	/* background-color: #fff; */
	z-index: 1;
	background-color: #444;
}


/* Post Formatting */

img {
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
	
#ContentColumnWide {
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin: 0;
	padding: 0;
	}
		
#ProductArea {
	width: 100%;
	}

	

/************************/
/* NextGen Gallery ******/
/************************/


.ngg-gallery-slideshow, 
.ngg-gallery-slideshow div, 
.ngg-gallery-slideshow img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important; /* Full viewport height */
    object-fit: cover; /* Ensures image covers area without distortion */
}

/* Optional: remove default container padding/margin */
.ngg-gallery-slideshow {
    padding: 0 !important;
    margin: 0 !important;
}
	
/***************/
/* Footer ******/
/***************/

#FooterWrapper {
	position: relative;
	width: 100%;
	background-color: #888;
	z-index: 999;
	padding-bottom: 10px;
	}
#Footer {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	
	color: #000;
	}
#FooterBox {
	float: left;
	font-size: .8em;
	color: #444;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 5px;
	width: 250px;
	}
#FooterBox h3 {
	font-size: .9em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	}
#FooterCopyright {
	background-color: #000;
	color: #888;
	font-size: .8em;
	text-align: center;
	padding: 10px 0px 10px 0px;
	}
#Footer ul {
	list-style:none;
	margin: 0;
    padding: 0;
	}
#Footer ul a {
	text-decoration: none;
	color: #444;
	}
#Footer ul a:hover {
	color: #eee;  
	}
	
#Footer li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

#Footer li:before {
    content: "• ";
    color: #666; /* or whatever color you prefer */
}

/**********************/
/* Responsive *********/
/**********************/

@media screen and (max-width: 1105px) {
	
#PreHeader, #Header, #Content, #Footer, #TopImage {
	width: 100%;
	}
	
#ContentColumnRight, #ContentColumnLeft, #ContentColumnWide {
	margin: 0;
	width: 100%;
	}
#TopImage img {
	max-width: 100%;
	height: auto;
	
	}
}

@media screen and (max-width: 780px) {
	
#ContentColumnRight {
	width: 100%;
	}
	
#ContentColumnRight img {
	max-width: 100%;
	height: auto;
	}
	
}