/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body 
{
	margin: 0px;
	background: url(images/img01.gif) repeat-x left top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

h1, h2, h3, h4, h5 
{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#4D4747;

}

h1 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color:#4D4747;
}

h2 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color:#4D4747;
}

h3 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color:#4D4747;
	padding-bottom: 10px;
}

h4 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #F57601;
	padding: 15px 0 5px 0;
}

h5 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color:#4D4747;
	padding-bottom: 10px;
}

p, ul, ol 
{
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a 
{
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #FB7600;
}

a:hover {
	background: none;
}

/**********Background, Frame and Header*********************/
#wrapper 
{
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;	
}

#header 
{
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y left top;
/*	background: url(images/header.png) no-repeat left top;*/
}

#footer 
{
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p 
{
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a 
{
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}


/* Logo */
/************* Logo ****************************************/

#logo 
{
	float: left;
	width: 900px;
	color: #000000;
}

#logo h1, #logo p 
{
}

#logo h1 
{
	float: left;
	padding: 30px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
}

#logo h1 a 
{
	color: #FF7900;
}

#logo p 
{
	float: left;
	margin: 50px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a 
{
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

#logo #company 
{
	float: right;
	padding: 30px 0 0 20px;
	margin-right: 10px;
}

#logo #company h1 
{
/*	float: right; */
	padding: 5px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
	font-weight: normal;
	color: #FF7900;
}

#logo #company span 
{
	float: left;	 */
	display: block;
/*	padding: 0 100px 0 0;*/
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #4D4747;
}


/* Menu */
/*************** Menu **************************************/

#menu 
{
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
}

#menu ul 
{
	float: right;
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	float: left;
}

#menu a 
{
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a 
{
}

#menu a:hover 
{
	background: #FF7900;
	text-decoration: none;
}

#menu .selected 
{
	margin-right: 3px;
	background: #FF7900;
}

/* Page */
/*************** Page **************************************/

#page 
{
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}


.post 
{
	float: right;
	width: 580px;
	padding: 20px 20px 0 0;
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title 
{
	padding-left: 10px;
	border-left: 4px solid #F57601;
	color: #000000;
}

.post .flsh 
{
	padding: 10px 20px 20px 50px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.post .entry 
{
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

.post .entry .detail li
{
	padding: 0px 0px 0px 0px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 140%;
	color: gray;
}

.post .entry .detail img
{
	margin-left: 10px;
	float: right;
	zoom: 100%;
/*	border-left: 1px solid #F57601;*/
/*	border-right: 1px solid #F57601;*/
}

.post .entry ul
{
	padding: 0px 0px 0px 0px;
}


.post .entry li
{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*.post .entry li span*/
/*{*/
/*	display: block;*/
/*	font-style: italic;*/
/*	color: gray;*/
/*}*/

.post .entry .detail span
{
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 140%;
	color: gray;
}

.post .entry table
{
	table-layout: fixed;
	background-color: #FCFAF8;
	border-collapse: collapse; 
	border: 2 solid #E9E0D5; 
	font-family: Verdana; 
}


/* Sidebar */
/***************Sidebar ************************************/

#sidebar 
{
	float: left;
	margin-left: 10;
	width: 240px;
	padding: 25px 10px 0 20px;
/*	background-color: #eeeeee;*/
}

#sidebar #msg 
{
	text-align: center;
	padding: 3px 10px 3px 10px;
	background-color: #F5E9D9;
	border-bottom: 4px double #F57601;
}

#sidebar #msg span 
{
	display: block;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding: 5px 0px 5px 0px;
}


#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span 
{
	display: block;
	margin-top: -20px;
	padding: 0;
	padding-left: 20px;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 
{
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar p 
{
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a 
{
	color: #000000;
	border: none;
}

#sidebar a:hover 
{
	text-decoration: underline;
	color: #787878;
}

#sidebar .info 
{
	color: #787878;
}

#sidebar .info a 
{
	color: #787878;
	border-bottom: 1px dotted #CC0001;
}

#sidebar .info a:hover 
{
	text-decoration: none;    /*undo the sidebar default hover behavior */
	border-bottom: 1px dotted #CC0001;
	color: #787878;
}

#sidebar .imglink 
{
	padding: 3px 10px 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4747;
}

#sidebar .imglink img 
{
	display: inline;
}

#sidebar .imglink a 
{
	color: #000000;
	border-bottom: 1px dotted #CC0001;
}

#sidebar .imglink a:hover 
{
	text-decoration: none;    /*undo the sidebar default hover behavior */
	border-bottom: none;
	color: #FF7900;
}

#sidebar .commentbox2
{
	background-color: #F5E9D9;
	width: 200px;

	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

#sidebar .commentfooter2
{
	background: url(images/quote_arrow.gif) 20px 0 no-repeat;
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

#sidebar .link
{
	display: inline;
	background: url(images/link_arrow.gif) 0px 0 no-repeat;
	padding-left: 20px;
}


/*************************  Quotes *************************/

.commentbox1
{
	background-color: #F5E9D9;
	margin-left: 20px;

	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 5px 10px 10px 20px;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.commentbox1 a:hover 
{
/*	color: #FFFFFF;
	background: #FF7900;
	text-decoration: none;*/
}


.commentfooter1
{
	background: url(images/quote_arrow.gif) 60px 0 no-repeat;
	padding-left: 98px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

#ghost 
{
	display: none;
	float: left;
	margin-left: 10;
	width: 250px;
	padding: 25px 10px 0 20px;
/*	background-color: #eeeeee;*/
}

.section{
	line-height:15pt;
	font-size:8pt;
	padding:10px;
}



