/* Sweetcron Sandbox CSS - 28/08/08

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
	3rd Party
			
*/

/* Reset*/
/*---------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

* {
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------------------------------------------- */



/*---------------------------------------------------------------------------------------- */
 /* Typography */
/*---------------------------------------------------------------------------------------- */

body{
	font-family:Arial, Helvetica, sans-serif;
}

p{
	color:#1d1d1d;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited{
	color:#9a8f7c;
	text-decoration:underline;
}
a:hover{
	color:#6f879c;
}

a.icon_link, a.icon_link:hover, a.icon_link:visited{
	color:#6f879c;
}

h1{
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:36px;
	font-weight:100;
	text-transform:lowercase;
}

h2{
	color:#9a8f7c;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:100;
	text-transform:lowercase;
}


/*---------------------------------------------------------------------------------------- */



/*---------------------------------------------------------------------------------------- */
 /* Positioning */
/*---------------------------------------------------------------------------------------- */
#wrapper{
	background:white url(images/header-bg.png) 0 0 repeat-x;
}
#header{
	width:985px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#body-wrapper{
	width:985px;
	margin:25px auto;
}


/* header */
h1 {
	position:absolute;
	left:0;
	bottom:0;
}
h1 a{
	background:url(images/h1.png) 0 0 no-repeat;
	width:153px;
	height:27px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
h1 a, h1 a:visited, h1 a:hover{
	color:#FFF;
	text-decoration:none;
}

#navigation{
	position:absolute;
	right:0;
	bottom:0;
	overflow:hidden;
}
#navigation li{
	float:left;
	margin-left:10px;
}
#navigation li a{
	display:block;
	text-indent:-9999px;
}
#navigation li a:hover{
	background-position:0 -14px;
}
#navigation .about-me{
	background:url(images/about-btn.png) 0 0 no-repeat;
	height:14px;
	width:35px;
	overflow:hidden;
}
#navigation .contact-me{
	background:url(images/contact-btn.png) 0 0 no-repeat;
	height:14px;
	width:44px;
	overflow:hidden;
}

h2{
	margin:0 0 5px;
}

#columns{
	overflow:hidden;
}

.column{
	float:left;
	width:189px;
	margin: 0 10px 0 0;
	overflow:hidden;
}
.column-last{
	margin:0;
}

.column li{
	font-size:10px;
}

.section{
	width:175px;
	padding:7px;
	margin:0 0 10px;
	overflow:hidden;
	background:url(images/section.png) 0 0 no-repeat;
}

.section li{
	margin:0 0 20px;
}

.section li p{
}


#feeds li{
	margin:0 0 5px;
}


#tags{
	overflow:hidden;
}

#tags li{
	float:left;
	margin:0 5px 0 0;
}
#tags a{
	font-size:10px;
}


p.image-mask{
	overflow: hidden;
	height: 100px;
	width: 175px;
}


/*icon links*/
a.icon_link{
	display:block;
	padding:0 0 0 20px;
	min-height:20px;
	font-size:11px;
	font-weight:bold;
}
a.twitter_com{
	background:url(images/icons/twitter.png) 0 0 no-repeat;
}
a.google_com{
	background:url(images/icons/googlereader.png) 0 0 no-repeat;
}
a.reddit_com{
	background:url(images/icons/reddit.png) 0 0 no-repeat;
}
a.delicious_com{
	background:url(images/icons/delicious.png) 0 0 no-repeat;
}
a.last_fm{
	background:url(images/icons/lastfm.png) 0 0 no-repeat;
}
a.flickr_com{
	background:url(images/icons/flickr.png) 0 0 no-repeat;
}
a.vimeo_com{
	background:url(images/icons/vimeo.png) 0 0 no-repeat;
}
a.youtube_com{
	background:url(images/icons/youtube.png) 0 0 no-repeat;
}
a.generic_feed{
	background:url(images/icons/generic.png) 0 0 no-repeat;
}
a.wonderfl_net{
	background:url(images/icons/wonderfl.png) 0 0 no-repeat;
}
a.linkedin_com{
	background:url(images/icons/linkedin.png) 0 0 no-repeat;
}




#footer{
	height:20px;
	width:100%;
	position: relative;
	background-color:#6f879c;
	font: normal 1em/1.25em Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align:center;
	float:left;
	margin: 0;
	border: 0;
	padding:0;
}
#footer p{
	color:#FFF;
	text-align:center;
}
#footer a{
	color:#FFF;
}
