/***** Master Classes *****/
html,body {
  background:#c6c9ca url(../images/bg.jpg) fixed repeat top center;
  font-family: Baskerville, Georgia, Serif;
  color: #3f3f3f;
	font-size: 106.3%;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
}

a {color:#3198e5;}
a:hover {color:#55b6ff;}

#curtain-top {
  width:100%;
  height:420px;
  margin:0 auto;
  background:transparent url(../images/curtain.bg.jpg) repeat-x top center;
  position:fixed;
  z-index:0;
  top:0;
  display:inline;
}

#wrapper {
  width:786px;
  margin:0 auto;
  position:relative;
  z-index:1;
}

#header {
  width:708px;
  height:51px;
  padding:39px;
  background:transparent url(../images/header.bg.png) no-repeat top left;
  position:relative;
}

#logo {
  width:242px;
  height:43px;
  padding:4px 0 0 0;
  margin:0 0 0 5px;
  font-size:1.9em;
  float:left;
}

#logo a {
  width:242px;
  height:43px;
  background:transparent url(../images/logo.jpg) no-repeat center left;
  font-family:Arial,sans-serif;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  text-indent:-99999px;
  float:left;
}

#logo span {
  font-size:0.5em;
  letter-spacing:0.03em;
}

#nav {
  padding:18px 6px 0 0;
  list-style:none;
  text-transform:lowercase;
  letter-spacing:0;
  float:right;
}

#nav li {
  margin-left:1em;
  float:left;
}

#nav li a {
  color:#3198e5;
  text-decoration:none;
}

#nav li a:hover {text-decoration:underline;;}

#nav li img {
  position:relative;
  top:2px;
  left:-1px;
}

#main-top {
  width:100%;
  height:45px;
  margin-top:-39px;
  background:transparent url(../images/main.top.png) no-repeat top center;
}

#footer {
  width:698px;
  height:163px;
  padding:28px 44px 0;
  margin:0;
  color:#FFF;
  font:0.75em Arial,sans-serif;
  list-style:none;
  background:transparent url(../images/footer.bg.png) no-repeat top center;
}

#footer .cell {
  width:212px;
  height:100px;
  margin-right:31px;
  float:left;
}

#footer .cell.omega {margin-right:0;}

#footer ul {
  padding:0;
  list-style:none;
}

#footer a {
  color:#FFF;
  text-decoration:none;
}

#footer a:hover {text-decoration:underline;}

#footer h2 {
  width:100%;
  padding:0;
  border-bottom:solid 1px #5a9dd1;
  margin-bottom:4px;
  font-size:1.2em;
  font-weight:bold;
}

#copyright {
  width:708px;
  margin-top:-42px;
  padding:0 39px 22px 39px;
  color:#888;
  font-size:0.8em;
  text-align:center;
}

#copyright a {color:#AAA;}

#main {
  width:708px;
  padding:8px 39px 12px 39px;
  background:transparent url(../images/main.bg.png) repeat-y top center;
}

#main h2 {
  padding:0 0 0.4em 0;
  color:#3198e5;
  font-family:Arial,sans-serif;
  text-transform:uppercase;
}

hr {
  border-top:solid 1px #d1e1ef;
  border-right:0;
  border-bottom:solid 1px #c4cace;
  border-left:0;
  margin:0.3em 0 1.2em 0;
}

.series-list {
  width:100%;
  padding:0;
  margin:0;
  list-style:none;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:0.75em;
}

.series-list li {
  width:202px;
  height:132px;
  padding:16px;
  background:#FFF url(../images/thumbnail.bg.jpg) no-repeat top left;
  color:#FFF;
  float:left;
}

.series-list .series-thumbnail {
  width:208px;
  height:132px;
  background:#000;
  overflow:hidden;
  position:absolute;
}

.series-list .series-thumbnail .graphic {
  width:208px;
  height:132px;
}

.new-badge,.hot-badge {
  width:51px;
  height:49px;
  top:0;
  left:157px;
  text-indent:-9999em;
  background:transparent url(../images/new-badge.png) no-repeat top left;
  position:absolute;
}
.hot-badge {background-image: url(../images/hot-badge.png);}

.series-list .series-rollover {
  width:196px;
  height:16px;
  padding:2px 6px 8px 6px;
  background:transparent url(../images/black-67.png) repeat top left;
  position:relative;
}

.series-list .downloads {
  width:170px;
  height:16px;
  float:left;
}

.series-list .love-it {
  width:16px;
  height:16px;
  margin-top:2px;
  float:right;
}

.series-list-nav {
  margin:0.5em;
  margin-bottom:0;
  color:#3198e5;
  float:right;
}

.terms-of-agreement {
  font-size:0.6em;
  color:#777;
  font-family:Arial,sans-serif;
  line-height:1.2em;
}

.signup input {width:14em; margin-top:0.2em;}
.signup .submit {width:auto;}

/***** Grid Classes *****/

.block-1-3,.block-2-3,.block-1-2 {float:left;}

.block-1-3 {width:227px;}
.block-2-3 {width:461px;}
.block-1-2 {width:344px;}

.pad-top    {padding-top:15px;}
.pad-right  {padding-right:15px;}
.pad-bottom {padding-bottom:15px;}
.pad-left   {padding-left:15px;}

.margin-top    {margin-top:15px;}
.margin-right  {margin-right:15px;}
.margin-bottom {margin-bottom:15px;}
.margin-left   {margin-left:15px;}

/***** Global Classes *****/
 
.clear         {clear:both;}
.float-left    {float:left;}
.float-right   {float:right;}
 
.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}
.text-justify  {text-align:justify;}
 
.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     {border-bottom:1px solid;}
.highlight     {background:#ffc;}
 
.wrap          {width:960px; margin:0 auto;}
 
.img-left      {float:left; margin:4px 10px 4px 0;}
.img-right     {float:right; margin:4px 0 4px 10px;}
 
.nopadding     {padding:0;}
.noindent      {margin-left:0; padding-left:0;}
.nobullet      {list-style:none; list-style-image:none;}

.error         {color:#F00;}

#debug {
  padding:1em;
  background:#FFF;
  border:solid 1px #AAA;
  position:fixed;
  top:12px;
  left:12px;
  z-index:99;
  font-family:Arial;
  font-size:0.75em;
}

#debug input,#debug select,#debug textarea {margin-bottom:0.2em;}
#debug hr {border:0; border-bottom:solid 1px #DDD; margin:6px 0;}

.alt {background:#F3F3F3;}

.endcap.actions a.delete {
    background: url("../images/delete.png") no-repeat scroll left center #8C9298;
    padding-left: 32px;
    float: right;
}

.endcap.actions a {
    border: 1px solid #585E65;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    font-size: 0.917em;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
}

.endcap.actions li {
	list-style: none;
}

#reportproblems {
overflow: auto;
width:600px;
height:480px;
}

#reportproblems h2 {margin-left: 96px;}
.support-comment{width:500px;}
