* {
	margin: 0;
	padding: 0;
}

body  {
	 
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.6em;
}

/**** GENERAL STYLES ****/

a {
	color: #000;
}

p {
	line-height: 1.5em;
	padding: 4px 0;
}

b,
strong {
	color: #000;
}

i,
em {
	font-family: arial, helvetica;
}

#mainContent ul,
#mainContent ol {
	line-height: 1.5em;margin: 5px 0 5px 50px;
}

#mainContent ul li {
	list-style-image: url(images/b.gif);
}



input,
textarea {
	background: #84B0D3;
	border: none;
	color: #000;
	padding: 4px 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fcb338;
	font-weight: normal;
	line-height: 1.4em;
}

h5,
h6 {
	text-transform: uppercase;
}


h1 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/**** GENERAL LAYOUT ****/

#hor-minimalist-b
{
	font-family: arial, helvetica;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 445px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: black;
	padding: 0px 0px;
	border-bottom: 2px solid black;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #877c7c;
	color: black;
	padding: 0px 0px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: black;
}




#topBackground {
	background: url(images/header.jpg) top center no-repeat;
	margin: 0px auto;
	padding-top: 440px;
	width: 960px;
}

#container { 
	margin: 0 auto; 
	text-align: left; 
	width: 680px;
}

#header h1 {
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -3px;
	padding-left: 24px;
}

#header h2 {
	color: black;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding-right: 70px;
	text-align: right;
}

#header a {
	color: #000;
	text-decoration: none;
}

#miniMenu {
	height: 20px;
	float: right;
	font-size: 10px;
	padding-right: 70px;
	padding-top: 5px;
}

#miniMenu li {
	display: inline;
	margin: 10px 0px;
}

#miniMenu a {
	background: #000;
	color: #FFF;
	padding: 2px 4px;
}

#miniMenu a:hover {
	background: #000;
	color: #fe9008;
}

#sidebar {
	float: right;
	width: 200px;
	padding:  -10px 0 0 20px;
	margin-right: 2px
}

#mainContent { 
	margin: 0 200px 0 10px;
} 

 

.blogHeader h2 a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.blogHeader h2 a:hover {
	color: #000;
}

.blogHeader h3,
.blogHeader h3 a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 2em;
	margin-bottom: 10px;
	text-decoration: none;
}

.blogHeader h3 a:hover,
#footer a:hover {
	text-decoration: underline;
}

 

/**** SIDEBAR STYLES & LAYOUT ****/

#sidebar h3 {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	padding-left: 20px;
}

#sidebar li {
	line-height: 2em;
	font-size: 13px;
}

#sidebar li a {
	color: #fff;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #fe9008;
}

#sidebar li.sbContent h3 {
	margin-top: 0px;
}

#sidebar li.sbContent p {
	border-left: 4px solid #84B0D3;
	color: #FFF;
	font-size: 11px;
	padding: 10px 20px 0 10px;
}

 

.sb1 {
	background: url(images/sidebar1.gif) repeat-y;
	margin-top: -20px;
}

.sb1 li.sbb {
	background: url(images/sidebar_sep1.gif) no-repeat;
	height: 37px;
	margin-left: -20px;
	width: 00px;
}

.sb2 {
	background: url(images/sidebar2.gif) repeat-y;
}

.sb2 li.sbb {
	background: url(images/sidebar_sep2.gif) no-repeat;
	height: 35px;
	margin-left: -20px;
	width: 200px;
}

.sb3 {
	background: #000;
	margin-right: 0;
	margin-bottom: -10px;
}

.sb3 li.sbb {
	background: url(images/sidebar_base.gif) no-repeat;
	height: 16px;
	margin-left: -20px;
	width: 200px;
}

 

#comments h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 2em;
}

 

 

#mainContent #commentList {
	color: #fe9008;
	font-size: 32px;
	list-style: decimal outside;
	margin-left: 360px;
}

 

#footer p {
	color: #000;
	padding: 8px 0 0 0;
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: none;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.clearfloat {
	clear: both;
}
