/* Layout */

body
{
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans";
    line-height: 1.5em;
    color: #444;
	font-size: 14px;
	margin: 0;
}

#header{ 
	background: none;
	position: fixed;
	top: 0;
	/* Hack to position the nav vertically */
	width: 50%;
	min-width: 480px;
	height: 1px;
}

#nameplate{
	margin: 0;
	padding: 0;
}

#main{ 
 width: 100%;
 background-color: #fff;
 margin: 100px 0 0 0;
 padding: 0 0 20px 0;
 border-bottom: 1px solid #888;
}

#index-main{ 
 width: 100%;
 background-color: #fff;
 padding: 0 0 0 0;
 border-bottom: 1px solid #888;
}

#footer{
	width: 100%;
	padding: 20px 0 30px 0;
}

.copyright{ 
	font-size: 0.8em;
}

/* Navigation */

#navigation{
	z-index: 999;
	position: relative;
	margin-top: 10px;
	margin-right: -310px;
	width: 300px;
	float: right;
	/* Hack to position the nav vertically */
	/*background-color: rgba(180, 0, 0, 0.85);*/
	line-height: 2em;
}

h1#name-plate{
	background-color: #000;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

#nav-title, #sub-title
{
	background-color: #000;
    font-size: 1em;
	font-weight: normal;
	color: #fff;
	line-height: 2em;
	margin: 0;
}

#drop-down{
}

#menu{
	background-color: #fff; /*rgba(255,255,255,0.9);*/
	list-style: none;
	margin-top: 5px;
	padding: 1em 0 1em 0;
	border: 1px #000 solid;
}

#menu > li{
	margin: 0;
	padding: 0;
}

#menu > li:first-child{
	border: none;
}

#menu a, #nav-title a, #name-plate a, #sub-title{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

#menu a, #menu li a{
	width: 258px;
}

#nav-title a, #name-plate a, #sub-title a{
	width: 260px;
}

#menu a{
	color: #000;
}

#name-plate a, #nav-title a, #sub-title{
	color: #fff;
}

a.project{
	padding-left: 40px !important;
	width: 238px !important;
}


#nav-title a{
	background-image:url('/images/application/menu-arrow-inactive.png');
	background-repeat:no-repeat;
	background-position: 270px;
}

#menu a:hover, #nav-title a:hover{
	background-color: #289CEA;
	color:#fff;
	text-decoration: none;
}

#nav-title a:hover{
	background-image:url('/images/application/menu-arrow.png');
}

.post_entry_short{
	margin-top: 0.5em;
	border-top: #999 solid 1px;
}

/* Nested Navigation */

.sub-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-menu li{
	border: none;
	padding: none;
	margin: 0;
}

.sub-menu li a{
	font-weight: normal;
}

/* Divs */

#blog-header{
	margin-bottom: 20px;
}

.project-entry{
	margin-bottom: 1em;
}

.project-thumb{
	margin-bottom: 0;
}

.project-collection h2{
	margin-bottom: 0.5em;
}

*+.hentry{
	margin-top: 2em;
}

.entry-meta, .entry-meta a, .entry-meta a:visited{
	color: #999;
}

.entry-meta p{
	text-indent: 0;
}

.entry-meta-spacer{
	border-top: 2px solid #999;
	margin: 0.25em 0 0.25em 0;
	width: 40px;
}

.author{
	display: none;
}

.blog-meta{
	margin-top: 2em;
}

.pagination{
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	margin: 1em 0 1em 0;
	padding
}

.pagination .disabled{
	display: none;
}

.pagination span.current, .pagination a{
	padding: 0 0.4em 0 0.4em;
}

.pagination a:hover{
	text-decoration: none;
	background-color: #7c9599;
	color: #fff;
}

.slice{
	margin-bottom: 2em;
}

.project-content, .page-content{
	margin-bottom: 2em;
}

#project_container{
	/* height: 720px; */
}

#project_cycler{
}

.project-preview-title{
	margin-top: 1.1em;
	margin-left: 1.5em;
	position: absolute;
}

/* Spans */

