
/** Layout
---------------------------------
*  Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
*  
*  1. Header
*  2. Content
*  3. Navigation menus
*  4. Sidebar Left
*  5. Sideabr Right
*	
*/

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

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

#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0;
}
.sidebar {
  float: left;
}
#sidebar-second {
  float: right;
}
#footer {
	padding-top: 16px;
  float: none;
  clear: both;
}

/* Layout Helpers */

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

.node {
	margin-bottom: 1.5em;
}

/** 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-first {
  width: 190px;           /* LEFT value */
	margin-right: -190px;    /* negative LEFT value */
}
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 200px;    /* RIGHT value */
}
#sidebar-second {
  width: 200px;           /* RIGHT value */
}

#sidebar-second-inner {
}
#sidebar-second-inner div {
}
#sidebar-second-inner .block-inner{
}
/** 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
*/

.inner {
	padding: 0px;
}

/** 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.
*/

/*
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
}
*/
#navigation {
	margin: 0;
	padding: 0;
	vertical-align: top;
	display: inline-block;
	height: 192px;
	width: 389px;
}

.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 40px;        
}

#navigation #primary {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	padding-top: 48px;
	padding-bottom: 16px;
} #navigation #primary li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-right: 21px;
	vertical-align: bottom;
} #navigation #primary li a{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	height: 64px;
	width: 106px;
}



/**
 * Main Layout Elements
 */

body {}

#pagepad-top {
	display: block;
	height: 208px;
	margin-bottom: -192px;
	overflow: visible;
	background: url(images/rtesweb_01.png);
	background-position: top center;
}
#BG-overlay {
	text-align: center;
	position: relative;
	display: block;
	overflow: visible;
	height: 662px;
	margin-bottom: -662px;
	/*
	display:block;
	position: relative;
	overflow: visible;
	text-align: center;
	background: url(images/rtesweb-bg-overlay.gif);
	background-position: center top;
	height: 470px;
	margin: 0 -188px;
	margin-bottom: -470px;
	z-index: -10;
	*/
	z-index: -1;
}
#BG-overlay-img {
	display: block;
	background: url(images/rtesweb-bg-overlay.gif);
	background-position: center bottom;
	background-repeat: none;
	height: 662px;
	width: 100%;
	margin: 0 auto;
}

#header {
	vertical-align: top;
	display: block;
	height: 192px;
	overflow: visible;
}
#header-region {
	vertical-align: top;
	display: inline-block;
	height: 192px;
	width: 184px;
	white-space: nowrap;
	overflow: visible;
} 
#header-region p { white-space: normal; }
#header-region .block-inner  { }

#logo {
	display: inline-block;
	margin-left: 42px;
}
#slogan {
	font-size: 200%;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-style: oblique;
}
#site-slogan {
	vertical-align: top;
	margin-bottom: 0.5em;
	margin-left: -5px;
}


#navigation #primary li a.about { background:url(images/link-about.png)}
#navigation #primary li a.blog { background:url(images/link-blog.png)}
#navigation #primary li a.press { background:url(images/link-press.png)}
#navigation #primary li a.photo { background:url(images/link-photo.png)}
#navigation #primary li a.video { background:url(images/link-video.png)}


#main {
	margin: 16px 62px 0 62px;
	padding: 0 21px 16px 21px;
}
#main.bgtint {
	padding: 16px 21px 16px 21px;
}


#content-header {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#content-header div.tabs {
	vertical-align: bottom;
	height:0;
	margin: -18px 0 18px 0;
	padding: 0 0 0 0;
	display:block;
	overflow:visible;
}
#content-header .tabs ul, .tabs ol {
	margin:0;
	display:block;
	position:relative;
}
#content-header .tabs ul.primary {
	margin:0;
}
#content-header .tabs ul.primary li a {
}
#content-header .tabs ul.primary li.active a {
}
.tabs ul.secondary {
	margin:0;
}

