a, abbr, acronym, address, b, bdo, big, blockquote, body, button, caption, center, cite, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, h1, h2, h3, h4, h5, h6, hr, i, img, ins, isindex, kbd, label, legend, li, link, map, menu, meta, ol, option, p, pre, q, s, samp, select, small, strike, strong, style, sub, sup, table, td, textarea, th, tr, tt, u, ul, var, input {
	font-size: 12px;
	/*font-family: 'Trebuchet MS' , Arial;*/
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #444444;
}

html {
	overflow-x: hidden;
}

body {
	/*background: #EEEEE7;*/
	//background: #FFFFEE;
	background: #FFFFFF;
	margin-top: 100px;
}

a {
	/*color: #5C80B1;*/
	color: #BB6633;
	font-weight: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.archiveLinksLinkStyle{
	text-transform: capitalize;
}

img.b {/* replacement for <br /> after images */
	display: block; /* forces line break for content after */
	border-width: 0px;
	margin-bottom: 5px;
}

strong{
	color: #222222;
}

.sidebar {
	margin-bottom: 15px;
	padding: 15px;
	/*background: url(/blog/themes/mads_simple/background.gif) repeat-x #FCFCFC;*/
	border-top: 1px solid #D8D8D8;
}

.sidehead {
	margin-bottom: 10px;
	padding-bottom: 5px;
	/*color: #5C80B1;*/
	color: #996633;
	f/*ont-weight: bold;*/
	font-size: large;
	/*border-bottom: 1px solid #D8D8D8;*/
}

.siteName a {
	/*font-weight: bold;*/
	font-size: 50px;
	/*color: White;*/
	/*color: #5C80B1;*/
	letter-spacing: -5px;
}

.siteName a:hover {
	text-decoration: none;
}

.description {
	letter-spacing: 4px;
	color: #999999;
	margin-left: 4px;
	text-shadow: 5px 5px 1px lightgrey;
}

#content {
	clear: both;
	line-height: 19px;
	position: relative;
}

#header {
	text-align: left;
	position: absolute;
	left: 35px;
	top: 10px;
}

#menu {
	background: #F4F4F4 none repeat scroll 0 0;
	/*border: 1px solid #D8D8D8;*/
	margin-bottom: 20px;
	padding: 5px;
	position: interit;
	text-align: center;
}

#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	margin: 3%;
}

#footer, #footer a{
	font-size: 10px;
	text-align: center;
	margin: 0px;
}

table#author td {
	vertical-align: top;
}

table#author img {
	width: 85px;
}

#left {
	margin-right: 30%;
	margin-left: 0px;
	left: 0px;
	position: relative;
	z-index: 100;
}

#admin {
	margin-left: 5px;
}

#admin .column {
	padding: 45px 15px 30px 15px;
}

#left .column {
	padding: 0px 15px 0px 15px;
}

#right {
	width: 30%;
	line-height: 1.5em;
	position: absolute;
	top: 17px; /*hack for some browsers that will render the right section over the menu section */
	margin-left: 70%;
	margin-right: -15px; /*hack for some browsers that will render a scroll bar for non existing off screen content*/
	z-index: 0;
}

#right .column {
	padding: 20px 10px 15px 10px;
	margin-right: 15px;
}

.adminNavbarStyle {
	position: absolute;
	top: 75px;
	right: 30px;
}

#content .adminNavbarStyle {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
}

