/* Sweetcron Boxy CSS - 08/09/2008

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

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

* {
	margin: 0;
	padding: 0;
}

/* now I'm working with a clean slate! */


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

body {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #623C25;
	line-height: 1.7em;
	background-color: #623C25; 
}	

#activity_list .item .item_inner {
	font-family: Arial, Helvetica, sans serif;	
}

h1 {
    font-size: 28px;   
}

a {
	color: #FF0055;
}

a:hover {
	color: #FF0055;
	text-decoration: none;
}

div#aboutme h3 {
	color: #333;	
}

ul#navigation li.current a, ul#navigation li a {
	color: #fff!Important;	
}

#activity_list .item p.date, p.original_link a, p.activity_image_text span, p.site_info a, div#aboutme, p.blog_cite, div#single_header p, ul#navigation li a, p.osf_recipe {
	color: #623C25;	
}
/* item header */
p.vimeo_title a, .item.digg_com .item_inner a, .item.stumbleupon_com .item_inner a, #activity_list .item.youtube_com .item_inner a, .item.delicious_com .item_inner a,  p.osf_recipe a, div#header h1 a {
	color: #623C25;	
	font-weight: bold;
}

.item.barefoot.ikenta.com .item_inner a {
color: black;
}
#activity_list .item.youtube_com .item_inner {
	color: #623C25;	
}

.item.digg_com .item_inner {
	color: #7698b7;
}

.item.stumbleupon_com .item_inner {
	color: #4f74ab;
}

.item.delicious_com .item_inner {
	color: #dadada;
}		

.item.barefoot.ikenta.com .item_inner {
	color: #ffffff;
font-size: 14px;
}		

.item.google_com .item_inner, .item.google_com .item_inner a {
color: #2237ca;
}

/* selected item big box */ 
#main_container #activity_list .selected_item {
	width: 642px;
	padding: 1em;
	background-color: white;	
}

div#explanation {
    color: #ffffff;
}

div#explanation strong {
    color: #ffffff;

}

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

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

p#pagination, div#single_container h3, div#single_container h4, div#single_container h5 {
	font-size: 20px;
}	
 #activity_list .item.barefoot.ikenta.com .item_inner {
font-size: 16px;
}
div#single_container h2 {
	font-size: 25px;	
}

#activity_list .item p.date {
	font-size: 10px;
	padding-left: 10px;	
}

p.blog_cite, p.site_info, p.date, p.original_link, p.activity_image_text, div#aboutme, div#footer, #activity_list .item.youtube_com .item_inner, p.osf_recipe span {
    font-size: 10px;   
}

p.activity_image_text a, p.twitter_tweet, p.last_song, #activity_list .item.barefoot.ikenta.com .item_inner, p.vimeo_title, .item.digg_com .item_inner a, .item.stumbleupon_com .item_inner a, .item.delicious_com .item_inner a, .item.google_com .item_inner a, .item.barefoot.ikenta.com .item_inner a, div#explanation strong, p#pagination, #activity_list .item.youtube_com .item_inner a, div#single_header, div#single_container strong, ul.item_tag_list, ul#navigation li, p.osf_recipe, div.instructions strong {
	font-weight: bold;
}

p.last_song a{
color: black;
text-decoration: none;
}

p.last_song a:hover{
text-decoration: underline;
}

#activity_list .item.barefoot.ikenta.com .item_inner p.blog_cite {
	font-weight: normal;	
}

p.blog_title a, p.original_link a, p.activity_image_text a, p.site_info a, p.vimeo_title a, .item.digg_com .item_inner a, .item.stumbleupon_com .item_inner a, .item.delicious_com .item_inner a, .item.google_com .item_inner a, .item.barefoot.ikenta.com .item_inner a, #activity_list .item.youtube_com .item_inner a, ul#navigation li a, p.osf_recipe a, div#header h1 a {
    text-decoration: none;   	
}

p.blog_title a:hover, p.original_link a:hover, p.activity_image_text a:hover, .item.delicious_com .item_inner a:hover, .item.google_com .item_inner a:hover, .item.barefoot.ikenta.com .item_inner a:hover, .item.digg_com .item_inner a:hover, .item.digg_com .item_inner a:hover {
	text-decoration: underline;	
}

