/* HTML Tag Redefinition */
html, body {height: 100%;  }

body {
	background-color: #eeeeee; 
	padding: 0px; margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height:17px; 
}


.left {float: left;}
.right {float: right;}
.no-margin {margin: 0;}
.clear {clear:both;}
.float-catch {clear:both;}

h1{}
h2{}
h3{}
h4{
	color:#29678E;
	font-size:1.35em;
	font-weight:normal;
	margin:0 0 5px;
	text-transform:none;
}

img {border: 0px}

a { 
	cursor:pointer;
	text-decoration:none;
}

a,a:visited {
	color: #eeeeee;
}

a:hover, a:active{
	color: #003A63;
} 

.nav-path-selected a {
	color: #003A63;
}

.nav-selected a {
	color: #003A63 !important;
}

.member-product {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:10px 0 0;
padding:15px;
}

.mp-left {
float:left;
width:400px;
}

.mp-right {
float:right;
}

.mp-right input {
margin-top:10px;
}

.contactBtn {
margin-left:10px;
margin-top:10px;
}

label { font-weight:bold;}
fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}


/* Page Structure / Navigation */

#page { 
	width: 950px; 
	margin: 0 auto;
	text-align: left; 
 }


#page #header { position:relative; } 

#page #header h1 {
	font-size:1px;
	text-indent:-1337px;
}

#page #header #logo { 
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/ram-logo.jpg) no-repeat;
	margin-bottom: 0px; 
	padding: 0px; 
	margin-top:10px; 
	left:0px ;  
	width:auto;
	height:78px;
}

#page #header #logo a{
	background: none;
	text-decoration:none;
	display: block;
	width:138px;
	height:78px;
}



#page #header #headerNav { 
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/menu_bar.gif) repeat-x scroll 0 0 #B1B6B9;
	margin-top: 8px;
	padding: 10px 10px 10px 4px;
}

#page #header ul.nav-header{ 
	list-style:none; 
	margin:0px; 
	padding:0px; 
}

#page #header ul.nav-header li{ 
	border-left:1px solid #EEEEEE;
	color:#EEEEEE;
	display:inline;
	list-style:none outside none;
	padding:0 10px; 
}

#page #header ul.nav-header li.first {
	border-left: 0px;
}

#page #header ul.nav-header li a { 
	text-decoration:none; 
	
}

#page #header ul.nav-header li a:hover, #page #header ul.nav-header li.nav-selected {
	color:#003A63;
}

#page #header-image {

}


#page #central {
	clear: both; 
}

#page .no-sidebar { background-image: none !important}

#page #central.central-left { 
	background:url(http://www.riversideartmuseum.org/themes/ram2010/); 
}

#page #central.central-left div#sidebar {float: left !important; }

#page #central.central-left #body {
	padding-left: 68px !important; 
	padding-right: 0px !important; 
	float:right;
}
 
#page #central #body{ 
	border-right:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	float:left;
	width:620px;
	padding-bottom: 20px;
	margin-top: 11px;
}

#page #central #body h3{ 
	color:#003A63;
	font-size:1.5em;
}

#page #central #body h3 a{ 
	text-decoration: none;
	color:#26658C;
	padding: 5px 5px;
	margin-bottom: -17px;
	display: block;
}

#page #central #body h3 a:hover{ 
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#003A63;
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/submenu_bar2.gif) repeat-x;
	padding: 5px 5px;
	margin-bottom: -17px;
}

.ccm-page-list-description {
	padding-left: 5px;	
}

#page #central #body #sub-nav {
	background: #A3A6A9 url(http://www.riversideartmuseum.org/themes/ram2010/images/submenu_bar2.gif) repeat-x  top left; 
	border:1px solid #CCCCCC;
	/* text-align: center; */
	margin-right:-1px;
	padding:8px 10px;
}

#sub-nav ul {
	margin:0;
	padding:0;
}

#sub-nav ul li {
	border-right:1px solid #26658C;
	color:#26658C;
	float: left;
	margin: 3px 0;
	list-style: none !important;
	padding:0 13px 0 13px;
}

#sub-nav .last {
	border: none;
}

#sub-nav ul li a  {
	text-decoration: none;
	color:#26658C;
	font-size:1.09em;
}

#sub-nav ul li a:hover  {
	color:#003A63;
	background: none !important;
}

#dubSub-nav {
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/menu_bar.gif) repeat-x;
	padding:0 3px 0 14px;
}

