@charset "UTF-8";
/* CSS Document */





/* START RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height:normal;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight:bold !important; }

/* END RESET */







body, html {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%; }

body p {
	margin:0px;
	}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0; }

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */ }

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none; }

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ }

a:visited {
	color: #000000;   text-decoration: none; }

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ }

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */ }

ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */ }
	
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* gives the link block properties causing it to fill the whole LI containing it causing the entire area to react to a mouse click. */
	text-decoration: none; 
	background-color: #8090AB;
	color: #000; }
	
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #6F7D94;
	color: #FFF; }

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px; }

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px; }

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px; }


/* ------------------------- */ 
/* CUSTOM STYLES ----------- */ 
/* ------------------------- */ 


/* Primary Container Styles ------- */


.container { /* main outside container*/
	height: auto;
	background-color: #FFF;
	margin: 0 auto; 
	overflow: hidden; }

.sidebar1 { /* right navigation container */
	float: right;
	background-color: #FFFFFF;
	padding-bottom: 10px; }


/* Tall Images - Portrait */

.content_tall { /* main outside container*/
	position:absolute;
	z-index:0; 
	text-align:center;
	top:0;
	height:100%; }

.content_image_tall {
	width:auto;
	height:100%; }


/* Wide Images - Lanscape ------- */

.content_wide { /* left image container */
	position:absolute;
	z-index:0; 
	text-align:left;
	top:0;
	height:100%; }

.content_image_wide {
	width:100%;
	height:auto;
	margin: auto; }




/* scale containers to match screen size */

/* media only screen and (min-width: 1200px) and (max-width: 4960px)  */

@media only screen and (min-width: 1700px) and (max-width: 4960px) {
.content_tall {	width:76% !important; } /* main outside container*/
.content_wide { width:76% !important; padding-top: 0; }/* left image container */
.sidebar1 {	width: 23% !important; } /* sidebar container */

.MenuText img {	/* width:105px; */ width:87px; height: auto; }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
.content_tall {	width:76% !important; } /* main outside container*/
.content_wide { width:76% !important; }/* left image container */
.sidebar1 {	width: 23% !important; } /* sidebar container */

.MenuText img {	/* width:105px; */ width:82px; height: auto; }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
.content_tall {	width:72% !important; } /* main outside container*/
.content_wide { width:72% !important; }/* left image container */
.sidebar1 {	width: 27% !important; } /* sidebar container */

.MenuText img {	/* width:105px; */ width:85px; height: auto; }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
.content_tall {	width:72% !important; } /* main outside container*/
.content_wide { width:72% !important; }/* left image container */
.sidebar1 {	width: 27% !important; } /* sidebar container */

.MenuText img {	/* width:105px; */ width:82px; height: auto; }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
.content_tall {	width:70% !important; } /* main outside container*/
.content_wide { width:70% !important; }/* left image container */
.sidebar1 {	width: 29% !important; } /* sidebar container */

.MenuText img {	/* width:105px; */ width:82px; height: auto;}
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
.content_tall {	width:68% !important; } /* main outside container*/
.content_wide { width:68% !important; }/* left image container */
.sidebar1 {	width: 32% !important; } /* sidebar container */

.MenuText img {	/* width:105px; */ width:84px; height: auto;  }
}


/* @media only screen and (min-width: 1000px) and (max-width: 1199px)  */

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
.content_tall {	width:68% !important; } /* main outside container*/
.content_wide { width:68% !important; }/* left image container */
.sidebar1 {	width: 31% !important;  } /* sidebar container */

.MenuText img {	/* width:105px; */ width:74px; height: auto; }
}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {
.content_tall {	width:65% !important; } /* main outside container*/
.content_wide { width:65% !important; }/* left image container */
.sidebar1 {	width: 34% !important;  } /* sidebar container */

.MenuText img {	width:72px; height: auto; }
}



/* @media only screen and (min-width: 800px) and (max-width: 999px)  */

@media only screen and (min-width: 950px) and (max-width: 999px) {
.content_tall {	width:72% !important; } /* main outside container*/
.content_wide { width:72% !important; }/* left image container */
.sidebar1 {	width: 27% !important; } /* sidebar container */

.MenuText img {	width:55px; height: auto; }
}

@media only screen and (min-width: 900px) and (max-width: 949px) {
.content_tall {	width:70% !important; } /* main outside container*/
.content_wide { width:70% !important; }/* left image container */
.sidebar1 {	width: 29% !important; } /* sidebar container */

.MenuText img {	width:55px; height: auto;  }
}


