﻿body
{
	color: #444;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p
{
	padding: 0px 50px 0px 50px;
}
h1
{
	color: #009CFF;
	margin: 0px;
	font-weight: normal;
	font-size: large;
}
h3
{
	padding-top: 3px;
	font-weight: bolder;
	font-size: 16px;
}
a
{
	color: #009CFF;
}
a img
{
	border: none;
}
ul
{
	padding: 0px;
	margin: 0px;
}
li
{
	padding: 0 10px;
	margin: 0px 20px;
}
#divWrap
{
	padding: 0px 5px 0px 0px;
	width: 1000px;
	text-align: left;
	margin: 0px auto 50px auto;
	overflow: auto;
}
#divLeftCol
{
	margin-top: 20px;
	padding: 0px 10px 0px 0px;
	border-left: solid 1px #BBB;
	width: 600px;
	float: left;
}
#divRightCol
{
	text-align: center;
	padding: 20px 10px;
	overflow: auto;
	background: #CCC url('../images/rightColBackground.jpg') left top;
}
.accordian
{
	background: #FFF;
	text-align: left;
	margin-bottom: 10px;
	border: solid 1px #BBB;
	padding: 5px 10px;
}
.accHeader1, .accHeader2, .accHeader3
{
	background: #009CFF;
	color: #FFF;
	font-weight: bold;
	padding: 3px 8px;
	float: left;
	margin-bottom: 5px;
}
.accContent1, .accContent2, .accContent3
{
	height: auto;
}

.errorBlock
{
	display: none;
	padding: 5px;
	background: #DD4444;
	color: White;
}
.errorBlock a
{
	color: White;
}
.dateBubble
{
	background: white url('../images/datebubble.bmp') no-repeat;
	float: left;
	width: 37px;
	height: 33px;
}
.dateBubbleDay
{
	font: bold 18px Arial;
	color: White;
	padding-left: 3px;
}
.dateBubbleMonth
{
	font: bold 9px Arial;
	text-align: right;
	color: #333333;
	margin: 0px 3px -5px 0px;
}
.dropDown
{
	float: right;
	margin-left: 1px;
}
.dropDown .ddMenu
{
	display: none;
}
.dropDown:hover .ddMenu
{
	display: block;
	width: 123px;
}
.dropDown .ddMenu a
{
	display: block;
	padding-bottom: 2px;
	background-color: #222222;
}
.dropDown .ddMenu a:hover
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 0px;
}
#divLinks
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: auto;
}
#divLinks li
{
	padding: 0px 15px 0px 0px;
	background: #222222 url('../images/tabright.gif') no-repeat right bottom;
	margin-right: 1px;
	text-decoration: none;
	overflow: auto;
	float: left;
}
#divLinks li a
{
	display: block;
	float: left;
	color: #999999;
	padding: 3px 0px 3px 15px;
	background: url('../images/tabLeft.gif') no-repeat left bottom;
	text-decoration: none;
	overflow: auto;
}
#divLinks li a input[type="text"]
{
	font-size: 0.8em;
	background: #000;
	color: #FFF;
	border: none;
}
.divBlocks
{
	background: url('../images/navBlue.gif') repeat-x left top;
	padding: 1px 10px 10px 10px;
}
.divBlocks h3, .divBlocks2 h3
{
	display: block;
	padding-bottom: 15px;
}
.divBlocks2
{
	background: url('../images/navBlack.gif') repeat-x left top;
	padding: 1px 10px 10px 10px;
}
.tags
{
	text-decoration: none;
	border-bottom: dotted 1px white;
}
.tagsnw
{
	text-decoration: none;
	border-bottom: dotted 1px white;
	white-space: nowrap;
	margin-right: 20px;
}
.tagsnw:hover, .tags:hover
{
	border-bottom-style: solid;
}
.divAdding
{
	padding: 10px;
	border: solid 1px black;
}
.divAdded
{
	padding: 10px;
	border: solid 1px black;
}
#divComments
{
	padding: 0px 30px 0px 30px;
}
#divTagCloud h1, #divTagCloud h2, #divTagCloud h3, #divTagCloud h4, #divTagCloud h5, #divTagCloud h6
{
	display: inline;
	font-weight: normal;
	margin: 0px;
}
#divTagCloud h1
{
	font-size: 0.7em;
}
#divTagCloud h2
{
	font-size: 1em;
}
#divTagCloud h3
{
	font-size: 1.3em;
}
#divTagCloud h4
{
	font-size: 1.6em;
}
#divTagCloud h5
{
	font-size: 1.9em;
}
#divTagCloud h6
{
	font-size: 2.2em;
}
#linkSearch, #linkMain
{
	padding: 10px 0px 0px 15px;
}
.accSlider
{
	text-align: left;
	border: solid 1px #CCC;
	padding: 2px;
	margin-bottom: 10px;
}
.accSlider .Header
{
	background: #333;
	border-bottom: solid 1px #BBB;
	padding: 5px 5px 5px 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
	display: block;
}
.accSlider .Body
{
	display: none;
	background: #FFF;
	padding: 10px 0px;
}
.meta
{
	font-size: 0.9em;
}