/*
Name: MNBMX.com Theme
Author: Dustin Griess

Description:
This the is the css theme for the MNBMX.com theme.

Also refer to user_style.php...
*/

/* Images */


img	{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Tahoma, arial, helvetica, serif;
	/* font-family: helvetica, arial, sans-serif; */
	background-color: #CC99;
}

input, select, option
{
	font-size: 11px;
	font-family: Tahoma, arial, helvetica, serif;
	text-align: left;
}

#header
{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 15px;
	font-weight: normal;
	background-color: #996;
}

#maincontent
{
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 11px;
	margin: 0;
	padding: 8px;
}

#menu
{
	font-size: 11px;
	color: #000000;
	background: #C0C0C0;
	padding: 0px;
     margin-bottom: -3px
}

#search
{
	font-size: 11px;
	color: #000000;
	background: #C0C0C0;
     margin-bottom: -12px
}

#sidebar
{
	font-weight: bold;
	font-size: 11px;
	padding: 8px;
	font-family: Tahoma, arial, helvetica, serif;
}

#footer
{
	font-size: 11px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #666;
	background: #eee;
	padding: 2px;
	/*text-align: left;*/
	clear: both;
}



#blog_subject
{
	font-family: Tahoma, arial, helvetica, serif;
	color: #663;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

#blog_date
{
	font-family: Tahoma, arial, helvetica, serif;
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}


/* Links */

a:link, a:visited
{
	font-family: Tahoma, arial, helvetica, serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #933;
}

a:hover
{
	font-size: 11px;
	text-decoration: underline;
	color: #F33;
}

a:active {
	font-size: 11px;
	text-decoration : underline;
	color: #33F;
}

/* Typeography */

h1, h2, h3, h4, h5, h6
{
     /* font-family: Verdana, Arial,  sans-serif; */
	font-family: Tahoma, arial, helvetica, serif;
	font-weight: normal;
	
	/* New 0.3.7 */
	margin: 2px;
}

/* Title */
h2
{
	color: #663;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

/* Date */
h3
{
	color: #999;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}

b
{
	font-size: 11px;

}

td
{
	font-size: 11px;

}