/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/

#header {
	background-color: #CC0000;
	height: 80px;
}



/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#latest-posts  {
	background-color: #ccc;
}

#content-centre p {
	margin: 0.33em 0;
}

#latest-posts div {
	margin-left: 0.6em;
}

#latest-posts .last {
	margin-left: -0.6em;
}

#latest-posts h4 {
	margin-left: 0.6em;
}

#latest-posts td, #latest-posts th {
	padding: 0 0.5em;
	border: 0;
}
#latest-posts table {
	border: 1px solid #ccc;
}

#latest-posts h5 {
	margin: 0.33em 0 .67em;
}

/**************************************/
/*               FOOTER               */
/**************************************/


