@charset "UTF-8";
/* CSS Document */



/* Reset*/
html,body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
} 


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END OF RESET*/
/*END OF RESET*/
/*END OF RESET*/

body{
	margin:0;
	background-color:#F3F4E9;
	font-family:Helvetica, Arial,Verdana, sans-serif;	
}
#header,#footer{
	background-color:#36421B;

	padding:10px 10px 10px 25px;
}
#footer{
height:35px;	
}

li{
	text-decoration: none;
}
a{
	color:inherit;
	text-decoration:None;
	border-top:1px dotted grey;	
}

h1 a{
	margin-left:10px;
}
h1{
	color:#ebebeb;
	margin:15px 10px 10px 10px;
	font-size:3.5em;
}
h2{
	margin:5px 10px 5px 10px;
	color:white;
	display:block;
	font-size:1.2em;
}
h3{
	margin:4px 10px 9px 10px;
	color:#36421B;
	padding:4px;
	border-top:inherit;
	font-weight:normal;
}
h3:hover{
	background-color:#D2D3C2;
	/*margin:4px 10px 0px 10px;*/
}
h3:hover{
	font-weight:bold;	
}
#wrapper{
	padding:15px;
	margin:10px auto;
		
}
#row{
width:1000px;	
	margin:10px 0px 0px 0px;
}
#feeds{
	margin:20px auto;
}
#single_post{
	float:left;
	width:610px;
	margin:10px 0px 0px 10px;
	background-color:#E3E5D1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#single_post img{
	padding:25px 20px 20px 10px;
	max-width:290px;
	max-height:180px;
	float:right;
}

#single_post h1{
	font-size:2em;
	font-weight:bold;
	color:#36421B;
	
}
#single_post p{
	font-style:italic;
	color:#36421B;
}
#single_post p,h1{
	
	padding:10px;
	margin:15px 10px 10px 10px;
}
.shadow{
	-moz-box-shadow: 2px 2px 3px #CBCCC2;
    -webkit-box-shadow: 2px 2px 3px #CBCCC2;
    box-shadow: 2px 2px 3px #AFAFAC;	
}
#feed_wrapper{
	margin:10px 0px 0px 10px;
	
	background-color:#E3E5D1;	
	width:300px;

	float:left;	
}
#feed_wrapper img{
	padding:0px 10px 0px 0px;
	height:16px;
}
#feed_head{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	background-color:#98B83C;	
}
#feed_head{
	padding:5px 10px 5px 10px;
}
.feed_body{
	padding:0px 10px 0px 10px;
}
.feed_body a{
	/*border-top:1px dotted grey;*/
}
.feed_body a:first-child{
	border-top:none;
}
.description {
	padding:7px;
	margin:0px 10px 5px 10px;
	display:none;
	color:black;
	font-style:italic;
	background-color:#F7F7F7;
		-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#feed_footer{
	background-color:#98B83C;
	padding:5px 10px 5px 10px;
}
.update{
	color:#667728;
	float:right;	
}
.today{
	color:white;	
}
.wide{
	width:100%;	
}
.input{
	font-family:Helvetica, Arial,Verdana, sans-serif;
	font-size:1.5em;
	color:#282828;
	margin:5px 0px 15px 0px;
	margin-right:10px;
		-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
label{
	font-size:1.2em;
	color:#535353;
}


.right{
	float:right;
	margin:0px 0px 0px 10px;
}

