/* Sweetcron Mugboxy CSS (custom stripped down boxy theme for main site) - 06/17/2009 */

/* Typography */

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	color: #000;
}	

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
     color: #369;
}


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

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

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

p.activity_image_text a, p#pagination, div#single_header, div#single_container strong, div#main_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, div.item_inner a, ul#navigation li a {
    text-decoration: none;   	
}

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

div#single_header h2 {
	font-size: 22px;
	line-height: 24px;	
}

/* Header */

#header { 
height: 64px;
margin-bottom: 16px;
background: url('images/tofulogo.gif') 0 12px no-repeat;
}

#header h1 {
padding: 32px 0 0 52px;
font-family: "Scala Sans", ScalaSans, "Lucida Grande", "Lucida Sans", Verdana, Helvetica, sans-serif;
font-weight: normal;
text-transform: uppercase;
font-size: 28px;
line-height: 16px;
letter-spacing: 1px;
}

#header h1 a {
	text-transform: none;
}

/* Navigation */

#navigation {
background-color: #000;
height: 32px;
width: 100%;
}   

#navigation ul {
width: 940px;
margin: 0 auto;
}

#navigation ul li {
float: left;
text-align: center;
width: 14%;
height: 32px;
border-right: solid 1px #fff;
font-size: 14px;
}

#navigation ul li a {
color: #fff;
display: block;
padding: 9px 0;
}

#navigation ul li a:hover, #navigation ul li.current a:hover {
background-color: #369;
color: #fff;
height: 14px; /* not sure why this is needed? */
}

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


/* Activity List */

ul#activity_list {
     float: left;	
}

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

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

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

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

/* Tag List */

ul.tag_list li {
    float: left;
}

.tag_list li a {
background: #000;
color: #fff;
line-height: 24px;
padding: 4px;
margin-right: 3px;
}

.tag_list li a:hover {
background: #369;
}

ul.item_tag_list li {
display: inline;
font-weight: normal;
}

/* Pagination */

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

p#pagination {
    padding: 10px 0;	
}


/* Sidebar */

div#sidebar h3 {
	border-bottom: 1px solid #000;
	margin: 16px 0 8px 0;
	clear: both;
}

div#sidebar div.aboutme h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	border-style: none;
	margin: 0 0 16px 0;
}

div#sidebar p {
margin-bottom: 16px;
}

.aboutme p {
	font-size: 13px;
	line-height: 16px;
}

input.text_input {
    width: 160px;   
}


/* Main Column Text Formatting */

div#main_container h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px; /* -1px for the border */
	color: #000;
}

div#main_container h3, div#main_container h4, div#main_container h5 {
	border-bottom: 1px dotted #000;
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-top: 24px;
}

div#main_container p {
	font-size: 12px;
	margin-bottom: 16px;
}

div#main_container img {
	border: 1px solid #000;
	padding: 4px;
}

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: 16px;	
}

p#original_permalink span {
	background: #000;	
}

p#original_permalink span a {
	color: #fff;
}

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

li.activity_item {
	clear: both;	
}

/* Footer */

html, body, #wrapper {height: 100%;}

body > #wrapper { height: auto; min-height: 100%; }

/* must be same height as the footer */
#content { overflow: auto; padding-bottom: 64px; } 

#footer {
    position: relative;
    margin-top: -64px; /* negative value of footer height */
    height: 64px;
    clear: both;
	background: #000;
	color: #fff;
	height: 64px;
	width: 100%;
} 

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
    content: "";
    height:100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J */
}

div#footer p {
	text-align: center;
	padding-top: 16px;
}

div#footer a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

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

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

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

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

/* Misc */

.gray {
color: #736F6E;
}

.regular {
font-weight: normal;
text-transform: uppercase;
}

div.instructions code {
	background: #000;	
}

div.clear {
    clear: both;
}

.thumbnails img {
float: left; 
margin: 0 16px 16px 0;
}

#single_container h2, #sidebar h2 {
font-size: 12px;
border-bottom: solid 1px #000;
margin-bottom: 16px;
clear: both;
text-transform: uppercase;
letter-spacing: 1px;
}