@import url(menu.css);
/*------------------*\
|* global interface *|
\*------------------*/
html { min-height: 100%; margin-bottom: 1px; } /* forces vertical scrollbar in non-IE browsers to prevent "page shifting"*/

body {
  margin: 0px;
  padding: 0px;
/*  color: #33332e;*/
  color: #333333;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-family: Georgia;
  line-height: 16px;
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}

#formmail {
 margin-left:20px;
}

input, textarea {
  font-family: geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #6789a3;
}

input.submit {
  margin-left:3px;
}

/* links */
a {
  color: #1a6e70;

}
a:visited {
  color: #093E48;
}
a:hover {
  color: #006699;
  text-decoration: underline;
}

/* headings */
#footer h1 a,
#footer h1 a:visited
 {
 color:#fff;
}

h1 {
  font-size: 16px;
}
h1 a {
  color:#fff;
}

h2 {
  margin-top:0px;
  font-size: 15px;
}

h2.header {
  font-size: 18px;
  font-family: Tahoma, Verdana, san-serif;
  color:#4394AE;
  font-weight:bold;
  padding-left:0px;
  border:0px solid;
  clear:left;

}

h2.story {
  font: 12px tahoma, verdana,  sans-serif; 
  color:#4394AE;
  font-weight:bold;
}

h3 {
  font-family: tahoma, verdana,  sans-serif; 
  font-size: 13px;
}

h3.archive a, h3.archive a:visited {
 color:#fff;
}

h4 {
 font: 14px Tahoma, verdana, sans-serif; 
 color:#fff;
 font-weight:bold;

}
h5 {
  margin:0;
  padding:0;
  font: 10px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}

#bodywrapper {
  margin: 0px auto;
  width: 940px;
  text-align: left;
  border:0px solid green;
  background: url(/images/right_shadow.jpg) top right repeat-y;
  padding:0 0px 0 0px;
}

#ibwrapper {
  border-left:2px solid #6789a3;
  border-right:2px solid #6789a3;
  border-bottom:2px solid #6789a3;
  width: 896px;
}

#wrapper {
  margin: 0px auto;
  text-align: left;
  background: url(/images/left_shadow.jpg) top left repeat-y;
  padding:0 0px 0 20px;
}

#pagebottomshadow {
  background: transparent url(/images/bottom_shadow.jpg) bottom left no-repeat; 
  padding-bottom:0px;
  border:0px solid #000;
  height:20px;
  width:940px;
}


/*--------*\
|* header *|
\*--------*/
#logo {
  margin: 10px 0px 0px 0px;
  border-bottom:0px solid;
  overflow:hidden;
  text-align:left;
  float:left;
  }

hr.stroke {
  border:0px;
  border-bottom:2px solid #6789a3;
  width:855px;
  background:#fff;
}

#home hr.stroke {
  display:none;
}

#logo img {
  border:0px solid red;

}


/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 1px;
}
#bottomnav {
  float: right;
  width:565px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  float: left;
  list-style: none;
  line-height:normal;
  
}
ul.primarynav {
  width: 100%;
  font: 12px  geneva, verdana, san-serif;
  background: #6789A3;
  color: #FFF;
  text-decoration: none; 
}
ul.secondarynav {
  margin-top:5px;
  width: 100%;
}
ul.primarynav li, ul.secondarynav li {
  border-right: 1px solid #FFFFFF;
  float: left;
  list-style: none;
}

ul.primarynav li.last {
  border-right:0px solid;
}
ul.primarynav li.last a {
  padding: 7px 22px 7px 22px;
  border:0px solid
}


ul.primarynav a {
  margin-right: 1px;
  padding: 7px 21px 7px 22px;  
  float: left;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: #7EAACD;
  text-decoration: none;
}
ul.primarynav li.home {
  border-right: 1px solid #ffffff;

}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li {
  padding: 0px 7px 0 7px;
}

ul.secondarynav li.first {
  padding: 0px 7px 0px 0px;
  border-right: 1px solid #ffffff;
}
ul.secondarynav li.noborder {
 border-right:0px;;
 padding: 0px 0px 0 7px;
}

