/*  
Theme Name: Card Table
Theme URI: http://piratestudios.com/steved/
Description: Card Table Theme.
Version: 0.1
Author: Steve Detwiler
Author URI: http://piratestudios.com/steved/

*/

.dnd
{
  width:252px;
  height:160px;
  position:absolute;
  left:100px;
  top:100px;
  font-size: 10pt;
  background: #ffffff;
  visibility: visible;
  display: block;
  overflow: hidden;
  cursor: move;

  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.card
{
  margin-top:0px;
  vertical-align: bottom;
  background: #FFFFFF;

  width: 100%;
  height: 100%;

}

.cardImg
{
  float:left;
  display:block;

  width:267px;

/*  width:40%;
  height:40%;
*/
  background-position: left top;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: none;
  border-color: #000000;
  margin:0px;
  margin-right:10px;
}

.cardTitle
{
  display:block;
  font-family: helvetica, arial, sans;
  font-size: 100%;
  font-weight: bold;
}

.cardDate
{
  display:block;
  font-family: helvetica, arial, sans;
  font-size: 90%;
}

.cardDescription
{
  border-style: none;
  border-width: 1px;
  border-color: #ff0000;
  height:65%;
  font-family: helvetica, arial, sans;
  font-size: 100%;
  margin:1px;
  overflow: hidden;
}

.cardCategory
{
  font-family: helvetica, arial, sans;
  font-size: 80%;
  color: #444444;
  text-decoration: underline;
}

.cardMore
{
  text-align: right;
  font-family: helvetica, arial, sans;
  font-size: 80%;
  color: #444444;
  text-decoration: underline;
}

.cardStats
{
  display:block;

  width:90%;
  height:35%;

  border-width: 1px;
  border-style: none;
  border-color: #FF0000;
  padding-left: 10px;
/*  padding-top: 5px;
  padding-left: 10px;*/
}

.cardArrow
{
  width: 16px;
  height: 16px;
  position: relative;
  left: 236px;
  bottom: 18px;
}

.pageTitle
{
  font-family: helvetica, arial, sans;
  font-size: 36pt;
  font-weight: bold;
  color: #383838;

}
.pageDescription
{
  font-family: helvetica, arial, sans;
  font-size: 12pt;
  color: #303030;
  margin-top: 20px;
  margin-left: 20px;

}

.hot
{
  cursor:pointer;
}

body
{
  background: #444444;
  margin: 0px;
  padding: 0px;
}

div#cardTable
{
  width:100%;
  height:auto;
  border-width: 1px;
  border-style: none;
  border-color: #FF0000;
}

div#footer
{
  position:absolute;
  bottom:0px;
  width:100%;
  height:200px;
  background-image: url(images/footergrad.jpg);
}

/* Range Selection Styles */
#lowHandle
{
  position:relative;
  cursor:move;
  left:10px;
  width: 10px;
  height: 10px;
  top: 10px;
  background-color:#303030;
}

#lowHandle:hover
{
  background-color:#aaaaaa;
}

#highHandle
{
  position:relative;
  cursor:move;
  height: 10px;
  left:30px;
  width: 10px;
  top:-10px;
  background-color:#303030;
}

#highHandle:hover
{
  background-color:#aaaaaa;
}

#range
{
  position:relative;
  left:0px;
  width:10px;
  height:10px;
  top: -4px;
  
  background-image: url(images/rangebar.gif);
  text-align: center;
  font-family: helvetica, arial, sans;
  font-size: 10pt;
}

.menu
{
  font-family: helvetica, arial, sans;
  font-size: 10pt;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
  background-color: #666666;
  padding: 5px;
  width: 300px;
  height: 50px;
  top: 10px;
  right: 10px;
  position:absolute;
}

.activeMenu
{
  display: block;
}

.inactiveMenu
{
  display: none;
}

.menuTab
{
  cursor: pointer;
  font-weight: bold;
}

.menuTab:hover
{
  color: #aaaaaa;
}