.adminNavbarStyle UL {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.adminNavbarStyle UL LI {
	padding-right: 0.25em;
	padding-left: 0.25em;
	border-left: Gray 1px solid;
	display: inline;
	list-style-type: none;
	font-size: 8pt;
}

.adminNavbarStyle UL LI.first, .adminNavbarStyle UL LI.firstHere {
	border-left: none;
}

.commentBoxFooterStyle {
	width: 100%;
	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px dashed #ddd;
	font-size: 12px;
}

.commentBoxStyle {
	padding: 15px 20px 15px 20px;
	margin: 0px 10px 25px 10px;
	border: 1px solid #ddd;
	color: #333;
	/*background-color: #FCFCFC;*/
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

table.commentViewTableStyle {
	margin: 10px 0px 25px 10px;
	padding-right: 20px;
}

textarea{
	overflow: auto;
	border: 1px solid #D8D8D8;
	width: 100%;
}

input[type="text"]{
	border: 1px solid #D8D8D8;
	width: 100%;
}

.commentDateStyle {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 12px;
	text-align: right;
}

.configLabelColumnStyle {
	vertical-align: top;
}

.configLabelStyle {
	margin-right: 10px;
	font-size: 9pt;
}

.configSectionStyle {
	margin-bottom: 15px;
	padding: 15px;
	/*background-color: #FCFCFC;*/
	border: 1px solid #ddd;
	vertical-align: middle;
}

.configSectionTitleStyle {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
	font-weight: bold;
	font-size: medium;
}

.pageTopic {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: large;
}

.categoryLinks {
	clear: both;
	text-align: right;
}

.categoryLinks a {
	color: gray;
}

.dayHeader {
	color: #999999;
	font-size: 16px;
	letter-spacing: 1px;
	/*background-color: #FFDDBB;*/
}

.dayHeader img{
	display: none;
}

.dayItems {
	padding-bottom: 2em;
}

.FreeTextboxStyle {
	color: #000000;
}

.itemNavLinks{
	margin-top: 1em;
	text-align: center;
	color:gray;
}

.item {
	margin-top: 1em;
}

.item img {
	display: inline;
}

.itemContents {
	/*background: url(/blog/themes/mads_simple/background.gif) repeat-x #FCFCFC;*/
	margin: 1em;
	margin-top: 1.5em;
	text-align: left;
	padding: 10px 10px 5px 10px;
	/*background-color: #FCFCFC;*/
	border-top: 1px solid #D8D8D8;
	letter-spacing: 1px;
	font-weight: normal;
}

.itemContents h1{
	/*color: #5C80B1;*/
	color: #996633;
	font-weight: bold;
	font-size: 17px;
	margin-top: 0px;
}

.itemContents span {
	letter-spacing: normal;
	line-height: normal;
}

.itemContents li {
 list-style-type: square;
}

.itemFooter {
	margin-top: 5px;
	/*border-top: 1px solid #dddddd;*/
	color: gray;
	text-align: right;
	/*background-color: #AAEE77;*/
}

a.TitleLinkStyle {
	font-weight: normal;
	font-size: x-large;
}

.side {
	margin: 1em;
}

.sideBar {
	width: 15em;
}

.statsTableColumnStyle {
	border: solid 1px #ddd;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.statsTableDateColumnStyle {
	border: solid 1px #ddd;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 25%;
	text-align: left;
}

.statsTableFooterColumnStyle {
	border: solid 1px #ddd;
	border-top: solid 2px #ddd;
	padding: 3px;
	font-weight: bold;
}

.statsTableFooterNumColumnStyle {
	border: solid 1px #ddd;
	padding: 3px;
	width: 15%;
	font-weight: bold;
	text-align: right;
}

.statsTableHeaderColumnStyle {
	border: solid 1px #ddd;
	padding: 3px;
	font-weight: bold;
}

.statsTableNumColumnStyle {
	border: solid 1px #ddd;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 15%;
	text-align: right;
}

.statsTableStyle {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FCFCFC;
	border: 1px solid #ddd;
	width: 100%;
	background: White;
	border-collapse: collapse;
}

.geekcode {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #cc3300;
	font-family: 'Courier New' , 'Courier' , sans-serif;
	font-weight: normal;
	line-height: 100%;
}

/* Hides from IE5-mac \*/
* html .itemBody {
	height: 1%;
}
/* End hide from IE5-mac */

/*Search*/
#searchString{
	line-height: normal;
	height: 14px;
	width: 71%;
}

.searchButtonStyle{
	height: 22px;
	width: 23%;
	margin-left: 5px;
}

.commentViewBoxStyle input 
{
	border:1px solid #CCCCCC;
}

/* Paging */
.clear {
	clear: both
}
/* Tag Cloud */
.smallestTag { 
	font-size: 11px; 
	line-height: 15px; 
	color:#669966;
}

.smallerTag { 
	font-size: 12px; 
	line-height: 17px; 
	color:#669966;
}

.smallTag { 
	font-size: 14px; 
	line-height: 19px; 
}

.mediumTag { 
	font-size: 16px; 
	line-height: 21px; 
}

.largeTag { 
	font-size: 18px; 
	line-height: 23px; 
}

.largerTag { 
	font-size: 20px; 
	line-height: 25px; 
	color:#336600;
}

.largestTag { 
	font-size: 22px; 
	line-height: 27px; 
	color:#336600; 
	padding: 0 4px;
}

/* OpenID Support added in 2.2 */
.openidtextbox {
	background: #FFFFFF url('../../images/openid-icon-small.gif') no-repeat scroll 0pt 50%; 
	padding-left: 18px;
}
.openidtextboxwrap 
{
	padding-right: 18px;
}

/* Image links. */
.rssLinkImageStyle,
.atomLinkImageStyle,
.permalinkImageStyle,
.editLinkImageStyle,
.deleteLinkImageStyle,
.approveImageStyle {
	vertical-align: text-bottom;
}

.permalinkImageStyle,
.editLinkImageStyle,
.deleteLinkImageStyle,
.approveImageStyle {
	margin-left: 0.25em;
}

.categoryListXmlLinkStyle, .blogRollXmlLinkStyle {
	vertical-align: text-top;
}