/*****

  Sweetcron Boxy CSS - 08/09/2008

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

*****/


/* Reset
---------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}


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

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #000;
	line-height: 1.7em;
}	

ul#activity_list div.item_inner {
	font-family: Georgia, 'Times New Roman', Times, serif;	
}

/*
h1 {
    font-size: 28px;   
}
*/

a {
	color: #FF5A00;
}

a:hover {
	color: #682500;
}

ul#activity_list li.item p.date, p.original_link a, p.activity_image_text span, p.site_info a, p.blog_cite, div#single_header p, ul#navigation li a {
	color: #999;	
}

div#header h1 a {
	color: #000;	
}

#explanation {
    color: #FFF;
}

div#explanation strong {
    color: #FFF;
}

input.text_input {
	font-size: 13px;	
}

h2, #explanation, div#single_container, ul#navigation li {
    font-size: 15px;   
}

p#pagination, div#single_container h3, div#single_container h4, div#single_container h5 {
	font-size: 20px;
}	

div#single_container h2 {
	font-size: 25px;	
}

ul#activity_list li.item p.date {
	font-size: 9px;	
}

p.blog_cite, p.site_info, p.date, p.original_link, p.activity_image_text, div#footer {
    font-size: 10px;   
}

p.activity_image_text a, #explanation strong, p#pagination, div#single_header, div#single_container strong, ul.item_tag_list, ul#navigation li {
	font-weight: bold;	
}

p.original_link a, p.activity_image_text a, p.site_info a, ul#activity_list li.item.youtube_com div.item_inner a, ul#navigation li a, div#header h1 a {
    text-decoration: none;   	
}

p.original_link a:hover, p.activity_image_text a:hover {
	text-decoration: underline;	
}

div#single_header h2 {
	line-height: 1.1em;	
}

p.activity_image_text {
	line-height: 1.5em;	
}

hr {
    border: 0;
    color: #CCC;
    background-color: #CCC;
    height: 1px;
    margin: 8px 0;
}

/* Positioning
---------------------------------------------------------------------------------------- */

body {

  background: #000 url( /img/bg_html.gif ) repeat-y top center;
}

div.center_box {
	background: transparent url( /img/bg_menu.gif ) repeat-x bottom left;
    width: 980px;
    margin: 0 auto;   
    position: relative;
}

div#header {
  background: transparent url( /img/bg_body.gif ) repeat-x top left;
}

div#header div.center_box {
	height: 120px;	
}

div#header h1 {
	position: absolute;
	top: 50px;
	left: 0;
}

div#header h1 a {
	border: 1px solid #b8dbfe;
	border-style: none none solid none;	
}

div#header h1 a:hover {
	border: 1px solid white;
	border-style: none none solid none;		
}

/*

ul#navigation {
    position: absolute;
    left: 0;
    bottom: 0;
}   

ul#navigation li {
    float: left;
    margin-right: 1px;   
}

ul#navigation li a {
	float: left;
	padding: 8px 15px;
	background: white url(images/blogback.jpg) bottom left no-repeat;
}

ul#navigation li.current a {
	background: white;	
}

*/

ul#navigation {

  position: absolute;
  left: 0;
  bottom: 0;

	height: 35px;
	padding: 0;
  margin: 0; /* 0 0 -6px; */
	float: left;
	list-style-type: none;
}

ul#navigation li {

	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active {

	height: 35px;
	he\ight: 25px;
	padding: 10px 10px 0px 10px;
	margin: 0;
	font: bold 12px Arial, Verdana, Sans-Serif; color: #ffffff;
  border-right: 1px solid #000;
	float: left;

	text-decoration: none;
}

#navigation li a:hover, #navigation li a:visited:hover, #navigation li a:active:hover {

  background-color: #000;
	text-decoration: none;
}

#navigation #active a {

  background-color: #000;
}


div#main_container {
	margin: 15px 0 0 0;
    width: 663px; 
    float: left;
}

div#sidebar_container {
    display: inline;
    width: 300px;
    float: left;
    margin: 27px 0 20px 15px;
}
    
p.site_info {
    padding: 3px 3px 3px 22px;   
}

ul#activity_list {
	float: left;	
}

ul#activity_list li.item {
    width: 211px;
    margin: 0 15px 15px 0;
    float: left;
    overflow: hidden;
}

div.item_inner {
	border: 1px solid #CCC;	
    height: 250px;
    overflow: hidden;
    position: relative;
}

ul#activity_list li.item.last {
	margin-right: 0;	
}

li.item img, div#single_container img {
    display: block;
}

