/*
Theme Name: MJW Template
Theme URI: http://aarongough.com/
Description: Wordpress theme for MJW communications.
Version: 1.0
Author: Aaron Gough

*/

/************************************************
		 Styling for Standard Elements	
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
overflow: auto;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #e9e8e1;
color: #5e594d;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a{
margin: 0;
padding: 0;
font-weight: bold;
font-family: Times, Georgia, "Times New Roman", serif;
color: #9f161a;
text-decoration: none;
}

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color: #9f161a;
text-decoration: underline;
}

a:hover{
text-decoration: underline;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#header_container{
width: 100%;
height: 158px;
overflow-y: scroll;
overflow-x: hidden;
}

#header{
width: 982px;
height: 158px;
margin: 0 auto;
position: relative;
background: transparent url(template_images/header.jpg) top left no-repeat;
}

#header_menu{
height: 32px;
width: 919px;
margin: 0;
padding: 0;
position: absolute;
left: 27px;
bottom: 24px;
list-style: none;
}

#header_menu li{
display: block;
height: 32px;
float: left;
}

#header_menu li a{
color: white;
display: block;
height: 32px;
line-height: 22px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}

#header_menu li a:hover, .current_page_item {
background: transparent url(template_images/button_background.gif) top left repeat-x;
}

#scroll_container{
width: 100%;
height: 327px;
overflow: auto;
overflow-y: scroll;
overflow-x: hidden;
}

#content_container{
width: 982px;
margin: 0 auto;
background: transparent url(template_images/scroll_background.gif) top left repeat-y;
}

#right_column{
width: 515px;
float: right;
display: inline;
margin-right: 57px;
text-align: left;
}

#right_column_inner{
float: left;
width: 99%;
}

#comment{
width: 99%;
}

#prop{
width: 1px;
height: 325px;
float: right;
}

#footer_container{
width: 100%;
height: 110px;
overflow-y: scroll;
overflow-x: hidden;
}

#footer{
width: 982px;
height: 110px;
margin: 0 auto;
position: relative;
background: transparent url(template_images/footer.gif) top left no-repeat;
}

#copyright{
position: absolute;
top: 52px;
left: 47px;
font-size: 10px;
color: white;
}

#walden_badge{
position: absolute;
top: 52px;
right: 57px;
font-size: 10px;
color: white;
}

#walden_badge a{
color: white;	
}

#left_column_container{
width: 982px;
height: 1px;
margin: 0 auto;
position: relative;
}

#left_column{
position: absolute;
left: -8px;
bottom: 89px;
width: 357px;
height: 348px;
background: transparent url(template_images/left_column_background.jpg) bottom left no-repeat;
}

#left_column h2{
display: block;
width: 130px;
height: 21px;
line-height: 20px;
font-size: 12px;
font-weight: normal;
color: white;
padding-left: 37px;
padding-right: 37px;
margin-left: 2px;
background: transparent url(template_images/left_column_header_background.gif) top left no-repeat;
}

#category_list{
list-style: none;
padding: 0;
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
margin-left: 49px;
text-align: left;
}

#category_list li a, #contact_info a{
color: #5e594d;
text-decoration: underline;
}

#contact_info{
margin-left: 49px;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
}

/************************************************
				Global Classes	
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
padding-left:15px;
padding-bottom:15px;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

/* for images */
.img_left, .alignleft{
float: left;
display: inline;
margin: 0 20px 10px 0;
}

.img_right, .alignright{
float: right;
display: inline;
margin: 0 0 10px 20px;
}

/* for lists */
.nopadding{
padding: 0;
}

.noindent{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/************************************************
				Custom Classes	
*************************************************/

.clear{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

.feedback{
margin-bottom: 20px;
}

.redText{
color: #9f161a;
}