/*
Theme Name: Will Wynn
Theme URI: http://www.willwynn.com
Description:
Version: 1.0
Author: TradeMark Media
Author URI: http://www.trademarkmedia.com
Tags: 
*/



/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
}
dl, ol, p, blockquote, le, ul {
	margin: 0 0 1.5em 0;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: "";
	content: none;
}
/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h1, h2, h3, h4, h5, h6 {
	color:#690;
}
h1 {
	font-size: 1.8em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
p img {
	padding: 0;
	max-width: 100%;
	}
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;
}
img.bordered {
	border: 1px #ccc solid;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 6.LINKS -- */
a {
	color: #690;
	text-decoration: underline;
}

a:hover, a:focus {		
	color: #000;
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */

/* - Sidebar - */
.sidebar-module {
	margin-bottom: 20px;
}
p.gallery-link {
	margin-top: -1em;
}
/* Video */
a.sidebar-video{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px #666 solid;
	display: block;
	height: 145px;
	width: 258px;
	margin: 0 auto;
}
a.sidebar-video:hover {
	border: 1px #690 solid;
}
a.sidebar-video span {
	background: url(images/icons/play-video.png) 50% 50% no-repeat;
	display: block;
	height: 145px;
	text-indent: -999em;
}
	
/* Images */
.sidebar-image a img{
	border: 1px #666 solid;
}
.sidebar-image a:hover img{
	border: 1px #690 solid;
}
/* Quote */
#sidebar-quote blockquote {
	color:#666;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#sidebar-quote blockquote cite {
	display: block;
	font-size: .8em;
}
/* - Home Page - */

/* Promotion area */
#home-promo{
	background: url(images/layout/home-promo.jpg);
	color:#818181;
	margin: 0;
	padding: 20px 0;
}
#home-promo-container {
	position: relative;
	background: url(images/layout/home-promo-container.gif) 10px 0 no-repeat;
	height: 327px;
}
#flip-images{
	position: absolute;
	top: 12px;
	left: 48px;
	width: 376px;
	height: 300px;
	overflow: hidden;
}
#flip-images img {
	height: 300px;
	width: 376px;
}

#home-tabs{
	text-align: left;
	margin: 0;
	padding: 0;
	top: 37px;
	position: absolute;
	left: 455px;
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	width: 470px;
	height: 270px;
	overflow: hidden;
}
#home-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#home-tabs ul li {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}
#home-tabs ul li a {
	background-image: url(images/layout/home-tabs.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: -999em;
}
#home-tabs ul li a:hover, #home-tabs ul li.ui-state-active a {
	background-position: 0 -31px;
}
#home-tabs ul li a#tab-nav-2 {
	background-position: -26px 0;
}
#home-tabs ul li a#tab-nav-2:hover, #home-tabs ul li.ui-state-active a#tab-nav-2 {
	background-position: -26px -31px;
}
#home-tabs ul li a#tab-nav-3 {
	background-position: -52px 0;
}
#home-tabs ul li a#tab-nav-3:hover, #home-tabs ul li.ui-state-active a#tab-nav-3 {
	background-position: -52px -31px;
}
#home-tabs ul li a#tab-nav-4 {
	background-position: -78px 0;
}
#home-tabs ul li a#tab-nav-4:hover, #home-tabs ul li.ui-state-active a#tab-nav-4 {
	background-position: -78px -31px;
}
#home-tabs ul li a#tab-nav-5 {
	background-position: -104px 0;
}
#home-tabs ul li a#tab-nav-5:hover, #home-tabs ul li.ui-state-active a#tab-nav-5 {
	background-position: -104px -31px;
}
div.tab-container {
	position: relative;
	height: 250px;
	overflow: hidden;
}
div#home-tabs h2 {
	border-bottom: 2px solid #c1c2ba;
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
}
div.tab-content {
	width: 218px;
}
div.home-quote {
	position: absolute;
	top: 0;
	right: 0;
	color: #768897;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	width: 220px;
	height: 230px;
	overflow: hidden;
}
div.home-quote q {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
div.home-quote cite {
	display: block;
	font-style:italic;
	font-style: normal;
}
.ui-tabs-hide{
	display: none
}

/* Highlights */
#highlights-container {
	background: #333;
	color: #818181;
}

.highlight {
	float: left;
	width: 212px;
	padding: 20px 0 20px 18px;
	text-align: left;
	background: 0;
	color: #FFFFFF;
}
.highlight div {
	margin-top: 5px;
}
.highlight div a {
	color: #fff;
	font-style: normal;
	text-decoration: none;
}
/* Gallery */
dd.gallery-caption span {
	font-size: .8em;
	color: #555;
}