@charset "UTF-8";
/* CSS Document */

/*
reset.css -- Reset default browser stylings.
Based on Eric Meyer's "reset.css"
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	}
	
	
body {
	background: #fefefe;
	}
	

#allcontent {
	margin:0 auto;
	width:960px;
	}

#leftcol {
	float:left;
	width:358px;
	padding-top:50px;
	background:#fefbf3;
	border-right:1px solid #ebe4d2;
	border-left:1px solid #ebe4d2;
	}	
	
#dd {
	text-align:justify;
	padding-left:30px;
	}
	
#dd p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	line-height:1.667em;
	font-size: 0.75em;
	padding-right:25px;
	}	
	
#dd h2 {
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	color:#999;
	font-size:1em;
	border-bottom:1px solid #eee;
	margin-top: 25px;
	margin-bottom: 0px;
	font-weight: lighter;
	}		
		
#tumblr {
	width:300px;
	padding-left:30px;
	}
#tumblr h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-top: 40px;
	font-weight: 100;
	}
#tumblr h2 a {
	color:#555555;
	}
#tumblr h2 a:hover {
	color:#992b1c;
	}
#tumblr h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 100;
	line-height: 16px;
	margin-bottom: -10px;
	}
#tumblr h3 a {
	color:#555555;
	}
#tumblr h3 a:hover {
	color:#992b1c;
	}
#tumblr p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	margin: 10px 0;
	}
#tumblr ul {
	list-style-type: none;
	}
#tumblr li {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	border-bottom: 1px solid #ffffff;
	padding: 20px 0;
	}
#tumblr li a, #tumblr p a {
	color:#1b87b5;
	}
#tumblr li a:hover, #tumblr p a:hover {
	text-decoration: underline;
	}
	
#tumblr img {
	width:300px;
	}
		
#tumblr object {
	width:300px;
	margin-top: 10px;
	display: block;
	}
	
#tumblr embed {
	width:300px;
	}
	
#rightcol {
	width:475px;
	float:left;
	margin-top: 0px;
	padding-left:100px;
	padding-top: 50px;
	}
	
#rightcol p {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.667em;
	padding-left:0px;
	margin-bottom:10px;
	}	
	
#rightcol h1 {
	text-transform:uppercase;
	border-bottom:1px solid #eee;
	margin-right:100px;
	font-size:1.2em;
	color:#333;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	}	
	
#rightcol a {	
	text-decoration:none;
	color:#480202;
	border-bottom:1px solid #ccb6b6;
	}
	
#rightcol a:hover {
	background:#e9dddd;
	}	
	
			
.screenshots {
float:left;
padding:5px;
border:1px solid #999;
background:#eeeeee;
margin-bottom:10px;
clear:both;
}			
