body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
	background-color: #333333;
}
a{
	color: #333;
	}
a:hover{
	color: #00C;
	}
td{
	font-size: 1em;
	}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;

}
.litext{
		margin-bottom: 10px;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.tiny-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.headerred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #4A4AB6;
	font-style: italic;
	font-weight: normal;
}
.parapuple {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4A4AB6;
	font-style: italic;
	font-weight: bold;
}
.headerblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #333;
	font-style: italic;
}
.leftline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #900;
}
.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(assets/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}


[if IE]>
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}

/* Begin Blog Style Info */

.sidebar{
	background: #333 url(assets/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto; /* Vertical (top/bottom) padding for each menu link */
	padding-right: 10px;
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: -10;
}
.box {
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #000;
}
.boxbrown {
	background-color: #F6F2E7;
	border: 1px solid #000;
}


.widgettitle{
	font-size: 12px "Lucida Grande", "Trebuchet MS", Verdana;
}

.widget{
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana;
}

h2.postTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #333;
	font-style: italic;;
}
.tinybase {
	font-size: 9px;
}
.barback {
	background-image: url(assets/barback.gif);
	background-repeat: repeat-y;
}

