/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size:0.8em;
	color: #000000; 
	background: #363960 url(images/topTile.jpg) top left repeat-x; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-bottom:14px; 
	padding:0;
	}



h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	margin:26px 0 12px;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
}

#content-area .meta {
	visibility:hidden;
}

#subscribeForm .contentBox {
position:absolute;
margin:-100px 0 0 -200px;
width:500px;

}

#site-name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}

h1 a, h2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}


h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	margin-bottom: 10px; 
	color: #444444;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #262d4c;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #262d4c;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #262d4c;
	}

#main
  {
    position: relative;
	background:#cdd7e1;
  }
  
#header-blocks
  {
    clear: both; /* Clear the logo */
  }
  
 #content-header {
 padding:16px 0 0 0;
 }
  
 #logo-title {
 	visibility:hidden;
	height:0px;
	}
	
#logo {
	visibility:hidden;
	height:0px;
	}

/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 850px;
    margin-left: 20px;
    margin-right: -870px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
	background:#cdd7e1;
  }

  .sidebar-left #content
  {
    width: 620px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -820px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 620px;
    margin-left: 20px;
    margin-right: -640px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 460px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -660px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
	background:#cdd7e1;
  }
  
  #content img {
  border-width: thin;
	border-style: solid;
  border-color:#ffffff;
  }
  
    #content .img {
  border-width: thick;
	border-style: solid;
  border-color:#ffffff;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
	overflow: visible;
	background:#cdd7e1;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 0em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 0em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
	display:block;
	font-size:0.9em;
	clear:both;
  }

  #primary
  {
    margin-left: 210px; /* Width of search-box */
  }


#block-menu-secondary-links {
	position:absolute;
	margin:-62px auto!important;
	margin:-128px auto;	
	z-index:10;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}

#block-menu-secondary-links a {
	color:#cdd7e1;
	text-decoration:none;	
}

#block-menu-secondary-links a:hover {
	color:#ffffff;
	text-decoration:none;	
}


#block-menu-secondary-links ul li {
	display:inline;	
	padding:0 24px 0 0;
	list-style-image:none;	
}


#block-menu-secondary-links h2 {
	visibility:hidden;
}


  #navbar ul /* Primary and secondary links */
  {
    margin:-52px 0 6px 22px;
    padding: 0;
    text-align: left;
  }
  
  ul li {
  	list-style-image:none;
	list-style:none;
	}

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    display: inline;
  }
  
  #navbar li a {
  	color:#ffffff;
	padding:6px;
  }
  
  #navbar li a:hover {
	text-decoration:none;
	color:#024889;
	background:#ffffff;
	padding:6px;
  }
  
  #navbar li a.active {
	text-decoration:none;
	background:cc0000;
	padding:6px;
  }
  
  

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding-left: 20px;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 240px;
    margin-left: 634px; /* Width of content + sidebar-left. */
    margin-right: -820px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin:10px 0 0 52px;
    padding: 0;
	text-align:center;
  }

 #sidebar-right a:hover {
 	color:#c42217;
 }

#meta {
visibility:hidden;
}

/* specific divs */
#page-inner { 
	margin: 0 auto; 
	width: 900px;
	position: center;
	}

li.taxonomy_term_5, li.taxonomy_term_6, li.taxonomy_term_7, li.taxonomy_term_8, li.taxonomy_term_9 {
	visibility:hidden;
}

#intro { 
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#pageHeader h1 { 
  visibility:hidden;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none
	}

#pageHeader
	{
	width: 902px;
	height: 145px;
	background:url(images/header.png) no-repeat;
	text-align:center;
	cursor:pointer;
	margin-top:32px;
	}
#header-inner {
	background:#262d4c;
	height:40px;
	margin-bottom:0px;
}

#quickSummary {
	clear:both; 
	margin:0 254px 0 10px;
	width: 24px; 
	float: right;
	}

#TB_window img#TB_Image {
border:1px solid #CCCCCC;
display:block;
margin:15px 0 0 15px;
z-index:2000;
}

cke_show_borders {
background:#ffffff;
}

.views-field-title {
	font-size:12px;
	font-weight:bold;
	padding-bottom:6px;
	padding-top:6px;
}

.views-field-created {
	padding-bottom:20px;
	font-style:italic;
}

.submitted {
	visibility:hidden;
}

#footer { 
	background:url(images/footer.png);
	height:170px;
	margin-top:0px;
	text-align:left;
	width:900px;
	}

#footer p {
	padding-left:170px;
	padding-top:10px;
}

#footer-message {
	padding-top:62px;
	font-size:0.8em;
	color:#ffffff;
}
	
#footer a:link, #footer a:visited { 
	color:#CCCCCC;
	}

.accesskey {
	text-decoration: underline;
	}