/*-----------------------------------------------------------------------------
Theme Name: MC 360 test
Author: Sam Bernard
----------------------------------------------------------------------------- */

*
{
	font-family:sans-serif;
	margin:0;
	padding:0;
}

h1{
font-family: Impact;
color: #5695ff;
font-size:2.5em;
}

h2.widget{
color: #89b9ff;
}

h3{
font-family: Impact;
color: #ffd18e;
font-size:1.4em;
}

img
{
	border-width:0;
}

body
{
	font-size:62.5%;
	line-height:1.6;
	font-family:Lucida, Trebuchet, sans-serif;
	text-align:center;
	min-width:780px;
	height:100%;
	overflow:hidden;
	background-color: black;
}

/*Head */
#wrapper
{
	text-align:left;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	margin-top:15px;
	position:relative;
	z-index:100;
	border-style:solid;
	border-width:1px;
}

#masthead_img
{
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:150px;
	width:780px;
	margin:0;
	padding:0;
}

.navimg
{
	vertical-align:baseline;
}

/*Content------------------------------------------------------------ */
#content
{
background: url('../../uploads/media-bg.jpg');
	background-color:#FFF;
	height:320px;
	overflow:auto;
	position:relative;
top: 30px;
	margin:5px 0 0 0;
}

#content p
{
font-family:georgia;
	margin-right:5px;
	padding-bottom:15px;
	margin-left:5px;
	font-size:medium;
	text-align:justify;
}

.page{
margin: 10px;
}

.post
{
min-height: 165px;
margin: 10px;
}

.entryimg
{
max-width: 210px;
max-height: 158px;
/*IE hack*/
width: expression(this.width > 210 ? 210: true);
height: expression(this.height > 158 ? 158: true);
/*IE hack end*/
float: left;
border: 3px solid black;
margin-right: 8px;
margin-bottom: 5px;
}

/*Sidebars--------------------------------------------------- */
ul#lsidebar
{
	position:relative;
	float:left;
	width:150px;
	background-image:url(images/l_sidebar.jpg);
	background-repeat:no-repeat;
	height:320px;
top: 30px;
overflow: hidden;
}

ul#rsidebar
{
	float:right;
	width:150px;
padding-top:20px;
	height:320px;
	background-image:url(images/r_sidebar.jpg);
	background-repeat:no-repeat;
top: 30px;
overflow: hidden;
}

.widget
{
	padding-left:5px;
}


#footer
{
	clear:both;
	color:#FFF;
	width:740px;
position: relative;
top: 30px;
left: 20px;
}

.sb_wrapper
{
	position:relative;
	height:314px;
	width:140px;
	margin:5px;
}

#sb_background
{
	position:absolute;
	height:314px;
	width:144px;
	background-color:#FFF;
	left:0;
	top:0;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index:1;
left:3px;
top:3px;
}

.cmd-avatar
{
	float: left; 
	margin: 0 5px 0 5px;
}

/*Widgets------------ */
li.widget
{
width: 92%;
	position:relative;
	z-index:100;
font-weight: bold;
}

li.widget a
{
color: #7fd7ff;
padding-left: 5px;
}

.wp_quotes_quote
{
	position:relative;
	font-size:small;
}

.wp_quotes_author
{
	font-size:small;
	font-family:"Bookman Old Style", "Engravers MT", serif;
	font-weight:700;
	padding-left:2px;
	border-style:ridge;
	border-width:0 0 2px;
}

.textwidget
{
margin-left: 4px;
margin-right: 4px;
font-size: medium;
}


fieldset
{
	border-style:solid;
}

a
{
	font-size:medium;
}

a:link
{
	color:#0D1390;
}

a:visited
{
	color:#7D3907;
}

a:hover
{
	color:#1E27DD;
}

ul
{
	list-style:none;
}


/*--Calendar Page--*/
#calendar
{
float: left;
margin-left: 13px;
margin-top: 13px;
height: 125px;
width: 130px;
position: relative;
border: 2px solid;
}

#calendar li{padding-left: 5px;}
.blue{background-color: #000099;
border-bottom: 1px solid;}
.lblue{background-color: #3333FF;}
.red{background-color: #990000;
border-bottom: 1px solid;}
.lred{background-color: #CC3300;}
.green{background-color: #336600;
border-bottom: 1px solid;}
.lgreen{background-color: #339933;
}