/*

	1312 vs. Fudge Studios

	

	written by Mike "1312" (mike at fudgestudios.com)

	for Fudge Studios (www.fudgestudios.com)
	

	
	Base CSS - to be used as a base for the site CSS file for other sites. NB: doesnt need to be linked up on the site, copy, paste, edit and save this out.
	
*/

body {
	background: #fff url("../images/bg-site.gif") no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center; /* to set margin to the middle for IE6 */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */

div#content {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: left; /* to escape left alignment from body for IE6 */
}	
	
	div#top {		
	}
	
	div#navPrimary {		
	}
		
	div#content {	
	}
					
		div#left {			
		}
		
		div#center {
		}
		
		div#right {		
		}

			
	div#footer {
	}
	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */

h1 {
	display: block;
	width: 153px;
	height: 80px;
	float: left;
	background: url("../images/top-h1-bg.gif") repeat-y left top;
}
	h1 a {
		text-indent: -100em;
		display: block;
		width: 153px;
		height: 80px;
	}

h2 {
	margin: 0 0 1.2em 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin: 1.2em 0 0.8em 0;
	font-size: 1.6em;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h5, h6 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

p {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.1em;
}

strong {
	font-weight: bold;
	color: #000;
}

em {
	color: #000;
	font-style: normal !important;
}

ul {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.1em;
}

	ul li {
		margin: 0 0 0.8em 0;
		padding: 0 0 0 10px;
		background: url("../images/bg-li.gif") no-repeat left 0.4em;
		list-style-type: none;
		font-size: 1.0em;
	}

ol {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.1em;
}

	ol li {
		margin: 0 0 0.8em 0;
		padding: 0;
		font-size: 1.0em;
	}
	
dl {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.1em;
}
	dt {		
		clear: left;
		display: inline;
		float: left;
		font-weight: bold;
		width: 5em;
		color: #000;
		font-size: 1.0em;
	}
	dd {
		margin: 0 0 0.5em 0;
		padding: 0;
		font-size: 1.0em;
	}
	
img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

small {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 0.8em;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}
	fieldset fieldset {
		padding: 0;
		border: 0 none;
		margin: 0;
	}
	fieldset legend {
		display: none;
	}
		fieldset fieldset legend {
			display: block;
			float: left;
			width: 150px;
			margin-right: 15px;
			color: #000;
		}
	fieldset h3 {
		color: #666;
		border-bottom: 1px dotted #ccc;
		font-size: 1.3em;
		padding-bottom: 0.2em;
		font-weight: bold;
		margin-bottom: 2em;
	}
	fieldset ol {
		list-style-type: none;
		margin-bottom: 2em;
	}
		fieldset ol li {
			padding-bottom: 1em;
		}
			fieldset ol li p {
				font-size: 1em;
			}
			fieldset ol li small, fieldset ol li .error {
				clear: left;
				display: inline;
				margin: 0 0 0 175px;
				padding: 0.4em 0 0 0;
				color: #000;
				font-size: 0.9em;
				letter-spacing: 0em;
				font-family: Arial, Helvetica, sans-serif;
			}
				fieldset ol li .error {
					color: #f00;
					font-weight: bold;
				}
	fieldset label {
		float: left;
		display: inline-block;
		width: 165px;
		margin-right: 10px;
		padding-top: 0.3em;
		text-align: right;
	}
		fieldset fieldset div {
			width: 250px;
			margin-left: 170px;
			position: relative;
			top: -1.5em;
			margin-bottom: -1.5em;
		}
			fieldset fieldset div label {
				width: auto;
				float: none;
				display: inline;
				margin-right: 0;
				padding-top: 0;
				text-align: left;
				color: #000;
			}
	fieldset em {
		color: #f00;
		font-weight: bold;
	}
	fieldset input {
		width: 230px;
		border: 1px solid #666;
		background-color: #fff;
		padding: 0.2em;
	}
		/* class given to it by javascript, see common.js */
		fieldset input.submit {
			cursor: pointer;
			background-color: #666;
			width: auto !important;
			color: #fff;
			padding: 3px 5px;
			text-decoration: none;
		}
			fieldset input.submitHover {
				cursor: pointer;
				background-color: #999;
			}
		input.file {
			width: auto;
		}
		input.checkBox {
			width: auto !important;
			border: 0 none;
		}
			p.formField input.checkBox {
				display: inline;
			}
		input.radio {
			width: auto !important;
			border: 0 none;
		}
		
	fieldset select {
		border: 1px solid #666;
		background-color: #fff;
		padding: 0.2em;
		width: 235px;
	}
	fieldset button {
	
	}
	fieldset textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		width: 230px;
		padding: 0.2em;
		border: 1px solid #666;
		background-color: #fff;
		height: 100px;
	}
		fieldset textarea.shorter {
			height: 50px;
		}
	fieldset p.formField {
		color: #000;
	}
		fieldset p.formField label {
			display: inline;
			width: auto;
			text-align: left;
			margin: 0;
			padding: 0.2em 10px 0 0;
		}
		fieldset p.formField small {
			clear: right;
			display: inline;
			width: 395px;
			float: right;
			margin: 1em 0 0 0;
			padding: 0;
			font-size: 1.0em;
			color: #000;
		}
	fieldset p.alignRight {
		clear: both;
		float: none;
		display: block;
		padding-top: 2em;
	}
	
a {
	color: #039;
	text-decoration: underline;
}
	a:hover {
		color: #333;
	}
	
blockquote {
	margin: 0;
	padding: 0 15px;
}
	blockquote p {
		margin: 0;
		padding: 0;
		font-size: 1.4em;
		display: inline;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ custom classes */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page specific styles */

