/*
Title:		DotME - light version styles
Author:		justine@gentlecode.net
*/

body {
	background: transparent url(../img/light/bg-page.png) repeat-x;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #656565;
	text-shadow: 0px 1px 0px #d4d4d4;
}

/* links */

a:link, a:visited {
	color: #c21d1d;
	font-weight: 900;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}



/* Twitter styles */

#twitter {
	height:80px;
	padding-left:205px;
	padding-right:131px;
	padding-top:25px;
	width:346px;
	position:relative;
	top:-170px;
	z-index:40
	
}

#tweet {
	font-size:11px;
}

#tweet ul {
	list-style:none;
	margin:10px;
	padding:10px;
	width: 340px;
}

#meta {
	font-family:georgia, helvetica, verdana, sans-serif;
	font-size:10px;
	font-style:italic;
	margin-right:11px;
	position:absolute;
	right:84px;
	top:96px;
	color:#656565;
	width: 340px;
}


/* FOOTER
------------------------------------------------------------- */

.footer {
height:80px;
	padding-left:205px;
	padding-right:131px;
	padding-top:25px;
	width:346px;
	position:relative;
	top:-170px;
	z-index:40
}

.footer p {
	font-family:georgia, helvetica, verdana, sans-serif;
	font-size:10px;
	font-style:italic;
	margin-right:11px;
	position:absolute;
	right:84px;
	top:96px;
	color:#656565;
	width: 340px;
}


/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}


/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}