/*** Colours ***/

body, a { 
	color: #222; 
}

/*** Typography ***/

body { 
	font-family: verdana; 
}

h1 { 
	color:#999;
	font-size: 11px; 
	font-weight: normal; 
	line-height:18px;
	margin-bottom:10px;
}

h2 { 
	color:#167f39;
	font-family: 'DejaVuSansBook', arial, sans-serif;
	font-size: 14px; 
	font-weight: normal; 
	letter-spacing: 1px;
}

p {
	font-size:10px;
	line-height:16px;
	color:#222;
	margin-bottom:12px;
}

a { 
	text-decoration: none; 
}

a:hover {
  color: #167f39;
}

/*** Common Layout ***/

body, html {  
	height:100%;
	margin:0;
	padding:0;
	height:auto;
	min-height:100%;
	}

body {
	background:url('/img/bg.png');
	line-height: 12px;
}

#container { 
	width: 960px; 
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;  
	}

/*** Header ***/

#header {
	height:30px;
	padding-top:27px;
	margin-bottom:45px;
	border-bottom:1px solid #ccc;
}

#logo, #header-nav {
	float:left;
}

#logo a {
	font-family: 'DejaVuSansBook', arial, sans-serif;
	font-size:13px;
	letter-spacing:1px;
	padding-left:5px;
	text-transform:lowercase;
}

#logo a:hover {
	color:#222;
	text-decoration:none; 
}

#header-nav ul {
list-style: none; 
padding: 0px; 
margin: 0px; 
}

#header-nav li, #header-nav a {
	color:#444;
	display:inline;
	font-size:9px;
	font-weight:normal;
	padding-left:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}

#header-nav a:hover {
	color: #167f39;
}

#header-nav li a.current {
  color:#167f39;
}


/*** Footer ***/

#copyright {
  margin-top:80px;
	border-top:1px solid #ddd;
	padding-bottom:25px;
  text-align:right;
  clear:both;
}

#copyright p, #copyright a {
	font-size:8px;
  color:#555;
	line-height:12px;
	text-decoration:none;
}


/*** Folio Layout ***/

#folio-container {
  position:relative;
  margin:1px auto;
  text-align:left;
}

.project {
	margin:0 10px 20px 10px;
	width:300px;
	float:left;
}

.project:hover .projectFrame {
  border-bottom:1px solid #167f39
}

.projectActive .projectFrame {
  background: #000;
  color: #fff;
}

.projectThumb {
  width:100%;
}

.projectFrame {
  display:block;
  padding:5px 2px;
  border-bottom:1px solid #ddd;
}

.projectTitle, .subtitle  {
  display:block;
  font-size:10px;
  line-height:17px;
}

.project:hover a {
  text-decoration:none;
}

.projectTitle:visited {
  color:#777;
}

.subtitle {
  color:#999;
}

.invis1 {
  display:none;
}

/*** Page Layout ***/

#title {
	margin:10px 0 10px 0;
	padding-left:5px;
	display:block;
	width:100%;
}

div #text-content {
	padding-top:10px;
	padding-left:5px;
}

#text-content p {
	color:#555;
}

#text-content a {
	text-decoration:none;
	border-bottom:1px dotted #aaa;
}

/*** Project Layout ***/
#column {
	width:50%;
	padding-bottom:5px;
}

.image {
	padding-top:10px;
	padding-bottom:10px;
}

/* Javascript alert */
.alert {
  text-align:center;
  padding:20px;
  margin:0px;
  position:relative;
  left:0px;
  right:0px;
  background:#ef4313;
  color:#fff;
}