/*
Theme Name: deGusto
Theme URI: http://themeshift.com/degusto
Description: Portfolio WordPress Theme by ThemeShift.com
Version: 0.9
Author: Simon Rimkus
Author URI: http://themeshift.com
Tags: dark-style, elegant, portfolio
*/

/*
	+ GENERAL
	+ HEADINGS
	+ BUTTONS
	+ INPUTS
	+ LISTS
	+ OTHER HTML
	+ BASIC LAYOUT
	+ HEADER
	+ SIDEBAR
	+ FOOTER
	+ BOXES
	+ HOME DISPLAY
	+ IMAGE OVERLAY
	+ HOME
	+ POST / PAGE
	+ PAGING
	+ COMMENTS
	+ COMMENTFORM
	+ SEARCHFORM
	+ 404
	+ WORDPRESS CSS
	+ WIDGET CSS
	+ CLEARING

/*	##################################
   	GENERAL
	################################## */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, img, hr, form {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

body {
	margin: 0 0 40px;
	padding: 0px;
	color: #fff;
	background: #222 url(img/bg-body.jpg) no-repeat center top;
	background-attachment: fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
}

p, ul, ol {
	padding: 0 0 20px;
}

a {
	color: #fff;
}

a.none {
	text-decoration: none;
}

a.none:hover {
	text-decoration: underline;
}

small {
	font-size: 10px;
	font-weight: normal;
}


/*	##################################
   	HEADINGS
	################################## */

h1, h2, h3 {
	margin: 0 0 20px;
	padding: 0px;
}

#logo h1 {
	float: left;
	width: auto;
	margin: 0px;
	padding: 22px 0 0;
	color: #5c5c5c;	
	font-size: 11px;
	font-weight: normal;
}

.display-text h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.latest-post h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#footer h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}


/*	##################################
   	BUTTONS
	################################## */

.btn, .more-link {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0 0 0 10px;
	color: #fff;
	background: url(img/bg-btn.png) no-repeat left top;
	text-decoration: none;
	clear: both;
}

.btn span, .more-link span {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 25px 0 0;
	background: url(img/bg-btn-span.png) no-repeat right top;
}


/*	##################################
   	INPUTS
	################################## */

input.text, textarea.text {
	width: 75%;
	background: #2c2c2c;
	border: none;
	height: 22px;
	padding: 8px 10px 0;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea.text {
	width: 95%;
	height: 150px;
}

button.button {
	background: none;
	border: none;
	height: 30px;
	color: #fff;
}

input.button {
	height: 30px;
	background: url(img/bg-input-button.png) repeat-x left top;
	border: 1px solid #870120;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
}


/*	##################################
   	LISTS
	################################## */

#content ul, #content ol {
	margin-left: 10px;
	padding-left: 10px;
}

#content li ul {
	padding-top: 0;
	padding-bottom: 0;
}

#content ul li {
	list-style: square;
}

#content ol li {
	list-style: decimal;
}

#content ol li li {
	list-style: lower-latin;
}

#content ol li li li {
	list-style: lower-roman;
}


/*	##################################
   	OTHER HTML
	################################## */

blockquote, address {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 5px solid #2c2c2c;
}

code, pre {
	font-family: "Courier New", Courier, serif;
	overflow: auto;
}

pre {
	margin: 0 0 20px;
	padding: 10px;
	background: #2c2c2c;
	overflow: auto;
}

dl {
	margin: 0 0 10px;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0 0 10px;
}


/*	##################################
   	BASIC LAYOUT
	################################## */

#wrap {
	width: 880px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 140px;
	margin: 0 0 40px;
	background: url(img/bg-divider.png) repeat-x bottom left;
}

#content {
	float: left;
	width: 600px;
	overflow: hidden;
}

#content-wide {
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 240px;
	margin: 0 0 20px;
}


/*	##################################
   	HEADER
	################################## */

#logo {
	position: absolute;
	bottom: 5px;
	left: 12px;
}

#logo img {
	float: left;
}

#menu {
	position: absolute;
	right: 0px;
	bottom: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

#menu li {
	float: left;
	width: auto;
}

#menu li a {
	margin: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
}


/*	##################################
   	FOOTER
	################################## */

.box-footer {
	float: left;
	width: 240px;
	margin: 0 40px 0 0;
}

