/*  
Theme Name: Global Art Inferno Classic
Theme URI: http://www.globalartinferno.com/
Description: 1 Column 1 Sidebar
Date: November 15, 2008
Version: 1.0
Author: Corey Campbell
Author URI: http://www.webmastercorey.com/
*/

body 
{
	margin: 0px auto;
	padding: 0;
	background: #000 url(./images/bg.jpg) repeat-x top center;
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 16px;
	color: #c8b8ad;
}

a, a:visited
{
    color: #9e4818;
    text-decoration: underline;
}

a:hover
{
  	color: #9e4818;
    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;
}

/* --- Global Attributes --- */
.hidden
{
    display: none;
}

.pdf
{
    padding-right: 15px;
    background: url(../images/pdf.gif) no-repeat right;
}

h1
{
    font-size: 20px;
	line-height: 18px;
    padding-top: 4px;
    padding-bottom: 2px;
	color: #b56d0e;
}

h2
{
	font-size: 18px;
	line-height: 12px;
    padding-top: 3px;
    padding-bottom: 1px;
	color: #7a2f05;
}

p
{
    padding-bottom: 14px;
}

.versal {
	display: inline;
	height: 30px;
	float: left;
	font-size: 36px;
	color: #7a2f05;
	line-height: 38px;
	padding-right: 5px;
}

form .input {
	background: #1e1203;
	border: 1px solid #291f12;
	height: 22px;
	font-size: 14px;
	color: #c8b8ad;
	padding: 1px 4px 0px 4px;
	margin-right: 10px;
}

form .submit {
	display: block;
	height: 25px;
	width: 60px;
	border: 0px;
	border-collapse: collapse;
	cursor: pointer;
	width: 60px;
	text-indent: -1500px;
	overflow: hidden;
	background: url(/images/input-send.jpg) no-repeat top center;
	
}

	form .submit:hover {
		background-position: 0px -25px;
	}

.error
{
	color: #c12424;
	background: #fccaca;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #d78e8e;
	clear: both;
}

.warning
{
	color: #cc7631;
	background: #faf7ce;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #d6a764;
	clear: both;
}

.success
{
	color: #5ab014;
	background: #d9fcca;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #9fd78e;
	clear: both;
}

/* --- Begin Styling --- */
#master-container
{
	width: 921px;
    margin: 0px auto;
	overflow: hidden;
}

#header {
	width: 921px;
	height: 110px;
	margin-bottom: 30px;
}

	#logo {
		background: url(./images/logo.jpg) no-repeat;
		display: block;
		height: 110px;
		width: 406px;
		border: 0px;
		float: left;
	}
	
#content {
	float: left;
	width: 510px;
	margin-left: 70px;
}

	#portals {
		padding: 40px 10px 10px 40px;
		overflow: hidden;
		border: 1px solid #1c1c1b;
		margin-bottom: 20px;
	}
	
	#portals a {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}

#sidebar {
	float: right;
	margin-left: 20px;
	width: 321px;
}

/* --- Footer --- */
#footer
{
	margin: 0px 70px 0px 70px;
	padding-top: 25px;
	height: 30px;
	clear: both;
	background: url(../images/footer-bg.jpg) bottom no-repeat;
	color: #7e6859;
}