@charset "utf-8";

/* CSS Document */



@import url("reset.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Georgia, "Times New Roman", Times, serif;	
}



*{

	/*font-family: Arial, Helvetica, sans-serif;*/
	
	

	font-size: 13px;

	color: #565656;



}



HTML {

	height: 100%;

	

}



BODY {

	width: 100%;

	height: 100%;

	background: #444;
	/*background-color: #fefefe;*/

	background-repeat: repeat;

	text-align: center;
	
	

}



A{

	text-decoration: none;

	color: #73880a;
	
	font-family: inherit;

}



A:HOVER{

	color: #dfa017;

}



STRONG{

	font-weight: 600;

}



#background{

	/*width: 100%;

	height: 100%;

	test-align: center;

	background-image: url(../images/top_gradient.jpg);

	background-repeat: repeat-x;*/
	
	width: 920px;
	
	margin-left: auto;

	margin-right: auto;

	text-align: center;
	
	background-color: transparent;
	background-image: url(../images/border_sides.png);
	background-repeat: repeat-y;

}



#wrapper{

	width: 900px;


	margin-left: auto;

	margin-right: auto;

	text-align: center;

	background-color: transparent;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;

}



#header{

	width: 800px;

	height: 150px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 50px;

	background-color: transparent;

	background-image: url(../images/top_gradient.jpg);

	background-repeat: repeat-x;

	text-align: left;
	
	/*border-bottom: solid;

	border-color: #aaa;

	border-width: 1px;*/

}



#header h1{

	width: 273px;

	height: 98px;

	background-color: transparent;

	background-image: url(../images/jared_evans_logo.png);

	background-repeat: no-repeat;

	background-position: bottom right;

	text-indent: -9999px;

	padding: 35px 0px 0px 20px;
	
	float: left;

}

#header h1 a{
	display: block;
	width: 273px;
	height: 98px;
}





#menu {
	margin: 0;
	padding-top: 95px;
	float: right;
	width: 415px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 12px;
	float: left;
	margin: 0;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-bottom: solid;
	border-wdith: 10px;
	border-color: #fff;
}

#menu a:hover {
	color: #000;
	border-bottom: solid;
	border-wdith: 10px;
	border-color: #dfa017;
}

#menu .current_page_item a {
	color: #000;
	border-bottom: solid;
	border-wdith: 10px;
	border-color: #73880a;
}








#content{
	
	font-family: Georgia, "Times New Roman", Times, serif;

	width: 800px;

	min-height: 400px;

	text-align: left;

	padding: 10px 50px 10px 50px;

	font-size: 14px;

	line-height: 21px;

	

}

#content h2{
	font-size: 24px;
	margin: 5px 20px 20px 0px;	
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	
}

#content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 10px 20px 8px 0px;
	color: #000;	
	
}

#content p{

	margin-bottom: 10px;
	
	font-family: inherit;

}

#content ul{
	margin: 5px 0px 5px 25px;	
}

#content li{
	list-style: square;
	margin: 0px 0px 0px 10px;	
}

#content ul ul{
	margin: 0px 0px 5px 25px;	
}

#content ul ul li{
	list-style: disc;	
}

#content td{
	padding: 0px 20px 0px 0px;	
}

.inputText{
	padding: 2px;	
	font-family: inherit;
}


#tweets_left{
	float: left;
	width: 400px;
	height: 260px;
	overflow: hidden;
}

#tweets_right{
	float: right;
	width: 400px;
	height: 260px;
	overflow: hidden;
}






#footer{

	width: 800px;

	height: 25px;

	margin: 25px 50px 0px 50px;

	padding: 5px 0px 0px 0px;

	font-size: 12px;

	text-align: left;	

	border-top: solid;

	border-color: #aaa;

	border-width: 1px;

	color: #000;
	
	font-family: Georgia, "Times New Roman", Times, serif;

}



#foot_copy{

	float: left;

	color: #999;
	font-family: inherit;

}



#foot_links{

	float: right;

	color: #999;
	font-family: inherit;

}



#footer a{

	color: #333;
	font-family: inherit;

}



#footer a:hover{

	color: #73880a;

}



.reverse { 

	unicode-bidi:bidi-override; 

	direction: rtl; 

}
