/* 
.....................................................................................
	CLASSES 
	custom style formatting
.....................................................................................
*/

A:link  { 
color: #F05027; 
text-decoration: none; 
font-weight: bold;
}

A:hover  { 
color: #F05027; 
text-decoration: underline; 
font-weight: bold; 
}

A:visited  { 
color: #F05027; 
text-decoration: none; 
font-weight: bold; 
}

A.archive  { 
color: #A0AF59; 
font-weight: bold;
text-decoration: none; 
}

A.archive:link  { 
color: #A0AF59; 
font-weight: bold;
text-decoration: none; 
}

A.archive:hover  {
color: #A0AF59; 
font-weight: bold;
text-decoration: underline;
}

.entry { 
font-family: trebuchet ms, verdana, arial, tahoma, sans serif; 
color: #5D4710;  
font-size: 11px; 
line-height:18px; 
text-indent: 0px; 
text-align: left;
}

.title  { 
font-family: georgia, verdana, arial, trebuchet, sans serif;
font-variant: small-caps; 
color: #5D4710;  
font-size: 14px; 
line-height:16px; 
text-indent: 0px; 
text-align: left;
}

.comments { 
font-family: trebuchet ms, verdana, arial, sans serif; 
color: #A0AF59; 
font-size: 10px; 
line-height:12px; 
text-indent: 0px; 
text-align: left;
}

.cc { 
font-family: trebuchet ms, verdana, arial, sans serif; 
color: #F05027; 
font-size: 10px; 
line-height:12px; 
text-indent: 0px; 
text-align: left;
}

.archives { 
font-family: trebuchet ms, verdana, arial, tahoma, sans serif; 
color: #5D4710;  
font-size: 11px; 
line-height:13px; 
text-indent: 0px; 
text-align: left;
}

.flickrimg { 
vertical-align: top; 
margin-top: 5px; 
margin-right: 5px; 
margin-left: 0px; 
margin-bottom: 0px; 
border:0px #FFF solid
}

/* 
.....................................................................................
	DIVS
	site positioning
.....................................................................................
*/

body {
	background-color:#CEE591;
	background-image: url(http://www.maganda.org/is/bg_fallstripes.gif);	
	padding: 0;
	margin: 20px;
    font: 70% Verdana, Arial, sans-serif;
    line-height: 1.8em;
	color:#333;
	text-align: center;
	/* part 1 of 2 centering hack */
}
