/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}
.small{font-size: 0.8em;}
.big{font-size: 1.2em;}

html
{
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    color: #fff;
    height: 100%;
    background: #171717;
    border-top: 6px solid #003680;
}

a
{
    color: #808080;
    text-decoration: none;
}
/***************************** color: #6c9000; *******************/
a:hover
{
    text-decoration: underline;
}

.heading{
    background: #181818;
    padding: 1px;
    color: #fff;
    border: 1px solid #0f0f0f;
    margin: 0 0 0 0;
    float: left;
}

h2{
    font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    background: #0C0E0C url(../images/heading-back.gif) repeat-x;
    padding: 7px 10px;
    float: left;
}

h2 span{
    color: #3269B5;
}

h3{
    font-size: 1.3em;
    margin: 5px 0 15px 0;
    color: #808080;
}

h4{
    font-size: 1.1em;
    margin: 0 0 15px 0;
    color: #808080;
}

/***************************** layout divs *******************/

#wrapper{
    width: 945px;
    margin: 0 auto -60px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    height: 150px;
    background: url(../images/header-back.jpg) no-repeat;
}

#logo{
    padding: 40px 0 0 0;
    width: 300px;
    float: left;
}

#text-gallery{
    width: 695px;
    float: left;
    margin: 0 0 40px 0;
}

#text{
    width: 685px;
    float: left;
    margin: 0 0 40px 0;
}

#sidebar{
    width: 240px;
    float: right;
}

/********************** elements ************************/
#searchbox{
  width: 228px;
  float: right;
  background: url(../images/search-arrow.gif) no-repeat right top;
}

#search{
  margin: 25px 0 0 0;
}

#search input.form-submit{
  width: 23px;
  height: 27px;
  background: url(../images/search-submit.gif);
  border: 0;
  float: left;
}

#search input.form-text{
  width: 185px;
  float: right;
}

#mainmenu{
  float: right;
  width: 600px;
  margin: 45px 0 0 0;
}

#mainmenu ul{
  list-style: none;
  float: right;
}

#mainmenu ul li{
  float: left;
}

#mainmenu ul li a{
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1em;
  padding: 3px 10px;
  margin: 0 0 0 15px;
}

#mainmenu ul li a.active, #mainmenu ul li a:hover{
  background: url(../images/bluemenu-back.gif) repeat-x;
  text-decoration: none;
}

#menuinfo{
  float: right;
  width: 600px;
  margin: 45px 0 0 0;
}

#menuinfo p{
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1em;
  float: right;
  padding: 3px 10px;
  margin: 0 0 0 15px;
}

#showcase{
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
}

#info{
  width: 100%;
  float: left;
  padding: 25px 0 0 0;
  background: url(../images/info-back.gif) no-repeat;
}

#showcase .showcase-image{
  width: 196px;
  height: 135px;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #0F0F0F;
  float: left;
  margin: 0 35px 30px 0;
  z-index: 1;  
}

#showcase .showcase-image.last{
  margin: 0 0 30px 0;
}

#showcase .showcase-image .featured-tag{
  background: url(../images/featured-tag.png);
  width: 71px;
  height: 66px;
  display: block;
  position: absolute; right: 0;
  z-index: 99;
}

#showcase .showcase-image img{
  width: 190px;
  border: 3px solid #0F0F0F;
  z-index: 50;
}

#showcase .desc{
  background: url(../images/desc-back.png);
  width: 185px;
  height: 22px;
  position: absolute; bottom: -3px;
  padding: 8px 0 0 5px;
  margin: 0 0 0 3px;
  color: #a4a799;
  font-size: 0.9em;
  z-index: 99;
}

#showcase .desc p{
  width: 110px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  line-height: 1;
  float: left;
}

#sidebar #featured img{
    width: 210px;
    border: 3px solid #0F0F0F;
}

#text p, #text ul, #text ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
}

#text-gallery p, #text-gallery ul, #text-gallery ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
}

#text ul, #text ol{
    padding: 0 0 15px 0;
}

#text-gallery ul, #text-gallery ol{
    padding: 0 0 15px 0;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 10px;}