.date{
	font-weight: normal;
}

/* Typography*/

h1
{
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
}

*+h1 { margin: 0.75em 0 0.75em 0; }

h2{
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 138.5%;
    line-height: 1.5em;
}

h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
}

*+h2, *+h3, *+h4, *+h5, *+h6 { margin-top: 0.75em; }

h1.page-title{
	margin: 0.5em 0 0 0;
}


#blog-title
{
    font-size: 5.5em;
}

.portfolio-title{
	margin-bottom: 0.3em;
}

h3.project-entry-title{
	margin: 0;
	text-align: center;
}

h3.project-preview-title {
	color: #fff;
}

h3.entry-title{
	font-size: 2em;
	line-height: 1.5em;
}

#post-title
{
    font-size: 3.5em;
}

h2.blog-entry-title{
	font-size: 2.5em;
	margin: 0;
}

h2.blog-nav-title{
	margin: 1em 0 0.2em 0;
}

p
{
    margin: 0;
    line-height: 1.5em;
}

p+p { text-indent: 1.5em; }

p.caption 
{ 
    text-indent: 0;
    font-size: 0.8em;
    margin: 0 0 0.625em 1.875em;
}

*+.separate
{ 
    margin-top: 0.75em;
    text-indent: 0;    
}

blockquote 
{
    margin: 0.75em 0 0.75em 1.5em;
    padding: 0;
    font-style: italic;
}

blockquote em { font-style: normal; }

ul, ol{
    margin: 0.2em 0 0.75em 0;
    padding: 0;
}

ul li, ol li
{
    margin: 0.2em 0 0.2em 0;
    padding: 0;
}

ul li
{
	list-style-type: none;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
}

li ul, li ol
{
    margin: 0;
}


table
{
    border: 1px solid #aaa;
    margin: 0.75em 0 0.75em 1.5em;
    border-spacing: none;
    border-collapse: collapse;
}

td
{
    vertical-align: baseline;
    border: 1px solid #aaa;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

em, cite { font-style: italic; }

strong { font-weight: bold; }

ins 
{ 
    background-color: #dfd;
    text-decoration: none; 
}

.highlight { background-color: #ffa; }

sup{ }

acronym 
{
    letter-spacing: 0.1em;
    text-decoration: none;
}

address{
	display: inline;
	font-style: normal;
}

/* Links */

a, a:visited
{
	color: #165681;
	font-weight: bold;
    text-decoration: none;
}

a:hover, .entry-meta a:hover { 
	color: #289CEA; 
}

a img, a img.borderless { }

p img{
	margin-top: 0.3em; 
}

.next-link, .previous-link
{
    white-space: nowrap;
    font-weight: bold;
}

.next-link-wrap, .previous-link-wrap
{
    font-weight: bold;
}

.next-link:after, .next-link-wrap:after
{
    content: "\00A0 \00BB"; 
}

.previous-link:before, .previous-link-wrap:before
{
    content: "\00AB \00A0"; 
}

/* Images */


/*Forms*/

.thanks {
	color: green;
	width: 440px;
	padding: 10px;
	background-color: #cfc;
}

input, textarea{
	font-family: courier;
    border: 1px #ccc solid;
    background-color: #efefef;
    margin: 0;
    padding: 5px;
	line-height: 1.2em;
}

textarea{
	width: 448px;
	height: 200px;
}

input.select{
    padding: 0.3em;
}

input.submit 
{ 
    color: #b45;
    background-color: none;
    font-weight: bold;
    font-size: 1em;
    padding: 0.3em;
    margin-top: 0.5em;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}


/* Errors */

.fieldWithErrors { 
	display: inline;
	margin: 0;
	padding: 0;
}

.fieldWithErrors input, .fieldWithErrors textarea {
border: 1px red solid;
background-color: #fcc;
}

.errorExplanation {
margin: 0.5em 0 0 0;
width: 450px;
color: #444;
padding: 5px;
background-color: #fcc;
}

.errorExplanation ul li {
list-style-position: inside;
list-style-image: url(/images/application/bullet_arrow.png)
}

