/* CSS Document */

body {
background-image:url(../images/cardboard_background.png);
background-position:top;
background-repeat:repeat;
background-color:#EAECEE;
font-family:Helvetica, sans-serif;
color:#333333;
}

a {
text-decoration:none;
font-weight:bold;
color:#000000;
}

# container {
width:900px;
}

#left { 
width: 210px; 
margin: 10px; 
float: left; 
font-size: 12px; 
} 

#left img {
/*	border-width: thick;
	border: 5px solid #FF6600; */
	margin-bottom: 10px;
}

#header { 
margin: 10px, 0, 10px, 0;
}

#header p { 
font-size: 24px; 
line-height: 28px;
margin-top: 10px;
}

#main { 
margin-left: 240px;
width:650px;
margin-top:10px;
padding-top:10px;
}

#right { 
margin: 10px, 0, 10px, 0;
}

#right p { 
font-size: 18px; 
line-height: 22px;
margin-top: 0px;
}

#footer {
text-align:center;
margin: 10px, 0, 10px, 0;
}



#tumblr-badge a {
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

#tumblr-badge p {
	font-size: 12px;
	text-decoration:none;
	color:#333333;
}

.tumblr {
        list-style: none;
        width: 400px;
		font-size: 10px;
        margin-bottom: 1em;
        padding: 5px;
		border-width: thick;
		border: 5px solid #FF6600;
		background-color:#8BCDDB
}
		
.tumblr li {
        margin-bottom: 1em;
		font-size: 10px;
}
.tumblr p {
        margin: 0;
		font-size: 10px;
}
.tumblr img {
        display: block;
}
.tumblr em {
        display: block;
        margin-top: 0.2em;
		font-size: 10px;
}
.tumblr .tumblr-post-date{
        display: block;
        font-size: 9px;
        margin-top: 0.5em;
		color:333333;
}