/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
/*
body, dl, dt, dd, ul, ol li h1, h2, h3, h4, h5, pre, input, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}
*/
 
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#contant .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}



img, fieldset {
  border:0;
}

a {
  text-decoration: none;
  color:#000;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left:20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font:75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background-color:#F0F0F0;
}

h1, h2, h3, h4, h5 {
  font-weight:normal;
}

img {
  display:block;
}

input {
  font-size:100%;
}

/*
## CLEARFIX
*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */

/*
## Framework style
*/
#wrapper {
  margin: 0 auto;
  margin-bottom: 0px;
  width: 900px;
  background-image: url(../GFX/background.jpg);
  background-repeat: repeat-y;
  background-color:#c0d9de;
  border-bottom: 5px solid #c0d9de;
}

#header {
  height: 85px;
  background-color:#c0d9de;
  border-bottom: 2px solid #848584;
}
/*
#top_container {
  background-color: #bfd9de;
}
*/
#searchForm {
  float: right;
  display: block;
  width: 175px;
  background-color: #98bdc4;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-top: 5px;   
  padding-left: 5px;
  font-size: 95%;
}

#searchForm label {
  display: block;
  float: inline;
  font-size: 100%;
  margin-left: 5px;
  margin-top: 0px;
  padding-top: 0px;
  color: #ffffff;
}

#searchForm .query {
  width: 160px;  
  margin-top: 3px;
  margin-bottom: 7px;
  margin-left: 3px;
}

#searchForm .button { 
  margin-top: 3px;
  margin-left: 3px;
}

#instructions h2 { 
  padding: 10px 7px 0px 7px;
  font-size: 120%;
}

#instructions .content { 
  padding: 10px 7px 10px 7px;
  font-size: 95%;
}

#instructions .content p { 
  margin-bottom: 10px;
}

#instructions .content code { 
  font-size: 140%;
}

/*
#tools_container {
  padding: 5px 0;
}

#tools {
  padding: 0px 0;
}

*/

#tools {
  float: left;
  width: 900px;
  background-image: url(../GFX/backgroundTop.jpg);
  background-repeat: repeat-y; 
  color: #000;
  padding-top: 2px;
  padding-bottom: 2px;
}

#breadcrumbs {
  margin-left: 175px;
  min-height: 13px;
  height:auto !important;
  height: 13px;
  margin-right: 185px;
  padding-left: 10px;
  border-left: 1px solid #848584; 
  border-right: 1px solid #848584; 
}

#breadcrumbs a {
  color: #000;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs a:active {
  font-weight: bold;
}

#navTools {
  padding: 5px 0px 0px 0px ;
  float: right;
  list-style: none;
}

#navTools li {
  float:  left;
  margin-left:  20px;
}

#navTools li a {
  color: #A1A1A1;
}

#navTools li img {
  display: inline;
  margin-right: 5px;
}

#main {
}

#leftColumn {
  float: left;
  width: 175px;
  border-top: 1px solid #848584;
}

#midColumn {
  float: left;
  width: 518px;
  min-height: 600px;
  height:auto !important;
  height:600px;
  padding: 0 10px 15px 10px;
  border-right: 1px solid #848584;
  border-left: 1px solid #848584;
  border-top: 1px solid #848584;
  border-bottom: 1px solid #848584;
}

#rightColumn {
  float: right; 
  display: block;
  width: 185px;
  padding: 0px;
}

.facebook{
  clear:left;
  margin-bottom:5px;
}

.facebook img{
  float:left;
  margin:-5px 2px 0 0px;
}

.twitter img{
  float:left;
  margin:-5px 2px 0 0px;
}

#content {
  margin-top: 7px;
}

#content .firstLeft {
  float: left;
  width: 250px;
  margin-bottom: 5px;
}

#content .firstRight {
  float: right;
  width: 250px;
  padding-left: 8px;
  border-left: 1px solid;
  margin-bottom: 5px;
}


.menuBoxRight {  
  background-color: #6690a3;
  padding: 7px 15px 9px 10px;
  float: left;
  display: block;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 90%;
}

.menuBoxRight a, a:active {
  color: #ffffff;
  text-decoration: underline;
}

.menuBoxRight a:hover {
  text-decoration: none;
}

