/*
Theme Name: deStyle
Theme URI: http://demo.themeshift.com/destyle
Description: Blog Magazine WordPress Theme
Version: 0.9
Author: Simon Rimkus [ThemeShift]
Author URI: http://themeshift.com
Tags: blog, magazine, light, fresh
*/

/*
	- GENERAL
	- HTML ELEMENTS
	- BASIC LAYOUT
	- HEADER
	- MENU
	- CONTENT
	- PREDEFINED CLASSES
	- SIDEBAR
	- FORMS
	- COMMENTS
	- PAGING
	- FLICKR BADGE
	- CLEARING
	- WORDPRESS CSS 
	- WIDGET CSS
	
*/
	

/*	##################################
   	GENERAL
	################################## */
	
html, body { height: 100%; }
body { background: #e4e0da url(img/bkg.jpg) repeat-x center -16px; margin: 0; padding: 0; color: #1a1a1a; text-align: center; font-family: Tahoma, Arial, Helvetica, sans-serif; }

#wrapper { width: 883px; padding: 0 40px; min-height: 100%; text-align: left; margin: 0 auto -99px; }
#head { width: 883px; height: 256px; padding: 40px 0 0; }
#main { float: left; width: 551px; padding: 8px 0; }
#side { float: right; width: 292px; padding: 8px 0; }
#push { height: 99px; clear: both; }
#sock { min-width: 963px; padding: 0; background: url(img/bkg-foot.jpg) top; text-align: left; }
#foot { width: 883px; margin: 0 auto; padding: 33px 0 20px; }
#home #wrapper { margin: 0 auto -274px; }
#home #main { width: 483px; }
#home #side { width: 360px; padding: 0; }
#home #push { height: 274px; }
#wide #main { width: 883px; }

a { white-space: nowrap; color: #931bb1; }
a:hover { color: #434343; text-decoration: none; }
a:focus, a:active { color: #900; }

h1, h2, h3, h4 { margin-bottom: 0; font-weight: normal; text-shadow: #e4e0da 0 1px 0; }
h1 { font-size: 1.5625em; color: #931bb1; }
h2 { font-size: 1.25em; color: #333; }
h3 { font-size: 1.125em; }
h4 { font-size: 1em; color: #fff; text-shadow: #000 0 1px 0; margin: 0; }
#side h3 { margin-top: 1em; }

p, address, ul, ol { margin-top: 0; font-size: 0.875em; font-style: normal; line-height: 1.5em; }
#home #side p { font-size: 0.8125em; }
ul ul, ul ol, ol ol, ol ul { font-size: 1em; }
address { margin-top: 1em; }
abbr { border-bottom: 1px dotted; cursor: help; }

#side ul { list-style: square; margin-left: 0; padding-left: 18px; }

img { border: 0; }
img.imgCtr { display: block; margin: 1.5em auto; }
hr { color: #1a1a1a; background-color: #1a1a1a; border: none; height: 1px; margin: 1em 0; }
#logo { float: left; margin: 0 0 38px; }
#tagline { float: right; margin: 37px 0 0; }
.sm { font-size: 70%; }
h1.huge { font-size: 6em; margin-top: 0; line-height: 1.25em; }
.ctr { text-align: center; }
.block { display: block; }
.clear { clear: both; }
.alignRight { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alert { color: #f55; }
.marginTop { margin-top: 1em; }

a[href$=".pdf"] { background: green; }
a[href^="http"] { padding-right: 14px; background: url(img/icons.png) no-repeat top right; }

#skip { float: right; margin: 0 3px; padding: 0; font-size: 0.6875em; line-height: 16px; clear: right; }
#skip li { list-style: none; float: left; margin-left: 20px; }
#skip a { color: #fff; text-decoration: none; }
#skip a.skip-to { padding-left: 20px; background: url(img/icons.png) no-repeat 0 -32px; }
#skip a.sitemap { padding-left: 20px; background: url(img/icons.png) no-repeat 0 -64px; }
#more a:hover, #fromBlog a:hover, #tweet a:hover, #skip a:hover { color: #00aeef; }

#nav {	margin: 0;	padding: 0;	list-style: none;	overflow: hidden; border-right: 1px solid #373737; clear: both;	}
#nav li {	float: left;	width: 146px;	margin: 0;	padding: 0; border-left: 1px solid #373737;	}
#nav li a { float: left; margin: 0; padding: 27px 10px 26px; font-size: 1.3125em; font-weight: bold; text-decoration: none; text-transform: uppercase; color: #e6e6e6; display: block; width: 126px; background: url(img/bkg-nav.png) repeat 0 0; }
#nav li a em { display: block; margin: 2px 0 0 0; font-size: 0.8125em;	font-style: normal;	text-transform: none; color: #b9b9b9;	font-weight: normal; opacity: .7; }
#nav li a:hover { background: url(img/bkg-nav.png) repeat 0 -300px; }
#nav li a:hover em { color: #e6e6e6;	}
#nav li.active a {}
#nav li.active a em { opacity: .6; }

/* For menu with 5 items (Need to use .end on first/last li)
#nav {	margin: 0;	padding: 0;	list-style: none;	overflow: hidden; border-right: 1px solid #373737; clear: both;	}
#nav li {	float: left;	width: 175px;	margin: 0;	padding: 0; border-left: 1px solid #373737;	}
#nav li.end { width: 176px; }
#nav li a { float: left; margin: 0; padding: 27px 0 26px 15px; font-size: 1.375em; font-weight: bold; text-decoration: none; text-transform: uppercase; color: #e6e6e6; display: block; width: 160px; background: url(img/bkg-nav.png) repeat 0 0; }
#nav li.end a { width: 161px; }
#nav li a em { display: block; margin: 2px 0 0 0; font-size: 0.9375em;	font-style: normal;	text-transform: none; color: #b9b9b9;	font-weight: normal; opacity: .7; }
#nav li a:hover { background: url(img/bkg-nav.png) repeat 0 -300px; }
#nav li a:hover em { color: #e6e6e6;	}
#nav li.active a {}
#nav li.active a em { opacity: .6; }*/

/* For Alt Footer
#standards { float: left; width: 483px; margin-right: 40px; min-height: 150px; color: #e4e0d9; }
#tweet { float: left; width: 360px; min-height: 150px; color: #e4e0d9; }
#standards h3 { font-size: 1em; color: #017c2b; text-shadow: #000 0 1px 0; margin: 0; }
#standards p, #side p { font-size: 0.8125em; line-height: 1.5em; }
*/
#more, #fromBlog, #tweet { float: left; width: 260px; margin-right: 40px; min-height: 175px; color: #e4e0d9; }
#more { width: 180px; }
#fromBlog { width: 340px; }
#tweet { margin-right: 0;	background: url(img/bkg-tweet.png) no-repeat right top; width:260px;}
#more ul, #fromBlog ul { margin: 0; padding-left: 1em; }
#tweet p { text-align: right; margin: 0; font-size: 0.6875em; }
#tweet ul li.twit-first { margin-right: 55px; }
#twitter_div {list-style: none; font-size: 12px; line-height: 1.50em; margin:4px 0 0 0; padding: 0; width:205px}

p.btmNav { font-size: 0.75em; line-height: 2em; color: #9a9a9a; margin: 0; text-decoration: none; letter-spacing: 0.25em; }
p.btmNav a { color: #9a9a9a; letter-spacing: normal; }
p.copyright { font-size: 0.6875em; line-height: 2em; color: #595959; margin: 0; }
p.copyright a { color: #595959; }
p.btmNav a:hover, p.copyright a:hover { color: #931bb1; }

form { font-size: 0.875em; line-height: 1em; margin-bottom: 1.25em; }
form div { padding: 4px 0 8px; }
fieldset { padding: 0 30px 30px; border: 1px solid #999; }
legend { font-size: 1.25em; color: #931bb1; padding: 1em 0.5em; margin: 0; text-shadow: #eee 0 1px 0; }

/* Form Validation */
label.error { float: none; color: #f55; padding-left: 20px; background: url(img/icons.png) no-repeat 0 -127px; margin-left: 6px; }
label.checked { background: url(img/icons.png) no-repeat 0 -96px; height: 16px; width: 16px; margin-left: 6px; }

/* Data Tables */
table { margin-bottom: 1.25em; border-top: 1px solid #000; border-left: 1px solid #000; width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
td, th { font-size: 0.6875em; padding: 2px 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; }
caption { color: #fff; background-color: #161616; font-size: 0.8125em; font-weight: bold; text-align: left; padding: 5px; margin: 1em 0 0; border-top: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000 }
tfoot td { padding: 5px; background-color: #999; }
th { background-color: #999; }
.odd  {}
.even { background-color: #eee; }

#slideShow { width: 340px; height: 200px; margin: 0; padding: 0; background: url(img/slide01.jpg) no-repeat; }
#frame { margin: 30px 0 0; width: 340px; height: 200px; background-color: #d0cbc5; border: 1px solid #999; padding: 9px; -moz-border-radius: 6px;	-webkit-border-radius: 6px; }
.slideCaption { margin: 0 10px 0; font-size: 0.8125em; font-style: italic; background: url(img/frame_shdw.png) no-repeat center top; }
#content-wrap {
	padding: 20px 0 0;
	background: transparent url(img/bg-content-wrap.png) repeat-y left top;
	z-index: 1;
}
	
#content-top {
	height: 20px;
	background: transparent url(img/bg-content-top.png) no-repeat left bottom;
	z-index: 2;
}

#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;
}


/*	##################################
   	HEADER
	################################## */
	
#page-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page-menu li {
	float: left;
	width: auto;
}

#page-menu a {
	margin: 0 20px 0 0;
	background: transparent;
	color: #fff;
	text-decoration: none;
}

#page-menu a:hover,
#page-menu .current_page_item a {
	color: #f4dec7;
}
	
#rss {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	margin: 0px;
	padding: 0 30px 0 0;
	line-height: normal;
	background: transparent url(img/bg-rss.png) no-repeat right center;
	color: #fff;
}

#rss a {
	line-height: 40px;
	background: transparent;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

h1#blog-title {
	position: absolute;
	bottom: 40px;
	left: -10px;
	margin: 0px;
	padding: 0px;
	color: #f4dec7;
	font-size: 12px;
	font-weight: normal;
}

h1#blog-title img {
	margin: 0 0 -10px;
}


/*	##################################
   	MENU
	################################## */
	
	/** /lib/superfish/superfish.css */
	

/*	##################################
   	CONTENT
	################################## */

#page-full #content {
	background: #fff;
}

#content-bottom {
	height: 20px;
	background: transparent url(img/bg-content-bottom.png) repeat-y left top;
}

#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 #eeeee9;
}

.box-right {
	margin: 0 0 30px 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eeeee9;
}

.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: #000000;
	border-bottom: 1px solid #eeeee9;
}

.article-left {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	z-index: 4;
}

.sticky-post {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 100;
}

.article-right {
	float: right;
	width: 350px;
}

img.article-img {
	padding: 10px;
	background: #eeeee9;
}

img.article-img-single,
.box-author img.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #eeeee9;
}

a:hover img.article-img {
	background: #deded9;
}

.img-caption {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: transparent url(img/bg-img-caption.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
}

.img-caption a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

img.shadow {
	background: transparent url(img/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

.gallery img {
	padding: 10px;
	background: #eeeee9;
	border: none!important;
}

h2.article-title {
	margin: 0 0 10px;
	line-height: normal;
	color: #000000;
	font-size: 26px;
	letter-spacing: -1px;
}

h2.article-title a {
	color: #000000;
	text-decoration: none;
}

h2.article-title a:hover {
	text-decoration: underline;
}

.article-meta {
	margin: 0 0 10px 0;
}

.article-teaser {
	font-weight: bold;
}

a.more-link {
	display: block;
	margin: 20px 0 30px 0;
}

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 #eeeee9;
}
	
#page-bookmarks .box-left {
	float: left;
	width: 255px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: none;
}


/*	##################################
   	PREDEFINED CLASSES
	################################## */

.btn {
	padding: 5px 10px 6px;
	background: transparent url(img/bg-btn.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.alert {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-alert.png) no-repeat 10px 10px;
}

.checked {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-checked.png) no-repeat 10px 10px;
}

.download {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-download.png) no-repeat 10px 10px;
}

.preview {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-preview.png) no-repeat 10px 10px;
}

.info {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-info.png) no-repeat 10px 10px;
}

.arrow {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-arrow.png) no-repeat 10px 10px;
}

.happy {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	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: #7C3F98;
	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;
}

#sidebar-twitter ul,
#recent-comments ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar-twitter li,
#recent-comments li {
	list-style: none;
}


/*	##################################
   	FORMS
	################################## */

#searchform {
	margin: 0 0 20px;
}

.box-left #searchform {
	width: 270px;
}

#search-text {
	float: left;
	width: 218px;
	height: 22px;
	padding: 6px 5px 0 5px;
	background: transparent url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eeeee9;
	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;
}

input.text, textarea {
	width: 75%;
	padding: 5px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #7C3F98;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

textarea {
	width: 90%;
	height: 125px;
}

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;
}


/*	##################################
   	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;
}

#cancel-comment-reply {
	margin: 10px 0;
}

#content .commentlist li.depth-1, #content .commentlist li.depth-3, #content .commentlist li.depth-5 {
	background: #eeeee9 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 #eeeee9;
}

#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;
}


/*	##################################
   	PAGING
	################################## */
	
#paging {
	margin: 0 0 30px;
}

.wp-pagenavi .pages {
	float: right;
	width: auto;
}

.wp-pagenavi a, .wp-pagenavi .current {
	display: block;
	float: left;
	width: auto;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	background: transparent url(img/bg-paging.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi .current {
	background: transparent url(img/bg-paging-current.png) repeat-x left top;
}


/*	##################################
   	FLICKR BADGE
	################################## */

#flickr_badge_uber_wrapper {
	text-align:center;
}

#flickr_badge_wrapper {
	padding: 0 0 5px 0;
}

.flickr_badge_image {
	display: inline;
	float: left;
	width: auto;
	margin:0 15px 15px 0; 
}

	
/*	##################################
   	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%;
}


/*	##################################
   	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;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #eeeee9;
   	text-align: center;
   	background-color: #f7f7f7;
}

.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, #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;
}

