/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Sylfaen;
	font-size:15px;
	color: #FFFFFF;
	background-color: #000000;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:18px;
	border-bottom: solid 1px #DEDEDE;
	margin-bottom: 10px;
	font-family: Sylfaen;
}
h2{
	font-size:15px;
	color:#FFFFFF;
	font-family: Sylfaen;
	border-bottom: solid 1px #DEDEDE;
    margin-bottom: 10px;
}
h3{
	font-size:25px;
	border-bottom:solid 1px #DEDEDE;
	padding:0px 0;
	margin-bottom:10px;
	font-family: Sylfaen;
}

quoter{
	font-family:Sylfaen;
	font-size:13px;
	color: #FFFFFF;
}

a:link, a:visited{
	color:#CCCCCC;
}
a:hover{text-decoration:none;}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{
	width:800px;
	margin:0,0,0,0;
}

	#topbar{
	width:auto;
	display:block;
	height:120px;
}
	#navbar{
	width:auto;
	display:block;
	height:60px;
}
		#navbar a{height:28px; line-height:28px; padding:0 8px; display:inline;}
	
	#main{
	width:auto;
	display:block;
	padding:10px 0;
}
		#column_left{
	width:185px;
	margin-right:5px;
	margin-left:2px;
	float:left;
}
		#column_right{
	width:580px;
	margin-right:20px;
	float:right;
	padding-top: 5px;
	border-right-color: #666666;
}
		div.spacer{clear:both; height:10px; display:block;}
	
	#footer{
	width:auto;
	display:block;
	padding:10px 0;
	font-size:13px;
	color:#666666;
}
	
/* ------------------------------ 
FEED CLASSES
------------------------------ */

div.feedburnerFeedBlock {
  border: 0px green solid;
  font-family:Sylfaen, Georgia, serif;
  font-size:15px;
  color: #FFFFFF;
  background-color: #000000;
}
div.feedburnerFeedBlock headline { 
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0 20px 0;
  margin: 30px 0 10px 0;
}

div.feedburnerFeedBlock ul li span.headline { 
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}
div.feedburnerFeedBlock ul li span.headline a, a:visited, a:active { 
  text-decoration: none;
  color: #ffffff;
  margin: 20px 0 20px 0;
}
div.feedburnerFeedBlock ul li h2 { 
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 0px blue solid;
  padding: 10px 0 10px 0;
}
div.feedburnerFeedBlock ul li span.title { 
  color: #0000ff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px white solid;
}
div.feedBurnerFeedBlock p {
  color: #ffffff;
}
div.feedburnerFeedBlock #column_right { 
  width: 600px;
  margin-right: 0;
  border-top: 0px blue solid;
  padding: 10px 0 10px 0;
}

div.feedburnerFeedBlock ul {
  margin-left:2;
  list-style-type: none
}

div.feedBurnerFeedBlock li {
  list-style-type: none;
}

div.feedBurnerFeedBlock a, a:visited {
  color: #cccccc; 
  text-decoration: none;
}
div.feedBurnerFeedBlock a:active {
  text-decoration: none;
  color: #cccccc;
}

div.feedBurnerFeedBlock a:hover {
  color: #cccccc;
  text-decoration: underline;
}
div.feedburnerFeedBlock hr { 
  border: 0;
  color: #ffffff;
  background-color: #ff0000;
  height: 1px;
  width: 100%;
  text-align: left;
}
#creditfooter {
  display: none; 
}

    
    /* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/

