/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }	

#rightcolumn ul {padding-left:20px}

body {
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 13px;
color: white;
background: black;}	   

div.feedburnerFeedBlock ul {
margin-left:0;
list-style-type: none; 
padding:0px 30px;
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;padding-left:20px
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}

#creditfooter {display:none} 	

a {
	color: #FF7400;
}

a:hover {
	text-decoration: none;
	color: white;
} 
 
p {padding-bottom: 20px}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#header {
 color: white;
 width: 800px;	
 padding: 0 10px;
 border: 0px solid #ccc;
 height: 330px;
 margin: 0px 0px 0px 0px;
 
}

#menu {padding-bottom:20px}
 
#menu ul {text-align: center;} 

#menu li {list-style: none; font-style: italic; font-weight: bold; display: inline; padding-left: 10px; font-size: 18px}	 

#menu a {color: black; background: #CCCCCC; text-decoration: none; padding: 1px 10px}

#menu a:hover {color: black; background: #FF9900}


#leftcolumn { 
 color: white;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;	
  border-right: 1px dashed silver;
 width: 450px;
 float: left; 
 
 
}	

#leftcolumn2 { 
 color: white;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;	
 width: 750px;
 float: left; 
 padding-bottom: 100px;
 
 
}	

#leftcolumn2 h1		{text-align: center; color: orange}  

#rightcolumn { 
 float: right;
 color: white;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;

 width: 300px;
 

}	 

#rightcolumn h1		{font-size:16px}  

#rightcolumn h2		{font-size:14px}  

#footer { 
 width: 800px;
 clear: both;
 color: white;
 border: 0px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;	
}

