/*
Theme Name: Riverside Theme
Theme URI: http://rcfonline.org/
Description: Riverside Theme.
Version: 1.0
Author: Creative Volition
Author URI: http://www.creativevolition.com/
Tags: black, rcf, grangy, church

*/

/* HERE COMES THE CSS REST  */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------   END RESET    ---------- */


body {
background: url(images/main_rcf_bg.jpg) #000000 no-repeat top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #CCCCCC;
}

a {
color: #46A9FF;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wrapper {
width: 960px;
margin: auto;
}

#header {
width: 100%; 
height: 200px; 
margin: auto;
background: url(images/header_bg.jpg) no-repeat top center;
}

#logo {
height: 77px;
width: 335px;
position: relative;
float: left;
top: 30px; 
left: 80px; 
}

#logo a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#logo a span {
visibility: hidden;
}

#menu {
width: 385px;
position: relative;
top: 45px;
float: right;
right: 96px;
height: 40px;
}

#menu ul li {
float: left;
}


#menu a {
height: 40px;
font-size: 72px;
background: url(images/top_menu.jpg) no-repeat left;
}

#menu a:hover {
background: url(images/top_menu_hover.jpg) no-repeat left;
}

#menu a img {
height: 40px;
}


#menu a.home,
#manu a.home:hover {
background-position: 0px 0px;
}


#menu a.about,
#manu a.about:hover {
background-position: -76px 0px;
}

#menu a.ministries,
#manu a.ministries:hover {
background-position: -153px 0px;
}


#menu a.calendar,
#manu a.calendar:hover {
background-position: -230px 0px;
}


#menu a.contact,
#manu a.contact:hover {
background-position: -307px 0px;
}




#secondmenu {
width: 844px;
margin: auto;
text-align: center;
margin-top: 56px;
clear: both;
height: 47px;
}

#secondmenu ul {
height: 47px;
}


#secondmenu ul li {
float: left;
}


#secondmenu a {
background: url(images/second_menu.jpg) no-repeat left;
font-size: 72px;
height: 47px;
width: 100%;
}

#secondmenu a:hover {
background: url(images/second_menu_hover.jpg) no-repeat left;
}

#secondmenu a img {
height: 47px;
margin: 0px; 
padding: 0px; 
border: 0px;
}


#secondmenu a.newtorcf,
#secondmanu a.newtorcf:hover {
background-position: 0px 0px;
}


#secondmenu a.homegroups {
background-position: -214px 0px;
}

#secondmanu a.homegroups:hover {
background-position: -214px 0px;
}


#secondmenu a.listen,
#secondmanu a.listen:hover {
background-position: -402px 0px;
}

#secondmenu a.news,
#secondmanu a.news:hover {
background-position: -629px 0px;
}






#content {
width: 843px;
margin: auto;
background-position: 99% -1px;
clear: both;
}

#mainbanners {
width: 100%;
margin: auto;
height: 350px;
margin-bottom: 14px;
}

#mainbanners #bannerleft {
width: 245px; 
float: left;
}

#bannerleft img {
margin-bottom: 11px;
}


#mainbanners #featuredcontent {
width: 590px; 
float: right;
height: 350px;
position: relative;
}


#contentbox {
border: 1px solid #4A3F3A;
background: url(images/block_bg.jpg) #000000 no-repeat top right;
float: left;
padding: 25px;
}

#contentbox img.title {
margin: 0 0 25px 0;
}

#contentbox p {
line-height: 2;
}

#contentbox p.texttitle {
margin: 30px 0 15px 0;
}

hr {
size: 1px;
height: 1px;
color: #222222;
}

em {
font-style: italic;
}


#footer {
background: url(images/footer_bg.png) no-repeat top center;
text-align: right;
line-height: 1.7;
width: 920px;
height: 95px; 
position:relative;
top: -20px;
clear: both;
color: #666666;
margin: auto;
}

#footer p {
float: right; 
margin: 32px 280px 0 0;
color: #000000;
}

#footer p a {
color: #000000;
}


.clear {
clear: both;
}


/* MENU */

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul { 
visibility:hidden;
position:absolute;
height:0;
top:40px;
width: 150px;
}
/* another hack for IE5.5 */
* html #menu ul ul {top:40px;t\op:40px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0; z-index: 999;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited { height:auto; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:150px;}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible; }

