/* $Id: style.css,v 1.6 2008/07/14 01:41:22 add1sun Exp $ */

/* Reset the basic elements to a baseline. */
body {
  color: #000000;
  background:url(img/bg.gif);
  background-repeat:repeat;
  font-family: Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  font-size: 13px;
}

a:link {
  color:#0C4790;
  text-decoration:none;
}
a:visited {
  color:#0C4790;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active {
  color:#ff0000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 100%;
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}

li {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  border-bottom-width: 1px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
td {
  font-size: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
b, strong {
  font-weight: bold;
}
i, em, u {
  font-style: italic;
}
u {
  text-decoration: none;
}
a img {
  border: 0px;
}

/* Main page element styles */
#wrapper {
	margin:0px auto 0px auto;
	width:850px;
	background-color:#FFFFFF;
	padding:0px;
}
#header {
  background-color: #ffffff;
  background-image:url(img/headerbg.jpg);
  background-repeat:no-repeat;
  width:850px;
  height:180px;
  padding:0px;
  margin:0px;
  overflow:hidden;
}
#header .header-link-nv {
	width:800px;
	height:50px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-99999px;
}

#header .header-link-home {
	width:378px;
	height:30px;
	margin:100px auto 0px auto;
	padding:0px;
	display:block;
	text-indent:-99999px;
}

#header h1 {
  margin-bottom: 10px;
}
#header img.logo {
  vertical-align: middle;
}
#header .site-name {
}
#header .site-slogan {
}
#header .navigation {
}

#mainmenu .navigation-primary { /* Primary Menu */
	margin:0px 0px 10px 0px;
}

#mainmenu .navigation-primary ul {
	width:850px;
	padding:3px 0px 3px 0px;
	margin:0px;
	background-color:#7e683d;
	list-style:none;
	display:block;
	clear:both;
	float:none;
}

#mainmenu .navigation-primary ul li {
	list-style:none;
	line-height:11px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

#mainmenu .navigation-primary ul li a{
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
	font-size:11px;
	padding:4px 8px 4px 8px;
	margin:0px -4px 0px 0px;
	border-right: 1px #FFFFFF solid;
}

#mainmenu .navigation-primary ul li a:hover {
	background:#890304;
}

.navigation .navigation-secondary {
}
#header form.search {
  margin-top: 10px;
}

#container {
  xclear: both;
}

.sidebar {
}
#left-sidebar {
  float: left;
  width: 180px;
}
#right-sidebar {
  float: left;
  width: 20%;
}

#page {
  float: right;
  overflow: hidden;
  background-color: #ffffff;
  min-height: 500px;
  width:650px;
  margin:0px 10px;
}

#footer {
  clear: both;
  text-align: left;
  padding:8px 5px;
  margin-top:10px;
  width:100%;
  font-size:11px;
  background-color:#7e683d;
  color:#FFFFFF;
}

/* Common page items */
#page .title {
	display:block;
	margin-bottom:8px;
	padding-bottom:2px;
	border-bottom:#7e683d 1px dashed;
}
#page h2.title {
	color:#7e683d;
	font-size:15px;
}
#page .mission {
  padding: 20px;
  font-size: 144%;
}
#page .tabs {
}
#page .help {
}
#page .messages {
  color: #333333;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
}
#page .error {
  border-color: #ff0000;
}

.breadcrumb {
  margin-bottom:10px;
  padding-bottom:0px;
}

.breadcrumb a {
	color:#890304;
	font-weight:bold;
	font-size:12px;
}

.breadcrumb a:hover {
	color:#890304;
	text-decoration:underline;
}

.breadcrumb a:visited {
}

/* Blocks */
.block {
}
.block .title {
  background:url(img/block_left_title_bg.png) no-repeat top;
  width:180px;
  height:25px;
  font-weight: bold;
  color:#FFFFFF;
}

.block .title h2 {
	color:#FFFFFF;
	padding:4px 6px;
	margin:0px;
}
.block .content {
  border-left:#890304 solid 1px;
  border-right:#890304 solid 1px;
  padding: 0px 5px 0px 5px;
  margin-bottom:0px;
  padding-bottom:0px;
  background-color:#ececec;
}

