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

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

a {text-decoration:none;}

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

#header {
  position: relative;
  height: 204px;
  color: #C6D2DC;
  text-transform: uppercase;
  background: url(../images/bg/light_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: #DCE0E3;
}

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

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

#mainMenu li a:hover span,
#mainMenu li a.here span {
  background: url(../images/bg/light_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: #FFF;
} 

.sideMenu li a:hover {
  color: #B5CFE3;
  background: #5F5F5F;
}

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

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

/* 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: #FFF;  
  background: url(../images/bg/light_bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #FFF;
  background: #666 url(../images/bg/light_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: #D0D7DD url(../images/bg/light_footer.jpg) 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: #777;
  background: #333;
}

#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 #555;
  cursor: help;	
}

.template .info {
  position: absolute;
  z-index: 0;

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

  background: #555;
  border: 4px solid #555;
  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: #B5CFE3;
}

.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: #B5CFE3;
  background: #555;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;  
}

.template ul li a:hover {
  color: #FFF;
  background: #444;
  border-top: 1px solid #222;
  border-left: 1px solid #222;  
  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/light_light_theme.gif) no-repeat center center;
}

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

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

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

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

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

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

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

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

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

.studio7Logo {
  width: 244px;
  height: 50px;
  background: url(../images/bg/light_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;
  
  background: #E4E8E8;
  border-bottom: 1px solid #C6D2DA;
  border-right: 1px solid  #C6D2DA;
}

a:hover.bigLink {
  color: #FFF;
  background: #C6D2DA;
  border-top: 1px solid #ACBBC5;
  border-left: 1px solid  #ACBBC5;   
  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: #EEE;
}

ul.linkList li a:hover {
  background: #666 url(../images/bg/light_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: #B5CFE3;
}

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/light_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: #666;
}

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

.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;}




