body
{
	cursor: default;
	font: 0.8em 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida' , Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#TitleLinkStuff
{
	font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif; 
	font-size: 1.4em;
	font-weight: bold;
	color: Black;
}

.TitleLinkStyle a, .TitleLinkStyle a:link, .TitleLinkStyle a:visited, .TitleLinkStyle a:active  
{
	color: Black;	
}

.TitleLinkStyle
{
	font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif; 
	font-size: 1.4em;
	font-weight: bold;
	color: Black;
}

#menuItem a, #menuItem a:link, #menuItem a:visited, #menuItem a:active  
{ 
	text-decoration: none; color: White;
}

#menuItem a:hover, #menuItem a:visited:hover
{
	text-decoration: none; 
	color: #EA6205;
}

a, a:link, a:visited, a:active  
{ 
	text-decoration: none; color: #EA6205;
}

a:hover, a:visited:hover
{
	text-decoration: none; 
	color: #FE0C0A;
}

img
{
	border: 0pt;
}

h1
{
	font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif; 
	font-size: 1.8em;
	color: Black;
	margin-bottom: 10px;
}

h2
{
	font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif; 
	font-size: 1.3em;
	color: Black;
	margin-bottom: 5px;
}

td
{
	vertical-align:top;	
}

#menuItem
{
	font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif; 
	font-size: 1.2em;
	color: White;
	
}






#titlebar
{
	position: absolute;
	left: 13px;
	top: 16px;
	width: 876px;
	height: 136px;
}
#theDotNetFix
{
	position: absolute;
	left: 188px;
	top: 33px;
	width: 102px;
	height: 96px;
	
}
#title
{
	position: absolute;
	left: 43px;
	top: 50px;
	color: #F26424;
	font: bold 36px verdana;
}
#subtitle
{
	position: absolute;
	left: 43px;
	top: 93px;
	color: #F26424;
	font: 12px verdana;
}
#rss
{
	font: 14px arial;
	color: #F26424;
	position: absolute;
	left: 806px;
	top: 28px;
	vertical-align: top;
}
/*
#search
{
	font: 14px arial;
	position: absolute;
	left: 675px;
	top: 109px;
}
*/
#search
{
	font: 14px arial;
	position: absolute;
	left: 745px;
	top: 115px;
}
.searchTextBoxStyle
{
    
	width: 110px;
	height: 14px;
	font-size: 9pt;
	border-collapse: collapse;
	border: 
	border: 1px, #000000;
	vertical-align: middle;
}

#mainTableDiv
{
	position: absolute;
	left: 13px;
	top: 162px;
	font: 14px verdana;
	width: 677px;
}
.mainTable
{
	font: 12px verdana;
	width: 677px;
	height: 600px;
	empty-cells: show;
}
#sideTableDiv
{
	position: absolute;
	left: 695px;
	top: 162px;
	width: 191px;
	font: 14px verdana;
}
.sideTable
{
	font: 12px verdana;
	width: 191px;
	height: 600px;
	empty-cells: show;
	color: White;
}


#dateHeader
{
	position: absolute; top: 3px; left: 10px; color: White;
}


	/***********
	  DAS BLOG
	***********/

/*
	.categoryListXmlLinkStyle
	{
		font:bold 14px verdana; color:#F26424;
	}

	.TitleLinkStyle
	{
		font:bold 12px verdana; color:Purple;
		height: 30px; vertical-align:top;
	}

	.navigatorLinksLinkStyle
	{
		font:bold 14px verdana; color:#F26424;
	}

	.blogRollLinkStyle, .blogRollLinkStyle a, .blogRollLinkStyle a:link, .blogRollLinkStyle a:visited
	{
		
		font:12px verdana; color:#91BF90;
	}
*/

	.searchButtonStyle
	{
		background-image:url('themes/nitriq/images/searchButton.png');
		background-repeat: no-repeat;
		vertical-align: middle;
		border:0;
		width:66px;
		height:20px;
			
	}
	
	
	.commentBoxStyle 
	{  		
		background-color:white;
		border: solid 1px #D8D8D8;
		margin-top: 10px;
		padding: 15px;
		font-size:8pt;
	}

	.commentDateStyle 
	{	
		color:gray;
	}

	.commentBodyStyle 
	{ 
		font-size:8pt;
		padding-top: 8px;
		padding-bottom: 8px;
	}