ul.secondarynav a {
  margin-right: 1px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #fff;
  text-decoration: underline;
}

/*-----------*\
|* searchbar *|
\*-----------*/


/*--------*\
|* footer *|
\*--------*/

#footer {
  margin: 0 auto;
  padding: 0 5px 0px 5px;
  border: 2px solid #fff;
  background: #6789A3; 
  margin-bottom:0px;
  font-size: 10px
  font-color: #FFF;
  font-family:  tahoma, arial, san-serif;
}
#footer img {
  float: left;

}
#footer img.bottomlogo {
 border-right:1px solid #fff;
 padding:5px 25px 2px 0px;
}

#footer h1 {
 margin:0px;
 padding:0px;
}

#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}
.copyright {
  margin-top:13px;
  color:#fff;
  float: right;
  font-size:10px;
  border:0px solid;
  width:565px;;
}

#studiox {
  padding-top:3px;
  padding-right:61px;
  clear:right;
  float: right;
  font-size: 11px;
}

.fblink {
  position: absolute;
  width: 83px;
  margin: -5px 0px 0px -90px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding:0px 0px 0px 0px;
  position:relative;
  border:0px solid;
}

 .error,  .message {
  margin: 10px 10px 10px 10px;
  padding: 10px;
  border: 1px solid #6789a3;

}
.error {
  color: #8c3030;
}
.message {
  color: #4394ae;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

#contentheader .images {
  float:left;
  padding:10px 0px 10px 22px;
}
#contentheader .images div {
  float:left;
  width:273px;
   border:1px solid #6789a3;
  margin-bottom:0px;
  overflow:hidden
}
#contentheader .images div img{

}

#contentheader .first {
  text-align:left;
  margin-left:0px;
}

#contentheader .inner {
  margin:0 12px 0 12px;
  text-align:center;

}

#contentheader .last {
  text-align:right;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  text-align:center;
  padding-bottom:10px;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #fff;
/* background colour of right sidebar */
  border-right: 280px solid #fff;
  background: #fff;
}

#home #ocwrapper,
.norightbar #ocwrapper
 {
  border-right: 0px solid #fff;
}
#icwrapper {
padding-left:22px;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-top: 40px;
  margin-right: -280px;
  padding: 0px;
  width: 280px;
  height:200px;
  float: right;
  position: relative;
  border:0px solid;
}


#home #rightsidebar,
.norightbar #rightsidebar {
display:none;
}

#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 0px 0 0;
  padding: 0 0px 10px 0px;
  background: #ffffff;
  border:1px solid #fff;
  float:left;
  position:relative;

}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* rightbar elements *|
\*-----------------*/

#rightsidebarcontent {
 border:1px solid #fff;
 padding-right:15px;
}

#rightsidebar #archivewrapper {
 margin-top:18px;
 border:1px solid #6789a3;
 width:250px;
}

#rightsidebar #archivecontent {
 border:0px solid;
 padding:5px 9px;
}



#rightsidebar #archivecontent h3 {
 margin:0px 0 5px 0;
 padding:1px 5px;
 background:#4394ae;
 color:#fff;
}

#story {
  margin:0 20px 0px 20px;
  border:1px solid #6789a3;
  padding:20px;
  clear:left;
}

#story .images {
  float:right;
  text-align:center;
  margin-left:10px;
}
#story .imagesleft {
 float:left;
}

#story .imagesleft img {
  float:left;
  border: 1px solid #6789a3;
  margin-bottom:10px;
  margin-right:20px;

}

#story .images div {
 margin-bottom:10px;
 margin-left:10px;

}

#story .images div img {
 border:1px solid #6789a3;

}


#story #content_top {
  border:0px solid;
  float:left;
  margin-bottom:10px;
  text-align:left;

}
#story #content_top .images{
  text-align:left;
  margin-left:0px;
  width:100%;
  float:left;
}


#story #content_top .images div {
  float:left;
  border:0px solid;
  margin-bottom:10px;
  margin-left:0px;
}

