
#BlogContent h2{
	margin-bottom:24px;
}

#BlogContent h3 a{
	color:#eeeeee;
	text-decoration:none;
}

#BlogContent p.Details{
	color:#666666;
	border-bottom:solid 1px #444444;
	font-style:italic;
}

#BlogContent p.Details a{
	color:#666666;
	text-decoration:none;
}

.Functions{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin-top:20px;
	margin-bottom:40px;
	padding:8px;
	background-color:#262626;
	border:solid 1px #313131;
	float:none;
	clear:both;
}

div.Tags{
	display:block;
	width:65%;
	height:auto;
	float:left;
}

div.Comments{
	display:block;
	width:30%;
	height:auto;
	float:right;
	text-align:right;
}

div#Comments div.Item{
	margin-bottom:20px;
}




div#CalendarControl{
	margin-top:10px;
	margin-bottom:15px;
}

div#CalendarControl table{
	/* ORG style */
	border-width:1px;
	border-style:solid;
	width:100%;
	border-collapse:collapse;
	/* /ORG style */
	border-color:#808080;
}

div#CalendarControl table table{
	background-color:Silver;
	border-color:Silver;
}

div#CalendarControl table table td{
	color:#000000;
}

div#CalendarControl table th{
}

div#CalendarControl table td{
}

div#CalendarControl table td a{
	display:block;
	background-color:Silver;
}

div#CalendarControl table table td a{
	background-color:Silver;
}





#TagCloud
{
    padding:5px;
    margin-bottom:10px;
    text-align:justify;
}

#TagCloud a
{
	text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Trebuchet MS, Verdana, Arial;
    text-transform:lowercase;
}

#TagCloud a:hover
{
    color:#00cc00;
    text-decoration:underline;
}

#TagCloud a.weight1
{
	color: #71c9ef;
	font-size:23px;
	font-weight:bold;
}

#TagCloud a.weight2
{
	color: #c5e5f5;
	font-size:18px;
	font-weight:bold;
}

#TagCloud a.weight3
{
	color: #ffffff;
	font-size:15px;
	font-weight:bold;
}

#TagCloud a.weight4
{
	color: #949494;
	font-size:13px;
}

#TagCloud a.weight5
{
	color: #575656;
	font-size:11px;
}





/* Form elements */

div.FormElement{
	width:auto;
	height:auto;
	overflow:auto;
	float:none;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

div.FormElement span.FormLabel{
	display:block;
	float:left;
	width:85px;
	height:auto;
	padding-top:2px;
}

div.FormElement input.FormInputText{
	float:left;
	width:320px;
	height:auto;
}

div.FormElement textarea{
	float:left;
	width:322px;
	height:auto;
}


input.FormButton{
	width:80px;
	font-size:12px;
}

span.BlogErrorMessage{
	display:block;
	float:none;
	clear:both;
	width:auto;
	height:14px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	padding-left:32px;
	background-image:url(../gfx/Warning.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border:dotted 1px #cccccc;
	color:#ffff33;
}



