/*
Theme Name: Soaring Whale Grunge
Theme URI: http://soaringwhale.com/
Description: The WordPress theme for Soaring Whale website.
Author: Michael N. Kistler
Author URI: http://soaringwhale.com/

*/

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dashed 1px #FFFFFF;
}

a:hover, a:active {
	border-bottom-style: solid;
}

body {
	background: #003F1F url("images/bg.jpg") center top;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	line-height: 1.4em;
}

img {
	border: solid 1px #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Serif;
	margin-top: 0.7em;
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-bottom: 0.7em;
}

#header {
	background: url("images/bgHeader.jpg") repeat-x center top;
}
	
	#bgLogo {
		background: url("images/bgLogo.jpg") no-repeat left top;
		height: 380px;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 100px;
		padding-right: 100px;
		position: relative;
	}
		
		#logo {
			background: url("images/logo.png") no-repeat left top;
			height: 380px;
			width: 768px;
			position: absolute;
			left: 110px;
			top: 0;
			z-index: 200;
		}
		
		#navAbout, #navPortfolio, #navNews, #navContact {
			background-position: left top;
			border-bottom: none;
			display: block;
			position: absolute;
			text-indent: -9999px;
		}
		
		#navAbout:hover, #navPortfolio:hover, #navNews:hover, #navContact:hover, #navAbout.here, #navPortfolio.here, #navNews.here, #navContact.here {
			background-position: right top;
		}
		
		#navAbout {
			background: url("images/navAbout.png") no-repeat;
			height: 51px;
			width: 223px;
			left: 664px;
			top: 20px;
			z-index: 211;
		}
		
		#navPortfolio {
			background: url("images/navPortfolio.png") no-repeat;
			height: 51px;
			width: 226px;
			left: 663px;
			top: 110px;
			z-index: 212;
		}
		
		#navNews {
			background: url("images/navNews.png") no-repeat;
			height: 51px;
			width: 222px;
			left: 665px;
			top: 204px;
			z-index: 213;
		}
		
		#navContact {
			background: url("images/navContact.png") no-repeat;
			height: 51px;
			width: 227px;
			left: 662px;
			top: 296px;
			z-index: 214;
		}
	
	#cornerTopLeft {
		background: url("images/bgCornerTopLeft.gif") no-repeat;
		height: 221px;
		width: 127px;
		position: absolute;
		left: 0;
		top: 205px;
		z-index: 102;
	}
	
	#cornerTopRight {
		background: url("images/bgCornerTopRight.gif") no-repeat;
		height: 260px;
		width: 94px;
		position: absolute;
		right: 0;
		top: 205px;
		z-index: 101;
	}

#nav {
	height: 1.4em;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	list-style-type: none;
}
	
	#nav li {
		float: left;
		text-align: center;
		width: 125px;
	}
	
	#nav a {
		color: #ffffff;
		font-family: Arial, Sans-Serif;
		font-size: 12pt;
		font-weight: bold;
		text-decoration: none;
	}
	
	#nav a:hover {
		border-bottom: solid 2px #007f8f;
		color: #ffffff;
	}

#contentTop {
	background: url("images/bgContentTop.gif") no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	padding-top: 118px;
	padding-left: 115px;
	padding-right: 115px;
	width: 800px;
}

#content {
	background: #007F8F url("images/bgContent.gif");
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 23px;
}
	
	#content #title {
		margin-top: 0;
	}

#contentBottom {
	background: url("images/bgContentBottom.gif") no-repeat center top;
	height: 129px;
	width: 800px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 115px;
	padding-right: 115px;
}

#footer {
	font-size: 8pt;
	text-align: center;
	width: 100%;
}

/* 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 {
	margin: 0.4em 0 0 1.4em;
	display: inline;
	}

img.alignleft {
	margin: 0.4em 1.4em 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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