/* Start of CMSMS style sheet 'Odd_street' */
* {
margin:0;
padding:0;
}


body  {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0 auto; 
	padding: 0;
	text-align: justify;
	color: #212029;
	background-image: url(images/back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 1em;
	font-size:90%
}

img {
   border: 0;
}

.oddstc3 #container { 
	width: 991px;
	background:transparent;
		margin: 1em auto; /* the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#main
{
	background-image: url(images/oddtheme_r3_c1.png);
	height:100%;
	margin: 0;
	padding: 0;
	

}
.oddstc3 #header { 
	background: transparent; 
	margin:0 auto;
	width: 991px;
	height: 106px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/oddtheme_r1_c1.png);
} 
.oddstc3 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oddstc3 #sidebar1 {
margin-top:0;
	float: left; 
	height:100%;
	vertical-align: top;
	width: 190px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0; /* top and bottom padding create visual space within this div */
}
.oddstc3 #sidebar2 {
margin-top:0;
	float: right; 
	vertical-align: top left;
	width: 200px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0; /* top and bottom padding create visual space within this div */
}
.oddstc3 #sidebar1 h3, .oddstc3 #sidebar1 p, .oddstc3 #sidebar2 p, .oddstc3 #sidebar2 h3 {
	margin-left: .5em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: .5em;
	color:#756F94;
}


.oddstc3 #mainContent {
 	margin: 0 204px 0 198px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 2px .5em 4px .5em; /* padding here creates white space "inside the box." */
	text-align: justify;
	border-left:dotted 1px #756f94;
	border-right:dotted 1px #756f94;
	height:100%;
	min-height:320px;
	vertical-align: top;
	margin-top:0;
	
} 
.oddstc3 #mainContent2 {
 	margin: -1px 1em -1px 198px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 2px .5em 4px .5em; /* padding here creates white space "inside the box." */
	text-align: justify;
	border-left:dotted 1px #756f94;
	height:100%;
margin-top:0;
	
}
.oddstc3 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	background-image: url(images/oddtheme_r6_c1.png);
	background-repeat: no-repeat;
	height: 74px;
	margin-bottom:.5em;
	margin-top:0;
	
} 
.oddstc3 #footer p {
font-size:80%;
font-weight:bold;
text-align: center;
color:#eee;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oddstc3 #footer a {
text-align: center;
text-decoration: underline;
color:#eee;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 25px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#scroll_01
{
	width:190px;
	margin-top:1em;
	min-height:300px;
	max-height:600px;
	border: 1px solid #eee;
	text-align: justify;
	padding:2px;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bar1
{
	height: 30px;
	background-image: url(images/oddtheme_r2_c1.png);
	width:100%;
}

#menuwrapper { 
   width: 198px; 
	font-size:70%;
	font-weight: bold;
	padding-left:.1em;
}

#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #756f94; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #003366;
		font-size:100%;
   text-decoration: none; 
   background: transparent; 
   min-height:.9em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #eeeeee; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color:#cdcede ; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color:#d5deef ; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #003366; 
   border-top: 1px solid #003366; 
   font-size: 90%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #003366;
   border-right: 1px solid #003366;
}

.breadcrumbs
{
	font-size:80%;
	padding-left:1em;
	padding-top:6px;
	font-weight: normal;
	color:#756f94;
	width:72%;
	float:left;
}
span.lastitem
{
	font-weight: bold;
}
#search
{
	width:24%;
	float:right;
	margin-right:-82px;
	padding-top:4px;
}

/* HEADINGS */
div#content h1 {
   font-size: 1.25em; /* font size for h1 */
	color: #003366; 
   line-height: 1.5em;
   margin: 0.5em -10px 0  -10px;
	padding-left:.25em;
	padding-bottom:.25em;
	border-bottom: 1px solid #cdcede; 

}
div#content h2 {
	color: #756f94; 
	font-size: 1em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	
        line-height: 1.2em;
/* and some air under the border */
        margin: 0.5em 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */
p
{
	padding:5px;
}


a,
a:link 
{
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #003366; 
}
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #003366;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: transparent;
   color: #756f94;
}

input
{
	background-color: transparent;
	border:#756f94 1px solid;
	color:#756f94;
}
input:hover
{
	background-color: #d5deef;
	border:#756f94 1px solid;
}

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
.albumlist
{
	margin:0 auto;
	padding-left:0;
	float:left;
	height:100%;

}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	padding:.5em;
	width:164px;
	margin:0 auto;
	height:100%;
    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb a
{
	display:block;
	height:100%; 
/* Set link formatting*/
	width:160px; 
/* Thumb width*/ 
	
/* Thumb height*/
	padding:6px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:.5em auto;

	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}
.albumcomment { text-align: left; }
.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}
.albumname a
{
	display: inline;
        border: none;
        margin:none;
        padding:none;
        background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}


/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../templates/db/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
	div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 1.2em;
  
}

.NewsSummary {
    padding:1px; /* padding for the news article summary */
    margin: 0 auto; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
	 font-size:80%;
}

.NewsSummaryPostdate {
  font-size: 7pt;
 /*  font-weight: bold; */
  width:29%;
  float:left;
  padding-top:2px;
  text-align:left;
 }

.NewsSummaryLink a {
    font-weight: bold; 
    padding-top: 0.2em;
	 color:#212029;
	 font-size:10pt;
	 text-align:left;
	 
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  font-size:8pt;
  text-align:right;
  text-align:left;
 }

.NewsSummaryAuthor {
  font-style: italic;
  font-weight: bold;
 font-size: 7pt;
  padding-top:2px;
  width:69%;
  text-align:left;
  float:right;
  margin-bottom:2px;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1em;
  margin-top:2px;
  margin-bottom:2px;
  padding-bottom:4px;
  
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: .5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Odd_street' */

