/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
html > body {
margin: 0 auto;
padding: 0;
width: auto;
height: auto;
max-width: 980px;
min-height: 600px;
}

body {
margin: 0px;
padding: 0px;
background-color: #A7A8A0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

html > body #page-wrapper {
height:auto;
min-height:600px;
}

#page-wrapper {
  font-size: 1em;
  padding: 0 0 0 0;
float:left;
  top:0;
  position: relative;
  width: 980px;
}

#page {
	top: 0;
right: 0;
padding-top:0;
border-top: solid 5px #2E3192;
position: absolute;
width: 980px;
background-color: white;
background-image: url(../images/bgImageWhiteRight.gif);
background-repeat: repeat-y;
/**padding: 0 0 0 205px;**/
margin: 0;

}

#page a:hover{
	text-decoration:none;
}

a{
	color: #0054A6;
text-decoration: none;
	}

#page p, #page blockquote {
padding: 0 1em 0 0;
margin: 0;
}

/*
 * Header
 */
#header {
position: relative;
margin: 0 0 0 0;
clear: none;
border-left: solid 25px #A43E31;
padding: 0 0 0 0;
background-color: #7f8176 /**6E6D64**/;
background-repeat: no-repeat;
background-position: top right;
width: 955px;
height: 70px;
overflow: hidden;
float: left;
}

a#left_banner {
padding: 0 0 0 0;
display:block;
width: 467px;
height:70px;
background-position: left top;
background-repeat: no-repeat;
background-color:red;
font-size:0px;
}

.banner_left_0 {
background-image: url(../images/summitImages/summit_left_banner.jpg);
}

.banner_0 {
background-image: url(../images/summitImages/summit_right_banner.jpg);
}
.banner_1 {
background-image: url(../images/summitImages/summit_right_banner.jpg);
}
.banner_2 {
background-image: url(../images/summitImages/summit_right_banner.jpg);
}

.submit_work_button {
	margin-top: 30px;
}

#header .section {
}

#topLinks {
	position: relative;
	
	
	background-color: #B5111A;
	margin: 0;
	padding: 0 0px 0 40px;
	border-left: solid 25px #CB5A60;
float:left;
display:block;
	width: 915px;
	clear:both;
	font-size: 15px;
	color:#CB5A60;
}

 #pullDowns {
	font-size: 15px;
	color: #CB5A60;
}
#topLinks a, #pullDowns a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 0 8px 0;
	border-bottom: solid 16px #B5111A;
	background-color: #B5111A;
	color: #FFFFFF;
	text-decoration: none;
}
#topLinks a:hover, #pullDowns li:hover a, #pullDowns li.over a {
	border-bottom-color: #CB5A60;
	text-decoration: none;
}

#topLinks .spacer {
	margin-right: 50px;
}
#topLinks .main {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	padding-top: 6px;
}
#pullDowns {
	position: relative;
	float: right;
	z-index: 2000;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#topLinks p {
	width: auto;
	float: none;
	position: relative;
	clear: none;
	margin: 0;
	padding: 0;
}
#pullDowns li {
	position: relative;
	display: block;
	float: left;
}
#pullDowns li ul li {
	width: 200px;
	color: #FFFFFF;
	clear: both;
}
#pullDowns li:hover ul, #pullDowns li ul.over {
	display: list-item;
	position: absolute;
	margin: 0;
	z-index: 200;
	color: #FFFFFF;
	top: 40px;
	left: 0px;
	width: 200px;
}
#pullDowns li:hover ul {
	margin-top: 5px;
}
#pullDowns li ul , #pullDowns li ul li a {
	background-color: #CB5A60;
	padding: 0px;
}
#pullDowns li ul li a {
	width: 100%;
	padding: 5px;
	margin: 0px;
	border: 0;
}
#pullDowns li ul li a:hover {
	background-color: #B5111A;
	text-decoration: none;
}
.divider {
	display: block;
	float: left;
	padding-top: 0.1em;
	margin: 1px 7px 0 7px;
	font-weight: bold;
	font-size: 1em;
	color: #CB5A60;
}
.search .divider {
	margin-top: -2px;
	margin-right: -2px;
}
.over, .flyout li:hover{
}
.over #AtoZ, li:hover #AtoZ {
	width: 160px;
	z-index: 5;
	background-color: #CB5A60;
	padding: 5px;
	margin: 0 0 0 0;
}
.over #AtoZ li, li:hover #AtoZ li {
	font-size: 0.75em;
	width: 20px;
	height: 1.5em;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	clear: none;
	/**/
}
#AtoZ li {
	clear: none;
	background-color: #B5111A;
/*
	z-index: 2000;
/**/
}
#topLinks .search {
	position: relative;
	float: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 0;
	padding: .20em 10px 0 0;
	text-align: right;
}
#topLinks .search a {
	margin-top: -3px;
}
#topLinks .search p {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#topLinks .search label {
	display: inline;
	height: 2em;
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
}
#topLinks .search input {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	width: 100px;
	overflow: hidden;
}
/**___________________________________**/
#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
/**html > body #main-wrapper {
height: auto;
min-height: 600px;
}**/

