/*
Theme Name: deStyle
Theme URI: http://themeshift.com/destyle
Description: Blog Magazine WordPress Theme by Simon Rimkus
Version: 0.9.2
Author: ThemeShift
Author URI: http://themeshift.com
Tags: blog, magazine, light, fresh
*/

/*
	- GENERAL
	- HTML ELEMENTS
	- BASIC LAYOUT
	- HEADER
	- MENU
	- CONTENT
	- GALLERY
	- PREDEFINED CLASSES
	- SIDEBAR
	- FORMS
	- COMMENTS
	- PAGING
	- FLICKR BADGE
	- STYLESWITCHER
	- WORDPRESS CSS 
	- WIDGET CSS
	- CLEARING
	
*/
	

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #eee;
	color: #4a4a4a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

body.noise {
	background: #eee url(img/bg-body.jpg) repeat-x left top;
}

body.damask {
	background: #eee url(img/bg-body-damask.jpg) repeat-x left top;
}

body.carbon {
	background: #eee url(img/bg-body-carbon.jpg) repeat-x left top;
}

body.squares {
	background: #eee url(img/bg-body-squares.jpg) repeat-x left top;
}


/*	##################################
   	HTML ELEMENTS
	################################## */

a {
	color: #7a3737;
}

img {
	border: none;
}

p, ul, ol, dl {
	line-height: 22px;
	margin: 0 0 20px 0;
}

hr {
	height: 1px;
	margin: 20px 0;
	background: #eee;
	border: none;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	padding: 0px;
	line-height: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}
	
h4, h5, h6 {
	margin-bottom: 10px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	background: transparent url(img/bg-blockquote.png) no-repeat left top;
	font-style: italic;
}

address {
	padding: 0 0 0 15px;
	font-style: italic;
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #e4e4e4;
	text-shadow: 1px 1px 0px #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #f8f8f8;
	overflow: auto;
	color: #646464;
	border: 1px solid #e4e4e4;
}

dl {
    margin: 0 0 10px;
}

dt {
    font-weight: bold;
}

dd {
    padding: 0 0 10px;
}

small {
	font-size: 10px;
	font-weight: normal;
}

table {
	margin: 0 0 20px;
	border-collapse: collapse;
}

th {
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	text-align: left;
}

#wrapper td {
	padding: 5px;
	border: 1px solid #ddd;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#main {
	background: transparent url(img/bg-main.png) no-repeat top center;
}


#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	
	/*
	 bob : add image header background
	*/
	/* 
		background:  url(img/kriss-arts.jpg) no-repeat bottom center;
	*/
}

#content-wrap {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0;
	background: transparent url(img/bg-content-wrap.png) repeat-y left top;
	z-index: 1;
}
	
#content-top,
#content-bottom {
	width: 980px;
	height: 20px;
	margin: 0 auto;
	background: transparent url(img/bg-content-top.png) no-repeat left bottom;
	z-index: 2;
}

#content-bottom {
	background: transparent url(img/bg-content-bottom.png) repeat-y left top;
}

#content {
	margin: 0 40px;
	background: transparent url(img/bg-content.gif) repeat-y 600px 0px;
	z-index: 3;
}

#footer {
	position: relative;
	padding: 0 0 30px 0;
	line-height: 22px;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
}


/*	##################################
   	HEADER
	################################## */

#logo {
	margin: 35px 0 25px;
}

#logo img {
	float: left;
}



#logo h1 a {
	float: left;
	margin: 0px;
	padding: 10px 0 0 50px;
	color: #C7C7C7;
	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 28px;
	text-decoration: none ;
	
	font-weight: normal;
	text-shadow: 2px 2px 0px #000;
}

/*	##################################
   	MENU
	################################## */
	
.none #header-top-wrap {
	background: url(img/bg-header-top-wrap.png) repeat-x left top;;
}

#header-top {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#menu-wrap {
	background: url(img/bg-menu-wrap.png) repeat-x left top;
}

.red #menu-wrap {
	background: url(img/bg-menu-wrap-red.png) repeat-x left top;
}

