/*-----------------New design template for RiverValleyCC.org---------------------*/
/*  MAIN.CSS - deals with site-wide elements and home page styles                 */
/*  For reasons of consistency, please link this file to all pages in the domain . */
/*  For questions about this design, please contact brian@thepoetic.com.         */
/*-----------------------------------site-wide elements----------------------------------*/
*{
margin: 0;
padding: 0;	
}

li{
	list-style: none;	
}

a{
	text-decoration: none;
	color: #775522;
}

a:hover{
	color: #888888;
}

body{
	font-family: "helvetica", "verdana", "futura lt", "arial", sans-serif;
	background: url('images/page_bg-blue.jpg') top center;
}

img{
	border-collapse: collapse;
}

a img{
	border: 0px none;
}

#wrapper{
	width:	1000px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 48px 0px 48px;
}

#header{
	width: 996px;
	height: 182px;
	background-attachment:fixed;
	background: url('images/site_header_both.png') 0px 0px no-repeat;
}

#site_title {
	height: 152px;
}

#header .linktext{
	visibility: hidden;
}

.header_link{
	display: block;
	text-decoration: none;
	height: 152px;
}

.header_link:hover{
	background: url('images/site_header_both.png') -1px -182px no-repeat;
}

#sitenav{
	float: right;
	margin-right: 58px;
	margin-top: 8px;
}

#sitenav a{
     text-transform: lowercase;
}

.current_tab{
	width: 120px;
	padding: 5px 7px 5px 7px;
	background: url('images/nav_tab.png') top center no-repeat;
	font-size: 15px;
}

.main_nav_link{
	font-size: 15px;
	text-decoration: none;
	max-width: 120px;
	padding: 5px 7px 5px 7px;
	color: #666666;
}

.main_nav_link:hover{
	color: #ccaa66;
}

#page_body{
	width: 996px;
	background: url('images/content_bg.png') top center repeat-y;
	padding: 0px 0px 15px 0px;
}

#sidebar{
float: left;
width: 285px;
padding: 0px 10px 0px 46px;
position: relative;
top: -35px;
}

.module_header{
	height:18px;
	width: 259px;
	padding: 12px 0 0 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	background: url('images/popout_header.png') top left  no-repeat;
	font-size: 16px;
}

.module_body{
	font-size: 14px;
	width: 243px;
	padding: 10px 16px 0 16px;
	overflow: hidden;
	background: url('images/popout_content.png') bottom left no-repeat;
	color: 666666;
}

.sidebar_module ul{
  margin-left: 10px;
}

.module_body a{
	color: #888888;
	font-weight: bold;
}

.module_body a:hover{
	color: #ccaa66;
}

.module_table th{
	width: 60px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 14px;
	color: #888888;
}

.event_times{
	white-space: nowrap;
	color: #888888;
}

.module_body p{
	font-size: 13px;
}


.module_link_img{
	float: left;
	margin: 0px 7px 0 -2px;
}

.module_text_title{
	font-weight: bold;
	font-size: 16px;	
}

.module_small_indent{
	font-size: 12px;
	color: #888888;
	margin-left: 5px;
}

.module_list{
	padding-left: 10px;
	font-size: 13px;
}

.sidebar_edit_links a{
	font-weight: normal;
}

.module_list li{
	color: #888888;
}

.module_footer{
	height: 15px;
	width: 244px;
	padding: 4px 25px 10px 16px;
	overflow: hidden;
	text-align: right;
	background: url('images/popout_footer.png') bottom left no-repeat;
	font-size: 14px;
}

.content_module_bottom{
	float: right;
}

#content{
	width: 590px;
	float: right;
	margin-right: 60px;
	margin-top: 10px;
}

.content_header{
	font-weight: normal;
	font-size: 30px;
	color: #224499;
	height: 45px;
	padding-top: 10px;
	background: url('images/body_titlebg.png') 3px right repeat-x;
}

.content_info_small{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
	text-align: right;
	position: relative;
	top: -11px;
	bottom: -23px;		
}

.content_header_medium{
	font-weight: normal;
	font-size: 20px;
	color: #222222;
	padding-left: 10px;
	background: url('images/body_headerbg.png') top left no-repeat;
}

.content_header_medium a{
	color: #222222;
}

.content_header_medium a:hover{
	color: #888888;
}

