/* Black Mage CSS */


/* containers */
body {
	margin: 0;
	background: #fff url(../img/bg.png) repeat-y left top;
	width: 100%;
	font: 0.9em/1.3em Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}
#content {
	position: absolute;
	width: 590px;
	left: 415px;
	top: 44px;
}
#sidebar {
	position: absolute;
	left: 0;
	width: 375px;
	top: 24px;
}
#bm-small {
	position: absolute;
	left: 358px;
	top: 20px;
}


/* nav */
#nav {
	margin: 30px auto 0;
	width: 341px;
}
#nav a, #nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	width: 341px;
}
#nav a:hover, #nav a:active,
#b-home #n-home, #b-about #n-about, #b-photos #n-photos,
#b-process #n-process, #b-team #n-team, #b-links #n-links {
	background-position: -341px top;
}
#n-links {height: 45px;}
#n-about {height: 46px;}
#n-home, #n-photos, #n-team, #n-process {height: 47px;}
#n-home {background: transparent url(../img/nav-home.png) no-repeat left top;}
#n-about {background: transparent url(../img/nav-about.png) no-repeat left top;}
#n-process {background: transparent url(../img/nav-process.png) no-repeat left top;}
#n-photos {background: transparent url(../img/nav-photos.png) no-repeat left top;}
#n-team {background: transparent url(../img/nav-team.png) no-repeat left top;}
#n-links {background: transparent url(../img/nav-links.png) no-repeat left top;}
#title {
	display: block;
	text-align: right;
	margin-right: 40px;
}


/* sidebar content */
#subcontent {
	color: #aaa;
	font-size: 0.9em;
	width: 280px;
	margin: 50px auto 0;
}

#subcontent p {margin-top: 0;}
#subcontent h3 {color: #eee; margin: 0;}
#subnav li {
	margin: 0.5em;
	color: #eee;
}
#subnav a, #subnav a:link, #subnav a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #fc0;
	color: #fc0;
	font-weight: bold;
}
#subnav a:hover, #subnav a:active {
	color: #c90;
	border-bottom-color: #c90;
}



/* content pages */
#content p {
	line-height: 2em;
}
#content h1 {margin-bottom: 38px;}

ul.big {
	margin-left: 34px;
}
ul.big li {
	list-style-image: url(../img/arrow-large.gif);
	margin: 1.3em 0;
}
ul.small {
	margin-left: 18px;
}
ul.small li {
	list-style-image: url(../img/arrow-small.gif);
	margin: 1em 0;
}

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3 {margin-top: 0;}


/* links */
#content a, #content a:link {
	text-decoration: none;
	border-bottom: 2px solid #69f;
	color: #69f;
	font-weight: bold;
}
#content a:visited {
	border-bottom: 1px dotted #666;
	color: #666;
}
#content a:hover, #content a:active {
	border-bottom: 2px solid #06c;
	color: #06c;
}


/* thumbs */

.thumbs li {
	float: left;
	margin: 0.5em;
}
.thumbs a, .thumbs a:link, .thumbs a:visited {
	display: block;
	width: 100px; 
	padding: 1em;
	background: #f9f9f9;
	border: 1px solid #eee !important;
}
.thumbs a:hover, .thumbs a:active {
	background: #69f;
	border: 1px solid #06c !important;
}

/* team page */
#b-team #content ul li {clear: right; float: left;}
#b-team #content ul {position: relative;}
.lcol {
	position: relative;
	float: left;
	width: 100px;
	padding-right: 20px;
	padding-bottom: 1.5em;
}
.rcol {
	position: relative;
	padding-right: 10px;
	float: left;
	padding-top: 0.7em;
}


/* splash page */
#index {
	background: #000;
	color: #69f;
	font-size: 0.8em;
}

#container {
	width: 400px;
	padding-left: 100px;
	margin: 140px auto 0;
}
#e, #e:link, #e:visited {
	text-decoration: none;
	color: #36c;
	float: right;
	margin-right: 2em;
}
#e:hover, #e:active {
	color: #36f;
}



/* generic styles */
.tc {text-align: center;}
.tr {text-align: right;}
.tl {text-align: left;}
.bl {display: block;}
.in {display: inline;}
.r {float: right;}
.l {float: left;}
.clr {clear: both;}
.clrr {clear: right;}
.nobdr, img {border: 0 !important;}
.smt {font-size: 0.9em;}
.xsmt {font-size: 0.8em;}
.bigt {font-size: 1.1em;}

/* hax */
.clearfix:after, .thumbs:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}	