/* 
Title: Axseeum CSS
Description: Axseeum Structure and Constants
*/

/************************************/
/* Structure						*/
/************************************/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	margin:0;
	padding:0;
}
#page {
	min-height:550px;
	height:auto;
	max-width:740px;
	width:740px;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	text-align:center;
}
#header {
	position:relative;
	max-width:740px;
	width:740px;
}
#main-content {
	position:relative;
	max-width:740px;
	width:740px;
	height:100%;
	margin:0;
	padding:0;
}
#sidebar {
	width:140px;
	padding:15px;
	float:left;
}
#sidebar img {
	height: 70px;
	width: 70px;
}
#content {
	width:530px;
	margin:0 0 0 15px;
	padding:20px 20px 0 0;
	float:right;
}
#contentwide {
	position:relative;
	margin:0;
	padding:20px;
}
#content img {
	margin:0;
	padding:0;
	display:inline;
}
#footer {
	position:relative;
	padding:75px 15px 15px 15px;
	margin:30px 0 0 0;
}

#footer .fleft {
	text-align:left;
	}

/************************************/
/* Navigation styles    			
*/
/************************************/

#nav {
	position:absolute;
	top:275px;
	margin:0 0 0 20px;
}
#nav.feature {
	position:absolute;
	top:10px;
}
#home, #home a {
	width: 69px;
	height: 25px;
	background-image: url(http://www.axseeum.ca/images/nav/btn_home.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#organic, #organic a {
	width: 88px;
	height: 23px;
	background-image: url(http://www.axseeum.ca/images/nav/btn_organic.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}
	
#deconstruction, #deconstruction a {
	width: 159px;
	height: 26px;
	background-image: url(http://www.axseeum.ca/images/nav/btn_deconstructing.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#graffiti, #graffiti a {
	width: 92px;
	height: 25px;
	background-image: url(http://www.axseeum.ca/images/nav/btn_graffiti.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#photo, #photo a {
	width: 134px;
	height: 24px;
	background-image: url(http://www.axseeum.ca/images/nav/btn_photo.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#contributors, #contributors a {
	width: 139px;
	height: 25px;
	background-image: url(http://www.axseeum.ca/images/nav/btn_contributors.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}
	
#home a, #organic a, #deconstruction a, #graffiti a, #photo a, #contributors a {
	background-position: top left;
	}

#home a:hover, #organic a:hover, #deconstruction a:hover, #graffiti a:hover, #photo a:hover, #contributors a:hover, #home, #organic , #deconstruction, #graffiti, #photo, #contributors {
	background-position: bottom left;
	}
/************************************/
/* Formatting for structure			*/
/************************************/
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/a-bg.gif);
	}
#page { 
	background-color:#fff;
}
#header {
	background-color:#fff;
	}
#header.hedsmline {
	border-bottom:1px solid #aaa;
}
#header.hedsmline img {
	border-bottom:1px solid #eee;
	margin:0 0 0.5px 0;
}
#main-content {
	background-color:#fff;
	}
#content, #contentwide {
	text-align:left;
}
#content p, #contentwide p {
	margin:0 0 5px 0;
	padding:0;
	color:#333;
	text-align:left;
	font-size:12px;	
	line-height:1.7em;
	letter-spacing:110%;
	width:auto;
	}
#content h2, #contentwide h2, #main-content h2 {
	margin:0;
	font-size:24px;
	color:#CC9933;
	font-weight:bold;
	}

.h2contri {
	text-align: left;
	padding: 10px 0 10px 15px;
	}

#sidebar {
	text-align:left;
	font-size:9px;
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	display: inline;
	}
#sidebar strong {
	padding:3px;
	background-color:#CCCCCC;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	display:block;
}
#sidebar img {
	border: 0px;
	}
#sidebar ol {
	margin:0;
	padding:12px;
	width:auto;
	}
#sidebar ol li {
	padding:3px 0 3px 0;
}
#sidebar h3 {
	text-align: center;
	color: #666666;
	font-size: 16px;
	}
#footer {
	background-color:#eee;
	font-size:10px;
	border-top:0.5px solid #aaa;
	}
#footer div {
	z-index:10;
	}

/************************************/
/* Various floats and others 		*/
/************************************/
.fright {
	float:right;
	position:relative;
	}
.fleft {
	float:left;
	position:relative;
	}
.clear {
	clear:both;
}
.spacer {
	margin:0 10px 0 15px;
}
.cont {
	text-align: left;
	background-color: #ffffff;
	padding: 5px;
	margin: 15px 30px 15px 30px;
	border: solid #666666 thin;
	}
.axseeum a {
	color:#CC9933;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12px;
	text-decoration: none;
	}

.axseeum a:hover {
	text-decoration: underline;
	}
	
a { 
	color:#999900;
	text-decoration:none;
	}

#ccsLogo {
	top: 230px;
	left: 20px;
	position: absolute;
	}