@charset "UTF-8";

/*
Theme Name: Hydracore
Description: A custom WordPress theme for Hydracore.
Version: 0.1
Author: Gorilla 76
Author URI: http://www.gorilla76.com/
*/

/* Resets */

body, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, p, blockquote,
.nav, .nav li {
	margin: 0;
	padding: 0;
}
.nav, .nav li {
	list-style: none;
}
a img {
	border: none;
}

/* Type */

body {
	font: .8em/1.4em Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, .nav, #footer, .tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
	font-weight: normal;
}
h1, h2, h3 {
	font-size: 2em;
}
h2, h3, .map p {
	margin-top: .5em;
}
h4, p, ul, ol {
	margin-top: 1em;
}
h4 {
	font-size: 1.3em;
}
ul, ol, dd {
	margin-left: 1em;
}
li {
	padding-left: 1em;
}
.g76_list_posts {
	margin-top: 1.8em;
}
dd {
	text-indent: -1em;
}
blockquote {
	margin-left: 2em;
}

/* Structure */

#container {
	margin: 0 auto;
}
.wp_list_pages, .tagline {
	text-align: center;
	letter-spacing: .2em;
}
.wp_list_pages li, .toolbar li, #footer li {
	padding: 0 .8em 0 .6em;
	display: inline;
}
.wp_list_pages .cat-item-5, #footer li.last {
	padding-right: 0;
}
.tagline {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 3em;
}
.col {
	padding-bottom: 2em;
	float: left;
}
.clear {
	clear: both;
	overflow: hidden;
}
#footer ul {
	text-align: right;
	padding: 1em 0;
}

@media screen {

/* Resets */

.wp_list_pages a, .g76_list_posts a, .toolbar a {
	text-decoration: none;
}
.g76_list_posts a:hover, .current-post a,
.toolbar a:hover, .toolbar a.current {
	text-decoration: underline;
}
.wp_list_pages a:hover, .current_page_item a,
.category .wp_list_pages .current-cat a {
	border-bottom: 1px solid #fff;
}
.category-1 .page-item-17 a,
.category-3 .page-item-11 a,
.category-4 .page-item-11 a,
.category-5 .cat-item-5 a {
	border-bottom: 1px dotted #fff;
}

/* Structure */

#container {
	width: 960px;
}
#header, #content, #footer {
	position: relative;
	width: 900px;
	padding-left: 30px;
	padding-right: 30px;
}
.bloginfo_name {
	position: absolute;
	top: 45px;
	left: 260px;
	width: 440px;
	height: 50px;
}
#banner {
	width: 900px;
	padding-top: 115px;
	height: 235px; /* 350px - padding */
}
.home #banner {
	height: 335px; /* 450px - padding */
}
.tabs, .tabs li {
	height: 40px;
}
.tabs {
	margin-left: 10px;
}
.tabs li {
	float: left;
	width: 180px;
}
.col {
	padding-left: 10px;
	padding-right: 10px;
}
.col1 {
	padding-left: 20px;
}
.twocol .col2, .threecol .col3 {
	padding-right: 0;
}
.twocol .col1 {
	width: 355px;
}
.threecol .col1 {
	width: 154px;
}
.threecol .col2 {
	width: 366px;
}
#slideshow, .map, #thumbnails {
	position: relative;
	margin-top: 20px;
}
#slideshow {
	min-height: 288px;
}
* html #slideshow {
	height: 288px;
}
.home #slideshow, .page-id-11 #slideshow, .page-id-17 #slideshow {
	margin-top: -20px;
}
#slideshow img, .map iframe {
	width: 495px;
	border: 1px solid #fff;
	padding: 4px;
}
#slideshow img {
	position: absolute;
	height: 288px;
}
#slideshow .toolbar {
	margin-top: .5em;
	padding-top: 298px;
}
#footer {
	padding-bottom: 11px;
}
#thumbnails {
	width: 330px;
	padding-left: 0;
}
#thumbnails img {
	width: 100px;
	height: 75px;
	margin: 0 0 10px 10px;
}

/* Color */

body, .wp_list_pages a,
.current_page_item a, .current-post a, .toolbar a.current,
h4 a:hover {
	color: #fff;
}
h1, h2, h3, h4, a {
	color: #b9ddf6;
}
h2 {
	background: url(images/headline_stroke.gif) left bottom repeat-x;
	padding-bottom: .7em;
}
.wp_list_pages li, #footer li, .toolbar li {
	border-right: 1px solid #fff;
}
#footer li {
	border-color: #0b2346;
}
.wp_list_pages .cat-item-5, #footer .last, .toolbar .last {
	border-right: none;
}
#footer, #footer a {
	color: #0b2346;
}

/* Backgrounds */

body {
	background: url(images/body_bg.jpg);
}
#header, #content {
	background: url(images/content_bg.png);
}
#footer {
	background: url(images/footer_bg.png) center bottom;
}

/* -- Banners */

#banner {
	background: url(images/banners/top-home1.jpg);
}
.page-id-9 #banner {
	background: url(images/banners/top-construction.jpg);
}
.page-id-11 #banner,
.category-3 #banner,
.category-4 #banner {
	background: url(images/banners/top-gallery.jpg);
}
.page-id-17 #banner,
.category-1 #banner {
	background: url(images/banners/top-about.jpg);
}
.page-id-34 #banner {
	background: url(images/banners/top-contact.jpg);
}
.category-5 #banner {
	background: url(images/banners/top-faq.jpg);
}

/* -- Banner loop */

#header .bloginfo_name {
	z-index: 2;
}
#banner, #banner li {
	position: relative;
	z-index: 1;
}
#banner img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

/* Sprites */

/* -- Containers */
.bloginfo_name, .tabs li {
	display: block;
	overflow: hidden;
	text-indent: 1000em;
	white-space: nowrap;
}

/* -- Hotspots */
.bloginfo_name a, .tabs a {
	display: block;
	line-height: 0;
	height: 100%;
}
.tabs a {
	background: url(images/sprites.gif) no-repeat;
}

/* -- Hover states */
.baker_pool_supply a {
	background-position: 0px 0px;
}
.baker_pool_supply a:hover {
	background-position: 0px -40px;
}
.baker_service a {
	background-position: -180px 0px;
}
.baker_service a:hover {
	background-position: -180px -40px;
}
.cat-item-3 a { /* Lifestyle */
	background-position: -360px 0px;
}
.cat-item-3 a:hover, .category-3 .cat-item-3 a {
	background-position: -360px -40px;
}
.cat-item-4 a { /* St. Louis */
	background-position: -540px 0px;
}
.cat-item-4 a:hover, .category-4 .cat-item-4 a {
	background-position: -540px -40px;
}
.cat-item-1 a { /* Media */
	background-position: -720px 0px;
}
.cat-item-1 a:hover, .category-1 .cat-item-1 a {
	background-position: -720px -40px;
}

} /* End @media screen */

@media print {

/* Resets */

body, a {
	color: #000;
}

/* Structure */



} /* End @media print */
