/*
Theme Name: Noble Creative
Theme URI: http://noblecreative.com/
Description: Ported for Scott, based off of the Default WordPress theme
Version: 1.0
Author: Ken Martin
Author URI: http://kpmartin.com/
Tags: two columns, widgets

*/



body    { font-size: 90%; font-family: Georgia, "Times New Roman", Times, serif, "Goudy Old Style"; background-color: #fff; margin: 0; padding: 0 }

#printmast, #printfoot {
	display: none
	}

div {
	margin: 0;
	padding: 0
	}

a, a:link, a:visited {
	color: #006;
	text-decoration: none;
	border-bottom: 1px solid #a4a4d0
	}

a:hover, a:active {
	border-bottom: 1px dotted #006
	}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0
	}

#layer1 {
	background-color: #fff;
	background-image: url("images/logo_top.gif");
	background-repeat: no-repeat;
	background-position: 50% 10px;
	visibility: visible;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 66%;
	height: 103px
	}

#layer3 {
	background-color: #000;
	visibility: visible;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 66%;
	width: 283px;
	height: 212px;
	overflow: hidden
	}

#submast {
	color: #d0ad92;
	font-size: 20px;
	line-height: 24px;
	background-color: #930;
	background-image: url("images/logo_bottom.gif");
	background-repeat: no-repeat;
	background-position: 50% -60px;
	visibility: visible;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 103px;
	left: 0;
	width: 66%;
	height: 109px;
	overflow: hidden
	}

#submast p {
	color: #ca956c;
	text-align: center;
	font-style: italic;
	margin: 0 auto;
	padding: 0 0 0.5em;
	position: absolute;
	bottom: 0;
	width: 100%
	}

#content {
	visibility: visible;
	padding-bottom: 3em;
	position: absolute;
	top: 225px;
	left: 2%;
	width: 62%;
	height: 257px
	}

h1 {
	color: #666;
	font-size: 1.8em;
	font-weight: normal
	}

h2 {
	color: #930;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal
	}

h3 {
	font-size: 1em
	}
#content { font-family: Verdana, Arial, Helvetica, sans-serif }
#content p   { color: #000; line-height: 1.5em; margin-right: 1em; margin-left: 1em }

#content form {
	margin-bottom: 1em
	}

#content label {
	display: block
	}

#content input, #content textarea {
	margin-left: 1em
	}

#topmast {
	background-color: #fff;
	background-image: url("images/logo_top.gif");
	background-repeat: no-repeat;
	background-position: 50% 44px;
	visibility: visible;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 66%;
	height: 103px
	}

#topmast h1 {
	display: none
	}

#content p.pullout-right {
	color: #666;
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 0.3em;
	margin-left: 1em;
	padding: 0.5em;
	width: 40%;
	float: right;
	border: double 3px #999
	}

/*<agl.folder "right side column">*/
/*</agl.folder>*/
#column {
	background-color: #ccc;
	background-image: url("images/noise.grey.gif");
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 66%;
	width: 283px
	}

#column ul, #column li {
	list-style-type: none;
	margin: 0;
	padding: 0
	}

#column ul.nav {
	margin-top: 1em
	}

#column ul.nav li  { color: #930; font-size: 1.2em; margin-bottom: 0.4em; margin-left: 1em; border-bottom: 1px dotted #930 }

#column ul.nav li a, #column ul.nav li a:link, #column ul.nav li a:visited {
	color: #930;
	text-decoration: none;
	border-style: none
	}

#column ul.nav li a:hover, #column ul.nav li a:active {
	color: #006
	}

#column h4 {
	color: #300;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.2em 0.75em 0.2em;
	padding: 0
	}

#column ul.sub {
	margin-top: 0
	}

#column ul.sub li {
	color: #300;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	margin: 0 1.8em 0.2em;
	padding: 0
	}

/* next three for the link subcategories added later */
#column ul.subcats {
	margin-left: 1.8em
	}

#column ul.subcats li {
	margin-bottom: 0.9em
	}

#column ul.subcats ul.sub li {
	margin-bottom: 0;
	margin-left: 0.9em
	}

#column h6 {
	color: #999;
	background-color: #fff;
	background-image: url("images/noise.grey.fade.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: right;
	margin: 8em 0 0;
	padding: 0 1em;
	height: 32px
	}




/* FROM WORDPRESS TEMPLATE */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 0.2em 1em;
	display: inline;
	}

img.alignleft {
	margin: 0 1em 0.2em 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