.green #menu-wrap {
	background: url(img/bg-menu-wrap-green.png) repeat-x left top;
}

.grey #menu-wrap {
	background: url(img/bg-menu-wrap-grey.png) repeat-x left top;
}
	
.ts-menu-main {
	width: 960px;
	margin: 0 auto 30px;
	padding: 0 10px;
}

#social {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 30;
}

#social a {
	line-height: 40px;
	padding: 3px 25px 3px 0;
	color: #fff;
	text-decoration: none;
	outline: none;
}

#social a:hover {
	color: #f4dec7;
}

#social a:active {
	position: relative;
	top: 1px;
}

#social-twitter {
	margin: 0 10px 0 0;
	background: transparent url(img/bg-twitter.png) no-repeat right center;
}

#social-rss {
	background: transparent url(img/bg-rss.png) no-repeat right center;
}

/** also see /superfish/superfish.css */
	

/*	##################################
   	CONTENT
	################################## */

.page-template-page-full-php #content {
	background: none;
}

#content-left {
	display: inline;
	float: left;
	width: 570px;
}

#content-right {
	float: right;
	width: 300px;
}

.box-left {
	margin: 0 0 30px;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: 1px solid #eee;
}

.box-right {
	margin: 0 0 30px 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}

.box-full {
	margin: 0px;
	padding: 0 0 1px;
	line-height: 22px;
}

#content ul, #content ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

#content li {
	padding: 2px 0;
	list-style: disc;
}

#content ol li {
	list-style: decimal;
}

#content li ul, #content li ol {
	margin: -2px 0 -2px 20px;
	padding: 0px;
}

#content li li {
	list-style: circle;
	background: none;
}

#content ol li li {
	list-style: upper-roman;
}

#content li li li {
	list-style: square;
}

#content ol li li li {
	list-style: lower-latin;
}

h1.category-title {
	margin: 0 0 30px;
	padding: 0 0 10px;
	color: #7a3737;
	border-bottom: 1px solid #eee;
}

.post {
	position: relative;
}

.article-right {
	overflow: hidden;
}

.article-img {
	float: left;
	margin: 0 20px 10px 0;
	padding: 10px;
	background: #eee;
}

a:hover .article-img {
	background: #dedede;
}

img.shadow {
	background: transparent url(img/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

.gallery img {
	padding: 10px;
	background: #eee;
	border: none!important;
}

h2.article-title {
	margin: 0 0 10px;
	padding: 0 40px 0 0;
	line-height: normal;
	color: #1f1f1f;
	font-size: 26px;
	letter-spacing: -1px;
}

h2.article-title a {
	color: #1f1f1f;
	text-decoration: none;
}

h2.article-title a:hover {
	text-decoration: underline;
}

.article-meta {
	padding: 5px 10px;
	background: #efefef;
	color: #666;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0px #fff;
}

.article-comments {
	position: absolute;
	top: 7px;
	right: 0px;
	padding: 0 0 0 20px;
	background: url(img/bg-comments.png) no-repeat left center;
	color: #666;
}

.article-comments a {
	color: #666;
	text-decoration: none;
}

h3.content-title {
	margin: 0 0 10px 0;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
}

#author-single {
	position: relative;
}

#author-single .avatar {
	float: left;
	width: auto;
	margin: 0 20px 30px 0;
}

#page-bookmarks {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border-bottom: 1px solid #eee;
}
	
#page-bookmarks .box-left {
	float: left;
	width: 255px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: none;
}

.box-author .avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #eee;
}


/*	##################################
   	GALLERY
	################################## */
	
#gallery {
	margin-right: -30px;
}

#gallery img {
	float: left;
	margin: 0 30px 30px 0;
	padding: 10px;
	background: #eee;
}

#gallery a:hover img {
	background: #dedede;
}


/*	##################################
   	PREDEFINED CLASSES
	################################## */

.btn {
	padding: 5px 10px 6px;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0pt -1px 1px rgba(0, 0, 0, 0.8);
}

