/*
Theme Name: Portfolio
Theme URI: http://dinnermint.org/
Description: A Wordpress portfolio theme.
Version: 1.0
Author: Jon Rohan
Author URI: http://dinnermint.org/
*/
/* @group Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0 none;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

header, section, footer,
aside, nav, article, figure, video {
  display: block;
}

/* @end */

/* @group html */
html {
  margin: 0;
  min-height: 100%;
  padding: 0;
}

body {
  background: #8BA3A5 url(./images/bg_spotlight.png) no-repeat fixed center top;
  font-family: Helvetica,Arial,san-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #353535;
  margin: 0;
  min-height: 100%;
  padding: 0;
}

body.homepage {
  background: #1C1D21;
  color: #AFAFAF;
}

body.homepage ul.more-articles {
  overflow: hidden;
}

body.homepage ul.more-articles li {
	float: left;
	width: 29%;
	margin-right: 20px;
}

body.homepage ul.more-articles li:last-child {
	margin-right: 0px;
}

body.homepage ul.more-articles li h3 a {
  color: #AFAFAF;
}

body.homepage ul.more-articles li h3 a:hover {
  color: #A20E01;
  text-decoration: none;
}

body.homepage .wrapper {
	width: 950px;
}

a {
  color: #A20E01;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  text-decoration: none;
}

a:hover {
  color: #A20E01;
  text-decoration: underline;
}

h1 {
  font-size: 49px;
  font-weight: normal;
  line-height: 31px;
  margin: 30px 0 15px;
  text-transform: uppercase;
}
h1 a, h1 a:hover, h1 a:active, h1 a:visited {
  color: #353535;
  font-weight: normal;
  text-decoration: none;
}
h1 a span {
  color: #31353D;
}
h1 a:hover span {
  color: #445878;
}
h2 {
  font-size: 1.9em;
  font-weight: normal;
  margin: 0 0 10px;
}
h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 15px 0;
}

h4 {
	font-weight: bold;
	margin: 10px 0;
}

code {
  font-family: Anonymous Pro, Monaco, Courier, monospace;
  font-weight: bold;
}

pre {
  background-color: #EFEFEF;
  border-left: 5px solid #445878;
  display: block;
  font-family: Anonymous Pro, Monaco, Courier, monospace;
  line-height: 18px;
  margin: 20px 10px;
  overflow: auto;
  padding: 5px 10px;
}

pre code {
	font-weight: normal;
}

p {
  margin-bottom: 10px;
}
textarea, input[type="text"], input[type="password"], .faketextarea {
  border: 1px solid #8F8F8F;
  color: #353535;
  font-size: 16px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 0.5em 0.7em;
  line-height: 1.3em;
}
button {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #8F8F8F none repeat scroll 0 0;
  border: 2px solid #6D6D6D;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 0.2em 0.3em;
  text-transform: capitalize;
}

strong {
  font-weight: bold;
}

header {
  background-color: #1C1D21;
  border-bottom: 2px solid #445878;
  border-top: 1px solid #777777;
  color: #FFFFFF;
  display: block;
  font-size: 1.3em;
  margin-bottom: 15px;
  padding: 5px 0 0;
}

footer {
  font-size: 0.9em;
  padding: 1.2em 0;
}
/* @end */

/* @group Navigation */
nav li {
  display: block;
  float: left;
}

nav li a {
  border-bottom: 5px solid #31353D;
  color: #AFAFAF;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 20px;
  padding: 5px 10px;
}

nav li a:hover {
  border-bottom: 5px solid #445878;
  color: #EEEFF7;
  text-decoration: none;
}
/* @end */

.loading {
  background: transparent url(images/ajax-loader.gif) no-repeat center center;
	height: 11px;
	width: 16px;
	display: inline-block;
}

.overflow_hidden {
  overflow: hidden;
}

.clearfix {
  clear: both;
}

.wrapper {
  margin: 0 auto;
  width: 800px;
}
#blog_description {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 50px;
  margin-top: 20px;
}

#meta_content {
  padding-top: 20px;
}

nav#browse {
	overflow: hidden;
}

nav#browse .newer {
	float: right;
}


/* @group Portfolio */
.portfolio_post {
  margin-bottom: 35px;
  padding: 15px 0;
}

