
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url(igren.jpg);
    	color: #000000;
	text-align: center;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
	margin: 15px 0;
}
P {
line-height : 22px;
padding-top : 10px;
padding-left : 5px;
padding-right : 5px;
}
/* links */
a, a:visited {	
	color: #878758;

  font-weight: bold
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h7 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}


h1, h2, h3 {
	padding: 10px;		
	margin: 0;
}

img a {
  border: none
}


img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 2px 0px 0px;
}
img.float-lefta {
  	margin: 0px 3px 0px 0px;
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
#block {
	margin: 10px;
 	padding: 0 0 0 10px;
  background: transparent;
  height: 65px;
  position: relative;
  top: 55px;
  left: 3px;
  margin-left: 2px
}
p.first{
  margin-top: 90px
}
p.second{
  margin-left: 0px
}



th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
	text-align: center;
  border-right: thin solid #EEEEEE
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 25px;
  margin-left: 0px
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;

	font: normal 1em Verdana, sans-serif;
	color:#000000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #444444;
	height:100px;
	display:block;
	color:#000000;
}
input.button {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #8EB50C url(nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {

	border: none;
	margin: 0 0 0 3px; padding: 5px 0 10px 0;
	width: 110px;
  background: #DDDDDD;
  padding-left: 10px
}
 html > body .searchform {

	border: none;
	margin: 0 0 0 3px; padding: 5px 0 10px 0;
	width: 220px;
  background: #DDDDDD;
  padding-left: 10px

}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 980px;
	background: #CCC ;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC;
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width:980px;
	padding: 0;
	background: #FFFFFF;
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 0px;
	display: inline;
}
#header {
	width: 970px;
	position: relative;
	height: 180px;
	background: #FFCC33 ;
	padding: 0;
	color: #FFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 250px;
	width: 980px;
	margin: 0 auto;
	background: #FFF url(top.jpg) ;
}
/* Navigation */
#nav {
	clear: both;
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;

	width: 105px;

	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
  background: #999933
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;

	width: auto;


	border-bottom: none;
	color: #000000;

	text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 0px;
  margin-right: 0px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background: url(nav.jpg) bottom;
  font-size: 12px;
  font-weight: bold
}
#nav ul li a:hover,
#nav ul li a:active {

	background: url(nav.jpg) ;
  text-align: center;
  color: #FFFFFF
}
#nav ul li#current a {
	background: url(nav-current.jpg) repeat-x;
}


/* Navigation */

#articles{

  margin-top: 15px;
  margin-left: 0px;

}
#articles ul {
  border-top: thin solid #555555;
  border-bottom: thin solid #555555;
  margin-left: -10px;
  padding-bottom: 10px
}
#articles ul li{
	list-style-image: none;
  list-style: disc;
  padding-left: 10px;

  margin-top: 10px;
  line-height: 22px;
  padding-bottom: 5px
}

#articles h1{
  color: #222222;
  font-size: 18px;
  width: 690px;
    background: #EEEEEE;
  margin-left: -10px
}

/* Main Column */
#main {
	float: left;
	width: 670px;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
  background: #FFFFFF;
 border-right: thin solid #666666;
  padding-bottom: 10px;
  font-size: 12px
}
 html > body #main{
	float: left;
	width: 700px;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
  background: #FFFFFF;
 border-right: thin solid #666666;
  padding-bottom: 10px;
  font-size: 12px
}
#main h2 {

	color: #85970C;
	text-transform: none;
	padding: 10px 0px 10px 0px;
  font-size: 20px
}
#main h4 {

	color: #85970C;
	text-transform: none;
	padding: 10px 0 0px 10px;
  font-size: 14px
}
#main h3 {

	color: #999933;
	text-transform: none;
	padding: 10px 3px 5px 3px;
  font-size: 18px;
  text-align: left
}
#main h7 {

	color: #80802B;
	text-transform: none;
	padding: 10px 0px 5px 0px;
  font-size: 16px;
  text-align: left;

  font-weight: bold;
  margin-left: 0px;

}
#main h6 {

	color: #000000;
	text-transform: none;
	padding: 10px 3px 5px 3px;
  font-size: 11px;
  text-align: center
}
#main h5 {

	color: #85970C;
	text-transform: none;
	padding: 10px 0px 3px 0px;
  font-size: 14px
}
#sidebar h5 {

	color: #85970C;
	text-transform: none;
	padding: 0px 0px 0px 0;
  font-size: 14px
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul li {
	list-style-image: none;
  list-style: disc;
  padding-left: 0px;
  margin-left: 20px;
  margin-top: 10px
}
#maina ul li {
	list-style-image: none;
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 10px;
  border-bottom: thin solid #666666;
  padding-bottom: 10px
}
/* Sidebar */
#sidebar {
float: left;
width: 260px;
padding: 10px 0px 0px 0px; margin: 0px;
background: transparent;

}
 html > body #sidebar{