#dubSub-nav ul {
	margin:0 0 0 -0.9em;
	padding:0;
}

#dubSub-nav ul li {
	display:inline;
	list-style:none outside none;
	padding:0 0 0 0.9em;
}

#dubSub-nav ul li a {
	font-size:1.09em;
	text-decoration: none
}

#body p{ 
	color:#555555;
	margin-top:10px;
}

#content {
	padding:0 15px 0 10px;
}

#content a {
	text-decoration: none;
	color:#26658C;
}

#content a:hover {
	color:#003A63;
}


/*-------------------------------Home Page--------------------------------*/

#mainblockwrapper{
	margin-bottom:10px;
}

#carousel{
	border-right:1px dashed #636466;
	float:left;
	margin-right:7px;
	padding-right:8px;
	height: 485px;
	width:400px;
}

#static-block{
	border-right:1px dashed #636466;
	float:left;
	margin-right:7px;
	padding-right:8px;
	width:300px;
}

#donate-block{
	width: 218px;
	float: left;
}

#donate{
	border:medium none !important;
	margin-bottom:10px;
}

#blog{
	border:medium none !important;
}

.banner{
	height:75px;
	width:470px;
	float:left;
	margin:0 0 10px;
}

#banner2{
	float:right;
}

#mission{
	background:none repeat scroll 0 0 white;
	border:1px dashed #AAAAAA;
	clear:both;
	margin:0 0 10px;
	padding:10px;
	text-align:center;
}

#mission h3{
	font-size:1.3em;
	margin:0;
	color:#003A63;
	margin-bottom:10px;
}

#mission p{
	font-size:1.2em;
	margin:0;
}


#three-columns{
	clear: both;
	width: 100%;
}

#three-columns th{
	width: 33.3%;
	height: 35px;
	background: #2e6990 url(http://www.riversideartmuseum.org/themes/ram2010/images/blue-gradient.gif) repeat-x;
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
}

#three-columns th p {
	margin: 0;
}

#three-columns td{
	vertical-align: top;
}

#three-columns p{
	color: #ffffff;
	margin-top: 0px;
}

#three-columns a{
	color: #ffffff !important;
}

#three-columns a:hover{
	color: #003A63 !important;
}


#three-columns img{
	margin-right: 5px;
	float: left;
}


#three-columns #artists{
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/submenu_bar3.gif) repeat-x;
	/* background: url(http://www.riversideartmuseum.org/themes/ram2010/images/home/artifacts.jpg) no-repeat #808284 10px 10px; */
	padding: 10px 10px 10px 10px;
}

#three-columns #news {
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/submenu_bar2.gif) repeat-x;
	padding: 10px 10px 10px 10px;
}

#three-columns #sign-up {
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/submenu_bar3.gif) repeat-x !important;
	background:#808284;
	padding: 10px;
}

.homeimage{
	height:100px;
	/*width:100px;*/
	margin-right:10px;
	float:left;
}

/*------------------------------------------------------------*/

/*-------------------------------Sub Page--------------------------------*/

#page #header-image{
	position:relative;
}

#page #header-image h2{
	width:900px;
	padding:0;
	margin:0;
	position:absolute;
	color:#FFFFFF;
	font-size:1.75em;
	font-weight:normal;
	text-transform:uppercase;
	top:32px;
	left:20px;
}

/*-------------------------------3 column Sub Page--------------------------------*/

#central #body #left-content{
	width:250px;
	float:left;
}

#central #body #right-content{
	padding-left:260px;
	padding-right:10px;
}

#central #body #left-content h3{
	font-size:1.7em;
	color:#fff;
	font-weight:normal;
	background:url(http://www.riversideartmuseum.org/themes/ram2010//images/rhs/ways-to-give.gif);
	padding:0.6em 0.2em 0.4em 0.5em;
	margin:0;
}

#central #body #left-content .asmillerGalleria_container{
	height:auto; !important
}

#central #body #left-content #asmillerGalleryBlock{
	margin-top:20px;
}

#central #body #left-content #asmillerGallery_spacer{
	display:none;
}

/*----------------------------------------------------------------------*/

/*-------------------------------Sidebar--------------------------------*/

#sidebar .sidebardiv{
	border:1px solid #CCCCCC;
	padding:10px;
	width:278px;
	margin-top: 10px;
}

#sidebar .sidebarlinkdiv{
	border:1px solid #CCCCCC;
	margin-top: 10px;
}

#sidebar .sidebarlinkdiv a{
	width:278px;
	padding:10px;
	display:block;
}

#sidebar p, #sidebar a, #sidebar h3{
	color:#fff;
	text-decoration: none;
}

#sidebar h3{
	font-size:1.8em;
	font-weight:normal;
	margin:2px 0 0;
	text-transform:uppercase;
}

#sidebar p{
	font-size: 1.1em;
	line-height:1.2em;
	margin:11px auto 7px;
}

#sidebar .donate{
	background:url(http://www.riversideartmuseum.org/themes/ram2010/images/rhs/ways-to-give.gif) repeat-x #003A63;
	
}

#sidebar .donate .membership-btn{
	margin:5px 0;
}

#sidebar .donate .donate-btn{
	margin:5px 0;
}

#sidebar .connect{
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/rhs/stay-connect-bg.jpg) no-repeat;
	padding:10px;
}

#sidebar .connect a {
	width: auto;
	padding: 0;
}

#sidebar .connect img{
	float: left;
	margin-top: 15px;
}

#sidebar .connect .facebook {
	margin-left: 40px;
}

#sidebar .connect p{
	float: right;
	width: 165px;
	color: #333;
}


#sidebar .goods{
	background:url(http://www.riversideartmuseum.org/themes/ram2010/images/rhs/btn_good_search_shop.jpg) no-repeat;
	height:94px;
}

#sidebar .goodsearch, #sidebar .goodshop{
	width:130px;
	height:35px;
	margin-top:15px;
	margin-left:5px;
	display:inline-block;
}

#sidebar .fryewiles a{
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/rhs/ram.jpg) repeat-x;
	height: 60px;
	display: block;
	border:1px solid #CCCCCC;
	padding:10px;
	width: 280px;
	margin-top: 10px;
}

#sidebar .fryewiles a:hover{
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/rhs/ram2.jpg) repeat-x;
}

#sidebar .fryewiles p{
	
	margin:8px 75px 0 5px;
}

#sidebar .jamesirvine a{
	background: url(http://www.riversideartmuseum.org/themes/ram2010/images/rhs/grant.jpg) repeat-x;
	height:80px;
	padding-left:15px;
}

#sidebar .addfunding{
	background:url(http://www.riversideartmuseum.org/themes/ram2010/images/rhs/additional-funding.jpg) repeat-x;
	padding-top:0px;
	padding-left:15px;
}

#sidebar .addfunding a{
	display:inline-block;
}

#sidebar .addfunding .cor{
	height:96px;
	width:96px;
	margin-left:-2px;
	margin-top:2px;
}

#sidebar .addfunding .rac{
	height:52px;
	width:167px;
	margin-left:8px;
}

#sidebar .addfunding .boa{
	height:44px;
	width:185px;
	margin-top: 8px;
	margin-left: -2px;
}

#sidebar .addfunding .cf{
	margin-left:-2px;
	height:90px;
	width:90px;
	margin-top: 8px;
}

/*------------------------------------------------------------*/


#page .no-sidebar #body { 
	float: none !important; 
	width: auto !important; 
}

#page #central #sidebar{ 
	float: right;  
	overflow: hidden;
	width: 300px;
}

#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:24px; font-size:11px;}
#page #central #sidebar ul.nav li{ margin-bottom:16px; }
#page #central #sidebar ul.nav a{ text-decoration:none; color:#333 }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(http://www.riversideartmuseum.org/themes/ram2010/); }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }

#page #footer{ 
	background:none repeat scroll 0 0 #636466;
	clear:both;
	display:block;
	font-size:0.95em;
	margin-top:10px;
	padding:5px 0;
	text-align:center;
	color:#eeeeee;
}

#page #footer p{
	border-right:1px solid #EEEEEE;
	color:#EEEEEE;
	display:inline;
	padding:0 10px;
}

#page #footer a { 
	text-decoration:none;
	color: #003A63;
	padding:0 10px;
}

#page #footer a:hover{ 
	color: #eeeeee;
}

#page #footer span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; }

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}

.pagelist-item {
	border-bottom: 1px dashed #CCCCCC;;
	margin-top: 20px;
	padding-bottom: 10px;
}

.pagelist-thumbnail {
	float: left;
	width: 250px;
}

.pagelist-content {
	float: right;
	width: 320px;
}

.pagelist-content h3 {
	margin-top: 0;
}