#content {
	display: block;
}
#content-area {
	display: block;
}

#content-top{
}
#content-bottom {
	margin: 0 62px 0 62px;
}


#footer {
	margin: 2em 0 4em 0;
}




/**
 * Additional Layout Elements
 	(Videos, menus, modules etc...)
 */
#block-block-3 {
	width: 600px;
}

#video {
	display: block;
	
	float: right;
	margin-left: 21px;
	margin-top: -16px;
	color: #900;
}

#content-bottom {
	display: block;
	margin-bottom: 16px;
}
#content-bottom .block-inner{
	padding: 16px 21px 16px 21px;
	background: url(images/bg-tiletint.png);
	background-repeat: repeat;
}
#content-bottom .block-inner h1, 
#content-bottom .block-inner h2, 
#content-bottom .block-inner h3, 
#content-bottom .block-inner h4, 
#content-bottom .block-inner h5, {
}
#content-bottom .block-inner .content .node {
	margin-bottom: 1.5em;
}


.view-content .node .node-inner .links {
}
.view-content {
	margin-top: 16px;
}


.field {
}
.fieldgroup {
	margin: 0;
	padding: 0;
}

.fieldgroup .clear-block, .field .clear-block {
	display: inline-block;
}




/**
 * Specialized Layout Elements
 	(custom blocks, views, etc...)
 */

.field-field-image-bio {
	float: left;
	margin: 0 21px 16px 0;
}



/* Field: Attachments group */

.group-attachments {
	background: url(images/bg-tiletint.png);
	background-repeat: repeat;
	display: inline-block;
	margin: -8px 0 0 0;
	padding: 16px 0 0 0;
}
.group-attachments h1, .group-attachments h2 {
}
.group-attachments .content {
	padding: 0 21px;

}
.group-attachments .field-field-files {
}
.group-attachments .field-field-files .field-item {
	margin: 0 0 0 0;
	padding: 0;
}
.group-attachments .field-field-files .field-item div {
}


/* Block: Frontpage, Recent Posts */
#block-views-frontpage-block_1 {
	display: block;
	float:left;
	margin: 0 21px 16px 0;
	display: block;
	width: 534px;
}
#block-views-frontpage-block_1 h1, 
#block-views-frontpage-block_1 h2, 
#block-views-frontpage-block_1 h3, 
#block-views-frontpage-block_1 h4, 
#block-views-frontpage-block_1 h5 {
}
#block-views-frontpage-block_1 .content .node .node-inner .content{
}

/* Block: Frontpage, Featured Pages */
#block-views-frontpage-block_2 {
	display: block;
	float: right;
	text-align: right;
	display: block;
	width: 340px;
	margin-top: 0;
}
#block-views-frontpage-block_2 .block-title {text-align:right;}
#block-views-frontpage-block_2 h1, 
#block-views-frontpage-block_2 h2, 
#block-views-frontpage-block_2 h3, 
#block-views-frontpage-block_2 h4, 
#block-views-frontpage-block_2 h5 {
}
#block-views-frontpage-block_2 .content .view .view-content {
}
#block-views-frontpage-block_2 .content .view .view-content .views-row .title {
	margin: 0;
}
#block-views-frontpage-block_2 .content .view .view-content .views-row .node .content{
	color: #CCCCCC;
	font-style: oblique;
}
#block-views-frontpage-block_2 .content .view .view-content .views-row .node p {
	display: inline;
	font-size: 85%;
	line-height: 50%;
}
#block-views-frontpage-block_2 .content .view .view-content .views-row div.links {
	font-style: oblique;
	margin: 0;
	padding: 0;
	display: inline;
}
#block-views-frontpage-block_2 .content .view .view-content .views-row div.links div {
	margin: 0;
	padding: 0;
	display: inline;
}
#block-views-frontpage-block_2 .content .view .view-content .views-row div.links li {
	margin: 0;
	padding: 0;
	display: inline;
}





