/*
Theme Name: dirtytemp
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 

*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/* end reset */

body {
	background: #121212 url() center top;
	font-family: Trebuchet MS, century gothic, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	letter-spacing: 2px;
	}
	
a {
	font-weight: bold;
	color: #1874CD;
	text-decoration: none;
	}

a:hover {
	color: #CCCCCC;
	}
	
#page {
	margin: 0 auto;
	width: 800px;
	}
	
.index h1 {
	font-size: 500%;
	text-align: center;
	font-family: impact, century gothic, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	padding: 40px 0px 0px 0px;
	}
	
.index h2 {
	font-size: 240%;
	text-align: center;
	font-family: impact, century gothic, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	}
	
.entry {
	margin: 40px 0px 40px 0px;
	}
	
.entry p {
	margin: 10px 0px 20px 0px;
	}
	
.entry img {
	margin: 0px 0px 5px 0px;
	}
