/* @override 
	http://rmhdallas.com/_css/styles.css
	http://rmhdallas.monkstaging.com/_css/styles.css
*/

/* =Global
---------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { 
	background: #2E1507 url(/_img/bg_body.jpg) no-repeat top center; 
	font-size: 62.5%; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #000000; 
	text-align: center;
	height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr { 
	display: none; 
}

#skip { 
	position: absolute; 
	text-indent: -9999px; 
	list-style: none; 
}

*+html #skip{
   position: static;
   height: 0;
}

#outer-container {

}

#container { 
	margin: 0 auto; 
	width: 929px; 
	text-align: left;
}

a { 
	overflow: hidden; 
}

/* =Meta Nav
---------------------------------------------------------------------
*/

#meta-nav {
   width: 929px;
   padding-top: 10px;
   margin-bottom: 10px;
}

#meta-nav #social-links-wrap {
	padding-right: 20px;
	margin-bottom: 8px;
}

#meta-nav #social-links {
	list-style: none;
	float: right;
}

#meta-nav #social-links li {
	list-style: none;
	float: left;
	margin-right: 6px;
	line-height: 1;
}

#meta-nav #links-wrap {
	width: 929px;
	position: relative;
}

#meta-nav #links-wrap #mn-links {
	float: right;
	width: 500px;
}

#meta-nav #links-wrap #mn-links p {
	font-size: 1.1em;
	color: #ECD5C8;
	text-align: right;
	font-weight: bold;
	padding-top: 4px;
}

#meta-nav #links-wrap #mn-links a {
	color: #ECD5C8;
	text-decoration: none;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #ECD5C8;
}

#meta-nav #links-wrap #mn-links a:hover {
	color: #FFFFFF;
}

#meta-nav #links-wrap #mn-links a.last {
	border-right: 0;
}

#searchbar{
	float: right;
	width: 184px;
	display: inline;
	margin-right: 5px;
}

#searchForm input#search_term{
	width: 151px;
	height: 19px;
	padding-left: 8px;
	padding-top: 3px;
	border-style: none;
	float: left;
	color: #000000;
	font-size: 1.2em;
	background: url(/_img/bg_search.png) no-repeat;
}

#searchForm fieldset{
	width: 184px;
}

#searchForm a#search_go{
	width: 25px;
	height: 22px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(/_img/bg_search_go.png) no-repeat;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 929px;
   height: 120px;
   position: relative;
   background: url(/_img/bg_header.png) no-repeat;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 107px;
	height: 98px;
	background: url(/_img/h1_logo.png) no-repeat; 
}

#header h1 a {
	display: block;
	width: 107px;
	height: 98px;
	text-indent: -9999px;
}	

#header #header-links {
	position: absolute;
	top: 70px;
	right: 10px;
	list-style: none;
}

#header #header-links li {
	float: left;
	list-style: none;
	width: 107px;
	height: 31px;
	margin-right: 10px;
}

#header #header-links li a {
	display: block;
	width: 107px;
	height: 31px;
	text-indent: -9999px;
}

#header #header-links li#donate a {
	background: url(/_img/btn_header_donate.png) no-repeat;
}

#header #header-links li#volunteer a {
	background: url(/_img/btn_header_volunteer.png) no-repeat;
}

/* =Navigation
---------------------------------------------------------------------
*/
#nav-wrap {
	width: 929px;
	min-height: 30px;
	background: #E0C0A8 url(/_img/bg_nav.png) no-repeat bottom;
	padding-bottom: 5px;
}

#nav {
	width: 929px;
	list-style:none;
}

#nav li	{ 
	float:left;  
	list-style: none;
}

#nav li a {
	display:block;
	padding: 0 30px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background: url(/_img/bg_nav_li.png) no-repeat right 50%;
}

#nav li .last {
	background: none;
}

#nav li a:hover {
	color: #A21500;
}

#nav li.current a,
#nav li.current a:hover {
	color: #A21500;
}


#nav li ul {
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 160px;
   list-style: none;
   line-height: 1;
   height: auto;
   background: #000000;
   padding: 0;
   margin: 0;
   margin-left: 20px;
}

#nav li li{
   float: none;
   background: #000000 !important;
}

#nav li:hover ul{
   left: auto;
}