#main-wrapper {
font: 12px/17px "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
color: #333;
float:left;
background-color: white;
background-image: url(../images/main_bg.jpg);
background-position: top;
background-repeat: repeat-y;
width:980px;
clear:both;
}

#main{
	width:980px;
}
/*
 * Content
 */
#content {
	width: 785px;

}

#content .section {

}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1 {
	color: #b5111b;
	font: bold 1.4em/1.5em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	padding-top: 1em;
	}

h2 {
	padding-top: 1em;
	color: #555;
	font: bold 1.2em/1.3em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	}

h3 {
	padding-top: 1em;
	color: #777;
	font: 1.1em/1.4em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	}

h2.title{
color:#b5111b;
font-weight: bold;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
	padding: 10px 10px 10px 15px;
float: left;
width: 510px;
background-color: white;
/*height: auto;
min-height: 600px;*/
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
	overflow: hidden;
background-color: #c8c7c2;
width: 170px;
float: left;
line-height: 1em;
border-left: 25px solid #e0e0de;
padding-top: 6px;
}

.region-sidebar-first .section ul {
	margin: 10px 0 0 0; 
	padding: 0;  
	list-style-type: none; 
	}

/* Corrects ie6 display bug */
.region-sidebar-first .section ul li {
	color: #555;
 	display: inline;
	}

.left li a{
	color: #555;
	}

/* Top-level links */
#page .region-sidebar-first .section ul li a {
	display: block;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	color: #555;
	}

.region-sidebar-first .section li a:hover {
	text-decoration: none;
	background-color: #E0E0DE;
	border-right: 5px solid #666;
	}


/* Top-level highlighted links */
.region-sidebar-first .section li.highlight a {
	background-color: #cdcdc7;
	color: #0054a6;
	text-decoration: none;
	border-right: 5px solid #666;
	}
	
/* Second-level links */
.region-sidebar-first .section ul li.highlight ul li a {
	background-color: #bcbcb4;
	border-right:  none;
	display: block;
	padding: 4px 8px 2px 32px;
	color: #0054a6;
}

.region-sidebar-first .section ul li.highlight ul li a:hover {
	background-color: #bcbcb4;
	color: #b5111b;
	border-right: none;
	}

.region-sidebar-first .section ul li.highlight ul li a:visited {
	border-right:  none;
	background-color:  #bcbcb4;
}

.region-sidebar-first .section ul li.highlight ul li.over a {
	background: url(../images/bullet_red.gif) 18px 7px no-repeat;
	display:  block;
}

/* Second-level highlighted links */

.region-sidebar-first .section ul li.highlight ul li.over a {
	color: #b5111b;
	list-style-image: url(../images/bullet_red.gif);
	}

/* Third-level links */

.region-sidebar-first .section ul li.highlight ul li ul {
	margin-left: 10px;
}

/* Third-level highlighted links */

.region-sidebar-first .section ul li.highlight ul li.over ul li a:link {
	background-image:  none;
	color:  #3a76b1;
}

.region-sidebar-first .section ul li.highlight ul li.over ul li a:visited {
	color: #3a76b1;
	background-image: none;
}

.region-sidebar-first .section ul li.highlight ul li.over ul li.subover a {
	color: #555;
	background-image: none;
}

.region-sidebar-first .section ul li.highlight ul li.over ul li.subover a:visited {
	color: #555;
	background-image: none;
}
	
.region-sidebar-first .section ul li.highlight ul li.over ul li.subover a:hover {
	color: #555;
	background-image: none;
}
	
.region-sidebar-first .section li.rule {
	display:  block;
	padding: 0em;
	height: 0em;
	line-height: 0em;
	margin-left: 8px;
	width: 145px;
	border-top: 1px dotted #777;
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
width: 222px;
float: right;
padding:1px 5px 20px 10px;
position: relative;
}

.region-sidebar-second .section {
}

.region-sidebar-second .section ul.menu {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
}

.region-sidebar-second .section ul.menu li{
padding: 5px 8px 5px 0px;
display: block;
font-weight:bold;
}

#page .region-sidebar-second .section ul.menu li a{
	color:  #777;
}

#page .region-sidebar-second .section ul.menu li a:hover{
	color:  #333;
}
/*
 * Footer
 */
#footer {
margin-top: 1em; 
position: relative;
clear: both;
width: 980px;
}

#footer a {
color: white;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footer .section {
background: #BBB;
color: white;
text-align: center;
padding: 2px 0 5px 0;
font-size: .95em;
position: relative;
background-repeat:repeat;
background-position: 0 0;
background-image:none;
background-attachment:scroll;
clear:both;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
