/* Layout */

body
{
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans";
    line-height: 1.5em;
		/*background-color: #345;*/
    color: #234;
		font-size: 14px;
		margin: 0;
}

#header{
	margin-bottom: 20px;
	background-color: #fff;
}

#top-nav{
	margin-top: 10px;
}

#main{ 
	background-color: #fff;
}

#footer{
	padding: 0 0 10px 0;
	background-color: #fff;
}

.copyright{ 
	font-size: 0.8em;
}

#nav, #nav-top, #footer-top{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	color: #fff;
}

#nav div{
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
}

#nav-top div, #footer-top div{
	height: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

#nav a{
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  background-color: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.85em;
  letter-spacing: 0.1em;
}

#nav a:hover, #nav a:active{
}

/* 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;
}

#twitter_div li{
  margin-bottom: 1em;
}


/* 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 */

img{
	padding: 0;
	margin: 0;
}

a img{
	border: none;
	padding: 0;
	margin: 0;
}s