@media only screen and (min-width: 800px) and (max-width: 899px) {
.content_tall {	width:68% !important; } /* main outside container*/
.content_wide { width:68% !important; }/* left image container */
.sidebar1 {	width: 31% !important; } /* sidebar container */

.MenuText img {	width:52px; height: auto; }
}

@media only screen and (min-width: 650px) and (max-width: 799px) {
.content_tall {	width:64% !important; } /* main outside container*/
.content_wide { width:64% !important; }/* left image container */
.sidebar1 {	width: 35% !important; } /* sidebar container */

.MenuText img {	width:45px; height: auto; }
}

@media only screen and (min-width: 400px) and (max-width: 649px) {
.content_tall {	width:62% !important; } /* main outside container*/
.content_wide { width:62% !important; }/* left image container */
.sidebar1 {	width: 37% !important; } /* sidebar container */

.MenuText img {	width:37px; height: auto; }
}







/* CODE BELOW FOR TESTING PURPOSES ONLY */

/*

@media only screen and (min-width: 1200px) and (max-width: 4960px) {
.content_tall { border: thin red solid; }
.content_wide { border: thin red solid; }
.sidebar1 {	 }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
.content_tall { border: thin blue solid; } 
.content_wide { border: thin blue solid; }
.sidebar1 {	 } 
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
.content_tall { border: thin yellow solid; }
.content_wide { border: thin yellow solid; }
.sidebar1 {	 } 
}

@media only screen and (min-width: 650px) and (max-width: 799px) {
.content_tall {	border: thin black solid; }
.content_wide { border: thin black solid; }
.sidebar1 {	 }
}

@media only screen and (min-width: 400px) and (max-width: 649px) {
.content_tall { border: thin green solid; } 
.content_wide { border: thin green solid; }
.sidebar1 {  }
}
*/




/* START Font Styles ------- */

@font-face {
    font-family: 'High Tower Text';
    src: url('type/345234-234.eot'); /* IE9 Compat Modes */
    src: url('type/345234-234.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('type/345234-234.woff') format('woff'), /* Modern Browsers */
         url('type/345234-234.ttf') format('truetype'), /* Safari, Android, iOS */
         url('type/345234-234.svg#HighTowerTextRegular') format('svg'); /* Legacy iOS */
}

	
/* Style Definitions */

p.MsoNormal, li.MsoNormal, div.MsoNormal {
	mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:Century;}

table.MsoNormalTable {
	mso-style-parent:"";
	font-size:10.0pt;
	font-family:"Times New Roman"; }

@page Section1 {
	size:8.5in 11.0in;
	margin:.25in 1.25in 1.0in .3in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}

div.Section1 {
	page:Section1; }



/* Sidebar Header ------- */

.MenuTitles {
	font-family: "High Tower Text";
	margin: 0;
	padding: 20px 0px 0px 15px;
	text-decoration: none;
	color: #000000; }

#koval_title {
	font-family:"High Tower Text";
	letter-spacing:10px;
	color:gray;
	line-height:1;
	margin-bottom: 5px; }

#koval_copyR {
	font-family:"High Tower Text";
	color: #000000; }

#page_top_title {
	font-family:"High Tower Text";
	color: #000000; }

#page_sub_title {
	font-family:"High Tower Text";
	color: #000000;
	line-height: 1; }


/* Text Area above navigation ------- */

