/*
  Arclite CSS design
  The CSS, XHTML and design is released under GPL.
    http://www.opensource.org/licenses/gpl-license.php
	 
  Heavily edited by GM
*/

/* global prop. */
*{
  margin: 0;
  padding: 0;
}

/*** COMMON ELEMENTS ***/

html, body{
  height:100%;
}

html{
  font-size: 100%;
}

body{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 12px;
  font-style: normal;
  color: #000;
  background: #eeeadb;  
  min-height:100%;
  height:auto !important; /* ie6 ignores it */
  height:100%; /* fix */
  position: relative;
  max-width:1024px;
  margin-left:auto; margin-right:auto;
}

/* ADDED */
.rule {
	border-bottom:solid 2px #eeeadb;
}

/* links */

a{
  color: #0071bb;
}

a:hover{
  color: #f44365;
  text-decoration: none;
}


/* HEADINGS */

h1{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: bold;
  font-size: 200%;
  letter-spacing: -0.04em;
  line-height: 100%;
  margin: .5em 0 .5em;
}

h2{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: normal;
  font-size: 160%;
  letter-spacing: -0.04em;
  line-height: 110%;
  margin: .5em 0 .2em;
}

h3{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  font-style: normal;  
  letter-spacing: -0.04em;
  line-height: 110%;
  margin: .5em 0 .2em;
  text-shadow: #fff 1px 1px 1px;
}

h4{
  font-family: "Arial Narrow", Arial, Sans;
  font-size: 120%;
  font-weight: normal;
  margin: .5em 0 .2em;
}

h5{
  font-family: "Palatino Linotype", Georgia, Serif;
  font-size: 100%;
  font-weight: bold;
  margin: .5em 0 .2em;
  letter-spacing: -0.02em;
}

h6{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 120%;
  font-weight: normal;
  text-transform: uppercase;
  margin: .5em 0 .2em;

}


/* TABLES */

table{
  margin: .5em 0 1em;
}

table td, table th{
  text-align: left;
  border-right: 1px solid #e8e1c8;
  padding: .4em .8em;
}

table th{
  background: #ab967e url(img/table-header.gif) repeat-x left top;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #e8e1c8;
}

table td{
  background: #d8ceb6;
}

table tr.even td{
  background: #e1d9c3;
}

table tr:hover td{
  background: #f0eada;
}


/* FORMS */

input, textarea, select{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 100%;
  margin: .2em 0;
}

input, textarea{
  padding: .2em .4em;
}

input.radio, input.checkbox{
  background: #fff;
  padding: 2px;
}

form label{
  font-weight: normal;
}

fieldset{
  padding: .8em;
  border: 1px solid #d2c7af;
}

legend{
  padding: 2px 15px 10px 15px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}


/* LISTS */

ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


ul li, ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

dl{
  padding: .3em 0 .8em;
}

dt {
  float: left;
  clear: left;
  width: 9em;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0 0 0 10em;
  padding: 0 0 0.5em 0;
}


/* OPTHER */

p{
  margin: .6em 0 .3em;
  line-height: 125%;
}

img{
  border: 0;
}

hr{
  color: #b4aca1;
  background: #b4aca1;
  border-bottom: 1px solid #f6f4eb;
}

small{ font-size: 80%; }

pre{
  overflow: auto;
  white-space: pre-wrap;       /* css3 */
  white-space: -moz-pre-wrap;  /* ff */
  word-wrap: break-word;       /* ie */
  font-size: 12px;
  font-family: "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono";
  background: #fff;
  padding: .4em;
  margin: 1em 0;
}

blockquote{
  margin: 1em 25% 1em 0;
  padding: .2em .2em .2em 5em;
  border: 1px dotted #937d68;
  font-style: italic;
  color: #937d68;
  background: #fff url(img/quotes.gif) no-repeat 4px top;
}

blockquote p{
  padding: 8px;
  margin: 2px;
}

/*** BASIC LAYOUT ***/

#page{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.block-content{
  width: 100% !important;
  width: 960px; /* for ie 6 */
  min-width: 780px;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

#main-wrap1{ background: #eeead9; }
#main-wrap2{
  border-top: 1px solid #fff;
}

#main{
  padding-top: 0;
}

.mask-main {
  position:relative; /* This fixes the IE7 overflow hidden bug */
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;	 /* This chops off any overhanging divs */
}

.mask-main .mask-right,
.mask-main .mask-mid,
.mask-main .mask-left {
  float:left;
  width:100%;
  position:relative;
}

