/* 
Theme Name: Varnish
Theme URI: http://themeforest.net/user/mattbrett/portfolio
Description: 
Version: 1.1
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	background: url("../images/bg.png") repeat-y 0 0;
}

#wrapper {
	width: 960px;
	text-align: left;
}

#sidebar-left, #sidebar-right, #content {
	float: left;
	display: inline;
}

#sidebar-left {
	width: 160px;
}

#sidebar-right {
	width: 200px;
}

#content {
	width: 600px;
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#photo {
	position: relative;
	width: 160px;
	padding-bottom: 1px;
	overflow: hidden;
	background: url("../images/divide-light.png") repeat-x 0 100%;
}

#photo img {
}

#photo-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#photo span {
	position: absolute;
	display: block;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url("../images/photo-shadow.png") repeat-x 0 0;
}

#branding {
	padding: 20px;
	background: url("../images/divide.png") repeat-x 0 100%;
}

#intro {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#name {
	font-family: Arial Black, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	text-transform: uppercase;
}

#name span {
	display: block;
}

#name a {
	display: block;
	text-decoration: none;
}

#name a:hover {
}

#name-first {
}

#desc {
	margin-top: 3px;
	font-size: 1.2em;
}

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
}

#nav li {
}

#nav li a {
	display: block;
	height: 22px;
	padding: 8px 20px;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	background: url("../images/nav.png") repeat-x 0 0;
}

#nav li ul li a {	
	padding: 8px 20px 8px 25px;
	font-size: 1.4em;
}

#nav li a:hover {
	text-decoration: none;
	background: url("../images/nav.png") repeat-x 0 0;
}

#nav li.current_page_item a {
	background: url("../images/nav.png") repeat-x 0 100%;
	cursor: default;
}

#nav li.current_page_item ul li a {	
	background: url("../images/nav.png") repeat-x 0 0;
	cursor: pointer;
}

/* @end */

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social li img {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
}

#social li a {
	display: block;
	height: 16px;
	padding: 8px 20px;
	font-size: 1.2em;
	text-decoration: none;
	background: url("../images/divide.png") repeat-x 0 100%;
}

#social li a:hover {
	text-decoration: none;
}

#social li a:hover img {	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* @end */

/* @group subscribe */

/* SUBSCRIBE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#subscribe {
	background: url("../images/flickr-bg.png") repeat-x 0 100%;
}

#subscribe ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subscribe ul li {
	font-size: 1.2em;
	margin: 0;
	padding: 12px 20px;
	list-style-type: none;
}

#subscribe ul li a {
	padding: 5px 0 5px 32px;
}

#subscribe-feed {
	background: url("../images/divide.png") repeat-x 0 100%;	
}

#subscribe-feed a {
	background: url("../images/subscribe-feed.png") no-repeat 0 0;
}

#subscribe-email a {
	background: url("../images/subscribe-email.png") no-repeat 0 0;
}

#search {
	padding: 20px;
	background: url("../images/flickr-bg.png") repeat-x 0 100%;
}

#search #s {
	width: 124px;
	margin: 0;
	padding: 4px 10px 4px 26px;
	font-size: 1.1em;
	background: url("../images/search-input-focus.png") no-repeat 0 50%;
	border: none;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

#search #s:focus {	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* @end */


/* @end */

/* @group flickr */

/* FLICKR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#flickr {
	float: left;
	width: 580px;
	padding: 20px 0 20px 20px;
	margin-bottom: 20px;
	background: url("../images/flickr-bg.png") repeat-x 0 100%;
}

#flickr img {
	padding: 0;
	background: transparent;
}

#flickr a {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: url("../images/flickr-tnail-bg.png") no-repeat 0 0;
}

#flickr a:hover {
	background: url("../images/flickr-tnail-bg.png") no-repeat 0 100%;
}

/* @end */


/* @group twitter */

/* TWITTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#twitter img {
	float: right;
	display: inline;
	margin: 20px 20px 20px 10px;
	padding: 0;
	background: transparent;
}

#twitter h2 {
	margin: 0;
	padding: 20px;
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
}

#twitter ul {
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	background: url("../images/divide.png") repeat-x 0 0;
}

#twitter ul li {
	margin: 0;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	list-style: none;
	background: url("../images/divide.png") repeat-x 0 100%;
}

#twitter p {
	margin: 0 20px 20px 20px;
}

.aktt_more_updates, .aktt_credit {
	display: none;
}

/* @end */