ul.item_tag_list li {
    display: inline;   
}

div.clear {
	clear: both;	
}

p#breadcrumb, p#pagination {
    margin-bottom: 15px; 
    padding: 3px;  
    border: 1px solid #CCC;
    border-style: dotted none;
}

p#pagination {
	padding: 10px 0;	
}

div#sidebar_container h3 {
    border: 1px solid #CCC;
    border-style: none none solid none;
    margin: 10px 0 5px 0;   
}

div#sidebar_container ul {
    list-style-type: none;
}

div#sidebar_container ul li {
    list-style-type: none;
}

ul.tag_list li {
    display: inline;
    margin: 0 5px 0 0;   
}

div#comments_container {
    border: 1px solid #EEE;
    border-style: solid none none none;
    padding: 10px 0;
    margin-top: 20px;   
}

div.ad_container img {
	display: block;	
}

div.ad_container.bottom { 
	margin: 15px 0;
}

form#search_form {
	margin: 8px 0 0 0;	
}

form#mailing_list {
    margin-top: 15px;
    background: white url(images/mailinglist.gif) 0 0 no-repeat;
    border: 1px solid #CCC;
}

form#mailing_list p {
    padding: 70px 10px 10px 10px;   
}

input.text_input {
    background: #FFFFCC;
    border: 1px solid #CCC;
    width: 180px;   
}

input.text_input:focus {
    background: #FFF;
}

input.button {
    border: 1px solid #CCC;
}

h1#explanation {
	background: #939393 url( /img/bg_menu.gif ) repeat-x bottom left;
    padding: 10px;
    margin: 15px 0;
	font-family: Arial, sans-serif;	
}

p.sidebar_small_banner img {
    display: block;
    margin-bottom: 10px;
}

div#footer {
	  background: #939393 url( /img/bg_menu.gif ) repeat-x bottom left;
    clear: both;
		width: 972px;
		margin: 10px auto 0 auto;
}

div#footer {
    padding: 8px;
    position: relative;
}

div#footer a {
	color: #000;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

a#credits {
    position: absolute;
    right: 10px;
    top: 6px;
}

div#single_header {
	padding: 10px 0 15px 0;	
}

div#single_content p, div#single_container object, div#single_container img, div#single_container ul, div#single_container ol {
	margin-bottom: 15px;	
}

div#single_content blockquote {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #AEAEAE;
}

div#single_container img {
	border: 1px solid #CCC;
	padding: 5px;	
}

div#single_container h3, div#single_container h4, div#single_container h5 {
	border: 1px solid #CCC;
	border-style: none none dotted none;	
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-top: 25px;
}

p#original_permalink span {
	background: #FFFFCC;	
}

p#original_permalink {
	padding-top: 25px;
}

div.activity_list_inner img {
	float: left;
	margin-right: 10px;	
}

li.activity_item {
	clear: both;	
}


/* Per-Domain Styling
---------------------------------------------------------------------------------------- */

/* Säädön syrjässä */

h3.blog_ss {
	background: transparent url(/images/bg_ss.png) top left no-repeat;
    padding: 2px 5px 2px 10px;
}

h3.blog_ss a {
  color: #FFF;
  text-decoration: none;
}

h3.blog_ss a:hover {

  color: #CCC;
}

p.blog_ss {
    padding: 10px;
}

/* Standup */

h3.blog_standup {
	background-color: #000;
    padding: 2px 5px 2px 10px;
}

h3.blog_standup a {
  color: #FFF;
  text-decoration: none;
}

h3.blog_standup a:hover {

  color: #CCC;
}

p.blog_standup {
    padding: 10px;
}

/* Leiskan takana */

h3.blog_lt {
	background: transparent url(/images/bg_lt.png) top left no-repeat;
    padding: 2px 5px 2px 10px;
}

h3.blog_lt a {
  color: #FFF;
  text-decoration: none;
}

h3.blog_lt a:hover {

  color: #CCC;
}

p.blog_lt {
  padding: 10px;
}

/* FLICKR - OK */

li.item.flickr_com {
	background: white url(images/logo_flickr.png) center center no-repeat;
}

li.item.flickr_com p.site_info {
}

li.item.flickr_com p.activity_image_text a:hover {
    color: #FFF;
}

/* Mobiiliblogi - OK */

ul#activity_list li.item.totuus_on_tuolla_jossain_net div.item_inner {
    /* Otetaan kehys pois */
	border: 0;
	position: relative;
}

li.item.totuus_on_tuolla_jossain_net {
	background: white url(images/bg_moblog.jpg) center center no-repeat;
}