.mask-main .col1,
.mask-main .col2,

.mask-main .col3 {
  float:left;
  position:relative;
  padding:0;
  /*overflow:hidden;*/		/*edit mode*/
}

.rightdiv {
}


/*** 2 COLUMN LAYOUT ***/

#page.with-sidebar .mask-main .mask-left {
  right:30%;			/* right column width */
}

#page.with-sidebar .mask-main .col1 {
  width:70%;			/* left column width */
  left:30%;			    /* right column width */
}

#page.with-sidebar .mask-main .col2 {
  width:30%;			/* right column width */
  left:30%;			    /* right column width */
}

/*** HEADER ***/

#top-bar{
	height: 35px;
	background-color:#E9EAFC; 
}

#header{
  height: 120px;
  position: relative;
  z-index: 10;
  color: #fff;
}

#header .block-content{
  height: 120px;
}

#header-wrap{
  width: 100%;
  background: #261c13;
}

#pagetitle{
  padding: 0.15em 0 0 1em;
}

#pagetitle h1.logo{
  font-family: "Arial Black", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 350%;
  float: left;
  padding: .1em 0 0 0;
  margin: 0;
  letter-spacing: -0.1em;
  line-height: 90%;
  font-variant: small-caps;
  font-weight: normal;
  font-style: italic;
  color: #eeeadb;
}

#pagetitle h1.logo a{
  color: #eeeadb;
  text-decoration: none;
}

#pagetitle h1.logo a:hover{
  color: #fff;
}

#pagetitle h4{
  float: left;
  border-left: 1px solid #8e7762;
  padding: 0 0 .6em .8em;
  margin-left: 1em;
  color: #e9e2c9;
}


/* search */
.search-block{
  background: transparent url(img/search-bg.png) no-repeat left top;
  position: absolute;
  right: 2em;
  bottom: 2.5em;
}

.search-block .searchform-wrap{
  background: transparent url(img/search-go.png) no-repeat right top;
  width: 146px;
  height: 30px;
}

.search-block input{
  background: none;
  border: 0;
  color: #928a85;
  float: left;
  width: 100px;
  padding: 0;
  margin: 0;
}

.search-block input.searchfield{
  margin: 5px 0 0 8px;
}

.search-block fieldset{
  border: 0;
  padding: 0;
}

.search-block input.go{
  width: 36px;
  height: 30px;
  text-transform: uppercase;
  text-align: center;
  float: right;
  color: #fff;
}


/* main navigation */

#nav-wrap1{
	background: transparent url(img/nav-left.png) no-repeat left top;
	padding-left: 25px;
	position: absolute;
	z-index: 3;
	top: 101px;
	left: 1em;
	height: 64px;
}

#nav-wrap2{
  background: transparent url(img/nav-bg.png) no-repeat right top;
  padding-right: 25px;
  height: 64px;
  float: left;
}

ul#nav, ul#nav li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul#nav{
  background: transparent url(img/nav-div.png) no-repeat right top;
  padding-right: 2px;
  display: block;
  height: 64px;
}


ul#nav li{
  display:inline;
  float: left;
  position: relative;
  background: transparent url(img/nav-div.png) no-repeat left top;
  padding-left: 2px;
}

ul#nav li a{
  display: block;
  margin-top: 1px;
  height: 35px;
  float: left;
  color: #b5d1e6;
  text-decoration: none;
  font-size: 115%;
  font-weight: bold;
  text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
}

ul#nav li a span.arrow{display:none;}

ul#nav li a:hover{
  color: #fff;
}

ul#nav .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

ul#nav .fadeThis span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent url(img/nav-active.png) repeat-x left top;
  z-index: -1;
  margin: 0;
  padding: 0;
}

ul#nav li a span{
  display: block;
  margin-top: 6px;
  padding: 0 8px;
}


/* sub-menus */

ul#nav ul {
  position: absolute;
  background: #f7f5ef url(img/side-menu-active.png) repeat-x left bottom;
  display: none;
  width:255px;
  top: 36px;
  left: 0;
  margin: 0;
  padding: 1em 0;
  font-size: 100%;
  line-height: 100%;
  z-index: 5;
  border: 1px solid #fff;
  -moz-box-shadow:0px 8px 14px rgba(0,0,0,0.3);
  -webkit-box-shadow:0px 8px 14px rgba(0,0,0,0.3);
  box-shadow:0px 8px 14px rgba(0,0,0,0.3);
}

ul#nav ul ul{
}

