/* 
	simple theme - basic styles
*/





#menu{
	background: url('../images/bg/menu.gif') top left repeat-x;
}

#menu li a:link,
#menu li a:visited{
	background:url('../images/bg/menu_item_left.gif') top left no-repeat;
}

#menu li a:link span,
#menu li a:visited span{
	background:url('../images/bg/menu_item_right.gif') top right no-repeat;
}

#menu li a:hover,
#menu li a:active, 
#menu li a.over,
#menu li a.selected:link,
#menu li a.selected:visited{
	background:url('../images/bg/menu_item_selected_left.gif') top left no-repeat;
}

#menu li a:hover span,
#menu li a:active span,
#menu li a.over span,
#menu li a.selected:link span,
#menu li a.selected:visited span{
	background:url('../images/bg/menu_item_selected_right.gif') top right no-repeat;
}


/* Generic Font styles */

h1{
	font-size: 21px;
}

h2{

}

h3{

}

h4{

}

a:link,
a:visited{
	text-decoration:none;
}

a:hover,
a:active,
a.over,
a.selected:link,
a.selected:visited{
	text-decoration: underline;
}

/* Footer */
#footer{	
	
}

#legitify{
	background:url('../images/powered_by_studio.gif') top center no-repeat;
}



/*-------------Blog Elements ------------*/


.post{
	padding:5px 0 15px 0;
	background:url('../images/post_spacer.gif') bottom center no-repeat;
	
}

.archive .post{
	background:transparent;
}

.blog .date{
	font-size: 12px;
	color: #333;
}

.post h1 a:link,
.post h1 a:visited{ 
	font-size:27px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:8px 0;
	color:#222;
}

.post .body{
	font-size:12px;
	line-height:20px;
}








