float: left;
width: 260px;
padding: 10px 0px 0px 0px; margin: 0px;
background: transparent;

}
#sidebar a{
  color: #000000;
  text-decoration: none
}

#sidebar h3 {
	padding: 5px 5px;
	color: #000000;
  background: #000062 url(nav.jpg);
  width: 258px;
  margin-left: 3px;
  font-size: 18px
}

#sidebar h4 {
	padding: 10px 5px;
	 font-size: 18px;
     color: #000046;

  margin-left: 3px;
  margin-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0;
	text-decoration: none;
  padding-right: 0px
}
#sidebar ul.sidemenu li {
	list-style: none;

	padding: 4px 0px 5px 0px;
	margin: 0 2px;
	color: #666666;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: underline;
	background-image: none;
	color: #000000;
  font-size: 11px;
  font-weight: normal
}
#sidebar ul.sidemenu li a:hover {
	color: #000000;
  background: transparent
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


#sidebar ul.sidemenua {
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0;
	text-decoration: none;
  padding-right: 0px
}
#sidebar ul.sidemenua li {
	list-style: none;
     font-size: 11px;
	padding: 14px 0px 5px 0px;
	margin: 0 2px;
	color: #666666;
  line-height:35px
}
* html body #sidebar ul.sidemenua li {
	height: 5%;
}
#sidebar ul.sidemenua li a {
	text-decoration: underline;
	background-image: none;
	color: #666666;
  font-size: 11px;
  font-weight: normal
}
#sidebar ul.sidemenua li a:hover {
	color: #1773BC;
}
#sidebar ul.sidemenua ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenua ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 980px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background:#FFFFFF}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 980px;
	padding: 10px 0;
	text-align: left;
  background: url(nav.jpg);
  height: 45px
}
 #footer-bottom .colb{
  	float: left;
	width: 75%;
  margin-top: 0px
}
 #footer-bottom .col{
  	float: right;
	width: 25%;
  margin-top: 0px
}

#footer-bottom a{
  color: #555555
}

/* postmeta */
.post-footer {
	background: url(post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

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

/* display and additional classes */
.clear { clear: both; }

#simplegallery1 {
 position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
  border: none;
  background: transparent
}


#simplegallery1 .gallerydesctext{
 text-align: left;
padding: 2px 5px;
}
.box-table-a a{
  color: #444444;
  border: none
}


.box-table-a {
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 12px;
margin : 5px;
width : 670px;
text-align : left;
border-collapse : collapse;
border-top : 2px solid #003300;
border-bottom : 4px solid #003300;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #000000
}
  html > body box-table-a{
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 12px;
margin : 5px;
width : 600px;
text-align : left;
border-collapse : collapse;
border-top : 2px solid #003300;
border-bottom : 4px solid #003300;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #000000

}
.box-table-a th {
font-size : 13px;
font-weight : normal;
padding : 10px;
background :transparent;

color : #000000;

}
.box-table-a th.now {
font-size : 13px;
font-weight : normal;
padding : 10px;
background :transparent;
border-right: thin solid #111111;
color : #000000;
}
.box-table-a td {
padding : 5px;
background : transparent;

border-top : 1px solid #003300;
color : #000000;
width : 350px;
padding-bottom : 25px;

  vertical-align: top;
  text-align: left;
  padding-left: 5px;

}
.box-table-a td.now{
  border-right: thin solid #111111;
  padding : 8px;
background : transparent;
width : 350px;
color : #000000;

padding-bottom : 10px;

  vertical-align: top;
  text-align: left;
  padding-left: 0px
}


form#login {
 background-color: #CCCCCC;
 color: #000000;
 border: 1px solid #999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-align: left;
}
#login .text {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 140px;
 margin-right: 6px;

}
#login .buttons {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #333333;
 color: #FFFFFF;
 margin-right: 6px;
}
select{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 250px;
 margin-right: 6px;
  background: #FFFFE1
}
.box-table-b {
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 12px;
margin : 5px;
width : 600px;
text-align : left;
border-collapse : collapse;
border-top : 2px solid #003300;
border-bottom : 4px solid #003300;
  margin-bottom: 10px;
  margin-left: -10px
}
.box-table-b th {
font-size : 13px;
font-weight : normal;
padding : 8px;
background :transparent;

color : #039;
}

