/*
Theme Name: Matt Bronleewe Theme
Theme URI: http://www.mattbronleewe.com
Description: The main theme for Matt Bronleewe's new website
Version: 1.0
Author: Milk Money Promotions
Author URI: http://milkmoneypromotions.com/
Tags: matt bronleewe, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
margin: 0 auto;
background-color: #ededed;
/*background-image: url(images/bgtile.gif);
background-repeat: repeat;*/
text-align: center;
}

body,td {
font-family: Arial, Lucida Grande, Verdana, Arial, Sans-Serif;
font-size: 12px;
color: #5b5b5b;
}


a {
color: #7f3a3a;
text-decoration: none;
font-weight: normal;
}

a:hover {
text-decoration: none;
color: #7f3a3a;
font-weight: normal;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#topbghead {
width: 100%;
height: 241px;
background-color: #000000;
background-image: url(images/topbgtile.gif);
background-repeat: repeat-x;
}

#blogcontainer {
display: block;
width: 850px;
margin: 0 auto;
background-color: #ffffff;
}

#blogfoot {
display: block;
width: 850px;
height: 59px;
margin: 0 auto;
background-image: url(images/blog_foot.gif);
background-repeat: no-repeat;
}

#blogfootpad {
text-align: center;
padding-top: 20px;
color: #686868;
}

#mainpad {
padding: 15px;
position: relative;
text-align: left;
}

.noborder {
border: none;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer15 {
margin: 0 0 15px 0;
}

.divider1 {
width: 100%;
height: 15px;
margin: 15px auto 0 auto;
border-top: 1px solid #f3cbd5;
}


/* POST STYLE */
h2 {
font-size: 24px;
line-height: 24px;
margin: 0 0 3px 0;
padding: 0;
font-weight: normal;
}

h3 {
margin: 0 0 3px 0;
padding: 0;
font-size: 14px;
color: #9e907f;
}

.smalltxtital {
font-size: 11px;
font-style: italic;
}

.divider2 {
width: 100%;
height: 25px;
margin: 25px auto 0 auto;
border-top: 1px solid #edeae7;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.alignleft a {
font-size: 11px;
}

.alignright a {
font-size: 11px;
}

.navigation {
width: 100%;
height: 20px;
display: block;
text-align: center;
margin: 0 auto 10px auto;
}

/* ARCHIVE */
h2.pagetitle {
font-weight: normal;
color: #583f23;
font-size: 20px;
line-height: 24px;
margin: 0 0 20px 0;
padding: 0;
border-bottom: 1px solid #f3cbd5;
}



/* SIDEBAR LIST STYLE */
#sidebar {
width: 223px;
background-color: #ededed;
margin: 0;
padding: 0;
border: 1px solid #dbdbdb;
}

#sidepad {
padding: 10px;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0 0 15px 0;
}

#sidebar ul li ul{
list-style-type: disc;
list-style-image: none;
margin: 0;
padding: 0 0 0 20px;
}

#sidebar ul li ul li {
list-style-type: disc;
list-style-image: none;
margin: 0;
padding: 0 0 10px 3px;
}

.sidebardiv {
width: 100%;
height: 17px;
margin: 17px auto 0 auto;
border-top: 1px dotted #969696;
}


/*TWITTER */
#twitter_update_list ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#twitter_update_list li {
list-style-type: none;
background-image: url(images/twitter_icon.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0 0 15px 50px;
font-size: 10px;
}


/* WIDGET ELEMENTS */
h2.widgettitle {
font-weight: normal;
color: #000000;
font-size: 20px;
line-height: 24px;
}



/* FORM */
form {
margin: 0;
padding: 0;
}

.formbox{
background: #d4d4d4;
padding: 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 0 4px 0;
border: 0;
color: #4d4d4d;
font-size: 11px;
}

.required {
font-weight: bold;
text-align: right;
}

.error {
color: #d40000;
}


/* COMMENTS */
.commentlist {
width: 525px;
margin: 0 10px;
padding: 0;
}

.commentlist li {
list-style-type: none;
padding: 5px 15px 22px 15px;
margin: 15px 0 0 0;
background:#ededed url(images/bg_commentlist.gif) bottom no-repeat;
}

.commentlist cite {
width: 485px;
margin: 0 auto;
font-size: 11px;
display:block;
}