	/*
	putting the css in pacesetter
	*/
	
	/*** Standard HTML Elements ***/
	html {min-height: 100%;}
	
	* {
		margin: 0px;
		padding: 0;
	}
	
	body, td {
		background: #CCCCCC fixed center center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 120%;
		color: #fff;
	}
	
	p,code,ul {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
	a:link, a:visited {
		font-weight: 400;
		color: #ffffff;	
		text-decoration: underline;
	}
	
	a:hover, a:active {
		font-weight: 400;
		color: #000000;
		text-decoration: underline;
	}
	
	blockquote {
		margin: 0px 5px 5px 5px;
		padding: 0px 10px 0px 10px;
		border-top: 1px solid #fdf9d5;
		border-bottom: 1px solid #fdf9d5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#fdf9d5;
	}
	
	small {
		font-size: 9px;
	}
	/*** End Standard HTML Elements ***/
	
	/*** For the entire page ***/
	#page 
	{
		width: 780px;
		margin: 0px auto 2px;
	}
	
	/*** Header elements ***/
	#top {
		margin-top: 2px;
	}
	
	#header {
		background: #333333 url(images/pacesetting.jpg) no-repeat;
		height:130px;
	}
	
	#title {  /* Blog Title */
		padding-top: 30px;	
			padding-left: 200px;
		letter-spacing: 2px;
		width: 600px;
		text-align: left;
	}
	
	#title h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 26px;
		line-height: 200%;
	}
	
	#title a:link,#title a:visited {
		color: #008DAF;
		background: none;
	}	
	#title a:hover{
		color: #008DAF;
		background: none;
	}
	
	#description {   /* Blog Description */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
	}
	
	#navigation {
		background: #1F1F1F;
		height: 18px;
		margin: 0px auto 0px;
		padding: 14px 0px 8px 0px;
	}
		
	#navigation li {
		display: inline;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
			
	#navigation ul {
		margin: 0px;
		padding: 0px 0px 0px 10px;
	}
		
	#navigation ul li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFDED;
		letter-spacing: 1px;
		padding-left: 18px;
		padding-right: 8px;
		margin: 0px;
		text-decoration: none;
		font-weight: bold;
	}
	
	#navigation ul li a:hover, #navigation ul li a:active {
		color: #CCCCCC;
		text-decoration: none;
	}
	/*** End Header Elements ***/
	
	/*** Main Body Elements ***/
	#container {
		background: #008DAF;
		width: 780px;
	}
	
	#main {
		margin: 0px auto 0px;
		padding: 0px;
	}
	
	#content {
	float: left;
	margin-top:0px;
	padding: 15px 15px 0px 30px;
	line-height: 120%;
	width: 500px;
	}
	
	#content .border {
		background: url('images/separator.jpg') no-repeat center;
		display: block;
		padding: 2px;
	
	}
	
	#content ul li {
		list-style-type: circle;
		list-style-position: inside;
		padding-left: 15px;
	}
	#content ul ul li {
		list-style-position: inside;
		padding-left: 15px;
	}
	
	#content ol li {
		list-style-type: arabic;
		list-style-position: inside;
		padding-left: 15px;
	
	}
	
	#content p img{
		margin-right: 10px;
		margin-bottom: 10px; 
		margin-left: 10px;
		float:left;
	}
	
	
	.post {
		padding: 5px;
		text-align: justify;
	}
	
	.post h1 {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1.title {
		float: left;
		font-size: 14px;
		line-height: 120%;
	}
	
	h1.title a:link,  h1.title a:visited {
	color: #FFFFFF;
	background: none;
	text-decoration:none;
	} 
		
	h1.title a:hover, a:active{
	color: #333333;
	background: none;
	text-decoration:underline;
	}
	
	h1.date {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #fff;
		font-size: 12px;
		padding-bottom: 6px;
		padding-top:3px;
		float: right;
	}
	
	.post .descr {
		font-size: 10px;
		padding-top: 6px;
		border-top: 1px dashed #fff;
		opacity:0.5;
		clear: both;
		text-align: right;
	}
	
	.post .info {
		font-size: 10px;
		clear: both;
		display: block;
		line-height: 130%;
		padding-left: 5px;
		padding-bottom: 2px;
		padding-top: 2px;
		text-align: right;
	}
	/*** End Main Body Elements ***/
	
	/*** Sidebar Elements ***/
	#sidebar {
	width: 165px;
	margin-left: 0px;
	padding: 10px;
	float: right;
	margin-right: 5px;
	}
	
	#sidebar ul li {
		list-style-type: none;
		padding-left: 5px;
		line-height: 120%;
	}
	
	#sidebar ul ul li {
		list-style-position: outside;
		padding-left: 15px;
	}
	
	#sidebar h2 {
		color: #404040;
		font-size: 11pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#sidebar .currently {
		display: block;
		padding: 00 0 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#searchform {
		padding-bottom: 10px;
		padding-top:10px;
		text-align:center;
	}
	
	#searchform .styled {
		border: 1px solid #5c9ce2;
	}
	
	.currently .current {
		text-transform: uppercase;
		font-weight: 600;
	}
	/*** End Sidebar Elements ***/
	
	/*** Footer Elements ***/
	#foot {
		clear: both;
		background: #333333;
		height: 62px;
		text-align:center;
		vertical-align:middle;
	}
	
	#foot a:link, #foot a:visited {
		color: #fdf9d5;
	}
	
	#foot a:hover {
		color: #4F89C8;
		background: none;
	}
	/*** End Footer Elements ***/
	
	/*** Comment Elements ***/
	#commentlist h2#comments {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #fdf9d5;
	}
	
	#commentlist {
		padding-left: 15px;
		padding-right: 20px;
		padding-top:10px;
	}
	
	#commentlist h2 {
		font-family: Arial, Helvetica, sans-serif;
		line-height: 100%;
	}
	
	#commentlist li {
		list-style-position: inside;
	}
	
	#commentlist ul li {
		list-style-image: url('images/bullet3.gif');
	}
	
	#commentform {
		margin: 1em 0;
		width: 350px;
	}
	
	#commentlist h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #fdf9d5;
	
	
	}
	.commentmetadata {
		font-size: 12px;
		padding: 2px 0 4px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	textarea.styled {
		width: 280px; 
		background: #fff;
	}
	
	textarea.styled:hover, textarea.styled:focus { background: #fdf9d5; }
	
	.styled {
		font-size: 12px;
		background: #fff;
		border: 1px solid #5c9ce2;
		padding: 3px 2px 3px 2px;
		margin-right:35px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.styled:hover {
		border:  1px solid #5c9ce2;
		background: #fdf9f5;
	}
	.styled:focus {
		background: #fdf9d5; 
		border:  1px solid #5c9ce2;
	}
	#commentform input {margin-bottom: 3px;}
	
	#responseform {
		padding: 12px;
	}
	
	
	
	/*** End Comments ***/
	
	/*** Miscellaneous Classes ***/
	.clearer {clear: both;}
	.left {float: left;}
	.right {float: right;}
	
	/*** End Miscellaneous Classes ***/

/*** this is the homepage rss blog feed ***/
div.feedBurnerFeedBlock {
	margin: 2px;
}
div.feedBurnerFeedBlockli{
}