.MenuText {
	font-family: "High Tower Text";
	margin: 0;
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* Main Navigation ------- */

.Menu p {
	font-family:"High Tower Text";
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000; }

.Menu {
	font-family: "High Tower Text";
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


/* Bottom Links ------- */

.bottom_links {
	font-family: "High Tower Text";
	text-decoration: none;
	color: #000000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bottom_links a:link {
	font-family:"High Tower Text";
	margin-right: 25px;
	text-decoration: none;
	color: #000000;
}




/* Alter the font sizes depending on the window width */

@media only screen and (min-width: 1200px) and (max-width: 4960px) {
#koval_title {	font-size: 40pt;}  /* koval */
#koval_copyR { font-size: 8pt; } /* copyright information */
#page_top_title { 	font-size: 24pt; } /* series main title ex Surviving Subtlety */
#page_sub_title {	font-size: 16pt; } /* sub title ex design and execution */

.MenuText, .MenuText a:link,  image_buttons, .image_buttons a:link, .Menu, .Menu p { font-size:12pt; } /* navigation text */
.bottom_links, .bottom_links a:link { font-size:1pt; } /* all the links at the bottom */
#tooltip {font-size:14px; }

}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
#koval_title {	font-size: 43pt;}  /* koval */
#koval_copyR { font-size: 7.5pt; } /* copyright information */
#page_top_title { 	font-size: 22pt; } /* series main title ex Surviving Subtlety */
#page_sub_title {	font-size: 14.5pt; } /* sub title ex design and execution */

.MenuText, .MenuText a:link,  image_buttons, .image_buttons a:link, .Menu, .Menu p { font-size:11pt; } /* navigation text */
.bottom_links, .bottom_links a:link { font-size:11pt; } /* all the links at the bottom */
#tooltip {font-size:14px; }


}

@media only screen and (min-width: 800px) and (max-width: 999px) {
#koval_title {	font-size: 38pt;}  /* koval */
#koval_copyR { font-size: 7pt; } /* copyright information */
#page_top_title { 	font-size: 15pt; } /* series main title ex Surviving Subtlety */
#page_sub_title {	font-size: 12pt; } /* sub title ex design and execution */

.MenuText,  .MenuText a:link,  image_buttons, .image_buttons a:link,  .Menu, .Menu p { font-size:8pt; } /* navigation text */
.bottom_links, .bottom_links a:link { font-size:8pt; } /* all the links at the bottom */
#tooltip {font-size:13px; }


}


@media only screen and (min-width: 650px) and (max-width: 799px) {
#koval_title { font-size: 32pt; }  /* koval */
#koval_copyR { font-size: 6.5pt; } /* copyright information */
#page_top_title {	font-size:13.0pt; } /* series main title ex Surviving Subtlety */
#page_sub_title {	font-size:9.0pt; } /* sub title ex design and execution */

.MenuText,  .MenuText a:link,  image_buttons, .image_buttons a:link,  .Menu, .Menu p { font-size:7pt; } /* navigation text */
.bottom_links, .bottom_links a:link { font-size:7pt; } /* all the links at the bottom */
#tooltip {font-size:13px; }


}

@media only screen and (min-width: 400px) and (max-width: 649px) {
#koval_title { font-size: 25pt; }  /* koval */
#koval_copyR { font-size: 6pt; } /* copyright information */
#page_top_title {	font-size:11.0pt; } /* series main title ex Surviving Subtlety */
#page_sub_title {	font-size:8.0pt; } /* sub title ex design and execution */

.MenuText,  .MenuText a:link, image_buttons, .image_buttons a:link, .Menu, .Menu p { font-size:7pt; } /* navigation text */
.bottom_links, .bottom_links a:link { font-size:7pt; } /* all the links at the bottom */
#tooltip {font-size:12px; }


}

/* Page Navigation Buttons ------- */

.image_buttons {
	font-family: "High Tower Text";
	margin: 0;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
}

.image_buttons a:link {
	font-family: "High Tower Text";
	margin: 0;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}




/* END Font Styles ------- */









/* Tooltip */


#tooltip {
	font-family: 'High Tower Text';
	position:absolute;
	z-index:9999;
	color:#fff;
	max-width: 400px; }

#tooltip .tipHeader {
	height:auto;
	background:url(images/tipHeader.gif) no-repeat; }


#tooltip .tipBody {
	background-color:#1C1C1C;
	padding:5px 5px 5px 15px;
	border: thin solid #1C1C1C;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	position:relative;
	left: -100px; }

#tooltip .tipFooter {
	height:auto;
	background:url(images/tipFooter.gif) no-repeat; }




/*

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	width:180px; }

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat; }


#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px; }

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat; }

*/


/* ---- THUMBS ---- */

.thumbs {
	padding-left: 12px;
	padding-right:17px; }
	
.thumbs_table {
	table-layout: fixed; 
	width: 100%; }

.MenuText img {
	margin-bottom: 5px;	}		

.selected_thumb {
	border: 2px solid #666666; }

.non-selected {
	border: 2px solid #FFFFFF; }

.thumb_tips {
	font-size: 0.7em;
}


@charset "UTF-8";
/* CSS Document */

.content_tall span {
position:absolute;
bottom: 0px;
right: 0px;
width: 50px;
height: 50px;
z-index: 100;
background: transparent url(http://www.kovalartist.com/main-images/mag.png) no-repeat;
}



[if lte IE 7]>
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
</style>
<![endif]