#story #content_top .first {
  text-align:left;
}

#story #content_top .inner {
  padding:0 14px 0 14px;
}

#story #content_top .last {

}

#story .content_right {
  float:right;
  width:225px;
  border:0px solid;
  height:100px;
  margin-left:13px;
}


/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}


/* links */

.column1, .column2, .column3 {
   border: 1px solid #6789A3;
   float:left;

}

.column1 {
  width: 210px;
  border: 1px solid #6789A3;
  margin-right:0px;
  min-height:420px;

}

.column1 .linklisting h4.odd {
 background:#2b8d95;
}
.column1 .linklisting h4.even {
 background:#1a6e70;
}


.column2{
  width: 310px;
  border: 1px solid #6789A3;
  margin:0 12px 0 12px;
  min-height:420px;
}
.column2 .linklisting h4 {
 background:#59a5bf;
}


.column3 {
 width: 300px;
 border: 1px solid #6789A3;
 margin:0 0 0 0px;
 min-height:420px;
 padding:0px;
}

.column3 .linklisting h4.odd {
 background:#4394ae;
}
.column3 .linklisting h4.even {
 background:#37778c;
}


.column3 img {
  padding-left:5px;;
}

.linklisting {
  margin: 10px;
}

.linklisting h4 {
 background:#7EAACD;
 padding:3px 8px;
 margin: 0px 0 8px 0px;
 font-size:12px;

}

.linklisting h1 {
 padding:1px 3px;
 margin: 0px 0 0px 0px;
}
.linklisting h2 {
 padding:1px 3px;
 margin: 0px 0 0px 0px;
 font-style:italic;
 font-size:13px;
}

.linklisting .floatleft {
  float:left;
  margin-right:8px;
  margin-bottom:2px;
}
.linklisting .floatright {
  float:right;
  margin-left:6px;
  margin-bottom:2px;
}

.linklisting img {
  border:1px solid #6789a3;
  margin:0px;
  padding:0px;
}

.linklisting .imagepreview {
  width:190px;
  overflow:hidden;
  margin-bottom:6px;

}

.linklisting h4.linktitle a {
  padding-bottom: 0px;
  color:#fff;
  text-decoration:none;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 5px 5px 0px;
  padding: 0px;
  border: 0px solid #bbbfa1;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}



/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  background: transparent url(images/button-left.gif) top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}



/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}


.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/


#catheader {
border:0px solid;
padding:0 12px 12px 12px;
}

#category .dl, #home .dl {
  margin: 0px 0px 0px 28px;
  border:0px solid #999;
  padding:0px;
}

#category .dt {
 clear:left;
 display:block;
 border:1px solid;
 float:left;
 width:100%;
}

#category .subcatwrapper {
  border:1px solid #6789a3;
  float:left;
  clear:left;
  width:540px;
  margin:0px 0 20px 0px;
  padding:12px 0px;

}


#category .subcatwrapper img {
 clear:left;
 float:left;
 border:1px solid #6789a3;
 margin-bottom:0px;
 margin:0 0px 0 12px;
}

#category .subcatwrapper h3 {
  padding:2px 0 2px 10px;
  margin:0px 12px 0 196px;
  border:0px solid red;
  background:#59a5bf;
  color:#fff;
}

#category .subcatwrapper h2 {
  padding:2px 0 2px 10px;
  border:0px solid red;
  color:#59a5bf;
  font-family:tahoma,sans serif;
}

#category .subcatwrapper h3 a {
  font-weight: bold;
  font-size: 12px;
  color:#fff;
  text-decoration:none;
}

#category .subcatwrapper div.dd {
  padding:3px 12px 0 18px;
  margin:0px 0 0 180px;
  border:0px solid red;
}

#category .subcatwrapper .dd img {
 display:none;
}


#category .dt, #category .dd, #home .dt, #home .dd {
  margin: 0px 0px 0px 0px;
}
#category .dd, #home .dd {
  padding-bottom: 10px;
}

/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}

/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}

.noborder {
  border: 0px;
}