ul#nav li ul li{
  background: none;
  padding: 0;
}

ul#nav a.active ul,
ul#nav li.current_page_item ul,
ul#nav li.current_page_ancestor ul,
ul#nav li.current-cat ul{
  background: #fff;
}

ul#nav li.current_page_item ul ul,
ul#nav li.current_page_ancestor ul ul,
ul#nav li.current-cat ul ul{
  border: 1px solid #fff !important;
}

ul#nav li ul a{
  width:230px;
  float:left;
  background: none;
  margin: 0;
  padding: 8px 15px 8px 10px;
  height: auto;
  color: #000;
  font-weight: normal;
  line-height: 125%;
  text-shadow: none;
  position: relative;
}

ul#nav li ul a span.arrow{display:block;position:absolute;right:8px;top:0;line-height:32px;}

ul#nav li ul a span, ul#nav li ul a span span{
  margin: 0;
  padding: 0;
  height: auto;
  float: none;
}

ul#nav ul .fadeThis span.hover {
  background: #3b88b7;
}

ul#nav li ul a:hover, li ul#nav ul a:hover,
ul#nav a.active ul a:hover,
ul#nav li.current_page_item ul a:hover,
ul#nav li.current_page_ancestor ul a:hover{
  color: #fff;
}

ul#nav ul a:hover, ul#nav ul a:hover span,
ul#nav a.active ul a:hover span,
ul#nav li.current_page_item ul a:hover span,
ul#nav li.current_page_ancestor ul a:hover span,
ul#nav ul li.current_page_parent a:hover span,
ul#nav ul li.current_page_item a:hover span,
ul#nav ul li.current_page_parent li.current_page_item a:hover span{
  color:#fff;
    color: #f00;
}

ul#nav li ul a span, ul#nav li ul a span{
  background: none;
}

ul#nav ul ul{
  top:auto;
}

ul#nav li ul ul {
  left:230px;
  top: 4px;
}

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li:hover ul ul ul ul{
  display:none;
}
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li li li li:hover ul{
  display:block;
}

/* active submenus */
ul#nav ul li.current_page_parent a span,
ul#nav ul li.current_page_item a span,
ul#nav ul li.current_page_parent li.current_page_item a span{
  color: #2d83d5;
}

ul#nav ul li.current_page_item li a span, ul#nav ul li.current_page_parent li a span{
  color: #000;
}

/* IE 7 bug-fixes */
ul#nav li:hover { z-index: 5; }
ul#nav * li:hover { visibility: inherit; }


/*** MAIN CONTENT ***/

#main-content{
  padding: 2em 1em;
}

/*** SIDEBAR ***/

#sidebar, #sidebar-secondary{
  padding: 2em 1em;
  margin: 0;
}

#sidebar li.block, #sidebar-secondary li.block{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* sidebar menu */

ul.menu, ul.menu li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.menu{
  padding: 0 3px;
  margin: 0 0 10px 0;
  display: block;
}

ul.menu li{
  background: transparent url(img/div-h.png) repeat-x left bottom;
  display: block;
  padding: 0 0 3px 0;
  width: 100%;
  font-size: 90%;
}

ul.menu li a{
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 30px 2px 12px;
  color: #000;
  font-size: 115%;
}

ul.menu li a:hover{
  color: #0071bb;
}

ul.menu .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

ul.menu .fadeThis span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #f7f5ef url(img/side-menu-active.png) repeat-x left bottom;
  z-index: -1;
}

/* sub menus */

ul.menu li li{
  margin-left: 1.8em;
  padding: 0;
  float: none;
  background: none;
  width: auto;
}

ul.menu li li li{
  margin-left: 1em;
}

ul.menu li li a{
  text-transform: none;
  padding: 0;
  font-size: 110%;
  font-family: Verdana, Geneva, sans-serif;
  font-style: italic;
}

ul.menu li li a:hover{
  background: none;
}


/* rss popups */

ul.menu li.cat-item {
 position: relative;
}

ul.menu li.cat-item a.rss{
  position: absolute;
  padding:0;
  display: none;
  background: transparent url(img/side-menu-rss.png) no-repeat center center;
  width: 24px;
  height: 22px;
  top: 0px;
  margin-top: 4px;
  right: 6px;
  z-index: 10;
  cursor: pointer;
}

ul.menu li.cat-item li.cat-item a.rss{
  background: none;
  visibility: hidden;
}

ul.menu li li .fadeThis {
  position:static;
  background: none;
}

ul.menu li li .fadeThis span.hover {
  display: none;
}