.box-table-b td {
padding : 5px;
background : transparent;
 border-left : 1px solid #003300;
border-top : 1px solid #003300;
color : #000000;
width : 350px;
padding-bottom : 5px;
  border-right : 1px solid #003300;
  vertical-align: top;
  text-align: left;
  padding-left: 5px;

}

.box-table-c {
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 14px;
margin : 0px;
width : 980px;
text-align : left;
border-collapse : collapse;

  margin-bottom: 0px;
  margin-left: 0px;
  background: url(nav.jpg) repeat top;
  border-bottom: thin solid #666622
}
.box-table-c th {
font-size : 13px;
font-weight : normal;
padding : 8px;
background :transparent;

color : #039;
}


.box-table-c td {
padding : 0px;
background : transparent;

color : #000000;

padding-bottom : 0px;

  vertical-align: middle;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px
}

.box-table-d {
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 12px;
margin : 5px;
width : 700px;
text-align : left;
border-collapse : collapse;

  margin-bottom: 10px;
  margin-left: -10px
}
.box-table-d th {
font-size : 13px;
font-weight : normal;
padding : 0px;
background :transparent;

color : #039;
}

.box-table-d td {
padding : 5px;
background : transparent;

color : #000000;
width : 350px;
padding-bottom : 5px;

  vertical-align: top;
  text-align: left;
  padding-left: 5px;

}
.box-table-e {
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 12px;
margin : 5px;
width : 665px;
text-align : left;
border-collapse : collapse;

  margin-bottom: 10px;
  margin-left: -10px;

  margin-right: 5px;

}
 html > body .box-table-e {
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 12px;
margin : 5px;
width : 700px;
text-align : left;
border-collapse : collapse;

  margin-bottom: 10px;
  margin-left: -10px;

  margin-right: 5px;

}
.box-table-e th {
font-size : 13px;
font-weight : normal;

background :transparent;

color : #039;
  text-align: left;
   border-right: thin solid #666666;
  padding-left: 5px;
  padding-top: 30px
}
.box-table-e th a{
font-size : 13px;
font-weight : normal;
padding-left: 5px;
background :transparent;
  color: #999933
}
.box-table-e th a:hover{
font-size : 13px;
font-weight : normal;
padding-left: 2px;
background :transparent;
  color: #999933;
  text-decoration: underline
}
.box-table-e td a{
font-size : 13px;
font-weight : normal;
padding-left: 5px;
background :transparent;
  color: #999933
}
.box-table-e td a:hover{
font-size : 13px;
font-weight : normal;
padding-left: 2px;
background :transparent;
  color: #999933;
  text-decoration: underline
}
.box-table-e th.now {
font-size : 13px;
font-weight : normal;

background :transparent;
  border: none;
color : #039;
  text-align: left;

  padding-left: 5px;
  padding-top: 30px
}
.box-table-e td.now{
  border: none;

}
.box-table-e td.newa{
  border: none;
      padding : 5px;
background : transparent;
width : 230px;
color : #550000;

padding-bottom : 5px;

  vertical-align: top;
  text-align: left;
  padding-left: 5px;
  border-right: thin solid #666666;
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold
}
.box-table-e td {
padding : 5px;
background : transparent;
width : 230px;
color : #000000;

padding-bottom : 5px;

  vertical-align: top;
  text-align: left;
  padding-left: 5px;
  border-right: thin solid #666666;
  padding-right: 5px;
  font-size: 12px
}
.box-table-e td.new {
padding : 5px;
background : transparent;
width : 230px;
color : #550000;

padding-bottom : 5px;

  vertical-align: top;
  text-align: left;
  padding-left: 5px;

  padding-right: 5px;
  font-size: 12px;
  font-weight: bold
}
.box-table-f {
font-family : "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size : 12px;
margin : 5px;
width : 660px;
text-align : left;
border-collapse : collapse;

  margin-bottom: 10px;
  margin-left: 5px;
  border: thin solid #666666;
  margin-right: 0px
}
.box-table-f th {
font-size : 13px;
font-weight : normal;
padding : 0px;
background :transparent;

color : #039;
  text-align: left;
   border-right: thin solid #666666;
  padding-left: 5px;
  margin-left: -20px
}

.box-table-f td.now{
  border: none
}

.box-table-f td {
padding : 5px;
background : transparent;
width : 220px;
color : #000000;

padding-bottom : 5px;

  vertical-align: top;
  text-align: left;
  padding-left: 5px;
  border-right: thin solid #666666
}
