/*
Theme Name: Wise Owl 2009
Theme URI: http://wordpress.org/
Author: Adam Abrams
Author URI: http://adamabrams.com/
*/


body { 
	background: #999 url(images/bg.gif) top left repeat-x;
	text-align: center;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,div,iframe,form,table,td,th {
	padding: 0;
	margin: 0;	
}


/*  IE 5.5 PNG FIX - INCLUDE iepngfix.htc AND blank.gif IN SITE */

img, div { behavior: url(iepngfix.htc) }

#wrapper {
	margin: 10px auto;
	padding: auto;
	width: 865px;
	text-align: left;
}

#header {
	background:  url(images/header3.jpg) top left no-repeat;
	text-align: center;
	height: 198px;
	width: 865px;
	margin: 0;
	padding: 0;
	position: relative;
}

#content, #contentHome {
	background: white;
	clear: both;
	width: 865px;
	margin: 0; padding:0;
}

#contentHome {
	background: url(images/homebg2.gif) top left repeat-y;
}

#contentInner {
	width: 835px;
	padding: 15px;
}

/* HOME PAGE STYLES  */

#synopsisbox {
	background: white url(images/synopsis-bg.gif) top left no-repeat;
	margin: 0; padding: 0;
	border-bottom: 1px solid black;
	height: 120px;
}

p.synopsis {
	font-size: 21px;
	line-height: 26px;
	color: white;
	margin:0;
	padding: 15px 500px 15px 15px;
}

p.synopsis strong {
	color: #0099CC;
}

#leftColHome {
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
	width: 630px;
	border: none;
}

#rightColHome {
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	width: 235px;
	/*background-color: #DDEAFD;*/
	/*background-color: #C9E3FE;*/
	border: none;
}

#rightColHome p {
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 20px 30px 20px 20px;
	line-height: 18px;
}

#rightColHome h3 {
	text-align: left;
	margin-left: 20px;
}


.homeCatBox {
	margin: 17px 0 0 14px;
	/*border: 1px solid #B1CCE8;*/
	border: 1px solid #3366CC;
	background: url(images/homeCatBg2.gif) top left repeat-x;
	display: block;
	width: 600px;
	height: auto;
}

.homeCatBox p {
	padding-right: 10px;
}

.homeCatBox p a {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

.homeCatBoxImg {
	float: left;
	height: 156px;
	width: 156px;
}

.homeCatBoxImg img {
	float: left;
	margin: 10px;
}

#generationsHomeBox {
	width:100%;
	background: #F6F6F4;
	padding: 15px 0 30px 0;
	margin: 20px 0 0 0;
}

#generationsHomeBox p {
	padding: 0 0 0 25px;
}

#generationsHomeBox img {
	margin-left: 25px;
}


/* INTERIOR CONTENT STYLES */

img.vidheader {
	margin: 0; padding: 0;
}


.leftcol {
	width: 400px;
	float: left;
}

.rightcol {
	width: 425px;
	float: right;
}

.leftcolVideos {
	width: 400px;
	float: left;
}

.rightcolVideos {
	width: 400px;
	float: right;
}

#footer {
	background: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 865px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid blue;
}

#footerLeft {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#footerLeft ul {
	list-style: none;
	margin: 0; padding: 0;
}

#footerLeft ul li {
	display: inline;
	margin: 0 15px 0 0;
	line-height: 32px;
	padding: 0;
}

#footerRight {
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
}


/*  GLOBAL TEXT, LINK and IMAGE STYLES  */

body, table, td, ul, li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	color: #333;
}

p {
	padding: 0;
	margin-bottom: 4px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 32px;
	line-height: 36px;
	color: #003399;
	margin-bottom: 13px;
}

h2 {
	font-size: 21px;
}


h3 {
	font-size: 16px;
}
	
h2, h3, h4 {
	line-height: 110%;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 7px;
}

