/*  
Theme Name: Godios
Theme URI: http:///www.godios.com/
Description:  Column Ajax Layout
Date: June 29, 2009
Version: 1.0
Author: Corey Campbell
Author URI: http://www.webmastercorey.com/
*/
/* ================================================================
						Basic Page Elements
=================================================================== */
body {
	background: #6d6b6b url(/imgs/bg.png) repeat-x top left;
	color: #231f20;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0;
}
a, a:visited, .a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	outline: none;
}
a:hover, .a:hover {
	color: #fff;
	text-decoration: none;
}

/* ================================================================
						Global Cleanup Settings
=================================================================== */
ol {list-style: decimal;}
ul {list-style-image:none;list-style-position:outside;list-style-type:none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ul, ol, li, h1, h2, h3, h4, h5, h6, body, html, p, blockquote {margin:0px;padding:0px;}
a img {border: 0px;}

/* ================================================================
							Global Attributes
=================================================================== */
.flash-success {
	display: block;
	text-decoration: none;
	background: #d5ed9b url(/imgs/flash-success.png) no-repeat 3px 1px;
	border: 1px solid #b7d07a;
	padding: 4px 4px 4px 26px;
	color: #3a0c0c;
	line-height: normal;
	margin: 5px 3px 19px 3px;
}
.flash-warning, .flash {
	display: block;
	text-decoration: none;
	background: #f5e27b url(/imgs/flash-warning.png) no-repeat 3px 1px;
	border: 1px solid #e9b35e;
	padding: 4px 4px 4px 26px;
	color: #5b4b17;
	line-height: normal;
	margin: 5px 3px 19px 3px;
}
.flash-error {
	display: block;
	text-decoration: none;
	background: #db8181 url(/imgs/flash-error.png) no-repeat 3px 1px;
	border: 1px solid #c36464;
	padding: 4px 4px 4px 26px;
	color: #3a0c0c;
	line-height: normal;
	margin: 5px 3px 19px 3px;
}
/* ================================================================
							Page Styling
=================================================================== */
#master-container {
	margin: 0px auto;
	overflow: hidden;
	width: 980px;
}
/* =====================	Header		========================== */
	#header {
		display: block;
		height: 250px;
		padding: 0px 0px 10px 0px;
		
	}
		#logo {
			background: url(/imgs/logo.jpg) no-repeat left top;
			display: block;
			height: 250px;
			margin: 0px auto;
			width: 490px;
		}
/* =====================	Content		========================== */
#content-container {
	background: url(/imgs/content-bg.jpg) no-repeat center top;
	overflow: hidden;
	width: 980px;
}
.expandable {
	display: block;
	font-size: 18px;
	padding: 35px 40px 30px 40px;
}
	.expandable p {
		margin-top: 20px;
	}
/* ================================================================
								Footer
=================================================================== */
#footer {
	clear: both;
}
	#copyright {
		color: #acabab;
		margin-top: 100px;
		text-align: center;
	}