#nav li.current li a, 
#nav li li a {
   width: 140px !important;
   height: auto;
   color: #FFFFFF !important;
   line-height: 1.2em;
   font-size: 1.2em;
   padding: 5px 10px;
   background: none !important;
   font-weight: normal;
}
	
	
#nav li li a:hover, #nav li.current li a:hover{
   background: #A50000 !important;
}

#nav li li li{
   font-size: 1em;
}


/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	clear: left;
	float: left;
	width: 929px;
	background: #FFFFFF url(/_img/bg_content_wrap.gif) repeat-y 220px top;
}

body#house-blog #content-wrap { 
	background: #FFFFFF url(/_img/bg_content_wrap_blog.jpg) no-repeat 200px top;
}
/* =Content
---------------------------------------------------------------------
*/

#content-container { 
 	float: right; 
	width: 709px;
}

#content { 
 	float: left; 
	width: 515px;
}

#content #breadcrumbs {

}

#content #breadcrumbs p {
	padding: 10px 10px 0 10px;
}

#content #breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

#content #breadcrumbs a:hover {
	color: #A50000;
}

#content h2 { 
	margin-bottom: 15px;
	font-size: 2.45em;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
}

#content h3, #content h4, #content h5, #content h6 { 
	margin-bottom: .5em;
}

#content h3 { 
	font-size: 1.7em;
	font-weight: normal;
}

#content h4 {
	font-size: 1.5em; 
}

#content h5 { 
	font-size: 1.4em; 
}

#content h6 { 
	font-size:1.4em;
}


#content #text {
	padding: 10px;
}

#content p,
#content li{
   margin-bottom: 1em;
   font-size: 1.2em;
   line-height: 1.5;
}

#content ul,
#content ol{
	margin: 0 0 1.5em 3em;
	list-style: none;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 2em;
   font-size: 1.2em;
   margin-bottom: 1em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
   color: #808285;
   background-color: #808285;
}

#content a{
   color: #A50000;
}

#content a:hover{
   color: #000000;
   text-decoration: none;
}

#content img{
	float: none;
   margin: 0;
   border: 0;
   padding: 0;
}

#content #page-image {
	width: 485px;
	margin: 0 0 15px 10px;
	padding: 0;
	overflow: hidden; /*ie6 fix*/
}

#content #page-image #banner {
	padding: 0;
	border: 0;
	float: none;
	padding: 0;
	background: none;
	max-width: 485px;


}

#content table td {
	padding: 10px;
}

/* =Content - editor css */

#content .redtext {
	color: #A50000;
}

#content .featured-box {
	background: #F6E0CE url(/_img/bg_featured_box.gif) repeat-x top;
	border: 1px solid #808285;
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.1em;
}

#content .featured-box td {
	padding: 10px;
	border-bottom: 1px solid #808285;
	font-size: 1.1em;
}

#content .featured-box ul {
	margin-left: 0;
	list-style: none;
}

#content .featured-box li {
	padding-left: 10px;
	margin-top: 5px;
	list-style: none;
	background: url(/_img/bg_bullet_circle.png) no-repeat left center;
	font-size: 1em;
}

#content .featured-box p {
	padding-bottom: 5px;
	font-size: 1em;
}


#content .featured-box h5 {
	font-size: 1.2em;
}

/* =Subcontent
---------------------------------------------------------------------
*/

#sub-content { 
 	float: right; 
	width: 178px;
	display: inline;
	margin-right: 10px;
	padding-top: 15px;
}

body#news-events #sub-content { 
 	float: right; 
	width: 188px;
	display: inline;
	margin-right: 0;
	padding-top: 15px;
}

body#news-events #sub-content {
	background: url(/_img/bg_sub_news.jpg) repeat-x top;
}

#sub-content .section {
	margin-bottom: 15px;
}

#sub-content .section img {
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#sub-content #family-rotator img {
	display: none;
}

#sub-content .section h3 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 10px;
}
 
#sub-content .section p {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	padding: 5px 0 10px 0;
}

#sub-content .section a {
	color: #A50000;
	text-decoration: none;
}

#sub-content .section a:hover {
	color: #000000;
}

body#news-events #sub-content #twitter-content {
	padding: 0 10px;
	min-height: 700px;
}

body#news-events #sub-content #twitter-content h3 {
	background: url(/_img/bg_sub_tweet.png) no-repeat top center;
	padding-top: 110px;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}

