/*
Theme Name: Waterproof Lab
Theme URI: http://www.waterprooflab.com/
Description: Waterproof Lab!
Author: Stephen Aase
Version: 1.0

*/


/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: #ecfdff url(img/background-blob.jpg) top center no-repeat;
	font: 62.5% Georgia, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.col,
ul.horizontal li
{
	float: left;
}
.colR
{
	float: right;
}

/***********************************************************************
	2 - GENERAL
************************************************************************/
h2
{
	font-size: 1.9em;
}

h3
{
	font-size: 1.4em;
}

a
{
	color: #45d3d7;
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
a.blocklink,
ul.taglist li p a
{
	display: block;
	padding: 2px 10px;
}
a.thumbnail-link
{
	display: block;
	line-height: 0;
}

a.fancy
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100000em;
}

div.container
{
	width: 855px;
	margin: 0 auto;
	padding-top: 7px;
	background: url(img/background-wood.png) top left repeat-y;
}

div.showcase
{
	width: 164px;
	height: 61px;
}
	div.showcase a
	{
		background: url(img/headerfooter-showcase.png) no-repeat;
	}
	div.showcase a:hover,
	div.showcase a.current
	{
		background: url(img/headerfooter-showcase-hover.png) no-repeat;
	}

div.iam
{
	width: 106px;
	height: 61px;
}
	div.iam a
	{
		background: url(img/headerfooter-iam.png) no-repeat;
	}
	div.iam a:hover,
	div.iam a.current
	{
		background: url(img/headerfooter-iam-hover.png) no-repeat;
	}

ul.social
{
	margin-top: 9px;
}
	ul.social li
	{
		margin-right: 8px;
	}

div.contentblock,
ul.contentblock li
{
	width: 754px;
	margin: 25px auto;
	background: #ffffff;
}
	ul.contentblock li li
	{
		width: auto;
		margin: auto;
		background: none;
	}
	
	ul.contentblock li div.content
	{
		padding: 38px;
		
		color: #898989;
	}
	
	ul.contentblock li div.content p
	{
		margin-top: 40px;
		
		font-size: 1.2em;
		line-height: 1.5em;
	}
		ul.contentblock li div.content p:first-child
		{
			margin: 0;
		}

div.titlebar
{
	padding: 10px;
	background: #333333;
}
	div.titlebar h2
	{
		color: #47e9ee;
		letter-spacing: -.05em;
	}
		div.titlebar h2 a
		{
			color: #47e9ee;
		}
	div.titlebar p
	{
		margin-top: 3px;
		
		font-size: 1.2em;
	}
	div.titlebar a.blocklink
	{
		color: #47e9ee;
		background: #424242;
	}

div.subtitlebar
{
	padding: 10px;
	background: #404040;
}
	div.subtitlebar h3,
	div.subtitlebar ul.post-categories li
	{
		color: #ffd48b;
		font-weight: bold;
		letter-spacing: -.05em;
	}
	div.subtitlebar ul li
	{
		margin-left: 8px;
	}
		div.subtitlebar ul.post-categories li
		{
			margin-left: 0;
			
			font-size: 1.4em;
			font-style: italic;
		}
		div.subtitlebar ul.post-categories li a
		{
			color: #ffd48b;
		}
	div.subtitlebar p
	{
		font-size: 1.2em;
	}
	div.subtitlebar a.blocklink,
	div.subtitlebar ul.taglist li p a
	{
		color: #fed18d;
		background: #515151;
	}

div.footer
{
	padding: 15px 0 20px 0;
}

div.counters
{
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -10000em;
}
/***********************************************************************
	99 - SELF-CLEARING FLOATS
************************************************************************/
.first,
.nomargins
{
	margin: 0 !important;
}

.floatwrapper:after,
ul.horizontal:after
{
	/* Firefox */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .floatwrapper,
* html ul.horizontal
{
	height: 1%; /* IE6 fix */
}

*:first-child+html .floatwrapper,
*:first-child+html ul.horizontal
{
	min-height: 1px; /* IE7 fix */
}