.portfolio_post img {
  -moz-box-shadow: 0 1px 10px #737373;
  -webkit-box-shadow: 0 1px 10px #737373;
}

.portfolio_post h2 {
  float: right;
  margin-top: 20px;
}

.portfolio_post section {
  float: left;
  width: 400px;
  margin-top: 20px;
}
/* @end */

.post {
  margin-bottom: 35px;
}

.post p {
  font-size:15px;
}

h2.post_title {
  margin-bottom: 25px;
}
.post .meta {
  border-bottom: 1px solid #8F8F8F;
  clear: both;
  font-size: 0.9em;
  padding: 5px;
  text-align: right;
}
.post img {
  -moz-box-shadow: 0 1px 3px #737373;
  -webkit-box-shadow: 0 1px 3px #737373;
  display: block;
  margin: 0 auto;
  max-width: 750px;
}
.post .images {
  margin: 20px 0;
}
.post .images .title {
  border-bottom: 1px solid #8F8F8F;
  font-size: 1.4em;
  padding: 5px 10px;
  text-align: right;
}
.post .images li {
  margin-bottom: 30px;
}
.post .images .full_thumb {
  display: none;
}

.post ul {
	padding-left: 20px;
	margin: 10px 0;
}

.post ul li {
	list-style-type: square;
}

.post video {
  
	margin: 0 auto;
}

.post .tags {
	float: left;
}

.commentlist li {
  padding: 10px;
}
.commentlist li .comment p {
  margin: 10px 0;
}
.commentlist li .comment span {
  font-weight: bold;
}
.commentlist li .avatar {
  float: right;
}
.commentlist li .avatar img {
  border: 3px solid #6D6D6D;
  padding: 1px;
}
.portfolio_nav {
  clear: both;
  margin: 30px;
  padding: 10px 15px;
}
.portfolio_nav a {
  color: #353535;
  font-size: 25px;
}
.portfolio_nav a:hover {
  text-decoration: none;
}
.portfolio_nav .disabled {
  color: #99A8AF;
  cursor: default;
}
#commentform textarea {
  width: 775px;
}
.hresume h3 {
  border-bottom: 2px solid #737373;
  font-size: 18px;
  margin: 20px 0;
  padding: 5px;
  text-align: right;
}
.hresume .experience {
  margin-bottom: 40px;
}
.hresume .dates {
  float: right;
  font-size: 0.9em;
  font-style: italic;
}
.hresume .summary {
  font-size: 1.2em;
}
form.search_page h2 {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 100px;
}
form.search_page input {
  float: left;
  width: 650px;
}
input.search_box[type="text"] {
  border: 0 none;
  float: right;
  font-size: 12px;
  margin-top: 5px;
  padding: 3px;
  width: 150px;
}
input[type="text"]:focus {
  background-color: #EFEFEF;
}
input.disabled[type="text"], textarea.disabled {
  color: #737373;
}

.short-result {
  margin: 20px 0;
}

.short-result h2 {
  font-size: 1.1em;
  margin: 0;
}
.short-result .details {
  font-size: 12px;
}
.short-result .details span, .short-result .excerpt {
  margin-right: 5px;
  opacity: 1;
}
.short-result .details span:hover, .short-result .excerpt:hover {
  opacity: 1;
}
.short-result .excerpt * {
  display: inline;
}
dl.meta {
  font-size: 0.9em;
  overflow: hidden;
}
dl.meta dt {
  clear: left;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  opacity: 0.7;
  width: 80px;
}
dl.meta dd span, dl.meta dd .aktt_tweet_time {
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 15px;
  opacity: 0.7;
}
dl.meta dd a {
  color: #353535;
}
dl.meta dd a:hover {
  color: #A20E01;
}
.bookmarklet {
  border: 2px dashed #8F8F8F;
  clear: both;
  display: block;
  float: left;
  margin: 10px;
  overflow: hidden;
  padding: 5px 10px;
  text-align: center;
}

/* @group Social Networks */

ul.socialnetworks {
  background-color:#1C1D21;
  overflow:hidden;
  padding:5px;
}

.socialnetworks li {
  display:block;
  float:left;
  margin:1px;
  width:261px;
}

