/* Global ****************/
body {
	border-top:5px solid #000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
/*	letter-spacing:-.1px*/
}
.replace span {
	position:absolute;
	top:-10000px;
}
.button {
	display:block;
	background:#000;
	color:#fff;
	padding:4px 10px 5px 10px;
	text-decoration:none;
	border:0;
	font-size:12px;
}
.button:hover {
	background:#555;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
ol.bulleted li,
ul.bulleted li {
	list-style-type:none;
	background:url('../img/bullet.png') no-repeat center left;
	padding:0 0 0 10px;
}
p.bulleted {
	background:url('../img/bullet.png') no-repeat 0px 6px;
	padding:0 0 0 10px;
}

/* Typography ****************/
h1 {
	font-size:24px;
	font-weight:bold;
	padding:0;
	line-height:24px;
	margin:0 0 5px 0;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	letter-spacing:0.02em;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom:15px;
}
a {
	text-decoration:none;
	border-bottom:dotted 1px #000;
	color:#000;
}
.content-title {
	margin:30px 0 15px 0;
	border-bottom:1px dotted #000;
	padding-bottom:8px;
}

/* http://meyerweb.com/eric/thoughts/2007/06/04/ordering-the-link-states/ */
a:link {

}
a:visited {

}
a:focus {

}
#projects h3 a:hover,
#projects .active h3 a,
#host a:hover,
#links a:hover,
#services a:hover,
a:hover {
	border-bottom:1px solid #000;
}
a:active {

}

/* Error message ********/
#error_message {
	position: absolute;
	top:0;
	background:#000;
	padding:2px 10px 4px 10px;
	color:#fff;
	text-align:center;
}
body > #error_message { position: fixed; }


/* Header ****************/
#header {
	position:relative;
}
#logo .replace {
	border:0;
	display:block;
	width:400px;
	height:65px;
	background:url('../img/logo.png') no-repeat top left;
	margin:60px 0 45px 0;
}
#external_menu {
	position:absolute;
	top:0;
	right:0;
}
#external_menu li {
	float:left;
	margin-left:2px;
	position:relative;
}
#external_menu li a {
	display:block;
	background:#000;
	color:#fff;
	padding:2px 10px 4px 10px;
	text-decoration:none;
	font-size:12px;
	border:none;
}


/* Content ***************/
#content {
	clear:both;
	margin-bottom:50px;
}
#sub_header {
	overflow:auto;
}


/* Pagination *********/
#pagination {
	overflow:auto;
	float:right;
	margin-top:-66px;
}
#pagination li {
	float:left;
	padding-right:3px;
}
#pagination li a {
	margin-right:3px;
}

#pagination li.active a {
	border-bottom:none;
	font-weight:bold;
}


/* Internal menu */
#discipline_menu { 
	margin-left:20px;
}
#discipline_menu li {
	background:url('../img/menu_check.png') repeat-y -50px 0;
}
#discipline_menu a {
	display:block;
	padding:5px 5px 7px 110px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	border:none;
}
#discipline_menu li:not(.active) a:hover {
	text-decoration:none;
	background:#fff;
	border:none;
	font-style:italic;
}
#discipline_menu li.active {
	background-position:-50px -32px;
	font-style:normal;
}
#discipline_menu #what_can_i_do {
	margin-top:20px;
}
#discipline_menu a:focus,
#discipline_menu a:active {
	border:0;
}


/* Footer ***********/
#footer {
	border-top:5px solid #000;
	margin-top:65px;
	padding:7px 0 30px 0;
	font-size:13px;
}
#copyright {
	font-weight:bold;
	float:left;
	width:240px;
}
#host {
	float:left;
	width:200px;
}
#host a {
	font-weight:bold;
	border:none;
}
#services {
	float:right;
}
#services li {
	float:left;
}
#services a {
	font-weight:bold;
	border:0;
}
#services li:not(:last-child):after {
	content:"/";
	margin:0 4px 0 4px;
}

/* List ***************/
#projects {
	margin:50px 0 0 0;
	position:relative;
}
#projects .grid_4 {
	margin-bottom:30px;
}
#projects .grid_4 img {
	border:5px solid black;	
/*	background:url('../img/pattern_check.png') repeat;	*/
}
#projects .grid_4 a:hover img,
#projects .grid_4.active img {
	border-color:black;
}
#projects a {
	border:0;
}
#projects h3 {
	margin-top:3px;
	float:left;
}
#projects h3 a {
	font-weight:bold;
	font-size:14px;	
}
#projects ol {
	float:right;
	margin-top:4px;
}
#projects li {
	float:left;
	font-size:10px;
}
#projects li:not(:last-child):after {
	content:"/";
	margin:0 2px 0 2px;
}
#view-all {
	position:absolute;
	right:10px;
	padding-top:2px;
	border-bottom:1px dotted #000;
	font-size:12px;
}

/* Home ***********/
#introduction .content {
	font-size:13px;
	padding:0 30px 0 0;	
}

/* Category ****************/
#discipline .content {
	font-size:13px;
	padding:0 30px 0 0;
}
.definition {
	font-style:italic;
	padding:0 100px 8px 0;
	margin:0 0 15px 0;
	font-size:12px;
	line-height:15px;
	border-bottom:1px dotted #000;
}

/* What Can I Do ****************/
#skills,
#examples {
	border-top:1px dotted #000;
	padding-top:10px;
	margin-top:30px;
}
#examples p {
	padding:0 0 0 10px;
}
#skills {
	overflow:hidden;
}
#skills .bulleted {
	float:left;
	width:150px;
}


/* Project **************/
#project h1 {
	border-bottom:1px dotted #000;
	padding-bottom:8px;
	margin-bottom:15px;
}
#project #specs {
	margin-bottom:15px;
	float:left;
}
#project #specs li {
	overflow:hidden;
}
#project #specs span.title {
	float:left;
	width:65px;
	font-weight:bold;
}
#project #specs span.info {
	float:left;
	width:170px;
}
#related_areas {
	float:left;
	margin:0 0 15px 80px;
	overflow:hidden;
	padding-bottom:2px;
}
#related_areas p {
	margin:0 5px 0 0;
	float:left;
}
#related_areas ol {
	float:left;
}
#project p {
	font-size:13px;
	clear:both;
}
#links {
	border-top:1px dotted #000;
	padding-top:8px;
	margin-top:20px;
	overflow:hidden;
}
#links li {
	float:left;
	margin-right:20px;
	padding-bottom:2px;
}
#links a {
	font-weight:bold;
	border-bottom:none;
}
#main_image,
#sub_images {
	margin-top:30px;
}
#main_image span,
#sub_images span {
	position:absolute;
	bottom:0;
	right:0;
	background:#000;
	color:#fff;
	display:block;
	padding:2px 5px 2px 5px;
}
#main_image {
	height:375px;
	overflow:hidden;
	background:#000 url('../img/loader.gif') no-repeat 50% 50%;
}
#main_image,
.sub_image {
	border:5px solid #000;
	position:relative;
}
.sub_image {
	margin-bottom:15px;
	height:175px;
	overflow:hidden;
	cursor:pointer;
	background:#000 url('../img/loader.gif') no-repeat 50% 50%;
}
