/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(images/bg2.gif); /* Optional */
	font-family: sans-serif;
	text-align: center; /* IE Fix */
	margin: 0;
        color: #454545;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a > img { border: none; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/* p.feeds { text-align: center; position: absolute; top: -50px; right: 5px; } */
p.feeds { text-align: center; position: absolute; top: -2.7em; right: 5px; }
p.feeds a { text-decoration: none; border: 0 ; }
p.feeds img { border: none; }

pre { 	color: black; background: #fff url(images/bg2.gif); }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	/* width: 740px; */
	width: 900px;
	/* background: #fff url(images/dot_line.gif) repeat-y 569px; */
	background: #fff url(images/dot_line.gif) repeat-y 679px;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(images/header_right.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 1.6em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 1px dashed #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: right;
	/* width: 175px; */
	width: 225px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;
        text-align: justify;
	color: #777;
	}
#sidebar div { background: #fff url(images/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div.entry, #content div.toc, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
        padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	/* width: 564px; */
	width: 674px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	

	}	
#content > div p, #content > div li { padding-right: 12px; }
#content div > div:first-child > h2 { background: #fff url(images/para_bg.jpg) repeat-x; }	
#content div > div:first-child > h2 + p { background: #fff url(images/para_bg.jpg) repeat-x; }	
#content div.entry { background: #fff url(images/para_bg.jpg) repeat-x; }	
#content div.entry > a:first-child { display: none; }

#content div.toc { background: #fff url(images/para_bg.jpg) repeat-x; }	
#content div.toc > a:first-child { display: none; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(images/header_right.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
