
	body {
		font-family: Arial, Helvetica, sans-serif;
		color: #666;
		font-size: 0.75em;
		background-color: #e5e5e5;
		line-height: 1.05em;
	}
	
	
	a {
		text-decoration: none;
		color: #f26522;	
	}
	
		a:hover {
			text-decoration: none;
			color: #fff;
			background-color: #f26522;
		}
		
	
	a img {
		border: none;	
	}
	
	
	
	.story {
		line-height: 1.6em;	
		font-size: 1.05em;
		color: #333;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
		.story a {
			/*color: #fff;	
			background-color: #f26522;*/
			border-bottom: 1px dotted #f26522;
			/*padding-bottom: 1px;*/
		}
			.story a:hover {
				
			}
			
		.story p {
			margin-bottom: 0.94em;	
		}
		
		.story blockquote {
			margin: 1em 2.63em 1em 1.63em;
			border-left: 1px dotted #666;
			padding-left: 1em;
		}
		
		.story ol  {
			margin: 1em 2.63em 1em 2.63em;
			list-style-type: lower-roman;
		}
			
		.story ul {
			margin: 1em 2.63em 1em 2.63em;
		}
	
	#header a {
		display: block;
	}
	
		#header a img {
			display: block;
			
		}
	
	#navigate {
	}
		#navigate .block .label {
			background-image: url(/views/basic/images/ui/v_5px_bar.gif);
			background-repeat: no-repeat;
			background-position: 0 100%;
			font-size: .9em;
			padding-bottom: 5px;	
			color: #666;
		}
		
			#navigate .block .label a {
				color: #666;
				background: none;
			}
				#navigate .block .label a:hover {
					color: #000;
					background: none;
				}
		
		#navigate .block .points .point a {
			color: #000;
			background: none;
		}
		
			#navigate .block .points .point a:hover {
				color: #fff;
				background-color: #000;
			}
	/**/
	#body {
		background-image:url(/views/basic/images/ui/body_bg.gif);
		background-repeat: repeat-x;
		background-color: #fff;	
	}
		/*#body .view {
			background-image:url(/views/basic/images/ui/body_bg.gif);
			background-repeat: repeat-x;
			background-color: #fff;	
		}*/
		
		#body .panel .pointer {
			background-image: url(/views/basic/images/ui/v_5px_bar.gif);
			background-repeat: no-repeat;
			background-position: 0 100%;
			font-size: .9em;
			padding: 0 0 5px 0;	
			color: #666;
		}
		
		#body .panel .container {
			margin-top: 15px;
		}
		
			#body .panel .second {
				margin-top: 5px;
			}
	
		#body .pagination {
			background-color: #efefef;	
		}
		
		#body .following {
			background-image:url(/views/basic/images/ui/comments_bg.gif);
			background-repeat: repeat-x;
			background-color: #efefef;	
		}
		
		#body .responseBlock {
			background-image:url(/views/basic/images/ui/response_bg.gif);
			background-color: #eaeaea;
			padding-top: 10px;
		}
		
	#footer {
		font-size: .9em;
		line-height: 1.3em;
	}
		#footer .lhs {
			background-image: url(/views/basic/images/ui/v_5px_bar.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			padding-top: 5px;
			margin-left: 30px;
			width: 230px;
		}
		
		#footer .rhs {
			background-image: url(/views/basic/images/ui/v_5px_bar.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			padding-top: 5px;
			color: #000;			
		}
		
			#footer .rhs cite {
				color: #666;	
			}
			
			#footer .rhs a {
				font-weight: bold;	
			}