.menuBoxRight a:hover {
  text-decoration: none;
}
.menuBoxRight h1 {
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.menubox {
  color: #ffffff;
  font-size: 108%;
  float: left;
  display: block;
  width: 185px;
  margin-top: 0px;
  padding-top: 0px;
}

.menubox ul {
  display: block;
  padding-bottom: 0px;
  padding-left: 0px;
}

.menubox ul a {
  display: block;
  padding-bottom: 3px;
  padding-top: 2px;
  padding-left: 23px;
  border-bottom: 1px solid #848584;
  background-color: transparent;
  background-image: url(../GFX/arrowMenu.gif);
  background-repeat: no-repeat;
}

.newsLetter {
  background-color: #98bdc4;
  float: left;
  display: block;
  width: 161px;
  padding: 7px 7px 7px 7px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 90%;
}

.newsLetter h2 {
  font-weight: bold;
  font-size: 115%;
  padding-bottom: 7px;
}

.newsLetter .input {
  width: 155px;
  margin-bottom: 5px;
}

.newsLetter .submit {
  float: right;
  margin-top: 2px;
}

/******************
## COMMON STYLES ##
******************/
h4.boxTitle {
  color: #FFFFFF;
  background: #A1A1A1;
  padding: 5px 20px;
  margin-bottom: 0;
}

div.box {
  border-bottom: 1px solid #F0F0F0;
}

div.box .content {
  padding: 15px 10px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
/*
div#content.article-list .summary, #content.article-list .article {
  border-bottom: 1px solid #000;
}
*/

#content .summary {
  border-bottom: 1px solid #000;
  font-size: 95%;
}

#content .odd {
  float: left;
  width: 510px;
}

#content .even {
  float: left;
  width: 510px;
}

#content .summary .first {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#content .lastPublished .first {
  border-top: 1px solid #000;
}

#content .firstLeft .odd {
  float: left;
  width: 250px;
}

#content .firstRight .odd {
  float: left;
  width: 250px;
}

#content .firstLeft .even {
  float: left;
  width: 250px;
}

#content .firstRight .even {
  float: left;
  width: 250px;
}

#content .firstLeft h3 {
  font-size: 120%;
  margin-bottom: 5px;
}

#content .firstLeft .last {
  float: left;
  width: 250px;
  border-bottom: 0px;
}

#content .firstRight .last {
  float: left;
  width: 250px;
  border-bottom: 0px;
}
#content .firstLeft .first {
  float: left;
  width: 250px;
  top-bottom: 0px;
  border-top: 1px solid #000;
}

#content .firstRight .first {
  float: left;
  width: 250px;
  top-bottom: 0px;
  border-top: 1px solid #000;
}

#content .firstRight h3 {
  font-size: 120%;
  margin-bottom: 5px;
}

#content .article {
  padding: 0px 0;
}

#content .summary {
  padding: 6px 0;
}

#content .summary img {
  diaplay: block;
  float: left;
  margin: 3px 5px 0px 0px;
  border: 1px solid #000;
}


#content.frontpage .summary img {
  width:80px;
}

#content .article img {
  diaplay: block;
  float: right;
  margin: 0px 5px 3px 5px;
  border: 1px solid #000;
}

#content .summary h1, #content .summary h2 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


#content .summary p {
  padding: 0px;
  margin: 0px;
  display: inline;
}

#content h1 a.title, #content h2 a.title {
  color: #444444;
}

#content h1 a, #content h2 a {
  color: #000;
  text-decoration: none;
}

#content h1 a, #content h2 a:hover {
  color: #000;
  text-decoration: none;
}

#content h3 {
  font-size: 125%;
  color: #000;
  font-weight: bold;
}

#content .article .text {
  font-size: 125%;
}

#content a  {
  color: #006ab3;
  text-decoration: underline;
}

#content a:hover  {
  color: #006ab3;
  text-decoration: none;
}




/*************************
## HEADER ##
*************************/

#header .headerText {
  float: right;
  min-height: 40px;
  height: 40px;
  min-width: 180px;
  width: 180px;
  margin-top: 0px;
  margin-right: 0px;
  padding-left: 5px;
  padding-top: 25px;
  border-left: 1px solid #848584;
}

