/*
Company:	Wild Ink Press
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat 0 0 #cecece;
}
body {
	font-family: georgia, times, serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

/* Footer */
div#ft, div#ft2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 20px 0;
}
div#ft2 p {
	font-family: Georgia, times, serif;
	font-size: 93%;
	color: #999;
	padding: 6px 0 0 0;
	text-align: center;
}
div#ft p {
	font-family: Georgia, times, serif;
	font-size: 93%;
	color: #999;
	padding: 6px 0 0 0;
	float: right;
	display: inline;
}
div#ft p a, div#ft p span, div#ft2 p a, div#ft2 p span {
	padding: 0 5px;
}
div#ft p a:link, div#ft p a:visited, div#ft2 p a:link, div#ft2 p a:visited {
	color: #999;
	text-decoration: none;
}
div#ft p a:hover, div#ft2 p a:hover {
	text-decoration: underline;
}
div#ft div.search-box {
	margin-left: 15px;
	margin-right: 7px;
	width: 240px;
	float: right;
	display: inline;
}
/*div#ft div.search-field {
	width: 161px;
	height: 28px;
	background: url(../images/search-bkg.png) no-repeat 0 0;
	float: left;
	display: inline;
}*/
div#ft input.searchInput {
	color: #666666;
	font-size: 100%;
	font-family: Georgia, times, serif;
	border: none;
	background-color: transparent;
	width: 149px;
	padding: 7px 6px;
	text-align: right;
	font-style: italic;
	background: url(../images/search-bkg.png) no-repeat 0 0;
	vertical-align: middle;
}
div#ft input.searchButton {
	vertical-align: middle;
	background: url(../images/search-btn.png) no-repeat 0 0 transparent;
	width: 72px;
	height: 29px;
	border: none;
	font-family: Palatino, Times, serif;
	text-transform: uppercase;
	color: #999;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 431px;
	height: 191px;
	background: url(../images/wild-ink-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Content Top */
div.content-top {
	width: 1000px;
	height: 21px;
	background: url(../images/content-top.png) no-repeat 0 0;
}
div.content-mid {
	width: 1000px;
	background: url(../images/content-mid.png) repeat-y 0 0;
	overflow: hidden;
}
div.content-btm {
	width: 1000px;
	height: 21px;
	background: url(../images/content-btm.png) no-repeat 0 0;
}

/* Home Flash */
div.home-flash {
	width: 961px;
	margin-left: 19px;
	margin-bottom: 4px;
}

/* Home Intro */
div.home-intro {
	width: 961px;
	height: 251px;
	margin-left: 19px;
	padding: 1px 0;
}
div.home-intro div.left-box {
	width: 489px;
	margin: 0 0 0 20px;
	padding: 25px 0 0 0;
	text-align: justify;
	float: left;
	display: inline;
}
div.home-intro div.right-box {
	width: 342px;
	padding: 110px 0 0 0;
	margin: 0 42px 0 0;
	text-align: justify;
	float: right;
	display: inline;
}
div.home-intro div.left-box h1 {
	color: #999999;
	font-size: 182%;
	font-family: Palatino, Times, serif;
	font-weight: normal;
	margin: 0 0 7px 0;
	text-align: center;
}
div.home-intro div.left-box p, div.home-intro div.left-box li {
	color: #666666;
	font-family: Georgia, times, serif;
	font-size: 108%;
	font-style: italic;
	line-height: 160%;
}

div.home-intro div.right-box p {
	color: #3c5866;
	font-size: 108%;
	font-family: Georgia, times, serif;
	line-height: 160%;
}

/* Side */
div.side {
	width: 268px;
	height: 470px;
	margin: 0 20px 4px 0;
	padding: 20px 0 0 0;
	color: #ffffff;
	float: right;
	display: inline;
}
div.side-text {
	padding: 0 22px;
}
div.side p, div.side li {
	font-size: 108%;
	line-height: 150%;
}

/* <textEditor> */
.more {
	text-align: right;
	font-style: italic;
}
/* </textEditor> */

/* Subnav */
div.subnav {
	clear: both;
	margin-left: 19px;
	width: 961px;
	height: 49px;
}
div.subnav ul {
	padding: 0;
	width: 961px;
	height: 49px;
	background: url(../images/submenu-bkg.gif) no-repeat 0 0;
	margin: 0 0 0 0;
}
div.subnav ul li {
	list-style: none;
	font-size: 138.5%;
	font-style: italic;
	font-family: Palatino, Times, serif;
	background: url(../images/subnav-div.gif) no-repeat 0 50%;
	padding: 0 10px 0 20px;
	float: left;
	display: inline;
}
div.subnav ul li:first-child {
	background: none;
}
div.subnav ul li a {
	padding: 0 3px;
	display: block;
	line-height: 49px;
}
div.subnav ul a:link, div.subnav ul a:visited {
	color: #fff;
	text-decoration: none;
}
div.subnav ul a:hover {
	text-decoration: none;
	color: #565656;
}

/* Slideshow */
div.slideshow {
	width: 691px;
	height: 490px;
	margin: 0 0 0 19px;
	float: left;
	display: inline;
}
span.sldw_prev a {
	background: url(../images/slideshow-prev.png) no-repeat 0 0!important;
	width: 48px!important;
	height: 48px!important;
}
span.sldw_next a {
	background: url(../images/slideshow-next.png) no-repeat 0 0!important;
	width: 48px!important;
	height: 48px!important;
}

/* IMAGE GALLERY // non drop shadow images (with or without caption/cropped or uncropped) */

/* gallery with mosaic */
.photoGalleryElement .thumbTile .thumbContents img {
        width: 264px!important; 
        height: 264px!important;
}

/* gallery with mosaic, tight */
.photoGalleryElement .thumbTight .thumbContents img {
        width: 164px!important; 
        height: 164px!important;
}

/* Main */
div.main {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/scroll.gif) no-repeat 50% 0;
	padding: 140px 0 40px 0;
}
div.admin {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 40px 0;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #7b7d78;
}
div.main p {
	line-height: 24px;
	margin-bottom: 12px;
	font-size: 108%;
}