p.vimeo_title, #activity_list .item.youtube_com .item_inner, #activity_list .item.barefoot.ikenta.com .item_inner {
	/*text-align: center;	*/
}

div#single_header h2 {
	line-height: 1.1em;	
	font-size: 36px;
	font-weight: normal;
	color:#623C25;
}

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

p.twitter_tweet, p.last_song, div#aboutme, #activity_list .item.youtube_com .item_inner {
	line-height: 1.6em;	
}


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


div.center_box {
    margin: 0 auto;   
}

div#header {
	height: 95px;
	clear: both;
}

div#header h1 {
	text-indent: -10000px;
	height: 95px;
	width: 200px;
	z-index: 1;
	background: top left no-repeat transparent url(images/logo.png);
	float: left;
}

ul#navigation {
	list-style: none;
	float: left;
	margin: 30px 3em;
	width: 400px;
}    

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

ul#navigation li a {
	float: left;
	padding: 8px 8px 1px 8px;
}

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

ul#navigation li a.linkhome {
	color: #CE9C6A !Important;
	font-size: 12px;
	line-height: 250%;
}

ul#navigation li.current a.linkhome {
	background:  #623C25;	
	color: #623C25!Important;
	font-size: 10px;
	display: none;
}

ul#RSS {
	list-style: none;
}

ul#RSS li {
    /*float: left;
    margin-right: 1px;   */
}

ul#RSS li a {
	/*float: left;*/
	padding: 8px 8px 1px 8px;
	text-decoration: none;
}

.navigation2 {
	float:left;
}

.navigation2 #RSS {
	margin-top: 10px;
}

.navigation2 .searchbox {
	margin-top: 10px;
}

ul#navigation2 {
    position: absolute;
    right: 0;
    bottom: 0;
}   

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

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

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




div#main_container {
	margin: 15px 0 0 ;
}

p.site_info {
    padding: 3px 3px 3px 22px;   
}

#activity_list {
	float: left;	
}

#activity_list .item {
    width: 211px;
    margin: 8px;
    float: left;
    overflow: hidden;
    background-color: white;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
}
.stiky-items {
	float: left;
	width: 215px;
	margin: 0 8px;
	padding: 0;
}
.stiky-items p { padding: 3px .5em; }

.item_inner {
	border-top: 1px solid #623C25;
	border-bottom: 1px solid #623C25;	
    height: 280px;
    overflow: hidden;
    position: relative;
}

div.about {
	height: 329px;	
}

div.about .item_inner {	
	padding: 10px;
}

div.ads {
	height: 329px;
}

div.ads .item_inner {
	padding-left: 5px;	
	padding-top: 5px;
}

div.tagcloud {
	height: 329px;
}

div.tagcloud .item_inner {
	padding: 10px;
}

div.about .item_inner, div.ads .item_inner, div.tagcloud .item_inner {
	border-top: 0;
	border-bottom: 0;	
}

a.thumbnail {
	display: block;
	width: 211px;
	height: 158px;
	overflow: hidden;
}
 .icon  {
	background: 50% 50% no-repeat transparent url(images/youtubeplay.png) ; 
	display: block;
	width: 211px;
	height: 158px;
	border: 1px solid transparent;
	padding: 0;
	float: left;
	opacity: .8;
	margin: -158px 0 0 0;
}
a.thumbnail img {
	width: 211px;
}



div.about p.site_info, div.ads p.site_info, div.tagcloud p.site_info {
	display: none;	
}

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

.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: 0px; 
    padding: 3px;
    padding-left: 10px;  
    border: 1px solid #CE9C6A;
    border-style: solid none;
    color:#CE9C6A;
}

p#pagination {
	padding: 10px;	
}

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

div#sidebar_container div#aboutme_blurb h3 {
	margin-top: 0;	
	border: 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: #CE9C6A;
    width: 180px; 
    border: none;
    padding: 3px 5px;  
    color:#623C25;
}
div#explanation {
    background: #99cccc;
    padding: 10px ;
    margin: 0 0;
}

