/*
Theme Name: JeffRedmon.com 2009
Theme URI: http://www.jeffredmon.com/
Description: JeffRedmon.com theme
Version: 1.0
Author: Scott Alberti
Tags: a,b,c

*/
body
{
	background: #201f1f;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#wrapper
{
	margin: 0px;
	padding: 0px;
}
#header
{
	width: 100%;
	height: 45px;
	text-align: center;
}
#contentOuter
{
	background: #5F604E url(images/wood-bg.jpg) repeat center top;
	height: 540px;
	width: 100%;
	position: relative;
}
#contentInner
{
	height: 540px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/main-bg.jpg);
	position: relative;
	overflow: hidden;
}
#fineArts, #graphicDesign {
}
#fineArts .caption, #graphicDesign .caption{
	text-indent: -5000px;
}
#fineArts img {
	position: absolute;
	top: 95px;
	left: 144px;
}
#fineArts .caption {
	background: url(images/fa-text.gif) no-repeat;
	display: block;
	width: 180px;
	height: 60px;
	position: absolute;
	top: 340px;
	left: 185px;
	cursor:pointer;
}
#fineArts h2 {
	position: absolute;
	bottom: 5px;
	left: 70px;
}


#graphicDesign img{
	position: absolute;
	right: 137px;
	top: 95px;
}
#graphicDesign .caption {
	background: url(images/gd-text.gif) no-repeat;
	display: block;
	width: 260px;
	height: 60px;
	position: absolute;
	top: 330px;
	right: 140px;
	cursor:pointer;
}
#graphicDesign  h2 {
	position: absolute;
	bottom: 5px;
	right: 70px;
}

.stripe {
	display: block;
	height: 5px;
	position: absolute;
	background: #201F1F;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	width: 100%;
	z-index: 10;
	top: 575px;
}


#footer
{ clear: both; 
}
#footer .colContainer {
	width: 855px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display: block;
}

#footer .col
{
	background: url(images/footer-bg-gradient.jpg) repeat-x left top;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#footer .col ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*col1*/
#footer #col1
{
	width: 165px;
	float: left;
	height: 200px;
}
#footer #col1 ul li {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
/*col2*/
#footer #col2
{
	width: 355px;
	margin-left: 10px;
	float: left;
}
#footer #col2 ul li {
	margin: 0px;
	padding: 0px 0px 1.3em;
	font-size: 1.2em;
}
#footer #col2 ul li a { font-size: 0.95em; }

/*col3*/
#footer #col3
{
	width: 225px;
	margin-left: 10px;
	float: left;
}
#footer #col3 ul li {
	margin: 0px;
	padding: 0px 0px 1.3em;
	font-size: 1.2em;
}
#footer #col3 ul li p { font-size: 0.95em; }
#footer #col3 ul li a { font-size: 0.95em; }
#footer #copyright { }


h1 {
	font-size: 1.4em;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 45px;
}
h2 {
	color: #fff;
	font: normal 1.4em "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #ffc550;
	font-weight: normal;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px;
}
a:link, a:visited {
	color: #fdd476;
	text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }

h2 a:link, h2 a:visited {/*URL LINKS*/
	color:#fff;
	text-decoration: none;
}
h2 a:hover, h2 a:active {/*URL LINKS*/
	text-decoration: none;
}

