/*
      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; } 

#logo  	
{width: 270px; float: left; text-align: right}

#search	  {width: 500px; float: right; text-align: right; padding: 10px 10px 0 0}	

body {
 font-family: Abadi MT Condensed Light, Georgia, Arial, Helvetica, sans-serif;
 font-size: 13px; 
 text-transform: lowercase;	
 background-color: white;
 color: black;
}		

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}

div.feedburnerFeedBlock img {
border: 0
}

div.feedburnerFeedBlock p {
text-align: left; 
}  	   

#creditfooter {display:none} 

#logo  	
{width: 270px; float: left; text-align: right}

#menu {text-align: center;
padding: 10px}	 

#menu a {border-left: 2px solid white; padding-left: 2px}

#menu a:hover {background-color:#D7D5D0; padding-left: 2px;border-left:2px solid #7B7977; text-decoration: none} 


#twitter_update_list li {padding-bottom: 10px} 

li {list-style: none; padding-left: 10px}	

blockquote {font-style: italic; border-left: 3px solid #D76520; padding-left:10px;}	 

.orange {border: 2px solid #D76520}	

.orangetext {color: #D76520}	

h2 {color: #D76520; font-size: 13px;}

#blog li {text-align: justify;padding:10px 0}

p {padding-bottom:10px}	 

h5 {border:3px solid #D7D5D0;}

a {
background: transparent; color: #D76520; font-weight: bold; text-decoration: none; }

a:hover {
background: transparent; color: black; font-weight: bold; text-decoration: underline}	

a:active {
background: transparent; color: black; font-weight: bold}	

a:visited {background: transparent; color: #D76520; font-weight: bold}	
   
h1 {font-size: 13px; background-color:#D7D5D0;text-align: center; padding: 2px 0px} 

#wrapper { 
 margin: 0 auto;
 width: 994px;
}
#header {
 color: black;
 width: 990px;
 float: left;
 padding: 0 10px;
 border: 0px solid #ccc;
 margin: 10px 0px 0px 0px;
 background: white;
}
#navigation {
 float: left;
 width: 990px;
 color: black;
 padding: 2px 10px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: white;
}
#leftcolumn { 
 color: black;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;	
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: black;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;	
 width: 750px;
 display: inline;
}
#footer { 
 width: 990px; 
 text-align: center;
 clear: both;
 color: black;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