body#news-events #sub-content #twitter-content p {
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom: 0;
	padding: 5px 0 10px 0;
	line-height: 1.4;
}

/* pagination */

#content p#pagination{
   padding: 15px;
   margin: 0;
   clear: both;
}

#content p#pagination a{
   margin-right: 5px;
   padding-right: 8px;
   padding-left: 5px;
   text-decoration: none;
   color: #000000;
   border-right: 1px solid #000000;
}

#content p#pagination a:hover{
   color: #A50000;
}

#content p#pagination a#current{
	text-decoration: underline;
}

#content p#pagination a#next, #content p#pagination a#previous {
	border: 0;
}

#content p#pagination a#previous {
	padding-right: 0;
	padding-left: 0;
}

/* Media Box */

#content #mediabox { 
	float:right; 
	padding:10px; 
	margin: 0 0 25px 10px; 
	border: 2px solid #EFEFEF;
	background: #FFFFFF;
	list-style: none;
}

#content #mediabox li { 
	padding:3px 0 3px 25px; 
	font-size: 1.1em;
	list-style: none;
}

#content #mediabox li a {
	text-decoration: none;
}

#content #mediabox li#mb_links { 
	background: #EFEFEF;  
	margin:-10px -10px 10px; 
	padding:10px; 
	font-size: 1.2em;
	font-weight: bold;
}

#content #mediabox li#mb_jukebox	{ 
	background:url(/_img/play_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_download { 
	background:url(/_img/download_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_notes { 
	background:url(/_img/notes_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_video {
	background:url(/_img/video_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_podcast	{ 
	background:url(/_img/feed_icon.gif) no-repeat left 2px; 
}
	
/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar { 
	float: left;
	width: 220px;
	padding-top: 40px;
}

#subnav {
	list-style: none;
	margin-bottom: 15px;
	width: 214px;
}

#subnav li {
	list-style: none;
}

#subnav li a {
	display: block;
	width: 194px;
	line-height: 33px;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 1.4em;
	background: url(/_img/bg_subnav_li.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}

#subnav ul {
	margin: 0 5px 5px 20px;
	width: 189px;
}

#subnav li li {
	border-bottom: 1px solid #000000;
}

#subnav li li a {
	display: block;
	line-height: 1.3em;
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	background: none;
	padding: 4px 0;
	margin-bottom: 0;
	width: 189px;
}

#subnav li li a:hover {
	color: #A50000;
}

#subnav ul ul {
	width: 179px;
	margin-left: 10px;
}

#subnav li li li {
	border-bottom: 0;
}

#subnav li li li a {
	font-size: 1.1em;
	background: url(/_img/bg_subnav_li_li.png) no-repeat left 7px;
	padding: 2px 0 2px 10px;
	width: 169px;
}

#subnav ul ul ul {
	width: 169px;
	margin-left: 10px;
}

#subnav li li li li a {
	padding-left: 10px;
	width: 159px;
}

#sidebar .section {
	margin-bottom: 15px;
	margin-left: 20px;
}

#sidebar .section img {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}

#sidebar .sidelinks {
	margin-bottom: 20px;
}

#sidebar .sidelinks h2 {
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

#sidebar .sidelinks h3 {
	display: block;
	width: 194px;
	line-height: 33px;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 1.4em;
	background: url(/_img/bg_subnav_li.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}

#sidebar .sidelinks p {
	padding: 5px 20px;
	font-size: 1.2em;
}

#sidebar .sidelinks p a {
	color: #A50000;
}

#sidebar .sidelinks p a:hover {
	color: #000000;
	text-decoration: none;
}

#sidebar .sidelinks ul {
	margin: 0 5px 15px 20px;
	width: 189px;
	list-style: none;
}

#sidebar .sidelinks ul li {
	border-bottom: 1px solid #000000;
	font-size: 1.4em;
}

#sidebar .sidelinks ul li a {
	display: block;
	line-height: 1.3em;
	color: #000000;
	font-weight: normal;
	background: none;
	padding: 4px 0;
	margin-bottom: 0;
	width: 189px;
	text-decoration: none;
}

#sidebar .sidelinks ul li a:hover {
	color: #A50000;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer {
	clear: both;
	width: 929px;
	background: url(/_img/bg_footer.gif) repeat-x top;
	padding-top: 10px;
}

#footer p { 
	font-size: 1.1em; 
	color: #FFFFFF; 
	margin: 0 0 5px 0; 
	padding: 0;
	line-height: 1.4;
}

