#content {  
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  width: 980px;  
  margin: 0 auto;
}

/**************************************************************
   #header: Holds the topbar and header image
 **************************************************************/

#header {
  position: relative;
  height: 204px;
  color: #7A808D;
  text-transform: uppercase;
  background: url(../images/bg/dark_hdr_image.jpg) no-repeat top center;
}

#topbar {
  width: 100%;
  position: absolute;
  top: 0; 
  left: 0;  
  padding-top: 3px;  
  font-size: 0.8em
}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both; 
  
  margin-bottom: 1em;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0 !important;
  top: -3px;
}

#mainMenu li {
  display: inline;  
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 5px;
  padding: 0;


  font: 700 1.0em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
}

#mainMenu li a span {
  float: left;
  padding: 5px 1em;
  cursor: pointer;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #FFF;
  background: #36452C url(../images/bg/dark_menu_corner_left.gif) no-repeat bottom left;  
}

#mainMenu li a:hover span,
#mainMenu li a.here span {
  background: url(../images/bg/dark_menu_corner_right.gif) no-repeat bottom right;  
}

#mainMenu li a.last {
  margin-right: 0;
}




/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 0px;    
  
  text-decoration: none;
  color: #666C7B;
} 

.sideMenu li a:hover {
  color: #FFF;
  background: #BBB;
}

/* Active menu item */
.sideMenu li.here {   
  padding: 0;
  color: #FFF;  
}

.sideMenu li.here ins {
  display: block;
  padding: 1px 5px;
  text-decoration: none;
  background: #BBB;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #66789C;  
  background: url(../images/bg/dark_bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #FFF;
  background: #CCC url(../images/bg/dark_bullet.gif) no-repeat 10px 0px;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 40em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -40em;
  height: auto !important;
  height: 40em;
  min-height: 40em;
  background: #343D4C url(../images/bg/dark_footer.gif) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  padding-top: 75px;
  text-align: left;
}

#copyright {
  width: 100%;
  height: 2.5em;
  float: left;
  
  margin-top: 17px;
  padding-top: 3px;
  
  font-size: 0.85em;
  text-transform: uppercase;
  
  color: #7A808D;
  background: #525865;
}

#copyright  a:link{text-decoration:none;}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width66 {
  width: 66%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignMiddle {
  vertical-align: middle;
}

.alignTop {
  vertical-align: top;
}

.alignBottom {
  vertical-align: bottom;
}



/**************************************************************
   Margin/Padding Classes to space out boxes
 **************************************************************/

.marginLeft {
  margin-left: 15px;
}

.marginRight {
  margin-right: 15px;
}

.marginTop {
  margin-top: 15px;
}

.margin {
  margin: 12px 15px 10px 15px;
}

.paddingTop {
  padding-top: 15px;
}



/**************************************************************
   Templates
 **************************************************************/

.templates { 
  position: relative;
  height: auto !important;
  height: 295px;
  min-height: 295px;
}

.author {
  position: relative;
  height: auto !important;
  height: 200px;
  min-height: 200px;
}

.template {
  position: absolute; 
  width: 128px;
}


.template .img {
  position: absolute;
  z-index: 1;
}

.template .img img {
  height: 90px;
  width: 120px;
  border: 4px solid #AAA;
  cursor: help;
}
.template .info {
  position: absolute;
  z-index: 0;

  height: 90px;
  width:  120px;
  margin-bottom: 6px !important;
  margin-bottom: 4px;

  background: #AAA;
  border: 4px solid #AAA;
  cursor: help;
}



.template .info dl {
  padding: 5px 5px 0 5px;
  margin: 0;
  font-size: 0.8em;  
}

.template .info dl dt {
  width: 40px;
  float: left;
  padding: 0;
  margin: 0;
  
  text-transform: uppercase;
  color: #505F7D;
}

.template .info dl dd {
  width: 60px;
  float: right;
  
  padding: 0;
  margin: 0;
  
  color: #FFF;
}

