 
 
 /* ---------------------------------------------- HTML Elements Styles ---------------------------------------------- */
 
 
 body
 {
	background: #ffffff;
 }
 
 a , a:visited , a:active
 {
	font-size: 14px;
	color: #6699cc;
	text-decoration : none;
}

a:hover
{
	text-decoration: underline;
}
 
hr
{
	border: 0px;
	border-bottom: 1px dashed #999;
}

li
{
	font-family: Verdana;
	padding: 5px;
	font-size: 14px;
	line-height: 2;
}

strong
{
color:#333333;
font-family:Verdana;
font-size:14px;
line-height:2;
padding:0 0 10px;
}

/* ---------------------------------------------- Custom Classes & Divs ---------------------------------------------- */

.tar
{
	text-align: right;
}

.tac
{
	text-align: center;
}

.br
{
	padding: 10px;
}

.bordr
{
	border-right: 1px dashed #999999;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.apr
{
	padding-right: 20px;
}

.apl
{
	padding-left: 20px;
}

.apb
{
	padding-bottom: 20px;
}

.apt
{
	padding-top: 20px;
}

.alh
{
	line-height: 2;
}

.cr
{
	text-align: center;
	margin: 0px auto;
}

.justify
{
	text-align: justify;
	font-size: 12px;
}


/* ------------------------------------------------ Header One Styles ------------------------------------------------ */


.headline
{
	font-family: Georgia;
	margin: 0px;
	padding: 10px 0;	
}

.headline a
{
	font-style: italic;
	font-size: 26px;
}

#description
{
	font-family: Georgia;
	font-size: 10px;
	color: #333333;
}
.menu
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px dashed #999;
	
}

.menu li
{
	display: inline;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
}

.post h1 , h2.widgettitle
{
	font-family: Georgia;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding: 3px 0px;
}

.widgettitle
{
	border-bottom: 1px dashed #999999;
}

.post
{
	margin: 0px 0px 40px 0px;
}

.entry img
{
	border: .05em solid #999;
	margin: 10px 0px;
}

p , .entry p 
{
	font-family: Verdana;
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding: 0px 0px 10px 0px;
}

.feeds p
{
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding: 0px 0px 10px 0px;
}

small
{
	font-family: georgia;
	font-size: 10px;
	color: #666;
	line-height: 2;

}