#footer a { 
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


/* Photo Gallery */

#content #gallery-content {
	margin: 15px 0;
}

#content .gallery-box {
	float: left;
	width: 150px;
	min-height: 200px;
	margin: 0 15px 15px 0;
}

#content .gallery-box-image {
	width: 132px;
	margin-bottom: 10px;
	background: #CC9168;
	padding: 9px;
}

#content .gallery-box-image img {
	max-width: 128px;
	max-height: 128px;
	border: 1px solid #FFFFFF;
}

#content .gallery-box-image img:hover {
	border: 1px solid #000000;
}

#content .gallery-box h4 {
	margin-bottom: .5em;
	font-size: 1.3em;
	text-align: center;
}

#content .gallery-box h4 a {
	color: #000000;
	text-decoration: underline;
}

#content .gallery-box h4 a:hover {
	color: #A50000;
	text-decoration: none;
}


/* =Calendar
---------------------------------------------------------------------
*/

#content #cal-wrap {
	padding-top: 10px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 175px;
}

body#calendar-activity #content #cal-wrap {
	background: url(/_img/bg_calendar_activity_bottom.jpg) no-repeat center bottom;
}

body#calendar-trains #content #cal-wrap {
	background: url(/_img/bg_calendar_trains_bottom.jpg) no-repeat center bottom;
}

body.calendar-events #content #cal-wrap {
	background: url(/_img/bg_calendar_events_bottom.jpg) no-repeat center bottom;
}

body#calendar-youngfriends #content #cal-wrap {
	background: url(/_img/bg_calendar_friends_bottom.jpg) no-repeat center bottom;
}

#content table.calendar { 
	margin: 0 0 25px 10px; 
	border-collapse: collapse;
}

#content table.calendar caption{
   font-size: 2em;
   text-align: left;
	padding-bottom: 15px;
	padding-top: 45px;
	color: #A50000;
}

body#calendar-activity #content table.calendar caption{
	background: url(/_img/bg_calendar_activity_top.jpg) no-repeat right top;
}

body.calendar-events #content table.calendar caption{
	background: url(/_img/bg_calendar_events_top.jpg) no-repeat right top;
}

body#calendar-youngfriends #content table.calendar caption{
	background: url(/_img/bg_calendar_friends_top.jpg) no-repeat right top;
}

#content table.calendar caption span{

}

#content table.calendar caption span.calendar-prev{
   width: 107px;
   height: 31px;
   background: url(/_img/btn_previous.png) no-repeat;
   position: absolute;
   left: 0;
   bottom: 160px;
}

#content table.calendar caption span.calendar-next{
   background: url(/_img/btn_next.png) no-repeat;
   width: 107px;
   height: 31px;
   position: absolute;
   right: 0;
   bottom: 160px;
}

#content table.calendar th { 
	padding: 6px 0; 
	font-size: 1.2em; 
	font-weight: normal;
	text-align: center; 
	background: #A50000;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000; 
	border-left: 1px solid #000000;
}

#content table.calendar td { 
	width: 62px; 
	height: 62px; 
	padding: 2px; 
	border: 1px solid #000000; 
	border-top: 0; 
	background: #FFFFFF; 
	font-size: 1em; 
	vertical-align: top; 
	color: #000000;										
}

#content table.calendar td.empty { 	
	background: #E1E1E1;								
}

#content table.calendar td a	{ 
	text-decoration: none;
	color: #A50000;
}

#content table.calendar td ul { 
	margin: .5em 0 0 .5em; 
	font-size: 1em; 
	list-style: none; 
}

#content table.calendar td li { 
	margin-bottom: .75em; 
	font-size: 1em; 
	line-height: 1.2; 
	list-style: none;
}

#content table.calendar td li a	{ 
	color: #A50000;
	text-decoration: none;
}

#content table.calendar td li a:hover{
	color: #000000;
	text-decoration: underline;
}
/* =Articles
---------------------------------------------------------------------
*/

#content #article-content {
	margin-bottom: 15px;
}

#content #article-content .readmore {
	text-transform: uppercase;
}

#content #article-content h3 {  
	padding: 5px 0 0 0; 
}

#content #article-content h3 a, #content #article-content h5 a {
	text-decoration: none;
}

#content #article-content h3 a .title {
	color: #000000;
}