/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content a:link, .content a:visited, .content a:active {
	text-decoration: underline;
}

.content a:hover {
}

.more a:link, .more a:visited, .more a:active {
	text-decoration: underline;
}

.more a:hover {
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 1.5em 0 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.content h1 {
	margin: 0 0 1em;
	font-size: 2.4em;
}

.content .single h1 {
	margin: 0 0 5px;
}

#archive-title {
	margin-bottom: 20px;
	padding: 18px 20px;
	background: url("../images/flickr-bg.png") repeat-x 0 100%;
}

#archive-title h2 {
	margin: 0;
	font: 2.2em Arial, Helvetica, Geneva, sans-serif;
}

#archive-title h2 strong {
	font-weight: normal;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 2.4em;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #ccc;
	text-decoration: none;
}

.content h2 a:hover {
}

.content h3 {
	font-size: 2em;
}

.content h4 {
	font-size: 1.8em;
}

.content h5 {
	font-size: 1.6em;
}

.content h6 {
	font-size: 1.3em;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content p.intro {
	font-size: 1.5em;
}

.content ul {
	margin: 0 0 15px 30px;
}

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

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

.content hr {
	clear: both;
	margin: 0 0 15px;
	height: 2px;
	border: none;
	background: url("../images/divide.png") repeat-x 0 100%;
}

.content .wp-caption {
	max-width: 560px;
	margin-bottom: 15px;
	text-align: center;
}

.content .wp-caption p {
	margin: 0;
	padding: 3px 10px 8px;
	font-size: 1.1em;
	line-height: 1.2em;
	background: url("../images/img-bg.png") repeat 0 0;
}

.content img {
	max-width: 550px;
	padding: 5px;
	background: url("../images/img-bg.png") repeat 0 0;
}

.content img.alignleft, .content .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright, .content .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content .wp-smiley {
	display: inline;
	padding: 0;
	background: transparent;
}

.content object, .content embed {
	margin-bottom: 20px;
}

a:link.button, a:visited.button, a:active.button {
	float: left;
	display: block;
	margin-bottom: 20px;
	padding: 2px 10px 1px;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url("../images/button.png") repeat-x 0 0;
}

a:hover.button {
	background: url("../images/button.png") repeat-x 0 100%;
}

#content .navigation {
	float: left;
	width: 560px;
	margin: 0 20px 20px;
}

#content .navigation a {
	display: block;
	padding: 5px 10px 4px;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url("../images/button.png") repeat-x 0 0;
}

#content .navigation a:hover {
	background: url("../images/button.png") repeat-x 0 100%;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
}

#content .navigation .alignleft a {
	float: left;
}

#content .navigation .alignright {
	float: right;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
}

.content .wp-pagenavi {
	clear: both;
	float: left;
	display: inline;
	width: 560px;
	position: relative;
	margin: 10px 20px 20px;
	font-size: 1.2em;
}

.content .wp-pagenavi a, .content .wp-pagenavi a:link, .content .wp-pagenavi a:visited, .content .wp-pagenavi a:active {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	background:  url("../images/button.png") repeat-x 0 0;
}

.content .wp-pagenavi a:hover {
	text-decoration: none;
	border: none;
}

.content .wp-pagenavi span.pages {
	float: right;
	padding: 0;
	background: transparent;
	border: none;
}

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	padding: 6px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
}

.content .wp-pagenavi span.current {	
	background:  url("../images/button.png") repeat-x 0 0;
}

/* @end */

/* @group post */

/* POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.post {
	margin: 0 0 20px;
	padding: 0 20px 5px 20px;
	background: url("../images/divide.png") repeat-x 0 100%;
}

.post.single {
	margin-bottom: 0;
	padding-top: 20px;
	background: transparent;
}

.post h2 {
	margin: 0 0 5px;
}

.post-comments {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

.post-tnail {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}

.post-tnail img {
	display: block;
	width: 150px;
}

.post-date {
	float: right;
	display: inline;
	margin: 3px -30px 15px 20px;
	padding-bottom: 9px;
	background: url("../images/post-date-bg.png") no-repeat 100% 100%;
}

.post-date span {
	display: block;
	padding: 7px 10px 5px;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url("../images/post-date.png") repeat-x 0 0;
}

.post-categories {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}

.post-edit {
	margin: -10px 0 20px;
	font-size: 1.2em;
}

.page-edit {
	margin: -5px 0 20px;
	font-size: 1.2em;
}

/* @end */


/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
}

#comments .commentlist {
	clear: both;
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 20px 0;
	list-style: none;
	font-size: 12px;
	background: url("../images/alt.png") repeat-x 0 100%;
}

#comments .commentlist li.thread-alt {
	background: url("../images/divide.png") repeat-x 0 100%;
}

#comments .commentlist .children li {
	padding: 5px 0 0;
	background: transparent;
}

#comments .commentlist li.depth-1 {
	margin: 0;
	padding-bottom: 10px;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	border-bottom: 0;
}

.commentlist p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 3px;
}

#comments .bypostauthor > div > div > .avatar {	
}

#comments h2 {
	margin: 20px 0 0;
	padding: 0 20px 15px;
	background: url("../images/divide.png") repeat-x 0 100%;
}

#respond h2 {
	margin-top: 40px;
	padding-bottom: 0;
	background: transparent;
}

.commentlist p {
	clear: left;
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.4em;
}

#comments .navigation {
	display: none;
}

#commentform p {
	margin: 5px 0 15px;
}

#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}

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

.commentmetadata {
	margin: -3px 0 0;
	display: block;
	font-size: .95em;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0;
}

#comments .comment-author .says {
	display: none;
}

#commentform {
	margin: 0;
	padding: 0 20px;
}

#commentform label {
	float: none;
	display: block;
	margin-bottom: 5px;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#commentform label small span {
	font-size: 10px;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
}

#commentform input:focus, #commentform textarea:focus {
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 350px;
	margin-right: 5px;
}

#commentform textarea {
	width: 550px;
	margin-bottom: 5px;
}

.comment #commentform textarea {
	width: 400px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform #submit {
	margin-bottom: 20px;
	padding: 5px 10px 4px;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url("../images/button.png") repeat-x 0 0;
}

#commentform #submit:hover {
	background: url("../images/button.png") repeat-x 0 100%;
	cursor: pointer;
}

#comments .reply a {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#comments .commentlist .children li .reply a {
	right: 0;
}

#comments .cancel-comment-reply {
	margin: 15px 20px;
}

#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#comments .navigation {
	margin: -10px 0 30px 0;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget {
	clear: both;
	padding: 20px 0 10px;
	background: url("../images/divide.png") repeat-x 0 0;
}

#sidebar-left .widget {
	clear: both;
	padding: 20px 0 10px;
	background: url("../images/divide.png") repeat-x 0 100%;
}

.widget h2 {
	margin: 0 0 20px;
	padding: 0 20px;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}

.widget ul {
	margin: 0 0 15px;
	list-style-type: none;
}

.widget ul li {
	margin: 0 0 8px;
	padding: 0 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	list-style: none;
}

#ad-bigbox {
	clear: both;
	float: right;
	display: inline;
	width: 310px;
	height: 260px;
	margin: 0 0 10px 15px;
	overflow: hidden;
}

#ad-bigbox img, #ad-banner img {
	display: block;
}

#ad-banner {
	margin: 0 20px 30px;
}

#ad-buttons a {
	display: block;
	margin: 0 0 20px 30px;
}

#sidebar-left #ad-skyscraper {;
	padding: 20px 0 20px 15px;
}

#sidebar-right #ad-skyscraper2 {;
	padding: 20px 0 20px 15px;
}

#tag_cloud, #tag_cloud-2, #tag_cloud-3, #tag_cloud-4, #tag_cloud-5 {
	float: left;
	width: 100%;
	line-height: 20px;
	text-align: justify;
}

#tag_cloud div, #tag_cloud-2 div, #tag_cloud-3 div, #tag_cloud-4 div, #tag_cloud-5 div {
	padding: 0 20px 10px;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	padding: 20px 20px 10px;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* @end */