﻿/* top elements */
* { padding: 0; margin: 0; }

body
{
	margin: 0px 0;
	padding: 0;
	font: normal small/1.5em "Trebuchet MS" , sans-serif;
	/*color: #444;*/
	color: #fff;
	background-color: #003366;
	text-align: center;
	height: 100%;
}

/* links */
a { background: inherit; color: #CCC; text-decoration: none; }
a:hover { background: inherit; color: #CCC; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #CCC;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

h1, h2, h3 {
	margin: 10px 15px;
}
p {
	margin: 10px 15px;
} 
ul, ol {
	margin: 10px 10px 0px 0px;
	padding: 0 10px 0px 0px;		
}

/* images */
img {
  border: 0px;
  /*border: 1px*/
  padding: 0px;
  /*background-color: #CCCCCC;*/
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
	/*margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;*/

  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 0px solid #eee;
}
acronym {
  cursor: help;
  border-bottom: 0px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
  	background: #FAFAFA url(images/quote.gif) no-repeat 3px 5px; 
	border: 0px solid #eee;
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	/*background: #1e4674;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 0px solid #D68686;
	border-bottom: solid 0px #FFF;*/
	padding-left: 11px;
	padding-right: 11px;

}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/*border-left: 0px solid #E8E8E8;
	border-bottom: 0px solid #DFDFDF;*/
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 0px solid #eee; 
	/*background-color: #FAFAFA; */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	width: 250px;
	border:0px solid #eee;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:0px solid #eee;
	height:200px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 0px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 250px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	/*width: 770px;*/
	
	width: 830px;
	margin: auto;
	padding: 0 0 0 0;
	/*background: #FFF url(images/wrap-bg.jpg) repeat-y;*/
	background: #003366; /*url(images/wrap-bg.jpg) repeat-y;*/
}

/* header */
#header {
	position: relative;
	height: 35px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #003366;
}
#header .headerphoto {
	position: relative;
	right: 0px ; top: 0px;
	padding:0px 0px 0px 0px;
	width: 20px;
	height: 35px;
	/*background: #003366 url(images/headerphoto.jpg) no-repeat ;*/
	background-position: 5px 5px;
}
#header #logo-box {
	position: relative;
	left: 0px ; top: 0px;
	width: 830px;
	height: 35px;	
	background: #003366;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 35px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	/*top: 25px; left: 34px;*/
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 20px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCCCCC;	
	margin: 0; padding: 4px 0px 0px 0px;
	
	/* change the values of left and top to adjust the position of the slogan */
	/*top: 88px; left: 60px;*/
}

/* header menu */
#menu {
	z-index:1000;
	position: relative;	
	/*clear: both;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*padding: 0 0 10px 0;*/
	width: 832px;
	

	/*background: #FFF url(images/wrap-bg.jpg) repeat-y;*/
	/*float: center; */
}
#menu ul {

	font: bolder 11px 'Trebuchet MS', sans-serif;
	width: 832px;
	color: #CCCCCC;
	
	/*background-color: #003366;		 	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border-bottom: 1px solid #FFF;
	float: left;
	clear: both;*/
	
	list-style: none;
	padding:0;
	margin:0;
}
#menu li {
	float: left;
	list-style: none;
	display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	/*margin: 0 0.3em 0 0;*/
	margin: 0 0.3em 0 0;
}

#menu li.lastMenu {
	float: right;
  list-style: none;
	display: inline;
	border: solid;
	border-width: 1px 1px 0px 1px;
	/*margin: 0 0.3em 0 0;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menu li.lastMenu a {
	/*display: block;
	padding: 5px 15px;
	color: #CCCCCC;	
	text-decoration: underline; 	*/
	background: #336699;
	color: #CCCCCC;
	padding: 0 8px 0 7px;
	margin: 0 0 0 0;
}


#menu li a {
	/*display: block;
	padding: 5px 15px;
	color: #CCCCCC;	
	text-decoration: underline; 	*/
	background: #336699;
	color: #CCCCCC;
	padding: 0 0.42em;
}
#menu li a:hover {
	background: #6699cc;
	color: #CCCCCC;
	text-decoration: none;
}
#menu li a.selected {
	background: #003366;
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 1px;
}

/* content */
#content-wrap {
	position:relative;
	z-index:900;
	border: 1px solid #FFF;
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #003366; /*url(images/content.jpg) repeat-y;*/
	min-height:657px;
}
#content {
	width: 830px;	
	clear: both;
	text-align: left;	
	padding: 0;
	/*margin: 0 auto;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	background: #003366;
	min-height:657px;
}

div[class] #content {
   height:auto;
}

.insideZero {
	margin: 0px 0px 0px 0px;
}

.insideContent {
	margin: 20px 0px 0px 0px;
}

.insideContent tr{
	margin: 0px 0px 0px 0px;
}

.insideContent td{
	margin: 0px 0px 0px 0px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 25%;
	height: 550px;
	/*margin: 0 0 10px 0; padding: 0;	*/
	margin: 0px 0px 0px 0px; padding: 0;
	text-align: right;
}	
#sidebar h1 {
	padding: 0px 0px 0px 0px;
	margin: 0;	
	color: #660000;	
}
.sidebox {
	height: 120px;
	margin-top: 15px;
	vertical-align: middle;
	text-align: left;
}

/* sidebar menu */
/*#sidebar ul.sidemenu {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#sidebar ul.sidemenu img {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}
#sidebar ul.sidemenu li {
	padding: 0px 0px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: blue;
	padding:0px 0px 0px 0px;
	line-height: 0.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #FFF;
}
#sidebar ul.sidemenu a:hover, .sidemenu li a.selected {
	padding: 0 0 0 0;
	border-left: 0px solid  #FFF;
	color: blue;*/
}

#sidebar li a.selected {
	list-style:none;
	padding: 0 0 0 0px;
	/*border-left: 1px solid  #FFF;*/
	color: #FFF;
	text-decoration:none;
	font:bold;
}

#sidebar li a {
	list-style:none;
	padding: 0px 0 0px 0px;
	color: #CCC;
	font: 14px 'Trebuchet Ms', Sans-serif;
	text-decoration:underline;
	text-underline-style: dotted;
}
#sidebar li a:hover {
	list-style:none;
	color: #FFF;
	text-decoration:underline;
}
.submenu  {
	list-style:none;
	margin: 20px 15px 0px 0px;
	padding: 0;
	vertical-align: middle;
	height: 125px;
}

.submenu li {
	vertical-align: middle;
}

.submenu a {
	vertical-align: middle;
}


.listbiblio  {
	list-style:none;
	margin: 20px 15px 0px 0px;
	padding: 0;
}

/* main */
#main {
	float: left;
	width: 72%;	
	margin: 0 0 10px 0; padding: 0;
	background-color: #003366;
}
#main h1 {
	padding: 15px 0 5px 0px;
	margin: 0 0 15px 0px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
	/*list-style-image: url(images/bullet.gif);*/
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	background: url(images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	/*background: url(images/footer-bg.jpg) no-repeat left bottom;*/
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/* expander */
.handcursor{
cursor:hand;
cursor:pointer;
}

