/* GENERAL
------------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	font-family: Helvetica;
	font-weight: bold;
	background-color: #FFF;
}

a {
	outline: none;
}

a:link {
	color: #36F;
	text-decoration: none;
}

a:visited {
	color: #36F;
	text-decoration: none;
}

a:hover {
	color: #36F;
	text-decoration: underline;
}

/* HEADER
------------------------------*/

#header {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #000;
}

#headline {
	width: 600px;
	position: relative;
	margin: 0px auto;
	padding: 10px 0px;
}

h1 {
	font-size: 24px;
}

#wrap {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
}

#rss {
	position: absolute;
	right: 0px;
	top: 10px;
}

/* CONTENT
------------------------------*/

#content {
	width: 400px;
	float: left;
}

#activity_list {
	width: 400px;
	list-style: none;
}

#activity_list li {
	width: 394px;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 3px solid #DFDFDF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#source {
	position: absolute;
	top: 0px;
	left: -20px;
	text-align: right;
}

#source img {
	position: absolute;
	right: 0px;
	height: 15px;
}

h2 {
	font-size: 20px;
	background: #EEE;
	padding: 5px;
	border-bottom: 1px solid #DFDFDF;
	color: #36F;
}

.content {
	width: 288px;
	margin: 10px 5px 0px 5px;
}

.content p {
	margin-bottom: 10px;
}

.content ol {
	list-style-position: inside;
	list-style-type: decimal;
	border: none;
}

.content ol li {
	border: none !important;
}

.content img {
	width: 380px;
	border: none;
}

img#flickr_img {
	width: inherit;
}

.date {
	font-weight: normal;
	font-size: 12px;
	margin: 5px;
	color: #999;
}

.date a:link {
	color: #69F;
	text-decoration: none;
}

.date a:visited {
	color: #69F;
	text-decoration: none;
}

.date a:hover {
	color: #69F;
	text-decoration: underline;
}

/* SIDEBAR
------------------------------*/

#sidebar {
	width: 170px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 7px 7px 0px 7px;
	background: #EEE;
	font-size: 14px;
	font-weight: normal;
	border: 3px solid #DFDFDF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sidebar li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 3px solid #DFDFDF;
}

h3 {
	margin-bottom: 5px;
	font-size: 18px;
}

.text_input {
	margin-bottom: 5px;
}

.legende_lifestream {
	padding: 0px 0px 0px 16px;
	background: transparent url('images/sweetcron_small.png') 0 3px no-repeat;
}

.legende_phase5 {
	padding: 0px 0px 0px 16px;
	background: transparent url('images/phase5_small.png') 0 3px no-repeat;
}

.legende_twitter {
	padding: 0px 0px 0px 16px;
	background: transparent url('images/twitter_small.png') 0 3px no-repeat;
}

.legende_flickr {
	padding: 0px 0px 0px 16px;
	background: transparent url('images/flickr_small.png') 0 3px no-repeat;
}

.legende_yigg {
	padding: 0px 0px 0px 19px;
	background: transparent url('images/yigg_small.png') 0 3px no-repeat;
}

.legende_blip {
	padding: 0px 0px 0px 16px;
	background: transparent url('images/blip_small.png') 0 3px no-repeat;
}

#sidebar li:last-child {
	padding: 0px;
	border-bottom: none;
}

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

#pagination {
	width: 400px;
	clear: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 200px 0px 0px;
	font-size: 18px;
}

#footer {
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	background: #000;
}

#footer div {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
}

#footer div p {
	font-weight: normal;
	font-size: 12px;
	color: #CCC;
}