.block .footer {
  background:url(img/block_left_content_bg.png) bottom no-repeat;
  width:180px;
  height: 7px;
  display:block;
  margin-top:0px;
  padding:0px;
  margin-bottom:10px;
  font-size:4px;
  line-height:4px;
 }
.user-login-block {
  text-align: left;
}

	/* Left block links */
.block .content ul.menu a {
	color:#000000;
}

   /* Active Book  Page */
.block .content li a.active {
	color:#890304;
	font-weight:bold;
}

	/* Hidden Admin Link */
#footer #admin-link {
	float:right;
	margin-top:-8px;
}
#footer a#admin-link {
	font-size:10px;
	color:#7e683d;
}

#footer a:hover#admin-link {
	color:#FFFFFF;
}

/* Nodes */
.node {
  margin-bottom: 10px;
}
.node h2.title {
	margin-bottom:4px;
}
.node .content {
}
.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .date {
}
.node .author {
}
.node .terms {
}
.node .links {
  clear: left;
}
.node-sticky {
}
.node table {
  width: 100%;
}

	/* Inline Image Captions */
.content .inline {
	padding:2px;
}

.content span.inline .caption {
	display:block;
	font-size:85%;
}

.content span.inline-left {
	display:block;
	float:left;
	margin: 0px 8px 2px 0px;
}

.content span.inline-right {
	display:block;
	float:right;
	margin: 0px 0px 2px 8px;
	clear:right;
}

.content span.inline-center {
	display:block;
	text-align:center;
	margin: 0px auto;
	float:none;
}

.image-clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

.content img {
	border:#CCCCCC solid 1px;
}
/* Boxes (comment list container) */
.box {
}
.box h3.title {
}
.box .content {
}

/* Comments */
.comment h4.title {
}
.comment .new {
}
.comment .content {
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .date {
}
.comment .author {
}
.comment .links {
  clear: left;
}
.comment-new {
}

/* Customize different page layouts */
/*
#header {
  margin-left: auto;
  margin-right: auto;
}
body.sidebar-left #header {
  width: 80%;
}
body.sidebar-right #header {
  width: 80%;
}
body.two-sidebars #header {
  width: 60%;
}
body.no-sidebars #header {
  width: 100%;
}

body.sidebar-left #page {
  width: 77%;
  padding-left: 2%;
}
body.sidebar-right #page {
  width: 77%;
  padding-right: 2%;
}
body.two-sidebars #page {
  width: 55%;
  padding-left: 2%;
  padding-right: 2%;
}
body.no-sidebars #page {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}

.footer {
  margin-left: auto;
  margin-right: auto;
}
body.sidebar-left .footer {
  width: 80%;
}
body.sidebar-right .footer {
  width: 80%;
}
body.two-sidebars .footer {
  width: 60%;
}
body.no-sidebars .footer {
  width: 100%;
}

/* Fixed-width sidebars, fixed center column. */
/*
#left-sidebar {
  float: left;
  width: 120px;
}
#right-sidebar {
  float: left;
  width: 100px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: left;
  width: 440px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}
*/

/* Fixed-width sidebars, fluid center column. */
/*
#left-sidebar{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
}
#right-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  margin-left: 160px;
  margin-right: 160px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: none;
  margin-left: 160px;
  margin-right: 160px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  margin-left: 160px;
  margin-right: 160px;
}
*/
/* end custom layouts */

/* Override drupal.css */
#user-login-form {
  text-align: left;
}

.form-item {
  padding-top:10px;
  margin-top:2px;
}
form#search-block-form label {
	display:none;
}
form#search-block-form input#edit-search-block-form-1 {
	margin-top:10px;
	margin-bottom:10px;
	width:160px;
}
.block-search input.form-submit {
	margin:0px;
	width:60px;
	padding:0px;
}
#search-block-form {
	margin:0px;
	padding:0px;
}

/* Content Tables */
.content tbody {
	border:none;;
}

.content tbody tr td {
	vertical-align:top;
}