#content #article-content h5 a .title {
	color: #000000;
	background: url(/_img/bg_news_arrow.gif) no-repeat right;
	padding-right: 25px;
}

#content #article-content h3 a:hover .title, #content #article-content h5 a:hover .title {
	color: #A50000;
}

#content .article-post {  
	margin-bottom: 10px;
}

/* =Blog
---------------------------------------------------------------------
*/

body#house-blog #content { 
	width: 693px;
}

#content #blog-container {
	width: 624px;
	background: url(/_img/bg_blog_content_top.png) no-repeat top center;
	padding-top: 20px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#content #blog-content {
	background: url(/_img/bg_blog_content.png) center repeat-y;
}

#content .blog-home {
	position: relative;
	min-height: 500px;
}
	
#content .blog-home #blog-welcome-img {
	position: absolute;
	right: -110px;
	top: -75px;
	z-index: 100;
	border: 0;
	padding: 0;
	margin: 0;
	float: none;
}

#content #blog-content-cap {
	background: url(/_img/bg_blog_content_bot.png) no-repeat bottom center;
	width: 624px;
	height: 20px;
}

#content .blog-home .blog-post {
	padding: 0 290px 0 15px;
}

#content .blog-post { 
	padding: 0 15px 10px 15px;
}

#content .blog-post h3 {
	margin-bottom: 15px;
	font-size: 1.6em;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
	color: #A50000;
}

/*
#content .blog-post h3 {
	margin-bottom: 15px;
	font-size: 1.6em;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
	padding-left: 86px;
	min-height: 60px;
	color: #A50000;
}

#content .blog-post h3.House {
	background: url(/_img/blog_h3_thehouse.png) no-repeat left 50%;
}

#content .blog-post h3.Families {
	background: url(/_img/blog_h3_ourfamilies.png) no-repeat left 50%;
}

#content .blog-post h3.Friends {
	background: url(/_img/blog_h3_youngfriends.png) no-repeat left 50%;
}

#content .blog-post h3.Events {
	background: url(/_img/blog_h3_events.png) no-repeat left 50%;
}
*/
#content .blog-post h3 a {
	text-decoration: none;
}

#content .blog-post h3 a .title, #content .blog-post h3 .title {
	color: #000000;
}

#content .blog-post h3 a:hover .title {
	color: #A50000;
}

#content .blog-post h4 span { 
	font-size: .8em; 
	margin-left: 10px; 
	color: #BDBDBD;
}

#content .blog-post h4 a { 
	font-size: 1em;
	text-decoration: none;
}

#content .blog-post h4 a:hover {
	color: #FF9900;
}

#content .blog-post p { 

}

#content .blog-post-meta { 
	margin:0;
}


#content #blog-social {
	list-style: none;
	width: 578px;
	height: 54px;
	background: url(/_img/bg_blogsocial.jpg) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 50;
	padding-top: 10px;
}

#content #blog-social li {
	list-style: none;
	float: left;
	margin-left: 6px;
	display: inline;
	width: 42px;
	height: 41px;
}

#content #blog-social li a {
	display: block;
	width: 42px;
	height: 41px;
	text-indent: -9999px;
	background: url(/_img/bg_icons_social_blog.png) no-repeat;
}

#content #blog-social li#rss a {
	background-position: 0 0;
}

#content #blog-social li#facebook a {
	background-position: -49px 0;
}

#content #blog-social li#twitter a {
	background-position: -98px 0;
}


#content #blog-extras {

}

#content #blog-photo-gallery {
	float: left;
	width: 316px;
	height: 167px;
	margin-right: 15px;
	background: url(/_img/img_blogwelcome_photogallery.png) no-repeat;
}

#content #blog-photo-gallery a {
	display: block;
	width: 316px;
	height: 167px;
	text-indent: -9999px;
}

#content #blog-twitter {
	float: left;
	width: 300px;
	min-height: 130px;
	background: url(/_img/bg_sub_tweet.png) no-repeat left 50%;
}

#content #blog-twitter h3 {
	padding: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
	margin: 10px 0 5px 90px;
}

#content #blog-twitter p {
	padding: 0;
	margin: 0 0 0 90px;
}

#content #blog-twitter p a {
	text-decoration: none;
}

#content #blog-twitter p a:hover {
	text-decoration: underline;
}

/* =blog sidebar */

