/*
Theme Name:  GrenvilleArtRecording
Theme URI:   http://student.cs.appstate.edu/freemancw
Description: Fancy theme for grenvilleartrecording.com
Version:     0.1
Author:      Clinton Freeman
Tags: 
*/

html,body
{
    height:                     100%;
}

body 
{
	margin: 		0;
	padding: 		0;
	background-image:	url('images/dirt.jpg');
	background-position: top center;
	font-family:		"Georgia";
}

#container 
{ 
    	position:		relative;
    	min-height:          100%;
}

.green
{
	color:			#a8d9a3;
}

#header
{
	/*background-color:	#1B356D;*/
	/*background-color:	#166A0C;*/
	background-image:	url('images/background_repeatx.jpg');
	background-repeat:	 repeat-x;
	background-position: top center;
	color:			#FFFFFF;
	height:		256px;
}

#header_inner
{
	background-image: url('images/headerbig.jpg');
	background-repeat:	 repeat-x;
	width:	896px;
	height:	512px;
}

#header h1
{
	font-size:		36pt;
	font-weight:		normal;
}

#header img
{
	margin:0;
	padding:0;
}

#navigation
{
		/*background-color:	#368A1C;*/
	/*background-image: url('images/navback.jpg');*/
	background-position: center top;
	background: transparent;
	height:	48px;
}

#navigation ul
{
	float:			left;
	width:			100%;
	margin-top:		6px;
}

#navigation ul li
{
	float:			left;
}

#navigation ul li a
{
	display:		block;
	padding:		8px 16px;
	margin:		0px 0px 0px 4px;
	background-color:	#49301d;
	color:			#FFFFFF;
	font-size:		14pt;
	font-family:		"Georgia";
	text-decoration:	none;
	border-bottom:	0;
}

#navigation ul li a:hover
{
	background-color:	#39200d;
}

#image
{
	clear:			both;
	margin:		4px;
	margin-top:		0px;
	width:			888px;
	height:		120px;
	background-color:	#333333;
}

.white
{
	background-color:	#211b13;
/*background-image: url('images/paper.jpg');*/
	padding-top:		4px;
}

#content
{
    	padding-bottom:             32px;
	margin:		0px 8px 0px 8px;
	width:			880px;
	color:	#ffffff;
}

#content h2
{
	font-weight:		normal;
	font-size:		18pt;
	font-style:		italic;
	margin:		8px 0px;
}

#content a
{
	color:			#FFFFFF;
}

#content ul
{
       font-family: "Lucida Sans Unicode";
       font-size:11pt;
}

#content ul li
{
       text-indent: 1.5em;
       line-height: 1.6;
}

#footer
{
    position:                   absolute;
    clear:                      both;
    bottom:                     0;
    height:                     32px;
    width:				100%;
	background-color:	#39200d;

	color:			#FFFFFF;
}

#footer p
{
	padding-top:		8px;
	font-size:		10pt;
	font-family:		"Tahoma";
}

#footer a
{
	color:			#ffffff;
}

#footer a:hover
{
	color:			#ffffd0;
}

.news_post
{
	padding-bottom:	8px;
	margin-bottom:	8px;
	/*border-bottom:	1px dotted #999999;*/
}

.news_post h3
{
	font-weight:		normal;
	font-size:		14pt;
	margin:		4px 0;
}

.news_post h3 a
{
	text-decoration:	none;
}

.news_post h4
{
	font-weight:		normal;
	font-size:		10pt;
	color:			#555555;
	font-family:		"Lucida Sans Unicode";
	margin:		4px 0;
}

.news_post p
{
	font-size:		11pt;
	font-weight:		normal;
	font-family:		"Lucida Sans Unicode";
	line-height:		1.3;
	text-align:		justify;
	padding:		4px 0px;
}

.wrapper
{
	width:			896px;
	margin:		0 auto;
}

.clear
{
	clear:			both;
}


