/*
Theme Name: Creatonomy_09
Theme URI: http://www.creatonomy.com
Description: A custom theme providing a nonFlash version of the primary Creatonomy website.
Version: 1.0
Author: Kevin A. Barnes
Author URI: http://www.creatonomy.com
Tags: custom, agency, nontraditional, clean, empty

This theme was designed and built by Kevin A. barnes,
whose blog you will find at http://www.kevinabarnes.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "style/reset.css";

/*Base Site Styles************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #C2C2C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}

p + p {
	margin-top: 11px;
}

h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #8D1E06;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #8D1E06;
}

h3 a {
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #555555;
}

h4 a {
	text-decoration: none;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #555555;
}

h5 a {
	text-decoration: none;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #555555;
}

h6 a {
	text-decoration: none;
}

.body_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #8D1E06;
}

.page_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	padding-left: 5px;
	color: #555555;
}

.page_footer a {
	color: #8D1E06;
	text-decoration: none;
}

.page_footer a:hover {
	font-weight: bold;
}

/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}


/*Quad Design Styles************************/

.top_left_container {
	float: right;
	width: 165px;
	margin: 0 5px 5px 0;
}

.top_right_container {
	float: left;
	width: 600px;
	margin: 0 0 5px 5px;
}

.bottom_left_container {
	float: right;
	width: 115px;
	margin: 5px 5px 0 0;
}
.bottom_right_container {
	float: left;
	width: 550px;
	margin: 5px 0 0 5px;
}

/*Page Navigation Styles************************/

#navigation ul li ul { display:none; }
#navigation .displayMe { display:block; }

#navigation {
	background-color: #FFFFFF;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 33px;
	text-transform: uppercase;
	color: #8D1E06;
	text-decoration: none;
	text-align: left;
}

#navigation a, li a {
	color: #8D1E06;
	text-decoration: none;
}

#navigation a:hover, li a:hover {
	color: #8D1E06;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul {
	padding-left: 27px;
	font-weight: normal;
}

#navigation ul li ul {
	padding-left: 15px;
	font-weight: normal;
}

/*Content Block Styles************************/

#content_tr {
	width: 565px;
	background-color: #FFFFFF;
	padding: 0 20px 0 15px;
}

#content_br {
	width: 515px;
	background-color: #FFFFFF;
	padding: 0 20px 0 15px;
}