/* <textEditor> */
.bold {font-weight: bold!important;}
.italic {font-style: italic!important;}
.floatRight {margin: 0 0 10px 20px; float: right; display: inline;}
.floatLeft {margin: 0 20px 10px 0; float: left; display: inline;}
.addBorder {background: url(../images/hr.gif) no-repeat 0 100%; padding: 0 0 7px 0!important;}
/* </textEditor> */
/* @end */

/* @group Default Headings */
div.main h1.title {
	text-align: center;
	font-size: 338%;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	font-weight: normal;
	color: #666666;
	font-family: Palatino, Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	background: url(../images/hr.gif) no-repeat 0 100%;
}
div.main h1, body.admin h1 {
	font-size: 308%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #666666;
	font-family: Palatino, Times, serif;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 1px;
}
div.main h2, body.admin h2 {
	font-size: 182%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #999;
	font-family: Palatino, Times, serif;
	text-transform: uppercase;
}
div.main div.blogList li h2 {
	font-style: normal;
	font-size: 174%;
}
div.main h3, body.admin h3 {
	font-size: 138.5%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #999;
	font-family: Palatino, Times, serif;
	text-transform: uppercase;
}
div.main h4, body.admin h4 {
	font-size: 138.5%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #666666;
	font-family: Palatino, Times, serif;
	font-style: italic;
}
div.main h5, body.admin h5 {
	font-size: 138.5%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #5996a2;
	font-family: Palatino, Times, serif;
	font-style: italic;
}
div.main h6, body.admin h6 {
	font-size: 108%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #999;
	font-family: Palatino, Times, serif;
	font-style: italic;
}
/* @end */

/* @group Default Lists */
div.main ul {
	margin-left: 0;
}
div.main li {
	font-size: 108%;
	color: #3b7884;
	font-style: italic;
	list-style: none;
	line-height: 24px;
	background: url(../images/list-bullet.gif) no-repeat 0 5px;
	margin-left: 10px;
	padding-left: 28px;
}

div.main div.blogList li {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}
div.main div.blogList li div.postBody {
	color: #7b7d78;
	font-style: normal;
}
div.main div.blogList li div.postBody p {
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 961px;
	height: 59px;
	background: url(../images/nav-bar-bkg.gif) no-repeat 0 0;
	margin-left: 19px;
	margin-bottom: 4px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 60px;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 0 49%;
	padding: 0 15px 0 21px;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a {
	font-family: Palatino, Times, serif;
	font-size: 108%;
	text-transform: uppercase;
	line-height: 59px;
	display: block;
	letter-spacing: 1px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #8d8d8d;
	text-decoration: none;
}
div#nav ul li:hover a:link, div#nav ul li:hover a:visited, div#nav ul li.sfhover a:link, div#nav ul li.sfhover a:visited, div#nav ul li.selectedPage a:link, div#nav ul li.selectedPage a:visited {
	text-decoration: none;
	color: #4a5356;
	background: url(../images/nav-hover.gif) no-repeat 50% 50%;
}


/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(../images/drop-nav-bkg.png) repeat 0 0;
	z-index: 500;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 5px 3px;
	margin: 0 10px;
	text-transform: lowercase;
	display: block;
	font-weight: normal;
	background-image: none!important;
	border-top: 1px dotted #a49f9f;
	font-style: italic;
	font-family: Georgia, times, serif;
        letter-spacing: 0px;
}
div#nav ul li ul li:first-child a {
	border: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul ul a:link, div#nav ul ul a:visited {
	color: #ffffff!important;
	text-decoration: none;
}
div#nav ul ul a:hover {
	text-decoration: none;
	color: #2c2c2c!important;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
.fieldNote {
	font-size: 93%;
	font-family: Georgia, Times, serif;
	font-style: italic!important;
}
label.fieldName {
	font-size: 93%;
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #a4c6cf;
	text-decoration: none;
}
a:hover {
	color: #5996a2;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */