/* $Id: layout.css,v 1.1.4.3 2009/03/19 23:49:02 couzinhub Exp $
*/

/** Layout & Styles for the Front Page
---------------------------------
*  Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
*  
*  1. Page Layout / Header / Footer
*  2. Content
*  3. Navigation menus - n/a
*  4. Sidebar Left - removed from front page
*  5. Sidebar Right
*  6. Other styles specific to the front page
*	
*/

/*NOTES: 	
Links colors-- 
	(blue) color:#4A7994; 
	(bright orange) color:#CA5900;
	(darker orange) color: #F58220;  */
	

/** LAYOUT RULES
---------------------------------
*  do not change if you're not sure you know what you're doing
*/

#content {
	border-top:0;	
	float: left;
	margin-right: -100%;
	padding: 0;
	width: 100%;
}  

#content-inner {
	width:700px;
	margin-left: 14px;
}

#content-middle { 
	width: 300px; 
	min-height: 430px; 
	margin-top: 40px; 
	margin-right: 30px;
	padding-right: 30px; 
	border-right: 1px solid #D6DDE1; 
	float: left;
}

#content-middle p {
	margin: 0px;
}

#node_custom_region1 {
	width: 300px; 
	min-height: 430px; 
	margin-top: 40px; 
	padding-left: 0;
	padding-right: 35px; 
	border-right: 1px solid #D6DDE1; 
	float: left;
}

#node_custom_region1 h3 {
	margin: 0 0 30px 12px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	text-transform: none;
	color: #6E7781;
}

#content-middle img {
	margin-bottom: 6px;
}

#content-top { margin-top:0px;}
                                 
.sidebar { float: left;}                                   

#sidebar-right { float: right; display:block;}

#navigation {                        
  float: left;                       
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
}

/* Layout Helpers */

#header,
#footer,
#main #content .mission,
#main #content .breadcrumb,
#main #content .node {
	clear: both;
}

/* page properties */

body {
  background:#FFF url(../images/mainbg.jpg) repeat-x; 

}

#page {
	width: 1001px; /* edit to change the width of the page */
	margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
}

/* header */

#header #header-region {
	overflow: hidden;
}

/* footer */

#footer {
	float: none;
	clear: both;
}

.node {
	margin-bottom:2em;
}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

#sidebar-right .inner {                             
	padding-left: 30px;                     
} 

.inner {                             
	padding: 0;
}                                   


/** Sidebars width
---------------------------------
*  Changing the width of the sidebars is dead easy, just change the
*  values below corresponding to the sidebar you want to modify.
*  Make sure you keep negative values as negative values.
*  For example, if I want to increase the width of the left sidebar
*  to 300px, I would have to change each '190' to '300'.
*/

.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;     /* LEFT value */
}
#sidebar-left {
  width: 190px;           /* LEFT value */
	margin-right: -190px;    /* negative LEFT value */
}
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 320px;    /* RIGHT value */
}
#sidebar-right {
  width: 280px;           /* RIGHT value */
}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

#sidebar-right .inner {                             
	padding-left: 30px;                     
} 

.inner {                             
	padding: 0;
}                                   

/** Navigation styles
---------------------------------
*  The navigation is loaded after the content, so we need to make space
*  for it, equal to its height, so if you change the height of the navigation,
*  remember to adapt the margin top of the content and sidebars.
*/

#content {
	margin-top: 0;
}

.sidebar {
	margin-top: 40px;        /* Navigation Height */
}
#navigation {
  height: 40px;            /* Navigation Height */
}




/**** RRU edits 
---------------------------------
****/

#bottom-content {
  clear:both;
  padding-bottom:0;
 }

#credits {
	clear:both;
}
 
/*** STYLES ***/

/** General styles 
---------------------------------*/

body {
  margin: 0;

}

/* body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family:"Lucida Grande", Verdana, sans-serif;	
}
*/


/* Links */

#sidebar-right p a { border:none;}


/* Titles  */

h1 {
	font-size: 2em;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;

}

h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:1.3em;
	font-weight:bold;	
	letter-spacing:0em;
	line-height: 1.1em;	
	padding:16px 0 6px 0;
	text-transform: uppercase;

}

h2 a, h2 a:visited{
	color:#4B7A96;


}

#main {
	margin-left:10px;
}


/* Printing */

/*Hide the printable b&w logo from page header for normal viewing */

#print-logo img{display:none;}

/*Addthis Sharing Tools */
.addthis_toolbox {
	margin-right:20px;
	}

/* Find a Program block */

#node_custom_region1 ul {
	padding: 0;
}

#node_custom_region1 li {
	margin: 0;
	padding:0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

#node_custom_region1 li a {
	padding-left:12px;
}

#node_custom_region1 li a:hover{
	color:#F58220;
	text-decoration:none;
	background:transparent url(../images/arrow-orange.gif) no-repeat left center;
}

#node_custom_region1 li a:hover {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../images/arrow-orange.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #F58220;
    text-decoration: none;
}

#node_custom_region1 li.view-all-programs {  margin-top: 24px;}

#node_custom_region1 .view-all-programs a {  color: #F58220;}

#node_custom_region1 .view-all-programs a:hover {
	color:#F8A55E;
	background-image:url(../images/arrow-orange.gif) no-repeat left center;
}


/* Front Page Slideshow styles */

#views_slideshow_singleframe_main_front_page_slideshow-block_1 .views-field-body {
	position: absolute;
	top: 150px;
	width: 290px;
	padding-left: 40px;
}

#block-views-front_page_slideshow-block_1 .views-slideshow-controls-bottom {
	width: 652px;
	padding-left: 5px;
	padding-top: 5px;
	height: 25px;
	margin-left: 344px;
	position: absolute;
	margin-top: -35px;
	background: url('/sites/default/themes/basic/custom/modules/ddblock/images/transparent_bg.png');
	z-index: 999;
}

#block-views-front_page_slideshow-block_1 .field-content p {
	color: #FFFFFF;
}

#block-views-front_page_slideshow-block_1 .field-content p a:link,
#block-views-front_page_slideshow-block_1 .field-content p a:visited {
	color: #FF993F;
	font-weight: bold;
	text-decoration: none;
}

#block-views-front_page_slideshow-block_1 .field-content p a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.pager-item a {
	background: transparent url('/sites/default/themes/basic/custom/modules/ddblock/images/orangebutton.gif') center center no-repeat;
	display: inline-block;
	height: 17px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -20px;
	white-space: nowrap;
	width: 19px;
	cursor: pointer;
	vertical-align: middle;
	outline: none;
}

.pager-item a.activeSlide {
	background: white url('/sites/default/themes/basic/custom/modules/ddblock/images/orangebutton.gif') center center no-repeat;
	display: inline-block;
	height: 17px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -20px;
	white-space: nowrap;
	width: 19px;
	cursor: pointer;
}

.views_slideshow_singleframe_pager div {
	padding-left: 5px;
}







