/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content h3,
#content h4,
#content h5,
#content h6,
#content dl.fileObject,
#content .image-box,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#content .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}

img, fieldset { border:0; }
a { text-decoration: none; color: yellow; }
a:hover { text-decoration: underline; }
ul, ol { list-style:none; }

a.styleswitch.contrast {
  visibility:hidden;
  display:none;
}


/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Arial, Helvetica, sans-serif;
  line-height:1.4;
  background:#000;
  color:#fff;
}
body.small,
body.default {
  font-size:80%;
}
body.medium {
  font-size:95%;
}
body.large {
  font-size:120%;
}


h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  margin:0 0 12px;
}

h2 { font-size:170%; }

#content h2,
h3 { font-size:200%; }
h3, h3 a { color:yellow; }
h4 {  font-size: 120%; }

img { display: block; }
input { font-size:100%; }

/********************
## Framework style ##
********************/

.pageWrap {
  margin: 0 auto;
  width: 960px;
  position:relative;
}

/* Header*/
#header {
  padding:10px 0;
  position:relative;
}

#header h1 {
  margin:0 0 0 -10px;
}

#header h1 a {
  text-indent:-9999px;
  background:url(../GFX/logo2.gif) no-repeat;
  height:173px;
  width:160px;
  display:block;
}

#header h2 {
  position:absolute;
  bottom:17px;
  left:70px;
  color:yellow;
  margin:0;
}

#navTop li {
border-color: yellow;
}

#navTop li a {
  color: yellow;
}

#navTop li span {
  color: yellow;
}

.footer,
.header.sub {
  border:solid yellow;
  border-width:6px 0;
  background:yellow;
  color:black;
}

.header.sub .pageWrap {
  background:yellow;
}

.header.sub .summary {
  padding:30px 0 30px 30px;
  width:620px;
  font-size:120%;
}

.header.sub .summary h3,
.header.sub .summary a,
.header.sub .summary {
  color:black;
}

/* Breadcrumbs */

#breadcrumbs {
  padding:5px 15px;
  color:#fff;
  position:relative;
  z-index:1;
  font-size: 100%;
}

#breadcrumbs a {
  color:yellow;
  text-decoration:underline;
}

#breadcrumbs a:hover {
  text-decoration:none;
}

/* Form */

#header form.search {
  position:absolute;
  top:55px;
  right:0;
  width:190px;
}

form.search .query {
  border:1px solid #9f998a;
  height:22px;
  width:130px;
}

form.search .button {
  height:24px;
  width:50px;
  margin:0 0 -1px 5px;
}

form.search label {
  display:none;
  visibillity:hidden;
}

/* Sections: Main, Left, Right */

.section.mainWrap {
  width:595px;
  padding:30px;
}

.section.mainWrap {
 float:left;
}

.frontpage .section.main {
  float:left;
}

.master .section.main {
  float:right;
}

.section.left {
  padding-top:30px;
  width:300px;
}

.section.left.search,
.section.right {
  width:240px;
  padding:30px;
}

/* Footer */

.footer ul {
  padding:10px 10px 1px;
  font-size:80%;
  color:black;
  width:940px;
}

.footer ul li.pos1 {
  float:left;
}

.footer ul li.pos2 {
  float:right;
}

.footer a {
  color:black;
  text-decoration:underline;
}

.footer a:hover {
  text-decoration:none;
}

/******************
## COMMON STYLES ##
******************/
.section.right .summary { margin:0 0 30px; }
.instructions ul li {
  margin:0 0 10px;
}

.left { float:left; }
.right { float:right; }

.hearts {
  background:url(../GFX/hearts.png) no-repeat;
  width:254px;
  height:322px;
  position:absolute;
  top:-90px;
  right:-30px;
  z-index:999;
}

.heart {
  background:url(../GFX/heart.png) no-repeat;
  width:223px;
  height:198px;
  position:absolute;
  top:-85px;
  right:-35px;
  z-index:999;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

.summary .text {
  margin:0 0 12px;
}

.article .text {
  font-weight:bold;
}

.summaryImage {
  background:#fff;
  padding:5px;
}

span.border {
  border:1px solid #bbb;
  display:block;
  margin:0 0 15px;
  width:auto;
}

#content .summary .summaryImageUrl {
  float:right;
  margin:0 0 0 20px;
}

dl.articleMeta {
  border:solid #bbb;
  color:#bbb;
  border-width:1px 0;
  padding:3px 5px;
  margin:0 0 12px;
}

dl.articleMeta dd,
dl.articleMeta dt {
  float:left;
}

dl.articleMeta dd {
  margin:0 0 0 3px;
}