#footer-about {
	float: right;
	width: 240px;
	margin: 0px;
}

#about-img {
	position: relative;
	float: right;
	width: auto;
	margin: 0 0 10px 10px;
}

#footer li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #3c3c3c;
}

#footer a {
	text-decoration: none;
}

#footer #rss, #footer #twitter, #footer #flickr {
	padding: 0px;
	margin: 0 0 10px;
}

#footer #rss a, #footer #twitter a, #footer #flickr a {
	padding: 0px 0 5px 30px;
}

#footer #rss a {
	background: url(img/icon-rss.png) no-repeat left center;
}

#footer #twitter a {
	background: url(img/icon-twitter.png) no-repeat left center;
}

#footer #flickr a {
	background: url(img/icon-flickr.png) no-repeat left center;
}

#subfooter {
	margin: 40px 0 0;
	padding: 20px 0 0;
	background: url(img/bg-divider.png) repeat-x left top;
	color: #5c5c5c;
}

#subfooter a {
	color: #5c5c5c;
}

#subfooter p {
	text-align: center;
}


/*	##################################
   	SIDEBAR
	################################## */

.box-sidebar {
	margin: 0 0 20px;
}

.box-sidebar h3 {
	margin: 0 0 10px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.toggle h3 {
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px;
	cursor: pointer;
}

.toggle h3 a {
	text-decoration: none;
}

.toggle-open {
	background: #2c2c2c url(img/bg-toggle-open.png) no-repeat right top;
}

.toggle-close {
	background: #2c2c2c url(img/bg-toggle-close.png) no-repeat right top;
}

.totoggle {
	padding: 10px 0 0;
}

.box-sidebar ul {
	margin: 0 0 -5px;
	padding: 0 5px 5px;
}

.box-sidebar ul ul {
	margin: 0 0 0 20px;
	padding: 0px;
}

.box-sidebar li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #3c3c3c;
}

.box-sidebar li li {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	list-style: square;
}

.box-sidebar li a {
	text-decoration: none;
}

.box-sidebar p {
	padding: 0px;
}


/*	##################################
   	BOXES
	################################## */

.box1-top, .box2-top, .box3-top {
	height: 20px;
}

.box1-top {
	background: url(img/bg-box1-top.png) no-repeat left top;
}

.box2-top {
	background: url(img/bg-box2-top.png) no-repeat left top;
}

.box3-top {
	background: url(img/bg-box3-top.png) no-repeat left top;
}

.box1, .box2, .box3 {
	position: relative;
}

.box1 {
	padding: 20px 40px 0;
	background: url(img/bg-box1.png) repeat-y left top;
}

.box2 {
	padding: 20px 40px;
	background: url(img/bg-box2.png) repeat-y left top;
}

.box3 {
	padding: 0 20px;
	background: url(img/bg-box3.png) repeat-y left top;
}

.box1-bot, .box2-bot, .box3-bot {
	height: 20px;
	clear: both;
}

.box1-bot {
	background: url(img/bg-box1-bot.png) no-repeat left bottom;
}

.box2-bot {
	background: url(img/bg-box2-bot.png) no-repeat left bottom;
}

.box3-bot {
	background: url(img/bg-box3-bot.png) no-repeat left bottom;
}


/*	##################################
   	HOME DISPLAY
	################################## */

#home-display {
	position: relative;
	height: 280px;
	margin: 0 0 40px;
	background: url(img/bg-home-display.png) no-repeat left top;
}

.display-img {
	position: relative;
	float: left;
	width: 520px;
	margin: 0 40px 20px 0;
}

.display-text {
	float: right;
	width: 240px;
}

.ribbon {
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: 20;
}


/*	##################################
   	IMAGE OVERLAY
	################################## */

.overlay1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 200px;
	background: url(img/bg-overlay1.png) no-repeat left top;
	z-index: 10;
}

.overlay2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 90px;
	background: url(img/bg-overlay2.png) no-repeat left top;
	z-index: 10;
}

.overlay3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 90px;
	background: url(img/bg-overlay3.png) no-repeat left top;
	z-index: 10;
}


/*	##################################
   	HOME
	################################## */

#latest-posts {
	margin: 0 0 40px;
}

.space {
	height: 20px;
	clear: both;
}
	
