/*   
Theme Name: Peachy Dragon Theme
Theme URI: http://www.peachydragon.com
Description: A Wordpress Theme inspired by the colour scheme of Ubuntu Jaunty 9.04 and the Dark Smoke Theme. Features: Two column layout, widget aware, variable width between 800-1200px. 
Author: Alan Lord
Author URI: http://www.theopenlearningcentre.com
Version: 1.4
Tags: dark, brown, two-columns, flexible-width, threaded-comments
License: GPLv3 or Later. (c) 2009 Alan Lord
*/

/* Make it easy to alter stuff... */
@import url("css/layout.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/content.css");
@import url("css/sidebar.css");
@import url("css/footer.css");
@import url("css/wordpress.css");
@import url("css/tweeks.css");

/* Begin Global Resets */
* {
    margin:0;
    padding:0;
}

body {
    background-color:#0F0C0B;
    color:#DCDAD5;
    font-size:76%;
    font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
    line-height:1.3em;
    text-align:center; /* IE6 Center hack */
}

table {
    border-collapse:collapse;
    empty-cells:hide;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin: 0.5em 0;
}

ul, ol, dd {
    margin-left:1em;
}

a {
    text-decoration:none;
    color:#DCDAD5;    
}

a:hover {
    color:#FFF;
}

a img {
    border:0;
}
/* End Global resets */

/* Following needed for Wordpress Theme Directory Compliance. */
/* And to support image and other WP generated content positioning - obviously */
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#footer-box  .rssincl-title{
	border-bottom: 1px solid white;
	margin: 0px  0 5px 0;
	height:8px;
}


 #footer-box .blogs  .rssincl-itemtitle{
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
  	padding: 5px 0 0 0;
  	margin: 10px 0;
	line-height: 1.4em;
	text-align: left;
	
		font: 1em  Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
   	color: white;
  	padding: 0px 5px 0px 0;
  	margin: 0px 0 0px 0;
	text-align: left;
	line-height:0px;
	text-decoration:none;
}
#footer-box{
 color: #8e8e8e;
 border: 0px solid #ccc;
  border-top: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 background:url(../images/black.png);
 text-align: left;
 overflow:auto;
 height:100px;
}