/* TAGS */

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #666666;
	background: #000011;
	margin: 0;
}

a { 
	color:#36f;
	text-decoration:none; 
}
  
a:hover { 
	color:#69f;
    text-decoration:underline; 
}
       
a:visited {
	color: #36f; /* #39f */
}

h1 {
	font-size: 1em;
	color: #FF3300;
	margin: 0 0 1em;
}

h1+p, p:first-child {
	margin-top: 0;
}

p {
	 font-family: Georgia, 'Times New Roman', Times, serif;
}

th, td {
	border-collapse: collapse;
	vertical-align: top;
	padding: 0;
}



/* CONTENT REGIONS */

#brand {
	border-bottom: 3px solid #F30;
	position: relative;
}

#brand #logo {
	position: absolute; 
	bottom: -7px;
	padding-top: 1em;
	margin-left: 1.33em;
	float: left;
}

#logo a {
	color: #666;
}

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

#mf {
	font-weight: bold;
	font-weight: bolder;
	color: #f30;
	font-size: 1.6em;
}

#brand #ixd {
/*	position: absolute; 
	left: 72px; 
	bottom: -2px	*/
}

#brand #flair {
	float: right;
}

#navContact {
	background: white;
	padding: .5em 1em 1em;
}

#mainNav li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#mainNav li, #contact li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

#mainNav li {
	border-left: 1px solid #ccc;
}

#mainNav li.first {
	border-left: none;
}

#mainNav a {
	letter-spacing: normal;
	display: inline;
	background: none;
}

#mainNav a:hover {
	letter-spacing: normal;
	color: #f30;
}

#mainNav {
	padding: 0;
	margin: 0;
	float: left;
}

#contact {
	margin: 0;
	float: right;
}


#contentSubNav {
	background: white;
	border-bottom: 3px solid #f30;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

#subNav {
	float: left;
	font-size: .85em;
	margin: 0 0 0 1em;
	padding: 0;
}

#subNav > li {
	list-style: none;
	border-top: 1px solid #eee;
	padding: .5em 0;
}

#subNav li.first {
	border-top: 0;
}

#subNav .subLevel2 {
	margin: 0 0 0 1em;
	padding: 0;
}

#subNav .subLevel2 li {
	list-style: none;
}

#content {
	margin: auto;
	width: 450px;
}

/* UTILITIES */

.clear {
	clear: both;
}

.footer { color: #666666}
.subnav {  }

.twoCol {
	width: 48%;
	margin-right: 1%;
	float: left;
}

.twoCol.last {
	margin-right: 0;
}




/* PAGE-SPECIFIC */

/* HOME PAGE */
.author { font-size:x-small; float:right; }
.contact { font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999}
.smaller { font-size: smaller; }

         

.head { color: #FF3300; font-weight:bold; font-size:larger } 
.head_ns { color: #FF3300; font-weight:bold; } 
.level3 { margin:10px }

.homeQuote {
	margin: auto;
	padding: 1em 0 0;
	text-align: center;
	width: 20em;
}

.homeQuote div {
	font-size: 3.5em;
	padding: .1em;
	text-transform: uppercase;
}

.crossout {
	margin-top: .1em;
	background: #ccc;
	color: #999;
}

.homeQuoteSource {
	font-size: .75em;
}

#featuredProjects {
	margin: 4em auto;
	overflow: hidden;
	text-align: center;
}

#featuredProjects img {
	height: 72px;
	widht: 72px;
	border: 1px solid #ccc;
	margin: 0 3px 0 0;
}

#featuredProjects img:last {
	margin-right: 0;
}

#featuredProjects p {
	margin-top: .3em;
	font-size: .75em;
}




/* PROJECT PAGE */

#skillSlug {
	margin-top: 1em;
}

#skillSlug th {
	vertical-align: top;
	padding-right: 5px;
}

.contentImage {
	margin: auto;	
}


/* PROJECT LIST PAGE (skill/x & project/x) */

.projectList {
	margin: 0;
	padding: 0;
}

.projectList li {
	list-style: none;
}

.projectList li:hover {
}

.projectList img {
	height: 72px;
	width: 72px;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}

.projectList a {
	color: inherit;
	display: block;
	height: 74px;
	padding: 3px;
}

.projectList a:hover {
	text-decoration: none;
	background: #eee;
}

dl {
	margin-top: 0;
}

dt, dd {
	border: 1px solid #ccc;
	margin: 1em;
	padding: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	-moz-box-shadow: 5px 5px 10px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px #ccc;
	width: 80%;
	float: left;
	position:relative;
	left: -20%;
}

dd {
	float: right;
	text-align: right;
	left: auto;
	right: -20%;
}

dt.first {
	margin-top: 0;
}

.clients {
	font-size: .8em;
}