#header .headerText a {
  color: #000000;
  text-decoration: underline;
}

#header .headerText a:hover {
  color: #000000;
  text-decoration: none;
}

#header .headerText a:active {
  color: #000000;
}

/*************************
## OBJECT COMMENTS VIEW ##
*************************/
#comments {
   padding: 20px 0px 10px 0px; 
   border-bottom: 1px solid #F0F0F0;
}

#comments dt {
  background: url(../GFX/quote.gif) top left no-repeat;
  padding-left: 25px;
}

#comments dd {
  padding-left: 25px;
  margin-top: 4px;
  margin-bottom: 14px;
}

form#commentForm {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}

form#commentForm fieldset {
  padding: 0px;
}

#commentForm input.block {
  width: 40%;
}

/*************************
## CALENDAR RIGHT COLUMN##
*************************/

#rightColumn .calendar {
  background-color: #6690a3;
  width: auto;
  display: block;
  float: right;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
}

#rightColumn .calendar a {
  text-decoration: underline;
  font-size: 95%;
}

#rightColumn .calendarWeeks {
  background-color: #d9d8c4;
  font-size: 95%;
  margin-top: 7px;
}

#rightColumn .calendar_heading a {
  color: #fff;
}

#rightColumn .calendar_heading {
  padding-left: 3px;
}

#rightColumn div.calendar_heading .previous {
  width: 20px;
  float: left;
}

#rightColumn div.calendar_heading .this {
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 110px;
  float: left;
}

#rightColumn div.calendar_heading .next {
  text-align: right;
  width: 20px;
  float: right;
}

#rightColumn div.calendar_view .calender {
  background-color: #d9d8c4;
}

#rightColumn .table_calenderWeeks {
  background-color: #d9d8c4;
  font-size: 95%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#rightColumn table.calendarWeeks tr td {
  text-align: center;
  background-color: #FFFFFF;
  padding: 1px 4px 1px 4px;
}

#rightColumn table.calendarWeeks tr td.hidden {
  color: #666666;
}

#rightColumn table.calendarWeeks tr td span.event a {
  color: #0034ff;
  text-decoration: underline:
}

#rightColumn table.calendarWeeks tr td span.event a:hover {
  color: #0034ff;
  text-decoration: none:
}

/*************************
## CALENDAR CONTENT COLUMN##
*************************/

#content .calendar {
  background-color: #6690a3;
  width: 475px;
  display: block;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 13px;
  margin-left: 10x;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}

#content .calendar a {
  text-decoration: underline;
  font-size: 95%;
}

#content .calendarWeeks {
  background-color: #d9d8c4;
  font-size: 110%;
  margin-top: 7px;
}

#content .calendar_heading a {
  color: #fff;
}

#content .calendar_heading {
  padding-left: 3px;
}

#content div.calendar_heading .previous {
  width: 20px;
  float: left;
}

#content div.calendar_heading .this {
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 435px;
  float: left;
}

#rightColumn div.calendar_heading .next {
  text-align: right;
  width: 20px;
  float: right;
}

#content div.calendar_view .calender {
  background-color: #d9d8c4;
}

#content .table_calenderWeeks {
  background-color: #d9d8c4;
  font-size: 95%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#content table.calendarWeeks tr td {
  text-align: center;
  background-color: #FFFFFF;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#content table.calendarWeeks tr td.hidden {
  color: #666666;
}

#content table.calendarWeeks tr td span.event a {
  color: #0034ff;
  text-decoration: underline:
}

#content table.calendarWeeks tr td span.event a:hover {
  color: #0034ff;
  text-decoration: none:
}

/*************************
## IDIUM FOOTER ##
*************************/

#idium {
	text-align: center;
	padding: 10px 0px 15px 0px;
	margin: 0px auto;
	width: 960px;
}

#idium div.idium {
	text-align: center;
	margin: 0px auto;
	width: 175px;
}

#idium a {
	font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
}

#dium a:hover {
	font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
}

#idium span {
	font-family: 'Century Gothic', Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #191919;
	word-spacing: 3px;
	text-transform: lowercase;
	padding-left: 6px;
	line-height: 18px;
}

#idium img {
	border: 0px;
	width: 19px;
	height: 19px;
	float: left;
}
