/*
Stylesheet: Common.css
	Common stylesheet for SZGraphics.com

License:
	MIT-style license.

Squigy & Ziggy's Graphics Copyright:
	copyright (c) 2008 Squigy & Ziggy's Graphics, <http://szgraphics.com>
	
ZiggyTech Copyright:
	copyright (c) 2008 Josh Zeigler, <http://ziggytech.net>

File Credits:
	- Styles  created by Josh Zeigler (<jzeigler@ziggyech.net>, <http://ziggytech.net>)
*/
/* -- Common Styles -- */

/*Elements*/
body, html
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

p
{
	font-size: 12px;
}

img
{
	border: none;
}

a
{
	color: #844299;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin: 0;
	padding: 0 25px;
}

li
{
	margin: 0 0 10px 0;
	padding: 0;
}

h1
{
	font-size: 20px;
	margin: 0 50px;
	padding: 0;
}

h2
{
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	color: #844299;
}

h3
{
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
}

/*Template*/
#pageContainer
{
	width: 960px;
	margin: 20px auto 20px auto;
	
}

#navZone
{
	background-image: url(../images/nav_background.gif);
	background-repeat: repeat-x;
	height: 46px;
	width: 960px;
}
	#navZone ul
	{
		margin: 0;
		padding: 0;
	}
	
	#navZone ul li
	{
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 1px 25px 0 15px;
		background-image: url(../images/nav_divider.gif);
		background-repeat: no-repeat;
		background-position: top right;
		height: 46px;
		line-height: 40px;
		text-align: center;
	}
	
	#navZone .doubleLine
	{
		line-height: 18px;
		padding: 2px 30px 0 20px;
	}
	
	#navZone .lastOption
	{
		background: none;
		padding: 1px 0 0 12px;
	}
	
	#navZone ul li a
	{
		font-weight: bold;
		font-size: 15px;
		color: #000000;
	}
	
	#navZone ul li a:hover,
	#navZone ul li a.active
	{
		color: #844299;
		text-decoration: none;
	}

#contentZone
{
	margin: 10px 0;
}
	#content
	{
		float: left;
		width: 685px;
		background-color: #ffffff;
		border: thin solid #000000;
		padding: 5px 10px;
	}
	
	.homeContent
	{
		border: none !important;
		padding: 0 !important;
	
	}
	
	.contentBlock
	{
		width: 685px;
		background-color: #ffffff;
		border: thin solid #000000;
		padding: 5px 10px;
	}
	
	.homeTop
	{
		margin-bottom: 10px;
		padding-top: 10px;
	}
	
	#sidebar
	{
		float: right;
		width: 220px;
		color: #ffffff;
		background-color: #844299;
		border: thin solid #000000;
		padding: 0 10px;
		font-size: 12px;
	}	
	
	#errorZone 
	{
		border: thin solid #ff0000;
		color: #ff0000;
		padding: 10px;
		margin: 10px 0;
	}
	
	#messageZone 
	{
		border: thin solid #00ff00;
		color: #00ff00;
		font-weight: bold;
		padding: 10px;
		margin: 10px 0;
	}

	#pageHeader
	{
		color: #844299;
		background-color: #844299;
		height: 54px;
		line-height: 54px;
		margin-bottom: 10px;
	}
		#headerBlock
		{
			float: left;
			border: thin solid #844299;
			height: 52px;
			line-height: 54px;
			vertical-align: center;
			background-color: #ffffff;
			width: 50%;
			text-align: center;
		}
		
		#headerSpacer
		{
			float: left;
			width: 5px;
			height: 54px;
			background-color: #ffffff;
			border: thin solid #ffffff;
		}
	
	#homeInto
	{
		float: left;
		width: 300px;
		margin: 0 10px;
	}
	
	#homeFlash
	{
		float: right;
		width: 347px;
		margin: 5px 0;
	}
	
	#homeBottom
	{
		width: 650px;
		margin: 0 auto;
	}
	
	.homePageContentColumn
	{
		float: left;
		width: 179px;
		margin: 20px 15px;
	}
	
	.homePageContentColumnMiddle
	{
		float: left;
		width: 179px;
		margin: 20px 0;
		padding: 0 15px;
		border-left: thin solid #844299;
		border-right: thin solid #844299;
	}
	
	.homePageContentColumn img,	
	.homePageContentColumnMiddle img
	{
		display: block;
		margin: 0 auto;
	}
	
	#examples
	{
		overflow: hidden;
		height: 0px;
	}

#footerZone
{
	background-color: #000000;
	color: #ffffff;
	line-height: 32px;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
}
	#contactInfo
	{
		float: left;
	}
	
	#copyrightInfo
	{
		float: right;
	}
	
/*Classes*/
.clear
{
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

.largeText
{
	font-size: 1.8em;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.textBox
{
	width: 225px;
}

#comments {
	width: 305px;
	height: 50px;
}

.contentLeft
{
	float: left;
	width: 225px;
	font-size: 12px;
}

.contentRight
{
	float: right;
	width: 460px;
	text-align: center;
}

#recaptcha_widget_div {
	margin-left: -4px;
}

.contactLeft
{
	float: left;
	width: 325px;
	font-size: 12px;
}

.contactRight
{
	float: right;
	width: 360px;
	text-align: right;
}

#emailaddress {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.exampleThumbs img
{
	border: thin solid #cccccc;
}