a.socialbookmark {
  background-color:#999999;
  color:#DDDDDD;
  display:block;
  font-weight:bold;
  padding:5px 10px;
}

a.socialbookmark:hover {
  text-decoration: none;
  text-align: right;
}

a.delicious:hover, a.delicious:active {
	background-color: #3274D0;
	color: #ffffff;
}

a.digg:hover, a.digg:active {
	background-color: #7AA13D;
	color: #ffffff;
}

a.facebook:hover, a.facebook:active {
	background-color: #3B5998;
	color: #ffffff;
}

a.flickr:hover, a.flickr:active {
	background-color: #FF0084;
	color: #ffffff;
}

a.friendfeed:hover, a.friendfeed:active {
	background-color: #D1E2F6;
	color: #000000;
}

a.lastfm:hover, a.lastfm:active {
	background-color: #D51007;
	color: #ffffff;
}

a.linkedin:hover, a.linkedin:active {
	background-color: #52A9D4;
	color: #000000;
}

a.pandora:hover, a.pandora:active {
	background-color: #e4e4e4;
	color: #2e6c9b;
}

a.shelfari:hover, a.shelfari:active {
	background-color: #FCF6ED;
	color: #665f58;
}

a.stumbleupon:hover, a.stumbleupon:active {
	background-color: #49b764;
	color: #ffffff;
}

a.twitter:hover, a.twitter:active {
	background-color: #33ccff;
	color: #ffffff;
}

a.upcoming:hover, a.upcoming:active {
	background-color: #A30000;
	color: #fcbb00;
}

a.wishlistr:hover, a.wishlistr:active {
	background-color: #374148;
	color: #c4e3ff;
}

a.vimeo:hover, a.vimeo:active {
	background-color: #9fc54e;
	color: #ffffff;
}

a.yelp:hover, a.yelp:active {
	background-color: #C41200;
	color: #ffffff;
}

a.youtube:hover, a.youtube:active {
	background-color: #FF0A0F;
	color: #ffffff;
}

a.github:hover, a.github:active {
	background-color: #FCFCFC;
	color: #000000;
}

a.tripit:hover, a.tripit:active {
	background-color: #F88C1F;
	color: #ffffff;
}

a.foursquare:hover, a.foursquare:active {
	background-color: #1468AD;
	color: #FFFEFF;
}

a.corkd:hover, a.corkd:active {
	background-color: #4A0015;
	color: #ffffff;
}

a.blipfm:hover, a.blipfm:active {
	background-color: #ABB7C5;
	color: #000000;
}

a.thesixtyone:hover, a.thesixtyone:active {
	background-color: #666666;
	color: #ffffff;
}

a.slideshare:hover, a.slideshare:active {
	background-color: #009999;
	color: #ffffff;
}

/* @end */

.author {
	padding: 10px 25px;
	color: #AFAFAF;
	background-color: #31353D;
	border: 1px solid #1C1D21;
	margin-bottom: 20px;
	overflow: hidden;
  -moz-box-shadow: 0 1px 3px #737373;
  -webkit-box-shadow: 0 1px 3px #737373;
}

.author h3 {
	margin: 5px 0 10px;
}

.author h3 span {
	font-size: 0.8em;
}

.author a {
	color: #ffffff;
}

.author img {
	float: right;
	margin-left: 20px;
	-moz-box-shadow: 0 1px 5px #1C1D21;
	-webkit-box-shadow: 0 1px 5px #1C1D21;
}

.foot-links {
  display: inline;
}

.foot-links li {
  display: inline;
  margin: 0 5px;
}

.subscribe-feed {
	line-height:37px;
}

.rss-icon {
  background-color:#31353D;
  float:left;
  padding:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  margin-right: 5px;
  _display:none;
  *display:none;
}

.rss-icon .loop-1 {
	border-style: solid solid none none;
	border-color: #ffffff;
	border-width: 3px;
	float: left;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
  display: block;
}

.rss-icon .loop-2 {
	border-style: solid solid none none;
	border-color: #ffffff;
	border-width: 3px;
	float: left;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	margin: 3px 3px 0 0;
  display: block;
}

.rss-icon .beacon {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	height: 3px;
	width: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 3px 3px 0 0;
  display: block;
}

#wpstats {
	display: none;
}