/* General layout */

body
{
	font-family: 'trebuchet ms', verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
	
#header
{
	height: 100px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 1em 1em 3em 1em;
	background-image: url('/new/graphics/site_logo.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
		
#gutter
{
	float: left;
	width: 3%;
	height: 1px;
}
	
#maincol
{
	float: left;
	width: 47%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 3%;
	border-left: thin solid #000000;
    border-right: thin solid #000000;
    padding: 0 15px 0 15px;
}
		
#leftcol
{
	float: left;
	width: 20%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 11px;
}
		
#rightcol
{
	float: left;
	width: 20%;
	margin-left: 3%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 11px;
}
		
#footer
{
	clear: both;
	height: 50px;
	background-color: #666;
	text-align: center;
	padding: 1px 0 0 0;
	line-height: 140%;
}
		
/*
#insidecol{
width: 60%;
padding: 15px;
}
*/

/* Look and feel */


h1
{
	margin: 0;
	padding: 5px;
}
	
h2
{
	margin-top: 0;
	padding-top: 7px;
}
		
h2, p
{
	margin-left: 7px;
	margin-right: 7px;
}

.date-header
{
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: medium;
color: #BBBBBB;
border-bottom: thin dashed #BBBBBB;
}


/* You are here formatting */

#menu, .menu{
margin-bottom:15px;
font-family:verdana, arial, sans-serif;
font-size:11px;
color: #000000;
}


a.menu:link {color: #000000; text-decoration: underline;}     /* unvisited link */
a.menu:visited {color: #000000; text-decoration: underline;}  /* visited link */
a.menu:hover {color: #C61E4F; text-decoration: underline;}   /* mouse over link */
a.menu:active {color: #C61E4F; text-decoration: underline;}   /* selected link */




/* MT Specific */

.module-header
{
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative; 
    width: 100%;
    w\idth: auto;
   
    margin: 0;
    padding: 3px 10px 3px 35px;
    background: #000000 url('/new/graphics/red_box.gif') left center no-repeat;
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.module-header a 
{
	color: #FFFFFF;
	text-decoration: underline;
}

.module-header a:link,
.module-header a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.module-header a:hover,
.module-header a:active
{
	color: #C61E4F;
	text-decoration: underline;
}

.module-content
{
	padding:0 0 10px 0;
}

.module-list a:link,
.module-list a:visited,
.module-content a:link,
.module-content a:visited
{
	color: #000000;
	text-decoration: underline;
}


.module-list a:hover,
.module-list a:active,
.module-content a:hover,
.module-content a:active
{
	color: #C61E4F;
	text-decoration: underline;
}



.module-powered 
{
	color: #000000;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #000000;
}


* Entry formatting */


.post-header 
{
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
color: 	#D3D3D3;
text-align: left;
}


.post-info 
{
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
color: #D3D3D3;
}

a.post-info:link 
{
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
color: #D3D3D3;
text-decoration: underline;
}

a.post-info:visited 
{
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
color: #C61E4F;
text-decoration: underline;
}

a.post-info:hover
{
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
color: #D3D3D3;
text-decoration: underline;
}

a.entry:link {color: #000000; font-weight: bold; text-decoration: underline;}     /* unvisited link */
a.entry:visited {color: #000000; font-weight: normal; text-decoration: underline;}  /* visited link */
a.entry:hover {color: #C61E4F}   /* mouse over link */
a.entry:active {color: #C61E4F}   /* selected link */

a.content:link {color: #000000; font-weight: bold; text-decoration: underline;}     /* unvisited link */
a.content:visited {color: #000000; font-weight: normal; text-decoration: underline;}  /* visited link */
a.content:hover {color: #C61E4F}   /* mouse over link */
a.content:active {color: #C61E4F}   /* selected link */

/* Misc */

.red
{
color: #C61E4F;
}

