@charset "UTF-8";

/* resets and defaults */

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1em; 
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold; 
}

/*
Sanity Check: These next few rules are perhaps represents slight semantic overkill, but it's a portfolio site so I was experimenting a bit with making accessible, semantic acronyms and abbreviations

Some Definitions to inform the design choices made below:
	- Abbreviation - Shortened names, words or phrases
		- Initialisms - Subset of Abbreviations - Shortened using the first portion of the words or phrase. e.g. HTML, CSS
			- Acronym - Subset of Initialisms - Shortened version also makes up a word in its own right. e.g. LASER, NATO
*/

/* = abbreviations*/
abbr, acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
a abbr, a acronym {
	border-bottom: 0;
}

abbr { /* not supported in IE6 */
	speak: normal;
}

/* = initialisms and other abbreviations that need to be spelt out.*/
abbr.spell { /*Not Supported in IE6-*/
	speak: spell-out;
}

/* = acronyms (e.g.LASER)*/ 
acronym {	
	speak: normal;
}

a img {
  border: 0;
}

a {
 outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* layout styles */

body {
  font-family: Georgia, "Times New Roman", Times, serif ;
  text-align: center;
  background: url(../images/hdrbg.png) repeat-x 0 0 fixed;
  padding-left: 35px;
}

#page {
  margin: 0 auto;
  width: 700px;
  text-align: left;
}

#header {
  position: fixed;
  height: 91px;
  width: 700px;
  z-index: 999;
  background: url(../images/hdrbgtop.png) repeat-x 0 0 fixed;
}

#header h1 {
  margin: 0 0 0 0;
  padding: 0;
}

.description {
	width: 200px;
	position: absolute;
	top: 10px;
	left: 260px;
	color: #fcfcfc;
	font-size: 11px;
	line-height: 13px;
}

#pagebody {
  position: relative;
  top: 100px;
  z-index: 2;
}

#flair {
  padding: 20px 0 0 0;
  margin-left: -4px;
}

#content {
  width: 400px;
  float: left;
}

#sidebar {
  width: 200px;
  float: left;
  margin-top: 35px;
}

.sideblock {
  margin-left: 50px;
  padding-top: 0;
  padding-bottom: 20px;
}

#footer {
  clear: both;
}

/* header styles */

#header a {
  color: #fff;
  text-decoration: underline;
}

/* page content styles */

body {
  font-size: 13px; 
  color: #444;
}

p {
  line-height: 1.75em;
  margin: 0;
  padding: 0 0 1.25em 0;
}

h1 {
  font-size: 19px;
  margin: 0;
  padding: 1em 0 0.5em;
  position: relative;
  left: -4px;
}

h2 {
  font-size: 16px;
  color: #666;
  margin: 0;
  padding: 0.5em 0 0.8em;
}

h3, h3 a {
  font-size: 13px;
  margin: 0;
  padding: 1em 0 0.75em;
}

h3, h3 a {
  color: #888;
}

h3 a:hover {
  color: #666;
}

a {
 color: #900;
 text-decoration: none;
}

a:hover {
  color: #C80000;
}

img.framed {
  border: 1px solid #ccc;
  padding: 4px 4px;
}

#content ul li {
  padding: 0 0 1em 27px;
  background: url(../images/bullet.png) no-repeat 0 1px;
  line-height: 1.5em;
  font-size: 13px;
  font-style: italic;
}

#content ol {
  padding-left: 0;
  margin-left: 18px;
}

#content ol li {
  padding: 0 0 1em 0;
  line-height: 1.5em;
  font-size: 13px;
  font-style: italic;
}

.pdf {
 padding-left: 20px;
	background: url(../images/icons/smallpdf.gif) no-repeat 0 50%;
}

.word {
 padding-left: 20px;
 background: url(../images/icons/smallword.gif) no-repeat 0 50%;
}

/* sidebar styles */


/* footer styles */

#footer {
  color: #333;
  font-size: 10px;
  margin: 0;
  padding: 80px 0 40px;
}

#footer p {
  display: block;
  width: 400px;
  margin: 0 0 0 0;
  padding: 10px 0 5px 0;
  border-top: 1px dashed #ddd;
}

#footer ul li {
  display: block;
  float: left;
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

#footer ul li.last {
  border-right: none;
}

/* Forms */

form {
	padding-top: 10px;
}

form label {	
	margin: 0;
	padding: 0 5px 5px 0;
	display: block;
	width: 60px;
	float: left;
	
}

form input, form textarea {
	margin: 0;
	padding: 5px;	
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999;
	border: 1px solid #999;
	background: url(../images/bg/form_input.jpg) repeat-x 0 0;
}

.submit,
.back,
a.back {
	font-size: 11px;
	background: #900;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 3px 5px;
	cursor: pointer;
	text-decoration: none;
}

.submit {
	position: relative;
	left: 65px;
}

.submit:hover,
.back:hover,
a.back:hover {
	color: #fff;
	background: #999;
	text-decoration: none;
}


.error {
	color: #900;
}

ul.error {
	padding-bottom: 20px;
}

/* home */

#teasers {
  padding-top: 25px;
}

a.teaser {
  display: block;
  margin-top: 10px;
}

/* portfolio index */

.folioitem {
	border-bottom: 1px dashed #eee;
	padding: 15px 0;
}

.folioitem img {
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 3px 0 0 0;
}

.folioitem h3{
	padding: 3px 0;
	margin: 0;
	margin-left: 100px;
	font-weight: normal;
}

.folioitem p{
	margin: 6px 0 0 100px;
	font-size: 12px;
	color: #222;
	line-height: 1.5em;
}

.folioitem p.foliodate {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0em; /*given units to pass validation*/
}

.folioitem .navi a {
	font-size: 11px;
	color: #888;
	padding: 0 7px 0;
	border-right: 15px solid #eee;
	float: right;
	line-height: 15px;
	margin-top: 0;
}

.folioitem .navi a:hover {
  border-right: 15px solid #ccc;
  color: #333;
}

/* Portfolio Case Study Page */

#f_brief_hdr h3 {
  position: relative;
  top: -18px;
  margin: 0;
  padding: 0;
}

