/*
Theme Name: Matt Jasper
Theme URI: http://mattjasper.com/
Description: Design for Mattjasper.com
Version: 1
Author: Amanda M Lodi
Author URI: http://oceanside.nu/
*/

html, body {
	margin-top: 0;
	margin-bottom:0;
	padding: 0;
	height:100%;
}
body {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #FF9933;
}
a
{
color:#742B27;
size:13px;
font-weight:bold;
}
a:hover
{
text-decoration:none;
background-color:none;
}
h1
{
font-size:20px;
color:#2B9AFD;
text-decoration:underline;
}

h2
{
font-size:20px;
color:#C3C1C1;
text-decoration:underline;
}
form
{
border:1px solid #D77C1A;
}


#container
{
width:960px;
margin:0 auto -191px auto;
min-height: 100%;
}


#header
{
width:960px;	
height:410px;
margin-left: auto;
margin-right: auto;
background-color:#91B7DD;
background-image:url("header_bg.jpg");

}
#navigation
{
width:960px;
margin-top:10px;
height:60px;
float:center;
color:#D77C1A;
font-weight:bold;
font-size: 26px;
}
#sidebar{
	width:280px;
	float: right;
margin-right:10px;
height:auto;
background-color:#D77C1A;
position:relative;
}
#sidebar-padding {
	padding: 5px;
}
.inside
{
width:260px;
float:right;
margin-bottom:10px;
margin-top:10px;
margin-right:15px;
margin-left:10px;
height:auto;
color:#ffffff;
}
#content {
float:none;
width:601px;
margin-right:600px;
margin-left:1px;
background-color:#D2D2D2;
position:relative;
height:auto;
}
#content .padding {
	padding:15px;
}
#inside2
{
position:relative;
float:auto;
width:590;
padding:3px 1px 3px 3px;
margin:10px;
height:auto;
color:#D77C1A;
}
.clearfooter {
height: 191px;
clear: both;
}

#footer {	
background-image:url(/weblog/wp-content/themes/matt_jasper/footer-top.jpg);
background-position:top middle;
background-repeat:no-repeat;
width:960px;
height:191px;
background-color:#71A7F9;
position: relative;

	/*margin-top: -150px;  negative value of footer height 
	height: 150px;
	clear:both;*/
}