a {font-weight: bold;}
a:link {color: #003399; text-decoration: none}
a:visited {color: #003399;text-decoration: none}
a:hover {color: #CC0000;text-decoration: underline;}
a:active {color: brown;text-decoration: none}

h2 a:link, 
h2 a:visited, 
h2 a:active {
	text-decoration: none;
}

.homeCatBox a:link img, .homeCatBox a:visited img {border: 1px solid #003399;}
.homeCatBox a:hover img {border: 1px solid #CC0000;}


table, td {
	margin: 0;border: 0;
}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/*   THE "CLEARFIX"   */

.clear:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clear {
min-height: 1px;
}

* html .clear {
height: 1px;
}


/* TOP NAVIGATION and SUBMENU  */

#nav, #nav ul {
	position: absolute;
	top: 153px;
	left: 290px;
	float: left;
	width: auto;
	height: 45px;
	list-style: none;
	background: none;  /* OVERALL MENU BG */
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: none;  /* TOP & BOTTOM OF MENU  */
}

#nav li li a {
	font-size: 12pt;
}

body.home li#navHome,
body.category-videos li#navVideos,
body.videos li#navVideos,
body.dvd li#navVideos,
body.page-id-173 li#navK8,
body.page-id-212 li#navK8,
body.page-id-209 li#navK8,
body.page-id-201 li#navK8,
body.page-id-175 li#navK8,
body.page-id-302 li#navAbout,
body.page-id-5 li#navContact {
	background: #FEF6B4 url(images/menu-hilite2.gif) top left no-repeat; /* HILITE OF CURRENT PAGE  */
}



#nav a {
	display: block;
	font-size: 1.3em;
	color: #003399;  /* LINK TEXT COLOUR  */
	text-decoration: none;
	padding: 0 1em;
}

#nav li {
	position: relative;
	float: left;
	padding: 0;		
	height: 45px;
	line-height: 45px;
}

/*   --------------  */


#nav li ul {
	position: absolute;
	left: -999em;
	top: 44px;
	height: auto;
	width: 15.4em;
	w\idth: 14.9em;
	font-weight: normal;
	margin: 0;
	background: #FFE673; /* HILITE OF CURRENT PAGE  */
}

#nav li li {
	text-align: left;
	width: 15.4em;
	w\idth: 14.9em;
	height: auto;
	line-height: 20px;
	border-bottom: 1px solid orange;
	padding: 7px 0;
}

#nav li ul a {
	width: 15.4em;
	w\idth: 14.9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul li:hover, #nav li.sfhover ul li:hover {
	background-color: #FF9900;
}

/*   --------------  */

#nav li a:hover, #nav li li a:hover {
	color: #990000;  /* HIGHLIGHT TEXT  */
}

/*  OTHER STYLES  */

#guidebox {
	float: left;
	background: #DEF1FF;
	padding: 10px;
}

#guidebox ul li {
	margin-left: 15px;
}

#guideboxLeft {
	float: left;
	width: 47%;
}

#guideboxRight {
	float: right;
	width: 47%;
}

.sideImageHome {
	margin: 0;
}

#hiliteBox {
	background-color: #FFCCCC;
	padding: 10px;
	color: #000000;
}

#purchasebox {
	margin-top: 12px;
	padding: 12px;
	background-color: #FFFF99;
	/*background: url(images/purchasebox_bg.gif) top left repeat-x;*/
	border: 2px solid #FF6600;
}
#purchaseboxLeft {
	float: left;
	width: 47%;
}

#purchaseboxRight {
	float: right;
	width: 47%;
}

#detailsbox {
	margin-top: 12px;
	padding: 12px 12px 12px 0;
	border: none;
	font-size: 11px;
	line-height: 120%;
}

#detailsboxLeft {
	float: left;
	width: 72%;
}

#detailsboxRight {
	float: right;
	width: 25%;
}

#detailsbox img {
	margin: 0 0 10px 0;
}

#intro p {
	font-size: 13px;
	line-height: 130%;
}

.small {
	font-size: 10px;
}

input {
	margin-top: 7px;
}