/*	timspangler.com screen CSS	*/
	
body { background:#121212 url('../images/cga-bg.png') repeat-x; font-family:'HelveticaNeue-Light',Arial,sans-serif; color:#fff; }

/*	Headers	*/
h1 { letter-spacing:-1px; }

/*	Paragraphs	*/
p { font-family:'HelveticaNeue-Light',Helvetica,Arial; letter-spacing:1px; font-size:18px; letter-spacing:normal; }
p.powered_by { font-size:8pt; margin:0; color:#bbb; }

/*	Links	*/
a, a:visited { color:#fff; }
a:hover { color:red; }

p.powered_by a { color:#bbb; }

/*	Lists	*/
li	{ list-style-type: square; }

/*	Sections	*/
#introduction { margin:80px auto 0 auto; background:url('../images/transparent_90.png'); padding:10px 10px 5px 10px; -webkit-border-radius: 15px; -moz-border-radius: 15px; }
#introduction h1 { margin:0; padding:0;}
#introduction p { color:#ddd; }
#introduction a { color:#ff55ff; }
#introduction img { float:left; margin:0 10px 0 0; border:1px solid #333; }


#introduction, #widget_container { width:75%; min-width:864px; }
#widget_container { margin:40px auto 0 auto; }
#widget_container h2 { margin:0; padding:0; font-weight:lighter; font-family:'HelveticaNeue-Light',Helvetica,Arial; letter-spacing:normal; } 
#widget_container h2 a { text-decoration:none; }

.widget { float:left; width:28%; background:url('../images/transparent_90.png'); padding:10px; -webkit-border-radius: 15px; -moz-border-radius: 15px; margin:0 2% 0 0; }
.widget img { float:left; margin:0 10px 0 0; }
.widget ul { font-size:14px; margin:10px 0 0 0; padding:none; }
.widget ul li { margin-bottom:5px; }
.widget ul li a { text-decoration:none; }

#footer { margin:0 auto; text-align:center; }
#footer p { font-size:14px; }

.so { text-decoration:line-through; }
