/*
	Theme Name: Purple Grape
	Version: 1.0
*/

body {
	color: #4B5355;
	background: #9D9879;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
	text-align: center;
	margin: 0;
}




h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
}


a{
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover{color: #000000;
font-weight: bold;
text-decoration: underline;
}

img{
	text-decoration: none;
	opacity:.85;filter:alpha(opacity=85) 
}

a:hover img { 
	opacity:1;filter:alpha(opacity=100) 
}



#topcontent {
	background-image: url('images/bgtop.png');
	height: 20px;
	width: 100%;
	}
	
/*********** CONTENT ***************/
#header { 
	width: 100%;
	height: 250px;
	background: #666666 url('images/sand.gif');
	}
	
#mainarea {
width: 100%;
height: 100%;
}

#mainarea h2 {
margin: 12px 0;
border-bottom: 1px solid #888364;
}


#filter {
width: 100%;
height: 100%;
}

/************* Main *************/

#main {
margin: 0 5px;
width: 550px;
float: right;
}

.post {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
text-align: justify;
margin: 3px 0;
}



#textbackground {
	background-image: url('images/contentbg.gif');
	repeat: repeat-y;
	width: 782px;
	height: 90%;
	}

#textbackground2 {
	text-align: justify;
	width: 782px;

	}

#textcontent {
	width: 100%;
	height: 100%;
	text-align: justify;

	}

#contentleft {
background: #600 url('images/bgmain.PNG') repeat-x left top;
float: left;
}

#undernav {
	background: #9D9879 url('images/backgroundsand.PNG') repeat-x left top;
	width: 100%;
	height: 68px;
	}

#contentright {
background: #600 url('images/bgmain.PNG') repeat-x right top;
float: right;
}

#table_brown {
background: #888364;
}

/************* Secondary *************/

#secondary {
width: 195px;
margin-left: 5px;
float: left;
text-align: center;
border-right: 4px solid #888364;
}

.image_left {
	float: left;
}

.image_right {
	float: right;
}

.image_normal {
	opacity:1;filter:alpha(opacity=100) 
	}
	
.image_lftburr {
	float: left;
	opacity:.7;filter:alpha(opacity=70) 
}

.image_burr {
	opacity:.7;filter:alpha(opacity=70) 
}

/************* Sub Menu *************/

.wireframemenu{
background-color: #9D9879;
border-bottom-width: 0;
width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Tahoma;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;

}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #888364;
color:#000000;
}

/********** SEARCH ***********/
#searchform input {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: #888364;
text-align: center;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/******* MAIN HEADER **********/
#headhunter {
	background: url(images/sandnation2.png) center no-repeat;
	margin:0 auto;
	height:166px;
	width:679px;
	text-align:right;}

#menu ul {margin:0px;
	padding:0px;
	float:right}
#menu ul li:hover {
	background-image:url(images/nav_hover.jpg);
	color: #000000;
	}
#menu ul li {float: left;}
#menu ul a {padding: 14px 0px;
	width:70px;
	text-align:center;}
#menu ul li, #menu ul a{display: block;}
#menu {width:670px;
	margin:0 auto;}

/*********** FOOTER ***********/
