/********************************
RESET
********************************/


* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1.0em;
	}

ul {
  list-style: none;
  }

a {
  color: #476db3;
  text-decoration: none;
  }
  
a:hover {
  color: #5c8ce5;
  text-decoration: underline;
  }



/********************************
BODY
********************************/


html {
	overflow-y: scroll;
  }

html, body {
  height: 100%;
  }

body {
	font-family: Georgia, serif;
	}

body.with_features {
  background: #F6F6F6 url('/images/layout/home_bg.png') top center repeat-x;
  }
  
input, textarea, select {
  font-size: 13px;
  color: #222;
  padding: 4px;
  border: 1px solid #AAA;
  line-height: 18px;
  }
  
select {
  width: 160px;
  padding: 0;
  }

textarea, input.textbox_wide {
  width:100%;
  }
  
input.textbox {
  width: 200px;
  }

input.submit_button {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: serif;
	text-decoration: none;
	}
	
input.submit_button:hover {
	border: 3px double #7DA4D9;
	border-top-color: #D5E7FF;
	border-left-color: #D5E7FF;
	cursor: pointer;
	}

input.submit_button:active {
	border: 3px double #D5E7FF;
	border-top-color: #7DA4D9;
	border-left-color: #7DA4D9;
	}

body p {
  margin-bottom: 12px;
  text-align: justify;
  color: #222;
  }



/********************************
HEADER
********************************/


#header {
	display: none;
	}

#content {
	width: 100%;
	margin: 24px auto 0 auto;
	}



/********************************
COMPONENTS
********************************/


.flash_notice {
  display: none;
  }

.flash_error {
  display: none;
  }

.meta {
  display: none;
  }
  
  
/********************************
NAVIGATION
********************************/

	
#navigation {
	display: none;
	}



/********************************
FOOTER
********************************/


#footer {
	width: 100%;
	clear: both;
	}

#footer #footer_content {
  text-align: center;
  width: 772px;
  padding: 20px 0;
  margin: 0 auto;
  }

#footer_content ul {
  display: none;
  }



/********************************
GENERAL CLASSES
********************************/


.clear 		{ clear: both;	       }

.hidden		{ display: none;       }

.l-gut		{ margin-left: 32px;   }

.r-gut  	{ margin-right: 32px;  }

.gut 		  { margin: 0 16px;      }

.scroll   { overflow: auto;      }



/********************************
COLUMN CLASSES
********************************/


.span1  { width: 35px;  }
	
.span2  { width: 102px; }
	
.span3  { width: 169px; }
	
.span4  { width: 236px; }
	
.span5  { width: 303px; }
	
.span6  { width: 370px; }

.span7  { width: 437px; }
	
.span8  { width: 504px; }
	
.span9  { width: 100%;  }
	
.span10 { width: 638px; }
	
.span11 { width: 705px; }
	
.span12 { width: 772px; }



/********************************
TOOLBAR
********************************/


#toolbar {
  display: none;
  }



/********************************
SIDEBAR PANELS
********************************/


.sidebar_panel {
  display: none;
  }



/********************************
TOOLS
********************************/


.tool {
  display: none;
  }



/********************************
HOME
********************************/


#home_features {
  height: 215px;
  width: 772px;
  margin: 0 auto;
  padding: 24px 10px 0 10px;
  background: url('/images/layout/home_content_bg.png') top center no-repeat;
  }
  
.home_feature {
  height: 175px;
  width: 236px;
  padding: 10px 0 0 0;
  }

a.feature_block {
  height: 175px;
  width: 236px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #222;
  }

a.feature_block p {
  text-align: center;
  margin: 5px 0;
  }



/********************************
NEWS
********************************/


.page_header {
  font-size: 1.6em;
  margin: 0 0 15px 0;
  line-height: 24px;
  color: #222;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  }
  
.story_listing .updated {
  color: #777;
  }
  
.story_listing {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  }

.story_listing .title {
  margin-bottom: 10px;
  font-size: 1.4em;
  word-spacing: 1px;
  line-height: 20px;
  }
  
.story_listing .summary {
  text-align: justify;
  padding: 0;
  line-height: 18px;
  }
  
.story_listing .story_more {
  float: left;
  margin: 10px 0 0 0;
  clear: both;
  }

#story {
  position: relative;
  margin: 0 0 40px 0;
  width: 100%;
  }

#story .intro p, #story .intro {
  font-weight: bold;
  font-style: italic;
  line-height: 20px;
  color: #333;
  }
  
#story .details {
  border-bottom: solid 1px #666;
  margin-bottom: 20px;
  }

#story .byline {
  font-weight: bold;
  }

#story .updated {
  display: none;
  }

#story .body p {
  line-height: 20px;
  }
  
#story ul {
  list-style: disc;
  text-align: justify;
  padding: 10px;
  margin: 20px 0;
  background-color: #E6E6E6;
  border: 1px solid #CCC;
  border-bottom: 2px solid #BBB;
  }
  
#story ul li {
  margin: 10px 20px;
  }
  
#story #article_tools {
  display: none;
  }
