@charset "UTF-8";

/*

Craig Steely Architecture

Global Stylesheet
version 1.0
author: futurepruf.com



*/

/*================ GLOBAL ================*/

html { height: 100%; color: #FFF; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #FFF;
	overflow-x: hidden;
	position: relative;
}

a { color: #000; text-decoration: none; }
a:hover { color: #E1008A; }
a img { border: none; }
a:active { outline: none; }
:focus { -moz-outline-style: none; }

#wrapper {
	margin: 0;
	padding: 0;
	width: 1150px;
	height: auto;
	min-height: 735px;
	position: relative;
}

#column_left {
	position: fixed;
	top: 0;
	left: 0;
	width: 232px;
	margin: 0 ;
	padding: 16px 0 16px 16px;
	height: auto;
}

	#column_left h1 {
		font-size: 16px;
		margin: 0 0 24px 0;
		padding: 0;
		text-indent: -9999px;
		width: 208px;
		height: 77px;
	}
	
		#column_left h1 a {
			background: url('/images/global/logo_craigsteelyarchitecture.png') no-repeat;
			background-position: 0 0;
			width: 208px;
			height: 77px;
			display: block;
		}
		
		#column_left h1 a:hover {
			background-position: 0 -77px;
		}
	
	#column_left ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 248px;
	}
	
		#column_left ul li {
			line-height: 16px;
			width: 248px;
		}
	
	#column_left #navigation_main {
		font-weight: bold;
		margin-bottom: 16px;
	}
	
		#column_left #navigation_main li.selected a { color: #E1008A; }
	
	#column_left #navigation_projects a {
		color: #999;
	}
	
	#column_left #navigation_projects a:hover,
	#column_left #navigation_projects li.selected a { color: #E1008A; }
	
	#column_left #navigation_projects li.label {
		color: #000; font-weight: bold;
	}
	
	#column_left #footer {
		float: left;
		width: 208px;
		margin: 36px 0 0 0;
		padding: 16px 0 0 0;
		font-size: 10px;
		color: #999;
		border-top: 1px solid #999;
	}
	
		#column_left #footer a { color: #999; }

#column_right {
	float: left;
	width: 908px;
	height: auto;
	margin: 0 0 0 248px;
	padding: 16px 0 160px 16px;
	display: inline;
}

/*================ INDEX CONTENT ================*/

body.index #column_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 908px;
	height: auto;
}

	body.index #column_right ul li {
		margin: 0 8px 24px 0;
		padding: 0;
		float: left;
		height: 286px;
		overflow: hidden;
	}
	
		body.index #column_right ul li a {
			display: block;
			position: relative;
		}
		
			body.index #column_right ul li a div.background {
				display: none;
				background: url('/images/background_panel-70.png');
				height: 100%;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
			body.index #column_right ul li a div.project {
				display: none;
				position: absolute;
				bottom: 16px;
				left: 16px;
				font-size: 14px;
				color: #FFF;
			}
			
			body.index #column_right ul li a img { display: block; }
	
/*================ INFO CONTENT ================*/

body.info {
	background: #DA008A url('/images/global/background_info.png') repeat-y;
}

body.info #column_right {
	color: #FFF;
	position: relative;
}

	body.info #column_right .background_info_pages {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	body.info #column_right .info_info_page {
		position: absolute;
		top: 16px;
		left: 16px;
		z-index: 2;
		height: auto;
		padding: 16px;
		width: 442px;
		background: url('/images/background_panel-70.png');
	}
	
	body.info #column_right :first-child { margin-top: 0; }

	body.info #column_right a {
		color: #FFF;
		text-decoration: underline;
	}
	
	body.info #column_right ul {
		list-style: none;
		margin: 16px 0;
		padding: 0;
	}
	
		body.info #column_right ul li {
			margin: 0 0 16px 0;
		}

body#publications { overflow-x: hidden; }

	.publications { font-weight: bold; }
	.awards { margin-top: 40px; font-weight: bold; }

/*================ PROJECT CONTENT ================*/

	body.project #column_right ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		width: 900px;
		height: auto;
	}
	
		body.project #column_right ul li {
			margin: 0 0 8px 0;
			padding: 0;
			float: left;
			width: 900px;
			height: auto;
			position: relative;
			overflow: hidden;
		}
		
		body.project #column_right ul li img { display: block; }

		body.project #column_right ul li.project_info .panel {
			position: absolute;
			bottom: -300px;
			left: 0;
			background: url('/images/background_panel-70.png');
			margin: 0;
			padding: 16px 300px 16px 16px;
			color: #FFF;
			width: 634px;
			display: none;
		}
		
		body.project #column_right ul li.project_info_top .panel {
			position: absolute;
			top: -300px;
			left: 0;
			background: url('/images/background_panel-70.png');
			margin: 0;
			padding: 16px 300px 16px 16px;
			color: #FFF;
			width: 634px;
		}
		
			body.project #column_right ul li .panel h3 { margin: 0; font-size: 16px; }
			body.project #column_right ul li .panel p { line-height: 16px; } 
			body.project #column_right ul li .panel a {
				color: #FFF; text-decoration: underline;
			}

	
/*================ CLASSES ================*/

.clear { clear: both; }