/* box */

.box{
  background: transparent url(img/box-shadow.png) no-repeat bottom right;
  padding: 4px 12px;
  margin: 1em 0 1em;
}

.box .titlewrap{
  padding-left: 35px;
}


.box .titlewrap h4{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: normal;
  letter-spacing: -0.04em;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 130%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.box .titlewrap h4 a{
  color: #fff;
  text-decoration: none;
}

.box.titlewrap h4 a{
  color: #ffc000;
  text-decoration: none;
}

.box .titlewrap span{
  padding: 6px 0;
  display: block;
}

.box .wrapleft{ background: #fff url(img/box-left-bg.png) repeat-y top left; }
.box .wrapright{ background: transparent url(img/box-right-bg.png) repeat-y top right; }

.box .bl{ background: transparent url(img/box-bl.png) no-repeat bottom left; }
.box .tl{ background: transparent url(img/box-tl.png) no-repeat top left; }
.box .br{ background: transparent url(img/box-br.png) no-repeat bottom right; }
.box .tr{ background: transparent url(img/box-tr.png) no-repeat top right; }

.box .the-content{
  padding: .4em 1em .6em 1em;
  min-height:92px;
  height:auto !important;
  height:64px;            /* ie 6 fix */
  min-width: 64px;
}

/*** FOOTER ***/
#footer{
  padding: 1em 0;
  color: #666;
  border-top: 1px solid #fff;
}

#footer a{
  color: #a59079;
}

#footer a.rss{
  background: transparent url(img/rss.png) no-repeat left top;
  padding-left: 20px;
}

#footer a.toplink{
  padding: 1px 6px;
  background: #584d43;
  color: #9b856f;
  font-size: 50%;
  text-decoration: none;
  margin-left: 4px;
}

#footer .copyright{
  text-align: center;
  font-size: 85%;
}

#footer .add-content{
  text-align: center;
  margin: .6em 0;
}

/*** MISC ***/

.with-tooltip{ }

div.tooltip{
  position:absolute;
  left:-20000px;
  background-color:#dedede;
  padding:5px;
  border:1px solid #fff;
  display:none;
}

div.tooltip p{
  margin:0;
  padding:0;
  color:#fff;
  background-color:#222;
  padding:2px 7px;
}

.left{ float: left; }
.right{ float: right; }
div.clear{ clear: both;height:1px;  }

/* clearfix */
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  min-width: 0;		        /* trigger hasLayout for IE7 */
  display: inline-block;
  /* \*/ display: block;	/* Hide from IE Mac */
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}

.error, .red{ color:#ed1f24; }
.center{ text-align: center; }

.clear-content{
  height: 1px;
  clear: both;
  display: block;
}


/* NAVIGATION LINKS */

.navigation{
  font-size: 80%;
  color: #a8937b;
  margin: 2em 0 1em 0;
}

.navigation a{
  color: #6b5e50;
  text-decoration: underline;
  line-height: 150%;
}

.navigation a:hover{
  color: #f44365;
  text-decoration: underline;
}


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }



/* OPTIONS */

/* blue header */
#header{ background: transparent url(img/header-noise-blue-center.jpg) no-repeat center top; }
#header-wrap{ background: transparent url(img/header-noise-blue.jpg) repeat-x center top; }
#pagetitle h4{ border-left: 1px solid #7a96a4; }


/* white content background */
#main-wrap1{ background: #fff; }
/* adjust table background */
table td, table th{ border-right: 1px solid #fff; }
table th{
  background: #7e7e7e;
  border-bottom: 1px solid #fff;
}
table td{ background: #f1f1f1; }
table tr.even td{ background: #fff; }
table tr:hover td{ background: #fff; }
fieldset{  border: 1px solid #999; }

/* default sidebar titles */
.box .titlewrap{ background: transparent url(img/box-title-left.png) no-repeat top left; }
.box .titlewrap h4{ background: transparent url(img/box-title-bg.png) no-repeat top right; }


/* sidebar to the left */

#page.with-sidebar .mask-main .mask-left { left: 0%; }
#page.with-sidebar .mask-main .col1 { left:30%; }
#page.with-sidebar .mask-main .col2 { left:-70%; }

/* blue sidebar titles */
.box .titlewrap{ background: transparent url(img/box-title-left-blue.png) no-repeat top left; }
.box .titlewrap h4{ background: transparent url(img/box-title-bg-blue.png) no-repeat top right; }
a:hover{ color: #4ca3db; }