/* Sweetcron Sandbox CSS - 28/08/08

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
	3rd Party
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}


/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-size: 62.5%;
	color: #333;
	font-family: 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
}	

#header #logo {
	padding: 70px 0 5px 0;
	background: url(/public/images/logo.gif) top center no-repeat;
	text-align: center;
}
#header #logo a {
	font-family: 'Yanone Kaffeesatz';
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 3em;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	display: block;
}


#footer #logo {
	position: absolute;
	top: 36px;
	left: 50px;
	
}
#footer #logo a {
	font-size: 1.7em;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	display: block;
}

#footer #navigation {
	position: absolute;
	top: 55px;
	left: 47px;
}
	
/* Positioning
---------------------------------------------------------------------------------------- */

body {
	background: #333;
}


#header {
	padding: 20px;
	border-bottom: 7px solid #8a8a8a;
}
#footer {
	background: url(/public/images/logo_mini.gif) 0px 25px no-repeat;
	width: 655px;
	margin: 0 auto;
	padding: 25px 10px 15px 0;
	position: relative;
	height: 59px;
}

#navigation {
	color: #fff;
	font: 1em Tahoma, Geneva, Verdana, sans-serif;
}
#header #navigation {
	text-align: center;
}



#footer #search_form {
	margin-top: 8px;
 	width: 130px;
 	float: right;
}
#footer #search_form input {
	width: 126px;
	padding: 2px;
	background-color: #444;
	border: 1px solid #555;
	color: #fff;
}


a {
	color: #009cff;
	text-decoration: none;
}


ul#navigation li {
    display: inline;
    margin: 3px;
}
ul#navigation li.current {
	border-bottom: 1px solid;
	border-color: #555;
}

div#sidebar_container {
    background: #F8F8F8;
    border: 1px solid #EEE;
    margin: 20px 0 0 0;
    padding: 10px;
}
    
p.site_info {
    padding-left: 20px;   
}

.item {
	padding-top: 30px;
    border-bottom: 1px solid #fff;
    position: relative;
    min-height: 50px;
}
.item:first-child {
	padding-top: 40px;
}

.item img, div#single_container img {
    border: 1px solid #999;
    padding: 4px;
    margin: 5px 0;
    background-color: #fff; 
}


p#breadcrumb {
    background: #FFFFCC;
    margin-bottom: 20px; 
    padding: 3px;  
}

#pagination {
    padding: 10px;
    background-color: #999;
    color: #fff;
}
#pagination p {
	font: 1.3em/1.05em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
	width: 650px;
	margin: 0 auto;
	letter-spacing: 3px;
}
#pagination a {
	color: #333;
}








.google_com_au, .delicious_com {
	background-color: #fff; /*#e7e7e7;*/
}


.google_com_au blockquote.me {
	position: absolute;
	top: 5px;
	left: -180px;
	width: 150px;
	font-size: .85em;
	font-style: italic;
	margin-bottom: 20px;
}
.google_com_au blockquote.me:first-line {
	padding: 20px;
	text-indent: 20px;
}
/*
.google_com_au .via {
	position: absolute;
	left: -180px;
	width: 150px;
	font-size: .85em;
}*/
.google_com_au .originalLink {
	color: #009cff;
}

.google_com_au .otherContentWrapper {
	position: relative;
	width: 650px;
	margin: 0 auto;
	font: 1.5em/1.2em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
	min-height: 100px;
}


.google_com_au .otherContentWrapper p {
	margin-bottom: 10px;
}

.twitter_com, .overheard_com {
	background: url(/public/images/post_bg.gif) #fff;
	/*background-color: #efefef; /*#dedede;*/
}

.twitter_com p.twitterPost,
.overheard_com p.overheardPost,
.overheard_com p.overheardAttr, 
.delicious_com p.title, 
.delicious_com p.link, 
.delicious_com p.comment {
	width: 630px;
	padding-right: 20px;
	margin: 0 auto -1px auto;
}

.twitter_com p.twitterPost,
.delicious_com p.title {
	font: 3.3em/1.05em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
}

.delicious_com p.link {
	margin-top: 5px;
	font: 2.2em/1.05em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
}
.delicious_com p.link a {
	word-wrap: break-word;
}

.delicious_com p.comment {
	margin-top: 5px;
	font: italic 2.2em/1.05em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
}

.overheard_com p.overheardPost,
.overheard_com p.overheardAttr {
	color: #bbb;
}
.overheard_com p.overheardPost {
	font: 3em/1.05em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
}
.overheard_com p.overheardAttr {
	font: 1.7em/1em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
	margin-top: 10px;
	padding-left: 40px;
}

.flickr_com {
	background-color: #222;
	padding: 50px 0 0 0;
	text-align: center;
	border-color: #333;
}

.itemFooter {
	width: 650px;
	margin: 15px auto -1px auto;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d2d2d2;
}

.flickr_com .itemFooter{
	margin-top: 65px;
	border-color: #2f2f2f;
}


.itemFooter {
	width: 650px;
	margin: 15px auto -1px auto;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d2d2d2;
}
.date, .via {
	width: 300px;
}

.date {
	float: right;
	text-align: right;
}
.via {
	float: left;
}
.date a, .original_link a, .via a {
	font: 1em Tahoma, Geneva, Verdana, sans-serif;
	text-decoration: none;
	color: #999;
}
.flickr_com .date a {
	color: #444;
}


.clearer {clear: both;}



.about {
	background-color: #e7e7e7;
}
#single_container {
	padding: 50px 0;
	width: 650px;
	margin: 0 auto;
	font: 1.5em/1.2em 'Vollkorn', Georgia, Times, Times New Roman, Palatino, Palatino Linotype, serif;
}

#single_container p {
	margin-bottom: 20px;
}

#single_container h1 {
	font-size: 2em;
	margin-bottom: 30px;
}