.template ul {
  margin: 0;
  padding: 0;
}

.template ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

.template ul li a { 
  position: relative;
  top: 102px;

  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  
  color: #505F7D;
  background: #AAA;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
}

.template ul li a:hover {
  color: #FFF;
  background: #777;
  border-top: 1px solid #555;
  border-left: 1px solid #555;  
  border-bottom: 0;
  border-right: 0;  
}

.template ul li a.view {
  width: 50px;
  float: left;
}

.template ul li a.download {
  width: 74px;
  float: right;
}


/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/dark_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/dark_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/dark_submit.gif) no-repeat center center;
}

div.fullaheadLogo span {  
  display: block;
  height: 60px;
  background: url(../images/bg/dark_fullahead.gif) no-repeat center 5px;  
}

div.andreasLogo span {  
  display: block;
  height: 60px;
  background: url(../images/bg/andreasdark.gif) no-repeat center 5px;  
}

div.studio7logo span {  
  display: block;
  height: 60px;
  background: url(../images/bg/studiologodark.gif) no-repeat center 5px;  
}

div.multiLogo span {  
  display: block;
  height: 60px;
  background: url(../images/bg/multilogodark.gif) no-repeat center 5px;  
}

/**************************************************************
   Topbar of Frame for Template viewing
 **************************************************************/

#frame {
  height: 55px;
  background: #242C3C url(../images/bg/dark_topbar.gif) repeat-x bottom left;
}

.studio7Logo {
  width: 244px;
  height: 50px;
  background: url(../images/bg/dark_studio7_logo.gif) no-repeat center left;
}

a.bigLink {
  margin: 0 1px;
  padding: 5px;   
  
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  
  color: #767C88;
  background: #434B59;
  border-bottom: 1px solid #111;
  border-right: 1px solid  #111;
}

a:hover.bigLink {
  color: #A8AEBA;
  background: #3C4756;
  border-top: 1px solid #000;
  border-left: 1px solid  #000;   
  border-bottom: 0px;
  border-right: 0px;
}




/**************************************************************
   Large Link List
 **************************************************************/

ul.linkList {  
  margin: 10px 15px;
  padding: 0;
}
ul.linkList li {
  list-style: none;
  list-style-image: url(foo.gif); /* needed for IE */
  margin-bottom: 10px;
}

ul.linkList li a {
  position: relative;
  display: block;
  padding: 10px; 
  
  text-decoration: none;
  color: #555;
}

ul.linkList li a:hover {
  background: #CCC url(../images/bg/dark_portfolio_bottom.gif) no-repeat bottom left;;
}

ul.linkList li a img {
  position: absolute;
  top: 15px;
  left: 15px !important;
  left: 5px;
}

ul.linkList li a span {
  position: relative;
  left: 65px;
  width: 615px;
  cursor: pointer;
}

ul.linkList li a span.title {
  font-weight: bold;
  color: #66789C;
}

ul.linkList li a span.text {
  display: block;
}

ul.linkList li a span.top {
  display: block;
  position: absolute;
  top: 0;
  left: 0 !important;
  left: -10px;
  
  height: 11px;
  width: 695px;
}

ul.linkList li a:hover span.top {
  background: url(../images/bg/dark_portfolio_top.gif) no-repeat top left;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

/* Start hide from IE-mac \*/
.heightFix {
  height: 1%;
}
/* End hide from IE-mac */

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.whiteBg {
  background: #FFF;
}

.greyBg {
  background: #CCC;
}

.darkGreyBg,
.footerDarkGreyBg {
  background: #BBB;
}

.noBorder{
  border: 0;
}

.pointer {
  cursor: pointer;
}

#galleryBox {
  height: 500px !important;
  height: 540px;
  padding: 20px 0;
  text-align: center;
}


.frontads {text-align: center; padding-top: 15px;}


