/*
Theme Name: Mac and Cheese
Theme URI: http://stephanbrady.com/
Description: The Word Press Theme for the WMNB Mac and Cheese Blog
Version: .01b
Author: Matt Smith
Author URI: http://www.quijibodesign.com/
*/

html {
    background-color: #fff;
    background-image: url(images/bg1.jpg);
  
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h2 {
    font-size: 20px;
}

a {
    color: #2a6082;
}

body {
    font-family: Arial;
    margin: 0;
    padding: 0;
}

#header {
 background-image: url(images/bg1.jpg);
    
}

#header a {
    display: block;
}

#headerimg {
    background-image: url(images/header_.jpg);
    background-position: top center;
	background-repeat:no-repeat;
    height: 282px;
    margin: 0 auto;
    min-width: 1000px; 
}

#container {
    margin: 0 auto;
    margin-top: 10px;
    width: 1000px;
	padding-left:50px; 
}

#headerimg h1 {
    position: absolute;
    top: -9000px;
    left: -9000px;
}

#content {
	
    float: left;
    margin-right: 20px;
    width: 709px;
}


.sidebox {
	margin: 0 auto; /* center for now */
	background: url(images/sbbody-r.gif) repeat-y bottom right;

	background-color:#FFFFFF;
	font-size: 100%;
}

#sidebar .sidebox {
background-color:#f4ac00;
}

.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 15px 15px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}


.boxfoot{
	background: url(images/sbfoot-r.gif) no-repeat bottom right;
	
}
.boxfoot h2 {
	background: url(images/sbfoot-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 15px 15px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody {
	background: url(images/sbbody-l.gif) repeat-y bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right:15px ;
	padding-left:11px ;
	padding-bottom:15px;
	
	
}

#sidebar {
	
	    float: left;
    width: 220px; 
}  

.side1
{
padding:10px;
margin-bottom:5px;
}

.side1 p {
color:#ffffff;
margin:10px;
margin-top:5px;
}

.side1 h2 {

color:#ffffff;
}

.sblogo{
text-align:center;
}

.sidebarcats{
font-size:14px;
}

.sidebarposts {
font-size:12px;
text-decoration:none;
color:#000000;

}
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar_content ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

#sidebar h2 {
    font-size: 15px;
}

#tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tabs li {
    background-image: url(images/tab2.gif);
    float: left;
    height: 34px;
    margin-left: 3px;
    text-align: center;
    width: 82px;
}

#tabs li.first {
    margin: 0;
}

#tabs li a {
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    text-decoration: none;
    text-transform: uppercase;
}

#tabs li a:hover {
    color: #cccccc;
    text-decoration: underline;
}

#sidebar_content {
    background-color: #ffffff;
    background-repeat: repeat-x;
    height: 2000px;
    margin: 3px 0 0 0;
    padding: 0;
}

#sidebar_content .inner {
    margin: 0 50px;
}

#sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget {
    margin-bottom: 25px;
}

.post {
	padding:10px;
	background-color: #ffffff;
	margin-right:1px;
    margin-bottom: 0px;
}

.iconimage{
float:left;
padding:10px;
}

.post h2 A{
color:#f4ac00;
text-decoration:none;
font-size:28px;
}

.post h3 A{
color:#909190;
text-decoration:none;
font-size:21px;
}

 

.posttop{
width:400px;

}
.post h3 {
margin:0px;
padding:0px;
}

.posttop h2 {
margin:0px;
padding:0px;
}

.postseperate
{
border:3px solid #ffffff;
background-color:#f4ac00;
height:15px;
width:679px;
margin-left:10px;
margin-right:10px;
 margin-bottom: 5px;
  margin-top: 5px;
}

.post_time {
    font-size: 11px;
}

#profiles { 
    margin-top: 35px;
}

.profile {
    margin-bottom: 30px;
    font-size: 10px;
}

.profile h2 {
    font-size: 17px;
    line-height: 1;
    margin: 0;
}

.profile .job_title {
    color: #2a6082;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile .email {
    font-size: 11px;
    font-weight: bold;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

textarea#comment {
    width: 422px;
}

.searchfield{
width:100px;
}

#respond{
padding:10px;
}

#comments{
padding-left:10px;
}