div#aboutme_blurb {
    width: 180px;
    border: 1px solid #EEE;
    border-style: none solid none none;
    padding: 0 15px 0 0;
    float: left;
    margin-right: 15px;
}

div#aboutme ul {
    list-style-type: disc;
}

div#aboutme ul li {
    padding-bottom: 5px;
}

div#aboutme h3, div#aboutme ul, div#aboutme p {
    margin-left: 20px;
}

div#aboutme h3 {
    margin-bottom: 5px;
}

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

div#footer {
    clear: both;
}

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

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

div#single_header {
	margin: 24px 0;	
	width: 80%;
}

div#single_content {
	width: 80%;
	margin-bottom: 24px;
}

div#single_content p {
	font-size: 12px;
	line-height: 18px;
}

div#single_content p, div#single_container object, div#single_container img, div#single_container ul, div#single_container ol {

}

div#single_container img {

}

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 {
}

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

.activity_item {
	clear: both;	
}

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

.item.flickr_com {
	/*background: white url(images/flickrlogo.gif) center center no-repeat;*/
}

.item.flickr_com p.site_info {
	/*background: blue;	*/
}

.item.vimeo_com .item_inner {
	/*background: #80ceff url(images/vimeoback.jpg) bottom center no-repeat;*/
}

.item.vimeo_com .item_inner object {
	/*border: 1px solid white;
	border-style: none none solid none;	*/
}

#activity_list .item.twitter_com .item_inner {

}

#activity_list .item.jamazon_co_uk .item_inner {
      /*  background: #b25036 url(images/last_back.png) bottom right no-repeat;*/
}

p.vimeo_title a {
	border: 1px solid #a7dafa;
	border-style: none none solid none;	
}

p.vimeo_title a:hover {
	border: 1px solid white;
	border-style: none none solid none;
}

.twitter_user {
	margin: 10px 0 0 10px;	
	padding-bottom: 10px;

}

p.last_love {
	margin: 10px 0 0 10px;	
	padding-bottom: 10px;

}

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

p.last_love img {
	display: block;
	border: 0px ;
}

p.twitter_tweet {
	padding: 8px 12px;
	/*overflow: hidden;	
	border: 1px solid #DDD;
	border-style: none none solid none;
	margin: 0 10px;*/
	font-weight: normal;
	font-size: 18px;
	color: #623C25;
}

p.last_song {
	background: #b25036;
	padding: 8px 12px;
	overflow: hidden;	
	background: #b25036 url(images/twitterdither.gif) bottom left repeat-x;
	border: 1px solid #DDD;
	border-style: none none solid none;
	margin: 0 10px;
}

#activity_list .item.digg_com .item_inner {
	background: #1b5790 url(images/diggback.gif) bottom right no-repeat;	
}

#activity_list .item.stumbleupon_com .item_inner {
	background: #4f74ab url(images/stumbleuponback.gif) bottom right no-repeat;	
}

#activity_list .item.delicious_com .item_inner {
	background: #5d88d6 url(images/deliciousback.gif) bottom right no-repeat;	
}

#activity_list .item.google_com .item_inner {
	background: #eaeffd url(images/googleback.gif) bottom right no-repeat;	
}

#activity_list .item.barefoot.ikenta.com .item_inner {
	background: #7094b8 url(images/blogsback.gif) bottom right no-repeat;	
}