li.item.totuus_on_tuolla_jossain_net p.site_info {
}

li.item.totuus_on_tuolla_jossain_net p.activity_image_text {
	position: absolute;
	top: auto;
	bottom: 35px;
	margin: 0 23px 0 25px;
	width: 152px;
	background-color: #292929;
}

li.item.totuus_on_tuolla_jossain_net p.activity_image_text a,
li.item.totuus_on_tuolla_jossain_net p.activity_image_text a:visited,
li.item.totuus_on_tuolla_jossain_net p.activity_image_text a:hover {
    color: #FFF;
}

/* JAIKU - OK */

ul#activity_list li.item.jaiku_com div.item_inner {
	background: url(/images/bg_jaiku.png);
    /* Otetaan kehys pois */
	border: 1px solid #FFF;	
}

p.jaiku_user {
	margin: 10px 0 0 10px;	
	padding-bottom: 10px;
	background: transparent url(/images/jaiku_tail.gif) no-repeat bottom center;
}

p.jaiku_user img {
	display: block;
	border: 3px solid #FFF;
}

p.jaiku_title {
	background: white;
	padding: 8px 10px;
	overflow: hidden;	
	background: white;
	border: 0px solid #DDD;
	border-style: none none solid none;
	margin: 0 10px;
}

/* QAIKU */

ul#activity_list li.item.qaiku_com div.item_inner {
	background: url(/images/bg_qaiku.jpg);
    /* Otetaan kehys pois */
	border: 1px solid #FFF;	
}

p.qaiku_user {
	margin: 10px 0 0 10px;	
	padding-bottom: 10px;
	background: transparent url(/images/qaiku_tail.gif) no-repeat bottom center;
}

p.qaiku_user img {
	display: block;
	border: 3px solid #FFF;
}

p.qaiku_title {
	background: white;
	padding: 8px 10px;
	overflow: hidden;	
	background: white;
	border: 0px solid #DDD;
	border-style: none none solid none;
	margin: 0 10px;
}

/* TWITTER (kuten Jaiku, mutta ilman kuvaa) - OK */

ul#activity_list li.item.twitter_com div.item_inner {
	background: url(/images/bg_twitter.png);	
}

p.twitter_user {
	margin: 10px 0 0 10px;	
	padding-bottom: 10px;
	/*background: transparent url(/images/twitter_tail.gif) no-repeat bottom center;*/
}

p.twitter_user img {
	display: block;
	border: 0px solid #999;
}

p.twitter_title {
	background: white;
	padding: 8px 10px;
	overflow: hidden;	
	background: white;
	border: 1px solid #DDD;
	border-style: none none solid none;
	margin: 0 10px;
}

/* Sports Tracker - OK */

ul#activity_list li.item.sportstracker_nokia_com div.item_inner {
	background: white url(/images/logo_nts.png) no-repeat bottom left;
	padding: 0 10px 10px 10px;
	height: 240px;
}

ul#activity_list li.item.sportstracker_nokia_com div.item_inner .nts_content {
    padding: 25px 10px 0 10px;
}

li.item.sportstracker_nokia_com h3 {
	background-color: #000;
    color: #FFF;
	margin: 0 -10px;
	padding: 2px 10px;
}

/* Reader - OK */

ul#activity_list li.item.reader_google_com div.item_inner {
	background: white url(/images/logo_reader.gif) no-repeat bottom center;
}

ul#activity_list li.item.reader_google_com div.item_inner .reader_content {
    padding: 5px;
}

/* Delicious (kuten Reader) - OK */

ul#activity_list li.item.delicious_com div.item_inner {
	background: white url(/images/logo_delicious.gif) no-repeat bottom right;
}

ul#activity_list li.item.delicious_com div.item_inner .delicious_content {
    padding: 5px;
}

/* Muut */

div.inner_container {
	padding: 8px 10px;
}	

p.blog_title, p.blog_cite {
	margin: 15px 0 20px 0;	
}

a.activity_image {
	display: block;
	height: 250px;	
}

p.activity_image_text {
	position: absolute;
	top: 0;	
	padding: 3px 5px;
	background: black;	
}

div.instructions code {
	background: #FFFFCC;	
}


/* IE Fixes
---------------------------------------------------------------------------------------- */

body {
  word-wrap: break-word;
}


/* 3rd Party
---------------------------------------------------------------------------------------- */

.feed_list .feed .title, .norepeat {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

.feed_list .feed {
	margin: 5px 0 10px 0;
}