#sidebar .sidelinks .mcms_filter_list {
	margin: 0 5px 5px 20px;
	width: 189px;
	list-style: none;
}

#sidebar .sidelinks .mcms_filter_list li {
	border-bottom: 0;
	margin-bottom: 0;
}

#sidebar #blog-categories {
	margin: 0 5px 5px 20px;
	width: 189px;
	list-style: none;
}

#sidebar #blog-categories li {
	border-bottom: 0;
	margin-bottom: 5px;
}

#sidebar #blog-categories li a {
	width: auto;
	padding-left: 40px;
	line-height: 25px;
}

#sidebar #blog-categories li#the-house a {
	background: url(/_img/bg_sidelinks_li_thehouse.png) no-repeat left 50%;
}

#sidebar #blog-categories li#our-families a {
	background: url(/_img/bg_sidelinks_li_ourfamilies.png) no-repeat left 50%;
}

#sidebar #blog-categories li#young-friends a {
	background: url(/_img/bg_sidelinks_li_youngfriends.png) no-repeat left 50%;
}

#sidebar #blog-categories li#events a {
	background: url(/_img/bg_sidelinks_li_events.png) no-repeat left 50%;
}

/* =Form Settings
---------------------------------------------------------------------
*/

#content .monkForm legend {
	font-size: 1.3em;
}

#content .monkForm .text label {
	display: inline-block;
	width: 120px;
	float: left;
	padding-top:  3px;
}

#content .monkForm .text p.data input  {
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
	height: 18px;
	padding: 2px 5px 0 5px;
}

#content #newsletter #newsletter_text  {
	border: 1px solid #9E9FA2;
	height: 18px;
	padding: 2px 5px;
	margin-bottom: 10px;
	width: 200px;
}

#content .monkForm .textarea{
	clear: both;
}

#content .monkForm .textarea label{
	display: block;
}

#content .textarea textarea{
	width: 350px;
	height: 100px;
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
} 

#content fieldset .checkbox p.data{
  width:150px;
  float: left;
  display: inline;
}

#content .monkForm .text {
	clear: both;
}

#content #text .monkForm .error{
	color: #A50000;
	margin-bottom: 4px;
	font-size: 1.1em;
	font-style: italic;
	padding: 0;
	margin: 0;
} 


#content .monkForm .errorSummary{
	color: #A50000;
	font-weight: bold;
	font-size: 1.4em;
}

#content #text .monkForm p.data img.captcha{
	display: block;
	float: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content #text .monkForm .captcha input{
	border: 1px solid #9E9FA2;
}

#content #text .monkForm .captcha label{

}

/* =Comments
---------------------------------------------------------------------
*/

#content #comments {
	margin-bottom: 30px;
	padding: 10px;
}

#content #comments .login{

}

#content #comments p{
	font-size: 1.1em;
	margin-bottom: 5px;
}

#content #comments p strong{
	font-weight: bold;
	margin-right: 5px;
}

#content #comments form label{
	width: 120px;
	display: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#content #comments form{
	margin-bottom: 30px;
}

#content #comments form textarea{
	height: 150px;
	margin-bottom: 10px;
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px;
	line-height: 1.5em;
	width: 400px;
}

#comments h4{


}

#comments .comment{
	padding: 10px;
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
	background: #EFEFEF;
	overflow: hidden;
	margin-bottom: 15px;
}

#comments .comment h5{

}

#comments .comment h5 span.date{
	color: #9A9A9A;
	font-size: .8em;
	font-weight: normal;
}

/* Product Home */


#content #product-content {
	margin: 15px 0;
}

#content .product-box {
	float: left;
	width: 150px;
	margin: 0 15px 15px 0;
	min-height: 250px;
}

#content .product-box-image {
	width: 132px;
	margin-bottom: 10px;
	background: #CC9168;
	padding: 9px;
}

#content .product-box-image img {
	max-width: 130px;
	max-height: 130px;
	border: 1px solid #FFFFFF;
}

#content .product-box-image img:hover {
	border: 1px solid #000000;
}

#content .product-box h4 {
	margin-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
}

#content .product-box h4 a {
	color: #000000;
	text-decoration: underline;
}

#content .product-box h4 a:hover {
	color: #A50000;
	text-decoration: none;
}

#content .product-box p.price {
	text-align: center;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	color: #000000;
	font-weight: bold;
}

