/*------------------------------------------------------------
**  Global
**------------------------------------------------------------*/
body   { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #ffffff url("./images/bg.gif"); 
	text-align: center; margin: 0 
}
em{
	/*font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	*/
}
a { 
	color: #B22222;
	text-decoration: underline; 
}

a:hover { 	
	color: #B22222;
	text-decoration: underline;
	/*border-bottom: 1px dashed #B22222; */
}

/*------------------------------------------------------------
**  Container
**------------------------------------------------------------*/	
#container  { 
	/*background: #fff url("./images/dots.gif") repeat-y 25% 50%;*/
	background-color: #fff;
	text-align: left; 
	margin: 0 auto; 
	padding: 0 5px; 
	width: 740px; 
	border: solid 1px #ddd 
}
	
/*------------------------------------------------------------
**  Header
**------------------------------------------------------------*/		
#header {
	background-image: url("./images/pepper-bg.jpg");
	background-color: #000;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 25px 20px;
	}	
#header h1 { 	
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial; 
	font-weight: normal;
	margin: 0;
	color: #fff;
	font-size: 20px;	
}	
#header h2 { 
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial; 
	font-weight: normal;
	margin: 0;
	color: #fff;
	font-size: 16px;
	padding-left: 1px;
}	

/*------------------------------------------------------------
**  Nav
**------------------------------------------------------------*/

#nav   { 
	text-align:right; 
	font-size: 12px; 
	background-color: #cfcfcf;
	margin: 0; 
	padding: 0; 
	height: 2.2em; 
	border-bottom: 4px solid #fff 
}

#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a  { 
	color: #fff; 	
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #8B0000;
	padding: 3px 8px; 
	float: left; 
	border-right: 4px solid #fff; 
	border-bottom: 0 none 
}
#nav li a:hover { 
	color: #fff;
	background-color: #B22222; 
}
#nav li a.on { 
	background-color: #B22222;
	color: #fff; 
}

/*------------------------------------------------------------
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif; 
	float: left;
	width: 185px;
	position: relative;
	line-height: 18px;
}
#sidebar h3 {
	font-size: 12px; 
	font-weight: bold; 
	background-color: #cfcfcf;
	color:#b22222;
	margin-top: 15px;	
	padding : 5px 3px 5px 3px;
}

#sidebar ul{	
	margin-top: -10px;
	list-style:none;
}
#sidebar ul li{
	margin-left: -35px;
	padding-left: 1px;
}
#sidebar a {
	border-bottom: none;
	text-decoration: none;	
}

#sidebar a:hover { 	
	color: #B22222; 
	border-bottom: 1px dashed #B22222; 
}

#sidebar div { 

}	

/*------------------------------------------------------------
**  Content
**------------------------------------------------------------*/

#content  { 
	font-size: 12px; 
	line-height: 18px; 
	text-align: left; 
	word-spacing: 1px;
	margin-left: 15px; 
	padding-top: 10px;
	position: relative; 
	width: 540px; 
	float: left;
	
}

#content blockquote {
	margin: 10px 10px 5px 5px;
	padding: 1px 10px 1px 10px;
	font-style: italic;
}	

#post h2 {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	font-size: 16px; 
	color: #B22222; 
}

#post h3 {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	font-size: 14px;
	color: #000;
}
	

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.post {
	margin: 0 0 5px;
	/*text-align: justify;*/
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 15px;
}

.postmetadata {
	clear: left;
	color: #777;
	font-style: italic;
	text-align: right;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}


/*********************************************
NAVIGATION STYLES
*********************************************/

.navigation {
	/*display: block;
	text-align: center;
	*/
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left
}

/*------------------------------------------------------------
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #000;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 11px;
	padding: 5px;
	/*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; 
}
pre {
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

.cutebox{
	float: right;
	width: 180px;
	height: 110px;
	padding:5px;
	padding-left: 10px;
}

.aside{
	background-color: #F5F5F5;
	padding: 10px;
	border-left: 2px solid #FF4500;
	border-right: 2px solid #FF4500;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}