.red .btn {
	background: transparent url(img/bg-input-submit-red.png) no-repeat left top;
}

.green .btn {
	background: transparent url(img/bg-input-submit-green.png) no-repeat left top;
}

.grey .btn {
	background: transparent url(img/bg-input-submit-grey.png) no-repeat left top;
}

a.btn:active {
	position: relative;
	top: 1px;
}

.alert {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eee;
	background: #fffad2 url(img/bg-class-alert.png) no-repeat 10px 10px;
}

.checked {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eee;
	background: #fffad2 url(img/bg-class-checked.png) no-repeat 10px 10px;
}

.download {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eee;
	background: #fffad2 url(img/bg-class-download.png) no-repeat 10px 10px;
}

.preview {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eee;
	background: #fffad2 url(img/bg-class-preview.png) no-repeat 10px 10px;
}

.info {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eee;
	background: #fffad2 url(img/bg-class-info.png) no-repeat 10px 10px;
}

.arrow {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eee;
	background: #fffad2 url(img/bg-class-arrow.png) no-repeat 10px 10px;
}

.happy {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eee;
	background: #fffad2 url(img/bg-class-happy.png) no-repeat 10px 10px;
}


/*	##################################
   	SIDEBAR
	################################## */

h3.sidebar-title {
	margin: 0 0 10px;
	padding: 0px;
	line-height: 16px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
}

.ad-left {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}

.ad-right {
	float: right;
	width: auto;
	margin: 0 0 20px;
}


/*	##################################
   	FORMS
	################################## */

#searchform {
	margin: 0 0 20px;
}

.box-left #searchform {
	width: 270px;
}

#search-text {
	float: left;
	width: 218px;
	height: 16px;
	padding: 6px 5px;
	background: transparent url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eee;
	font-size: 11px;
}

#search-submit {
	float: right;
	width: auto;
	height: 30px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

.red #search-submit {
	background: transparent url(img/bg-input-submit-red.png) no-repeat left top;
}

.green #search-submit {
	background: transparent url(img/bg-input-submit-green.png) no-repeat left top;
}

.grey #search-submit {
	background: transparent url(img/bg-input-submit-grey.png) no-repeat left top;
}

#searcherror {
	margin: 0 0 10px;
	padding: 2px 0 2px 20px;
	background: url(img/bg-error.png) no-repeat left center;
}

.fielderror {
	color: red;
}

#wrapper input.text, textarea {
	width: 75%;
	padding: 5px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#wrapper textarea {
	width: 90%;
	height: 125px;
}

#wrapper input.submit, input.button {
	width: auto;
	height: 30px;
	padding: 0 20px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

.red input.submit, .red input.button {
	background: transparent url(img/bg-input-submit-red.png) no-repeat left top;
}

.green input.submit, .green input.button {
	background: transparent url(img/bg-input-submit-green.png) no-repeat left top;
}

.grey input.submit, .grey input.button {
	background: transparent url(img/bg-input-submit-grey.png) no-repeat left top;
}


/*	##################################
   	COMMENTS
	################################## */

#content .commentlist ol {
	margin: 0px;
	padding: 0px;
}

#content .commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
}

#content .commentlist .box-left {
	margin: 30px 0 0;
	padding: 0px;
	border: none;
}

.commentlist .avatar {
	float: right;
	width: auto;
	margin: 0 0 5px 20px;
}

.commentlist li p {
	margin: 0 20px 10px 0;
}

.commentlist .comment-author {
	font-size: 12px;
	font-weight: bold;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	border: none!important;
}

#content .commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

#content .commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border-right: none;
}

.reply a {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background: transparent url(img/bg-input-submit.png) repeat-x left top;
	color: #fff;
	border: none!important;
	text-decoration: none;
}

.red .reply a {
	background: transparent url(img/bg-input-submit-red.png) repeat-x left top;
}

.green .reply a {
	background: transparent url(img/bg-input-submit-green.png) repeat-x left top;
}

.grey .reply a {
	background: transparent url(img/bg-input-submit-grey.png) repeat-x left top;
}