dl.articleMeta dd.author {
  border:solid #bbb;
  border-width:0 1px 0 0;
  padding:0 5px 0 0;
  margin:0 5px 0 0;
}

ul.readMore {
  margin:0;
  float:right;
}

ul.readMore a {
  text-decoration:underline;
}

ul.readMore a:hover {
  text-decoration:none;
}

/*************************
## OBJECT COMMENTS VIEW ##
*************************/
#comments {
   padding: 20px 0;
   border-bottom: 1px solid #F0F0F0;
}

#comments dt {
  background: url(../GFX/quote.gif) top left no-repeat;
  padding-left: 25px;
}

#comments dd {
  padding-left: 25px;
  margin-top: 4px;
  margin-bottom: 14px;
}

form#commentForm {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}

form#commentForm fieldset {
  padding: 0;
}

#commentForm input.block {
  width: 40%;
}

************
## Sitemap ##
************/

.sitemap {
  position: relative;
  font-size:1.2em;
  border-left: 1px solid #fff;
  list-style-type: none;
  padding:10px 0 0;
  margin: -10px 0px 0px 0px;
  width: 350px;
}

.sitemap[class],
.sitemap ul,
.sitemap ul ul {
  border-left: 1px dotted #fff;
}

.sitemap li {
  border-top: 1px solid #fff;
  padding-bottom: 1px;
  margin: 0px;
  margin-right: -15px;
  position: relative;
}

.sitemap[class] li {
  border-top: 1px dotted #fff;
}

.sitemap li li {
  padding-bottom: 1px;
  margin: 0px;
}

.sitemap ul {
  margin-right: -20px;
}

.sitemap li ul {
  margin-left: 10px;
  width: 100%;
}

.sitemap[class] li ul {
  width: auto;
}

.sitemap li.last {
  border-bottom: 0px solid #fff;
  border-left: 1px solid #fff;
  left: -1px;
}

.sitemap li a {
  font-weight: normal;
  background: #000;
  padding: 3px 0px 3px 2px;
  margin-left: 8px;
  width: 100%;
  display: block;  
  position: relative;
  top: -10px;
}


/*****************
## IDIUM FOOTER ##
*****************/

.idium {
  clear:both;
  margin: 10px auto;
  width: 175px;
  padding:20px 0 0;
}

.idium a:hover,
.idium a:active {
  text-decoration: none;
}

.idium,
.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

.idium img {
  float: left;
  margin-top: -3px;
}

.idium span {
  font-family: Century Gothic,Verdana,Arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: -8px 0 0;
  padding: 0 0 0 6px;
  text-transform: lowercase;
  word-spacing: 3px;
  color: #fff;
}


/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */

/*
## menu.css - Contains style for menu
*/

.navigation.top {
  position:absolute;
  top:10px;
  right:0;
}

.navigation.top li {
  color:yellow;
  float:left;
  border:solid yellow;
  border-width:0 1px 0 0;
  margin:0 5px 0 0;
  padding:0 5px 0 0;
}

.navigation.top li.last {
  border:none;
  padding:0;
  margin:0;
}

.navigation.top li a {
  color:yellow;
}

.navigation.top li span { margin:0 0 0 1px; }
.navigation.top li span#small { font-size:80%;}
.navigation.top li span#medium { font-size:100%;}
.navigation.top li span#large { font-size:120%;}

/* Main menu style */
.navigation.main {
  font-size: 120%;
  background:black;
}

.frontpage .navigation.main {
  padding:0 0 4px;
}

.navigation.main li {
  float: left;
  border:solid yellow;
  border-width:0 1px 0 0;
  padding:8px;
}

.navigation.main li a {
  display: block;
  padding:4px 6px 2px;
  color:yellow;
  border:1px solid transparent;
}

.navigation.main li a:hover,
.navigation.main li a.active {
  background:yellow; 
  border:1px solid black;
  text-decoration:none;
  color:black;
}

.navigation.main li a.active {
  font-weight:bold;
}

/*Sub menu style */

#navSub {
  margin:0 0 30px;
}

#navSub li a {
  display:block;
  padding:8px 15px;
  color:yellow;
  border:solid yellow;
  border-width:0 0 1px;
  font-weight:bold;
}

#navSub li a.active,
#navSub li a.current,
#navSub li a:hover {
  border-color:yellow;
  color:black;
  text-decoration:none;
  background:yellow;
}

#navSub li a.active,
#navSub li a.current {
  padding-left:30px;
}

#navSub li ul {
  border:solid yellow;
  border-width:0 0 1px;
}

#navSub li ul li a {
  padding:5px 15px 5px 30px;
}

#navSub li ul li a.last {
  border:none;
}

#navSub li ul li a.active,
#navSub li ul li a.current {
  padding-left:45px;
}
