/*
 *Brown      - HTML #9E8E3B
 *Yellow     - HTML #EBD257
 *Dark Blue  - HTML #485F6B
 *Light Blue - HTML #B6C8D1
 *Dark Gray  - HTML #616161
 *Light Gray - HTML #9E9E9E
*/
		
@import url("yuigrids.css");
@import url("calendar.css");
@import url("dasBlog.css");
@import url("colors.css");
@import url("admin.css");
@import url("csharp.css");

body
{
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 
{
    color: #9E8E3B;
}

h1
{
	font-size: 3.5em;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.6em;
}

h4
{
	font-size: 1.4em;
}

h5
{
	font-size: 1.3em;
}

h6
{
	font-size: 1.2em;
}

.itemBodyStyle a img
{
	text-decoration: none;
	border: 0px;
}


.itemBodyStyle p
{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}


a:link 
{
    color: #485F6B
}

a:visited
{
    color: #9E8E3B
}

a:hover
{
    color: #616161;
    background-color: InfoBackground;
}

a.relatedPostLinkStyle
{
	text-decoration: none;
	padding-bottom: 4px;
}

a.categoryLinkStyle
{
	text-decoration: none;
}


a.nohighlight:hover
{
    background-color: inherit;
}


