/*
Helveticard Style

Based on Jon Hicks' design for Helvetireader
*/

body {
	color: #666;
	background-color: #F6F6F6;
	font-family:Helvetica,Arial,sans-serif;
}

div#fancy_overlay {
	background-color: #000 !important;
}


.loading{
	background: url(images/ajax-loader.gif) no-repeat center 32px;
}

/* Links */
a {
	color:#4489DD !important;
	font-weight:bold;
	border: 0;
	text-decoration: underline !important;
	}
a:hover, a:focus {
	color:#4489DD;
	text-decoration: underline;
	}


/* Header/Logo */
#header {
	background: url(images/header.png) no-repeat top left;
}
#header p {
	color:#999999;
	letter-spacing: -0.02em !important;
	font-family:"HelveticaNeue-Light",Helvetica,Arial,sans-serif;
}
#header .photo {
	border-color: #eee;
	padding: 0;
	background: #fff;
	margin-right: 12px !important;
}
#name {
	color:red !important;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:1;
	text-shadow:0 2px 0 #fff;
	padding: 5px 0 0 0 !important;
}
#name a {
	color:red !important;
}
	
	
/* Content/MiniCard */
#content_wrapper {
	background: url(images/footer.png) no-repeat bottom left;
	}
#content {
	background: url(images/content.png) repeat-y top left;
}
#content .inner {
	background: #fff none;
}


/* Footer area */
div#footer {
	font-size: 0.85em;
	color: #999;
	border-top: 1px solid #eee;
}
div#footer img {
	vertical-align: middle;
}


/* Type */
h1, h2, h3, h4, h5, h6, .pagetitle {
	color:red;
	}
h1 {
	font-weight: bold;
	line-height: 1;
}
h2, h2.section {
	color: #999;
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
	font-size:1.5em;
	font-weight: normal;
	line-height: 1;
	background: none;
}
h2.section a {
	color: #999 !important;
}
h3 {
	color:red;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
}
h5, h6 {
	font-size:1em;
	font-weight:bold;
}
h1.title {
	border-bottom-color: #eee;
}
h3#respond {
	border-top: 2px dotted #e6e6e6;
}
.home_content {
	border-bottom: 2px dotted #e6e6e6;
}
.post {
	border-bottom: 2px dotted #e6e6e6;
	}
p.meta {
	color: #aaa;
	}
p.meta a {
	color: #aaa !important;
	}
abbr, span.abbr {
	border-bottom: 1px dashed #f2f2f2;
}
blockquote {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f2f2f2;
	}
strong {
	font-weight: bold;
	color: #333;
}


/* Images */
#content img.alignright, #content img.alignleft, #content img.aligncenter {
	background: #fff;
	border: 1px solid #eee;
	outline: 3px solid #fff;
}
div.wp-caption {
	background: #fff;
	border: 1px solid #eee;
	outline: 10px solid #fff;
}
div.wp-caption img {
	border: 4px solid #fff;
}


/* Navigation */
#mainNav {
	background: url(images/content.png) repeat-y top left;
	}
#mainNav ul {
	background: #fff none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#mainNav li a {
	color: #999 !important;
	text-decoration: underline;
	}
#mainNav li a:hover, #mainNav li a:focus {
	color: #999 !important;
}
#mainNav li.current_page_item a, #mainNav li.current_page_ancestor a,  #mainNav li.current_page_parent a {
	color: red !important;
	background: none;
}


/* Portfolio */
ul.folio li, ul.folio a {
	color: #999 !important;
	border-color: #ccc;
}
ul.folio li {
	background: #fff;
}
ul.folio li:hover {
	background: #fafafa;
}
ul.folio img {
	background: #fff;
}


/* Social Links */
ul.social {
	background: #fff url(images/social.png) repeat-y center;
}
ul.social li {
	border-top: 1px solid #eee;
	background: #fff none;
}


/* Forms */
.searchform input.text {
	border-color: #ccc;
	color: #666;
}
form input.text, form select, form textarea {
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	}
form .submit {
	border: 2px solid #ccc;
	color: #666;
	background: #fff none;
}
form .submit:hover {
	background: #f7f7f7;
	color: #666;
	border-color: #ccc;
}


/* Comments */
#comments {
	background: #fff;
}
.current {
	background: #f7f7f7;
}
ol#comment-list img.avatar {
	background: #fff;
	border: 1px solid #e6e6e6;
	}
ol#comment-list li .comment-text {
	background: #f7f7f7;
	}
ol#comment-list li p.meta {
	color: #999;
	}
ol#comment-list li p.meta strong {
	color: #999;
}


/* Widgets */
li.widget, li.widget ul li, li.widget a {
	color: #666;
}
li.widget ul li, li.widget div.textwidget, .widget_tag_cloud div, .widget_search form, #calendar_wrap {
	border-top:0;
	border-bottom-color: #eee;
}
li.widget ul, li.widget ul li ul {
	border-top: 1px solid #eee !important;
}
li.widget li em a, li.widget li em, .widget_calendar tbody td, .widget_calendar tbody td {
	color: #999;
}
.widget_calendar tbody td a {
	color: #666;
}
#subContent li em {
	color: #999;
	font-size: 0.85em;
	font-style: normal;
	display: block;
}
#subContent li em a {
	font-style: normal;
	font-weight: bold;
}