.reply a:active {
	position: relative;
	top: 1px;
}

#cancel-comment-reply {
	margin: 10px 0;
}

#content .commentlist li.depth-1, #content .commentlist li.depth-3, #content .commentlist li.depth-5 {
	background: #eee url(img/bg-comment-top.png) no-repeat left top;
}

#content .commentlist li.depth-2, #content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	background: #fff url(img/bg-comment-top-1.png) no-repeat left top;
	border-right: 1px solid #ebebe1;
}

#content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	border: none;
}

.moderation {
	padding: 0 0 0 25px;
	background: transparent url(img/bg-moderation.png) no-repeat left center;
}

.trackbacklist {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #eee;
}

#content .trackbacklist ul {
	margin: 0 0 20px;
}

#commentform {
	padding: 0 0 10px 0;
}

#commentform p {
	margin: 0 0 10px 0;
}

.box-comments {
	position: relative;
	padding: 0 0 30px;
}

.comments-paging {
	position: absolute;
	top: 0px;
	right: 0px;
}

#commenterror {
	margin: 0 0 10px;
	padding: 2px 0 2px 20px;
	background: url(img/bg-error.png) no-repeat left center;
}

.fielderror {
	color: red;
}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	width: auto;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	width: auto;
   	margin: 0 0 20px 20px;
}

/** MULTISITE SIGNUP */

#content.widecolumn {
	margin: 0px;
	padding: 0px;
}

.mu_register {
	width: 570px!important;
	margin: 0px!important;
}

.mu_register form {
	margin-top: 0px!important;
}

.mu_register input[type="submit"],
.mu_register #blog_title,
.mu_register #user_email,
.mu_register #blogname,
.mu_register #user_name {
	width: 75%!important;
	padding: 5px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px!important;
}

.mu_register input[type="submit"] {
	width: auto!important;
	height: 30px;
	padding: 0 20px!important;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

.red .mu_register input[type="submit"] {
	background: transparent url(img/bg-input-submit-red.png) no-repeat left top;
}

.green .mu_register input[type="submit"] {
	background: transparent url(img/bg-input-submit-green.png) no-repeat left top;
}

.grey .mu_register input[type="submit"] {
	background: transparent url(img/bg-input-submit-grey.png) no-repeat left top;
}

.mu_register .mu_alert {
	margin: 0 0 20px;
}


/*	##################################
   	WIDGET CSS
	################################## */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td, #calendar_wrap th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#content-right #tag_cloud {
	padding: 0 0 30px;
	line-height: normal;
}

#content-right .textwidget {
	line-height: 22px;
	padding-bottom: 20px;
}

#content-right select#cat {
	margin-bottom: 20px;
}

.widget_ts_about .avatar {
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	background: #eee;
}

.box-right.widget_tag_cloud {
	padding: 0 0 30px;
}


/*	##################################
   	PLUGIN CSS
	################################## */

.wpcf7 input, .wpcf7 textarea {
	width: 75%;
	padding: 5px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.wpcf7 textarea {
	width: 90%;
	height: 125px;
}

.wpcf7 input.wpcf7-submit {
	width: auto;
	height: 30px;
	padding: 0 20px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

.red .wpcf7 input.wpcf7-submit {
	background: transparent url(img/bg-input-submit-red.png) no-repeat left top;
}

.green .wpcf7 input.wpcf7-submit {
	background: transparent url(img/bg-input-submit-green.png) no-repeat left top;
}

.grey .wpcf7 input.wpcf7-submit {
	background: transparent url(img/bg-input-submit-grey.png) no-repeat left top;
}

.wpcf7-validation-errors {
	margin: 0 0 20px;
	padding: 0 0 0 25px;
	background: transparent url(img/bg-error.png) no-repeat left center;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 10px;
	color: red;
}

.wpcf7 .wpcf7-file {
	height: 25px;
	background: #fff!important;
	border: 1px solid #e4e4e4;
}

	
/*	##################################
   	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%;
}

#content .ccmDateNav ul li {list-style:none;}