.item.delicious_com .item_inner a {
	border: 1px solid #7094b8;
	border-style: none none dotted none;
	display: block;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.item.barefoot.ikenta.com .item_inner a {
	border: 1px solid #7094b8;
	border-style: none none dotted none;
	display: block;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.item.google_com .item_inner a {
	border: 1px solid #2238ce;
	border-style: none none dotted none;
	display: block;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.item.digg_com .item_inner a {
	border: 1px solid #6688d4;
	border-style: none none dotted none;
	display: block;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.item.stumbleupon_com .item_inner a {
	border: 1px solid #6688d4;
	border-style: none none dotted none;
	display: block;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}




div.speech_tail {
    height: 10px;
    background: transparent url(images/speech_tail.gif) 13px 0 no-repeat;
}
/*

span.type_label.blog {
   background: transparent url(images/blog_label.gif) 0 0;
}

span.type_label.photo {
    background: transparent url(images/photo_label.gif) 0 0;
}

span.type_label.video {
    background: transparent url(images/video_label.gif) 0 0;
}

span.type_label.audio {
    background: transparent url(images/audio_label.gif) 0 0;
}

span.type_label.regular {
    background: transparent url(images/regular_label.gif) 0 0;
}

span.type_label.quote {
    background: transparent url(images/quote_label.gif) 0 0;
}

span.type_label.link {
    background: transparent url(images/link_label.gif) 0 0;
}
*/
div.inner_container {
	padding: 8px 10px;
}	

#activity_list .item.youtube_com .item_inner {
	background: #FFF;
}

#activity_list .item.youtube_com .item_inner object {
	border: 1px solid white;
	border-style: none none solid none;	
	margin-bottom: 7px;
}

#activity_list .item.youtube_com .item_inner p {
	padding: 0 10px;
		padding-top: 10px;
}

#activity_list .item.youtube_com .item_inner p a {
	font-size: 12px;
	
}

#activity_list .item.youtube_com .item_inner a:hover {
	
}


#activity_list .item.delicious_com .item_inner {
	background: #5d88d6 url(images/deliciousback.gif) bottom left no-repeat;
}
#activity_list .item.barefoot.ikenta.com .item_inner {
	background: #99cccc url(images/blogsback.gif) bottom left no-repeat;
}

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

}
span.type_label {
    display: block;
    height: 48px;
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#activity_list .item.barefoot.ikenta.com .item_inner img {
	display: inline;	
}

.item.opensourcefood_com img {
	position: absolute;	
	bottom: 0;
	right: 0;
	z-index: 0;
}

div.osf_fold a {
    height: 250px;
    width: 211px;
	background: transparent url(images/osfback.png) bottom right no-repeat;
	z-index: 1000;
	position: absolute;	
}

p.osf_recipe {
	position: absolute;
	z-index: 1001;
	top: 10px;
	left: 10px;	
	width: 190px;
}

p.osf_recipe a {
	border: 1px solid #333;
	border-style: none none solid none;
}

p.osf_recipe a:hover {
	border: 1px solid white;
	border-style: none none solid none;
}

p.osf_recipe span {
	margin-top: 3px;
	display: block;	
	width: 180px;
}

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

p.activity_image_text {
	padding: 6px 10px;
	font-size: 12px;
}

p.activity_image_text a {
	color: #623C25;
}

div.instructions code {
	background: #FFFFCC;	
}

ul.tag_list li {
        display: inline;
        margin-right: 3px;
        padding: 3px; text-decoration: none;
     }
ul.tag_list li :link  { color: #FF0055; text; text-decoration: none;}
ul.tag_list li :visited { color: #FF0055; text-decoration: none; }
ul.tag_list li :hover { color: #FF0055; text-decoration: underline;  }
ul.tag_list li :active { color: #FF0055; text-decoration: underline; } 

/* IE Fixes (lulz)
---------------------------------------------------------------------------------------- */

body {
	word-wrap: break-word;	
}


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


.full-text {
	background-color: white;
}
.close-button {
	float: right;
	position: relative;
	top: -40px;
}

/* Popup
---------------------------------------------------------------------------------------- */

.single {
	padding: 15px;
	background: white;
}

.single-post {
	padding: 15px;
	background: white;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
}

.single .item_tag_list {
	font-weight: normal;
	font-size: 11px;
	color: #666;	
	margin-top: 10px;
}

span.date {
	font-weight: normal;
	font-size: 11px;
	color: #666;	
}

.single #original_permalink {
	font-weight: normal;
	font-size: 11px;
	color: #666;	
	margin-top: 10px;
}

div.over{
	/*height:600px;
	width: 379px;
	position:absolute;
	top:0pt;
	left:0pt;*/
	background:url(images/bg.gif) no-repeat top left;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity:0.50
}
