/*   
Theme Name: MLS
Description: The theme for Mac Law Students 2.0 - using Thematic
Template: thematic
*/
@import url(../thematic/style.css);

#header {
    z-index:2;
    border-bottom:1px solid #ccc;
}

#branding {
    padding:88px 0 22px 0;
    width:940px;
    margin:0 auto;
	background-image: url(images/mac-law-students-logo.png);
	background-repeat:no-repeat;
	background-position:left; 
}

#blog-title {
    padding-left:238px;
    font-family:Arial,sans-serif;
    font-size:40px;
    font-weight:bold;
    line-height:40px;
}

#blog-description {
    padding-left:238px;
    color:#666;
    font-size:13px;
    font-style:italic;
}

#main {
    clear:both;
    padding:22px 0 22px 0;
}

#primary {
    border:none;
    padding:0 0 0 0;
    margin-bottom:22px;
}

.entry-title {
    font-family:Arial,sans-serif;
    font-size:22px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 7px 0;
}

