@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.revampedart.com

Updated: 10/01/09
Author: Andy Sochor
Website: http://www.andysochor.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#000000; /* change to different color or image */
	background-image: URL(img/wallpaper.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000 /* default font color */
	}

img {
	border:0
	}

/* Divs */

#wrapper {
	margin:0 auto;
	background-image: URL(img/background.jpg);
	backgroung-repeat:no-repeat;
	width:996px;
	height:1183px;
	overflow:auto;
	padding:2px;
	text-align:center
	}

#header {
	margin:0 auto;
	background:none;
	width:680px;
	margin-top:75px;
	border-color:#00FF00;
	border-style:solid;
	border-width:0px;
	text-align:left
	}

#main {
	clear:both;
	float:left;
	width:475px;
	height:735px;
	overflow:auto;
	margin-left:155px;
	border-color:#00FF00;
	border-style:solid;
	border-width:0px;
	background:none;
	text-align:left
	}

#side {
	float:right;
	width:200px;
	margin-right:155px;
	background:none;
	border-color:#00FF00;
	border-style:solid;
	border-width:0px;
	text-align:left
	}

#footer {
	clear:both;
	width:680px;
	background:none;
	border-color:#00FF00;
	border-style:solid;
	border-width:0px;
	margin:0 auto;
	padding:15px;
	padding-top:30px;
	text-align:center
	}

#entry {
	clear:both;
	float:left;
	width:455px;
	text-align:left
	}



/* Typography */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#000000
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	color:#000000
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000
	}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#000000
	}

p {
	font-size:1.2em
	}

blockquote {
	font-size:1em
	}

ol {
	list-style-type:decimal
	}

ul {
	list-style-type:disc
	}

/* Links */

a:link {
	color:#c42032;
	text-decoration:none
	}

a:visited {
	color:#c42032;
	text-decoration:none
	}

a:hover {
	color:#c42032;
	text-decoration:underline
	}

a img {
	border:none
	}

/* Special */

img.left {
	padding-right:20px
	}

p.date {
	font-size:1em;
	color:#666666;
	padding-top:-20px;
	}

p.small {
	font-size:1em;
	}

p.postmetadata {
	font-size:1em;
	margin-top:50px;
	}

#side ul {
	margin-left:-20px;
	color:#666666;
	list-style-type:disc
	}

#side ul.twitter {
	margin-left:-40px;
	color:#000000;
	list-style-type:none
	}

#side li.twitter-item {
	padding-bottom:10px;
	}

.twitter-timestamp {
	color:#666666
	}