.content_header_small{
	font-weight: normal;
	font-size: 16px;
	color: #222222;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}




.content_image_left{
	float: left;
	background: url('images/body_imagebg.png') bottom left no-repeat;
	padding: 10px;
	line-height: 10px;
}

.content_image_large{
	display: block;
	margin-bottom: 5px;
}
.content_image_left small{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

#content ul{
	margin: 5px 0px 5px 15px;
	font-size: 13px;
}

#content p{
	font-size: 13px;	
	padding-left: 10px;
}

#site_ads{
width: 850px;
margin: 10px 73px 0px 73px;
text-align: right;
}
#site_ads a{
padding: 0px 5px 15px 5px;	
}



.grey_hr_90{
	height: 1px;
	background-color: #888888;
	width: 90%;
	border: 0px none;
	position: relative;
	left: 5%;
	margin: 5px 0 5px 0;
}

#page_footer{
	background: url('images/footer_bg.png') top left no-repeat;
	font-size: 11px;
	padding: 5px 48px 5px 48px;
	height: 41px;
	text-align: center;
	color: #cccccf;
}
#page_footer a{
	color: #ccbb88;	
}

#page_footer a:hover{
	color: #ffffff;	
}

.clear{
clear: both;	
}

.image_small-left, .image_staff{
float: left;
margin: 0 10px 0 0;
}

.staff_position{
font-weight: normal;
}

.image_small-right{
float: right;
margin: 0 0 0 10px;
}

div#content{
font-size: 12px;
}

.float-left {
 float: left;
}
.float-right {
 float: right;
}
.float-center {
 margin: 0 auto;
}

.gallery_td{
margin: 5px;
padding: 10px;
}

.staff_entry{
margin: 5px 0 5px 0;
}

.image_social{
height: 20px;
position: relative;
top: 2px;
}

/*-------------------------------------messages section-----------------------------------------*/
.series_list{
	padding-left: 10px;
	font-size: 13px;
}

.message_list{
	padding-left: 10px;
	font-size: 12px;
}
.message_list .message_info{
	display: block;
	font-weight: normal;
	color: #000000;	
}
.highlighted{
	background:url('images/highlight_gradient.png') top left repeat-y;
	color: #002244 !important;
}

.content_image_left_shadow{
	float: left;
	background: url('images/shadow_120.png') bottom right no-repeat;
	padding: 10px;
	line-height: 10px;
}

/*----page default styles----*/

.margin5{
    margin: 5px;    
}

.margin10{
    margin: 10px;
}

.pad5{
    padding: 5px;   
}

.pad10{
    padding: 10px;  
}

.borderblack{
    border: 1px solid #000000;
}

.bordergrey{
    border: 1px solid #888888;
}

.grey_hr_90{
    height: 1px;
    background-color: #888888;
    width: 90%;
    border: 0px none;
    position: relative;
    left: 5%;
    margin: 5px 0 5px 0;
}

.indent5{
    margin-left: 5px;
}
.indent10{
    margin-left: 10px;
}
.indent20{
    margin-left: 20px;
}
ul.yearlist{
display: inline;
}

.solid{
white-space: nowrap;
}

.total_hr{
border: 1px #000000 solid;
margin: 3px;
}
.w150{
width: 150px !important;
}

.w200{
width: 200px !important;
}

.w250{
width: 250px !important;
}

.w300{
width: 300px !important;
}

.w360{
width: 360px !important;
}

.w400{
width: 400px !important;
}

.w450{
width: 450px !important;
}

.w520{
width: 520px !important;
}

.p6{
font-size: 6px !important;
}

.p8{
font-size: 8px !important;
}

.p10{
font-size: 10px !important;
}

.p12{
font-size: 12px !important;
}

.p16{
font-size: 16px !important;
}

.p20{
font-size: 20px !important;
}

.left{
float: left;
}
.right{
float: right;
}

.image_series, .image_teaching{
float: left;
margin-right: 5px;
}

.preview_wrapper{
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background: url("images/black_20.png");
padding-top: 20px;
overflow: auto;
}

.preview{
margin: 0 auto;
width: 600px;
background: url("images/white_80.png") 0px -110px repeat-y;
padding: 10px;
overflow: auto;
padding-bottom: 100px;
}

.products_brief img{
float: left;
}

.teachings_brief {
margin-top: 10px;
margin-bottom: 10px;
}

.date_marker{
display: block;
float: left;
text-align: center;
position: relative;
background: #dddddd;
font-height: 16px;
color: #000000;
margin: 3px;
padding: 5px;
left: 0px;
width: 20px;
margin-left: -20px;
border: 1px solid black;
}

.year_list li{
display: inline;
margin-left: 5px;
}

.series_title{
font-size: 24px;
}

.series_brief h4{
font-size: 16px;
}
