/*  
Theme Name: dissimulate.org
Theme URI: http://www.dissimulate.org/news
Description: dissimulate.org's layout
Version: 1.0
Author: John Cordiner
Author URI: http://www.dissimulate.org

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Page background and defaults*/

html, body	
			{
				margin: 0; padding: 0;
				background-image: url("http://www.dissimulate.org/images/Background.jpg");
				background-repeat: no-repeat;
				background-color: #A5A5A5;
				color: #FFFFFF;
				font-size: 95%;
			}

/* Layout ids */



div#site-title
			{
				margin: 0; padding: 1em;
				text-align: left; vertical-align: middle;

			}
			
div#site-about
			{
				margin: 0; padding: 2em;
				background-color: #000000;
				color: #252595;
				border-bottom: 1px dashed #FFFFFF;
				text-align: left;
				clear: both;
				font-family: "Trebuchet MS"; font-size: 3em; font-weight: 300;
			}
	
div.site-links
			{
				margin: 0.7em 0 0.7em 4em; padding: 0.3em 0.3em 0.3em 0;
				border-bottom: 1px solid #FFFFFF;
				background-color: #000000;
				font-family: "Trebuchet MS"; font-size: 1.8em; font-weight: 300;
			}

a
			{
				 padding: 0.3em; text-decoration: none; background-color: #990000; color: #FFFFFF;
			}
			
a:hover
			{
				padding: 0.3em; text-decoration: underline; background-color: #000099; color: #FFFFFF;
			}
			
.heading
			{
				 padding: 0.3em; text-decoration: none; background-color: #0000CC; color: #FFFFFF;
			}