.latest-post {
	position: relative;
	float: left;
	width: 240px;
	margin: 0 0 20px 40px;
}

.first {
	margin-left: 0px;
	clear: left;
}

.latest-post img {
	margin: 0 0 10px;
}

.meta {
	padding: 0 0 10px;
	color: #5c5c5c;
	font-style: italic;
}

.meta a {
	color: #5c5c5c;
}


/*	##################################
   	POST / PAGE
	################################## */

.post {
	margin: 0 0 40px;
}

.post-img {
	position: relative;
	margin: 0 0 20px;
}

.post h2 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#page .post h2 {
	margin: 0 0 20px;
}

#screenshots h2 {
	margin: 0 0 -20px;
}

.screenshot {
	position: relative;
	float: left;
	width: 240px;
	margin: 40px 40px 0 0;
}

#screenshots .alt {
	margin: 40px 0 0;
}


/*	##################################
   	PAGING
	################################## */

#paging {
	margin: 0 0 40px;
	text-transform: uppercase;
}

#paging a {
	text-decoration: none;
}

#paging .box2 {
	padding: 0 40px;
}

.wp-pagenavi .pages {
	float: right;
	width: auto;
}

.wp-pagenavi a, .wp-pagenavi .current {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
}

.wp-pagenavi .current {
	background: url(img/bg-paging-current.png) no-repeat center center;
}


/*	##################################
   	COMMENTS
	################################## */

#comments-list, #trackbacks-list {
	margin: 0 0 40px;
}

#comments-list .box2, #trackbacks-list .box2 {
	padding: 20px 40px 0;
}

#comments-list p, #trackbacks-list p {
	padding: 0 0 10px;
}

#comments-list ol, #trackbacks-list ol {
	margin: 0px;
	padding: 0px;
}

#comments-list ol li, #trackbacks-list ol li {
	list-style: none;
	clear: both;
}

.comment-img {
	position: relative;
	float: left;
	width: 90px;
	margin: 0 0 40px;
}

.comment-text {
	float: right;
	width: 410px;
	margin: 0 0 30px;
}

.trackback-text {
	padding: 0 0 20px;
}

.moderation {
	color: #5c5c5c;
	font-style: italic;
}


/*	##################################
   	COMMENTFORM
	################################## */

#commentform {
	margin: 0 0 40px;
}

#commentform #logout {
	position: absolute;
	top: 20px;
	right: 40px;
}

#commentform input.text, #commentform textarea.text {
	width: 500px;
	margin: 0 0 20px;
}

#commentform input.fielderror, #commentform textarea.fielderror {
	color: #5c5c5c;
}

#commentform button {
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 0 0 20px;
	background: url(img/bg-button.png) no-repeat left top;
	color: #fff;
	text-align: center;
	border: 0px;
	overflow: visible;
}

#commentform button span {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 20px 0 0;
	background: url(img/bg-button-span.png) no-repeat right top;
	white-space: nowrap;
}

#commentform button::-moz-focus-inner { /* fixing default firefox padding */
    padding: 0px;
    border: none;
}

#commenterror {
	height: 20px;
	line-height: 20px;
	margin: 20px 0 0;
	padding: 0 0 0 30px;
	background: url(img/bg-commenterror.png) no-repeat left center;
}


/*	##################################
   	SEARCHFORM
	################################## */

.searchform {
	width: 200px;
}

#search-text {
	display: inline;
	float: left;
	width: 150px;
	font-size: 12px;
	text-transform: uppercase;
}

#search-submit {
	float: right;
	width: 30px;
	background: url(img/bg-search-submit.png) no-repeat right top;
}


/*	##################################
   	404
	################################## */
	
.searchform {
	margin: 0 0 20px;
}


/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	width: auto;
   	margin: 0 10px 10px 0;
}

.alignright {
   	float: right;
   	width: auto;
   	margin: 0 0 10px 10px;
}

.wp-caption {
	padding: 4px 0;
	background: #2c2c2c;
	border: 1px solid #3c3c3c;
   	text-align: center;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}


/*	##################################
   	WIDGET CSS
	################################## */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px;
	padding: 2px;
	border-bottom: 1px dotted #3c3c3c;
}

#tag_cloud {
	line-height: normal;
}

#content #tag_cloud {
	margin: 0 0 20px;
}


/*	##################################
   	CLEARING
	################################## */

.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}