/* Sweetcron Boxy CSS - 08/09/2008

	Table of Contents:
	Reset
	Typography
	Positioning
	Per-Domain Styling
	IE Fixes
	3rd Party
			
*/

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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

A {
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
#headerContainer {
	background: #429aeb url(images/theme-background-header.jpg) top left no-repeat;
	height: 174px;
	clear: both;
	padding-left: 170px;
}

#headerContainer H1 {
	font-size: 36px;
	font-family: Arial, Verdana;
	letter-spacing: 3px;
	padding-top: 50px;
}

#headerContainer H2 {
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans serif;
	letter-spacing: 1px;
	font-weight: normal;
}

#headerContainer A {
	color: #ffffff;
}

#wrapperTable {
}

#sidebarContainer {
	background: #dddddd url(images/theme-background-sidebar.jpg) top left repeat-y;
	padding-left: 10px;
	width: 165px;
}

#contentContainer {
	padding-bottom: 10px;
}

#footerContainer {
	clear: both;
	text-align: center;
	background: #429aeb url(images/theme-background-footer.jpg) top left no-repeat;
	height: 50px;
}

#footerContainer, #footerContainer A {
	font-size: 16px;
	color: #ffffff;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
#sidebarContainer H2 {
	margin-left: 0px;
	margin-top: 10px;
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
}

#sidebarContainer UL {
	margin-left: 10px;
	margin-top: 0px;
	list-style-type: none;
	list-style:none;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#sidebarContainer, #sidebarContainer A{
	color: #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
.itemTable {
	float: left;
	border: 1px #000000 solid;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.itemInformation {
	color: #999999;
	font-size: 10px;
}

.itemInformation td {
	padding-left: 22px;
}


.itemHeader {
	height: 25px;
	font-size: 12px;
	font-weight: bold;
}

.itemHeader td {
/*	border-bottom: 1px black solid; */
}

.itemHeader A {
	color: #000000;
}

.itemContent {
	font-size: 12x;
	color: #333333;
}

.itemContent A {
	color: #333333;
}

.itemTweet, .itemTweet A, .itemLastFm, .itemLastFm A , .Gowalla, .itemGowalla A {
	font-size: 14px;
	color: #000000;
}

.itemYoutube {
}

.itemImage A {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 12px;
	background: #bbbbbb;
	color: #000000;
	padding: 5px;
}

.itemImage TD {
	text-align: center;
}


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

.rikard_ronnkvist_nu {
	background: #ffffff url(images/back-rikard.png) bottom center no-repeat;
	padding: 5px;
}

.johannah_ronnkvist_nu {
	background: #ffffff url(images/back-johannah.png) bottom center no-repeat;
	padding: 10px;
}

.domotica_ronnkvist_nu {
	background: #ffffff url(images/back-domotica.png) bottom center no-repeat;
	padding: 5px;
}

.snowland_se {
	background: #3b94e6 url(images/back-snowland.png) bottom center no-repeat;
	padding: 5px;
}

.snowland_se A {
	color: #ffffff;
}

.flickr_com {
	background: #ffffff;
}

.digg_com {
	background: #1b5790 url(images/back-digg.png) bottom center no-repeat;
	padding: 5px;
}

.digg_com A {
	color: #ffffff;
}

.delicious_com {
	background: #ffffff url(images/back-delicious.png) bottom center no-repeat;
	padding: 5px;
}

.gowalla_com {
	background: #ffffff url(images/back-gowalla.png) bottom center no-repeat;
	padding: 10px;
}

.itemGowallaContent {
	background: #ffffff;
	padding: 5px;
	margin-bottom: 100px;
	border: 2px #9e0800 solid;
}

.last_fm {
	background: #ffffff url(images/back-lastfm.png) bottom center no-repeat;
	padding: 10px;
}

.itemLastFmContent {
	background: #ffffff;
	padding: 5px;
	border: 2px #9e0800 solid;
}

.twitter_com {
	background: #95e4e8 url(images/back-twitter.png) bottom center no-repeat;
	padding: 5px;
}

.itemTweetMessage {
	background: #ffffff;
	padding: 3px;
	border: 2px #9bd2d5 solid;
}

.itemTweetImage {
	float: left;
	height: 100%;
}

.youtube_com {
	background: #000000;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
.doHideBorder, .doHideBorder img {
	overflow: hidden;
}
.doHideBorder {
	border-bottom: 12px solid #ffffff;
}
.doHideBorder img {
	margin-bottom: -12px;
}