#text-gallery ul ul, #text-gallery ul ol, #text-gallery ol ol, #text-gallery ol ul{padding: 0 0 0 10px;}

#text img{
    border: 3px solid #0F0F0F;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.column{
  width: 270px;
  float: left;
  padding: 0 70px 0 0;
}


#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder, #text-gallery .noborder{
    border: 0;
}

.nobullets, .text-links{
    list-style: none;
}

.text-links{
  margin: 0 0 10px 0;
}

.text-links li{
  background: url(../images/tick-bullet.gif) no-repeat left center;
  padding: 3px 10px 3px 25px;
  border-bottom: 1px dotted #363636;
}

.news{
  padding: 0 30px 30px 0;
  margin: 10px 0;
  background: url(../images/info-back.gif) no-repeat left bottom;
  clear: both;
}

.news h3{
  margin: 5px 0 0 0;
}

.date{
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 15px 0 0;
  background: #304201 url(../images/bluedate.gif) repeat-x;
  font-size: 0.9em;
  text-align: center;
  padding: 2px 0 0 0;
  line-height: 1;
  border: 1px solid #506402;
}

.toggler{
  cursor: pointer;
}

.comment{
  clear: both;
}

.comment img{
  width: 50px;
  float: left;
  margin: 0 15px 0 0;
}

.comment div{
  width: 80%;
  float: left;
  margin: 0 0 20px 0;
}

.date span{
  font-size: 2.4em;
}

#sidebar .box{
    width: 100%;
    float: left;
    background: #2b2b2b;
    border: 1px solid #121212;
    padding: 1px;
    margin: 0 0 30px 0;
}

#sidebar .box-border{
    background: #212121;
    border: 1px solid #1c1c1c;
    padding: 10px;
}

#categories ul{
    list-style: none;
    margin: 0 0 5px 28;
}

#categories li.active>a { 
 padding: 0 26px; 
    background: url(../black.png) no-repeat center left;
 }
#categories li div { 
   background: #2b2b2b;
   display: block; 
   clear: both; float: left; 
   width: 220px;
}
#categories a { 
   text-decoration: none; 
   background: url(../images/folder-bullet.gif) no-repeat center left;
   font: 1.1em/2em "Trebuchet MS", Helvetica, Arial, sans-serif; color: #fff; 
   padding: 0 26px; 
   display: block; 
   cursor: pointer; 
   border-bottom: 1px solid #2E2E2E;
   
   }
#categories a:hover { 
   text-decoration: underline;
    font: bold 1.1em/2em Arial, sans-serif; color: #3269B5; 
    padding: 0 26px; 
    display: block; 
    cursor: pointer; 
}


	/* Level 2 */
#categories li ul li { background: #1c1c1c; font-size: 0.9em; }


/********************** footer *****************************/

.push{height: 60px;}

#footer{height: 60px;}

#footer{
    background: #121212;
}

#footer p{
    width: 945px;
    margin: 0 auto; 
    padding: 20px 0 0 0;
    font-size: 0.9em;
}

#footer p a{
  color: #5c5c5c;
}


/*********************** forms **************************/

input, select, option{
  height: 18px;
}

input, select, textarea{
  padding: 1px;
	border: double 2px #464646;
	background: #181818 url(../images/input-back.gif) repeat-x left bottom;
}

option{background: white;}

textarea{
  background: #FCFEFC url(../images/input-back.gif) repeat-x left bottom;
}

.submit{
  background: url(../images/bluedate.gif) repeat-x;
  padding: 3px 10px;
  height: 25px;
  font-weight: bold;
  color: #aaa;
}

#text input, #text select{
  width: 190px;
}

#text textarea{
  width: 250px;
  height: 92px;
}

#submitsite{
  width: 550px;
  margin: 10px auto;
  background: #2b2b2b;
  border: 1px solid #121212;
  padding: 1px;
}

#submitsite .border{
    background: #212121;
    border: 1px solid #1c1c1c;
    padding: 0 0 10px 10px;
}

#submitsite fieldset{
  position: relative; left: 20px;
}

legend{
  color: white;
}

#submitsite .column{
  width: 200px;
  float: left;
  padding: 0 25px 0 0;
}

.error{
  color: #b52c16;
}


