/*  =================
    Standardized tags 
    =================  */

a {
	font-weight: bold;
	color: #996600;
}

a:hover {
	background-color: #EFE8D8;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*  ==============
    Custom Classes
	==============  */

.blog {
	font-size: 12px;
	line-height: 20px;
	color:#666666;
}

.blogdate {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 14px;
	margin-top: 0px;
	color: #996633;
	display: block;
}

.blogtitle {
	font-size: 18px;
	line-height: 26px;
	color: #996633;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.subscribe {
	font-size: 12px;
	line-height: 20px;
	color:#666666;
	display: block;
	padding: 5px;
	
	border: 1px dashed #000066;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

/*  ==========================
    Styles defined for Nucleus
	==========================  */

h1,h2,h3,h4,h5,h6
{
	font-size: 18px;
	line-height: 26px;
	color: #996633;
	font-weight: bold;
	display: block;
}

.contentbody {
	font-size: 12px;
	line-height: 20px;
	color:#666666;
}

.hidden {
	display: none;
}

#sidebarcontainer
{
	width: 174px;
	padding: 0;
	border: #CCCCCC 1px solid;
	padding: 2px;
	margin-left: 8px;
}
.sidebar
{
	color: 21262A;

}

.sidebar dl
{
	padding: 0;
	margin: 0;
}
.sidebar dl dt
{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.sidebardl dd:hover
{
	background: #efe8d8;
}
.sidebar a {
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
}
.sidebardl dd {
	background: #fff;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	margin: 1px 0 0 0;
}

.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}