#content .product-box p.price .original {
	text-decoration: line-through;
	margin-right: 10px;
}

/* Product Detail */

#content .product-detail .product-box {
	float: none;
	width: 100%;
	margin: 0;
	min-height: 0;
}

#content .product-detail .product-box-image {
	float: left;
	width: 150px;
	margin: 0;
	background: none;
	padding: 0;
	margin-right: 15px;
}

#content .product-detail .product-box-image img {
	max-width: 150px;
	height: auto;
	border: 0;
	margin-bottom: 10px;
}

#content .product-detail .product-box h4 {
	margin-bottom: 5px;
	font-size: 1.6em;
	text-align: left;
	text-decoration: underline;
}

#content .product-detail .product-box p.price {
	text-align: left;
	font-size: 1.6em;
	color: #000000;
	margin-bottom: 10px;
}


#content #product-content p.addtocart {

}

#content #product-content p.return {
	margin-top: 30px;
}

#content #product-content p.return a {
	color: #000000;
}

#content #product-content p.return a:hover {
	color: #A50000;
}

/* shopping Cart */

.store #content, body#me #content { 
	width: 693px;
}

.store #content #text .product h4 a:hover{
	text-decoration: underline;
}

.store #content #text .product img{
	background-color: #fff;
	border: 1px solid #eff0f4;
	padding: 3px;
	margin: 0 10px 0 0;
}

.store #content #text .product .purchase{
	display: block;
	float: right;
}

.store #content table.monkCart{
	margin-bottom: 10px;
	width: 650px;
	border-bottom: 3px solid #e0e0db;
	padding-bottom: 10px;
	border-collapse: collapse;
}

.store table.monkCart tr.item{
	background-color: #DDDDDD;
	font-size: 1.2em;
}

.store table.monkCart tr.item.odd{
   background-color: #EEEEEE;
}

.store table.monkCart tr.item td{
	vertical-align: middle;
}

.store table.monkCart tr.item form input.qty{
	vertical-align: middle;
	height: 12px;
	width: 2em;
	margin-left: 10px;

	margin-top: 6px;
	float: left;
	padding: 3px;
}

.store table.monkCart tr.item form input.button{
	margin-top: 7px;
	padding-left: 2px;
	float: right;
	display: inline;
}

.store table.monkCart tr.total{
	font-size: 1.3em;
	font-weight: bold;
}

.store table.monkCart tr td{
	padding-top: 10px;
	padding: 10px;
	line-height: 1.5em;
	font-size: 1.2em;
}

#checkout table.monkCart tr.odd{
   background: #DDDDDD;
}

#checkout table.monkCart tr,
#checkout table.monkCart tr.total{
   background: #EEEEEE;
}

#checkout table.monkCart tr td.amount{
   text-align: right;
}

#checkout table.monkCart{
   padding: 15px;
}

.store table.monkCart tr.total td{
	border-top: 1px solid #e6e6e6;
	font-size: 1.1em;
	padding: 5px 5px 10px 10px;
}

.store table.monkCart tr.total td.amount{
	font-size: 1.3em;
	color: #A50000;
	border-left: 1px solid #e6e6e6;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.store table.monkCart tr.item fieldset{
	padding: 5px 0 0;
}

.store table.monkCart th{
	font-size: 1.3em;
	padding-bottom: 10px;
	text-align: left;
	padding: 10px;
}

.store table.monkCart th.price,
.store table.monkCart th.total{
   text-align: right;
}

.store table.monkCart th.product{
	border-style: none;
	background-image: none;
}

.store table.monkCart tr.item.alt{
	background-color: #fff;
}

.cart.store #text form input{
	margin-bottom: 5px;
}

.store #detail .purchase{
	margin-bottom: 20px;
}

.store #size, .store #color{
	margin-bottom: 15px;
}

.store  #cart-checkout{
   float: left;
}

.store #cart-empty{
   float: right;
   margin-right: 20px;
}

#content .product .price{
	font-size: 1.8em;
	float: right;
	padding-top: 10px;
}

#content #product .productimages{
	width: 210px;
	float: left;
	margin-right: 10px;
}

#content #product .productimages img{
	width: 200px;
	margin-bottom: 15px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #e1e4e9;
}

