/* Start of CMSMS style sheet 'layout' */
/*
 * Author: Spacetacular Design
 * Contact: www.spacetacular.com
 * File: layout.css
 * 
 * Description:
 * Layout rules.
 *
 */



#pageBounds {
	width: 960px;
	margin: 1em auto;
	text-align: left;
	border: 1px solid #e7e7e7;
}

#contentBounds {
	margin: .5em;
	background: transparent url(../images/bg_content.gif) 475px top repeat-y;
        position: relative;
}



#mastHead {
	padding: 0;
	margin: 0;
	}
	
#mastHead h2#logo {
	width: 199px;
	margin: 35px 0 40px;
	padding: 0;
	background: #transparent url(../images/logo.gif) left top no-repeat;
}

#mastHead h2#logo a {
	display: block;
	background: transparent url(../images/logo.gif) left top no-repeat;
	width: 199px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
}
	
#mainColumn {
	width: 435px;
	float: left;
	margin: 0;	
	padding: 1em;
	background: transparent url(../images/bg_mainColumn.gif) left top repeat-x;
	}
	
#sideColumn {
	width: 405px;
	float: right;
	padding: 2em 1em 0 0;
	min-height: 500px;

	}
	
#footer {
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/bg_footer.gif) center center repeat-x;
	height: 31px;
	color: #333;
	font-size: 75%;
	}


/* mnav styles */

#mnav {
	width: 100%;
	margin: 2em 0 .25em;
	}

#mnav ul {
	margin: 0;
	list-style: none;
}	

#mnav ul li {
	float: left;
	margin: 0 1em .5em 0;
	}				

#mnav ul li a {
      font: 140%/1.2em Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #47b9d9;
      text-decoration: none;
}

#mnav ul li a:hover {
      color: #CCC;
      text-decoration: none;
}
  
/* footer */

#footer {
        color: #999;
        font-size: 70%;
}

/* mainColumn */


/* sideColumn Contents */

.titleImage {
        background: transparent url(../uploads/images/page_title/logos.gif) left top no-repeat;
        width: 200px;
        height: 50px;
}

#logos .titleImage {
        background: transparent url(../uploads/images/page_titles/LOGOS.gif) left top no-repeat;
}
#identity .titleImage {
        background: transparent url(../uploads/images/page_titles/Identity.gif) left top no-repeat;
}
#adverts .titleImage {
        background: transparent url(../uploads/images/page_titles/adverts.gif) left top no-repeat;
}
#collateral .titleImage {
        background: transparent url(../uploads/images/page_titles/collateral.gif) left top no-repeat;
}
#illustration .titleImage {
        background: transparent url(../uploads/images/page_titles/illustration.gif) left top no-repeat;
}
#animation .titleImage {
        background: transparent url(../uploads/images/page_titles/animation.gif) left top no-repeat;
}
#characters .titleImage {
        background: transparent url(../uploads/images/page_titles/characters.gif) left top no-repeat;
}
#fonts .titleImage {
        background: transparent url(../uploads/images/page_titles/fonts.gif) left top no-repeat;
}
#contact .titleImage {
        background: transparent url(../uploads/images/page_titles/contact.gif) left top no-repeat;
}

.description {
        position: absolute;
        top: 280px;
        left: 20px;
        width: 400px;
}

/* Contact Page */
#contact #sideColumn {
		background: transparent url(../uploads/images/key440.jpg) center center no-repeat;
		width: 450px;
}


/* Forms */



/* Home Styles */
#home #sideColumn {
		background: transparent url(../images/bg_sideColumn_home.jpg) right bottom no-repeat;

}

h1 {
	text-indent: -999em;
	overflow: hidden;
	}
	

/* Portfolio Styles */
.portfolio {
	padding: 0 auto;
}

.portfolio ul {
	list-style: none;
	margin: 35px 0 0;
	padding: 0;
	}

.portfolio ul li {
	float: left;
	margin: 0 .5em .5em 0;
	}
	
.portfolio table {
	margin-top: 125px;
}

	
/* Full Portfolio Styles */
#full #sideColumn {
	width: 440px;
	float: right;
	padding: 0 1em 0 0;
	min-height: 500px;
	} 
#full .portfolio table {
	margin-top: 0px;
}


/* Normal Portfolio Styles */

#normal .portfolio {
	padding: 0 0 0 50px;
}



/* End of 'layout' */

