/*
Theme Name: CMS 2
Theme URI: 
Description: CMS theme for Wordpress
Version: 0.3
Author: Sara DeHaan
Date: January 2009

*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
 margin-bottom: 15px;
 margin-top: 0px;
 font-size: 13px;
 line-height: 22px;
 font-family:Arial, Helvetica, sans-serif;
}

h1 { 
  font-size: 15px; 
  line-height: 22px;
  text-transform:uppercase;
  letter-spacing:1px;
  color: #1f5da2;
}

h2 {
  font-size: 13px; 
  line-height: 22px;
  color: #1f5da2;
}

h3 { 
  font-size: 13px; 
  line-height: 22px;
  color: #1f5da2;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

blockquote {
	border-left: 1px solid #ccc;
	margin-left: 10px;
	padding-left: 5px;
}

ul {
	list-style-image: url(img/bullet_green.gif);
	margin-bottom: 10px;
}

ul, 
ol {
 margin-bottom: 21px;
 font-size: 13px;
 line-height: 22px;
 font-family:Arial, Helvetica, sans-serif;
 margin: 0 0 20px 30px; 
 }
 
 

/* GENERAL */

body {
	background: #b8ae9e;
	color: #333;
	margin: 0;
	padding: 0;


}


#wrap {
	width: 800px;
	margin: 40px auto 10px;
	background: #fcf9ee;
	border: 10px solid #fff;
}

#main {
	background: url(img/bg-content.png) repeat-x top left;
        border-top: 2px solid #fff;
}

#content {
	width: 470px;
	padding: 40px 40px 0;
	float: left;
	
}


a {
	color: #1f5da2;
	text-decoration: none;
        outline: none;

}

a:hover {
	color: #809d31;
}

h2 a {
	color: #1f5da2;
	text-decoration: none;

}

h2 a:active {
	color: #809d31;
	text-decoration: none;

}

h2 a:hover {
	color: #23918e;
	text-decoration: none;

}



br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: url(bg/img.jpg) no-repeat;
	height: 40px;
	padding-top: 0px;
}

#head h1 {
	background:  url() no-repeat;
	position: relative;
	top: 85px;
	left: 0px;
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 65px;
	width:  650px;
}

#headeremail {
	width:235px;
	height:30px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	text-align:left;
font-size:85%;
font-weight:bold;
margin-top:12px;
z-index:200;
}
		
	


/* Slogan */

/* Changes by Ronald Crandall 121109
   background: #e4d6b7 url(img/home_scholz.jpg) no-repeat;
   padding: 10px 0 0 48px;
   #slogan -> p line-height: 25px;
*/

#slogan {
	background: #e4d6b7 url(http://scholznonprofitlaw.com/wp-content/uploads/2009/12/withhands2.jpg) no-repeat;
	padding: 0px 0 0 48px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	height: 106px;
}

#slogan p {
	font-size:14px;
	line-height:0px;
        margin-bottom: 0px; /* added by Ron Crandall 121109 */
         }

/* MENU */

#menu {
	float: right;
	width: 215px;
	margin: 35px 10px 15px 0px;
	_margin-right: 25px;
	border: 0px solid #193e99;
	padding: 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;


}

#menu ul{
	margin: 0 0 0px;
}

#menu li {
	list-style: none;
	
}

#menu ul ul li {
	padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
	color:#809d31;
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 20px;
	text-decoration: none;	
}

#menu li a:before {
	content: "» ";
	color:#809d31;
	}

#menu li a:hover {
	color: #809d31;
}

#menu li a:active {
	background: #fff;
	color: #809d31;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;

}

#menu .current_page_item li, #menu .current_page_parent ul li {
	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #666666;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}

small {
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	color: #809d31;
	margin-bottom:15px;
	display:block;
	}
	


/* FOOTER */

#footer {
	padding: 20px 30px 1px 45px;
	border-top:  1px groove #fff;
	background-color:#ece6d7;
	clear: both;
}

#footer p {
	font-size: 70%;
}