#checkout #content #text a.thickbox{
   display: block;
   width: 101px;
   height: 33px;
   background: url(/_img/bg_cart_submit.gif);
   text-indent: -9999px;
}
#me #content ul#options{
	list-style: none;
	margin-left: 0;
	margin-bottom: 70px;
}
#me #content ul#options li{
	float: left;
	margin-right: 20px;
	background-image: none;
	padding: 0;
	list-style: none;
}

#options li a{
	display: block;
	width: 82px;
	height: 30px;
	text-indent: -9999em;
	background: url(/_img/btn-logout-orders.gif) no-repeat;
}

#options li.logout a{
	background-position: 0 0;
}

#options li.logout a:hover{
	background-position: 0 -32px;
}

#options li.orders a{
	background-position: right 0;
}

#options li.orders a:hover{
	background-position: right -32px;
}

#content .orderHistory{
	clear: both;
}

#content .orderHistory td a{
	font-size: 1.2em;
}

#content .orderHistory td.ordernum{
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content .orderHistory .orderHistoryTitle{
	padding-left: 16px;
	font-size: 1.2em;
	padding-bottom: 5px;
}

#content #orderHistoryDetail td{
	font-size: 1.2em;
	padding: 5px;
}

#content #orderHistoryDetail table{
	background-color: #fffeff;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#orderHistoryDetail .orderHistorySite strong{
	font-size: 1.3em;
	color: #333;
}

#orderHistoryDetail .orderDetailTotal{
	font-weight: bold;
}

#content #orderHistoryDetail table tr.even{
	background-color: #EEEEEE;
}

#content #orderHistoryDetail .orderDetailAddress{
	color: #313131;
	line-height: 1.5em;
}

#content #orderHistoryDetail .orderDetailCustomerService{
	line-height: 1.4em;
	color: #666666;
	background-color: #f9f9f9;
	font-size: 1.0em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 15px;
}



/* Popup for Volunteer */

body.popup {
	background: none;
	background: #3E1C08;
	color: #FFFFFF;
}


body#popup-vol #content-wrap { 
	clear: left;
	float: none;
	width: 800px;
	background: none;
}

body#popup-vol #container { 
	margin: 0; 
	width: 800px; 
	text-align: left;
	padding-top: 20px;
}

body#popup-vol #content { 
 	float: left; 
	width: 545px;
	display: inline;
	margin-right: 15px;
	margin-left: 10px;
}

body.popup #content h2 {
	border-bottom-color: #FFFFFF;
}

body.popup #content p {
	padding-right: 20px;
}

body.popup #content table {
	background: #820E00;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-bottom: 15px;
}

body.popup #content table td {
	padding: 10px 15px 10px 15px;
	font-size: 1.2em;
}

body#popup-vol #sub-content { 
 	float: right; 
	width: 230px;
	display: inline;
	margin-right: 0;
	padding-top: 0;
}

body.popup #sub-content {
	padding-top: 30px;
}

body.popup #sub-content .pu-section {
	margin-bottom: 15px;
}

body.popup #sub-content .pu-section ul {
	list-style: none;
	margin-left: 15px;
}

body.popup #sub-content .pu-section ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 6px 0;
}

body.popup #sub-content .pu-section ul li a {
	display: block;
	width: 150px;
	height: 31px;
	background: url(/_img/btns_mealsthatheal.png) no-repeat;
	text-indent: -9999px;
}

body.popup #sub-content .pu-section ul li#who-can-cook a {
	background-position: 0 0;
}

body.popup #sub-content .pu-section ul li#what-to-cook a {
	background-position: 0 -39px;
}

body.popup #sub-content .pu-section ul li#guidelines a {
	background-position: 0 -78px;
}

body.popup #sub-content .pu-section ul li#view-openings a {
	background-position: 0 -117px;
}

body.popup #sub-content #pu-contact {
	position: relative;
}

body#popup-vol #sub-content .pu-section img {
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

body.popup #sub-content #pu-contact img {
	position: absolute;
	left: -20px;
}

body.popup #sub-content #pu-contact img.heal {
	position: absolute;
	left: -50px;
}

body.popup #content ol {
	margin: 0 0 10px 20px;
}

body.popup #content ol li {
	margin: 0 0 5px 0;
	padding-bottom: 10px;
	background: url(/_img/bg_ol_dotted.png) repeat-x bottom;

}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.mcms_stats {
	display: none;
}

/* @end */


/* Misc */
.bloglistlink {
	margin-top: 20px;
}

/* @end */
