	/*
Theme Name: deStyle
Theme URI: http://demo.themeshift.com/destyle
Description: Blog Magazine WordPress Theme by ThemeShift.com
Version: 0.9.1
Author: Simon Rimkus
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
        ################################## */

body {
        margin: 0px;
        padding: 0px;
        background: #ffcae8 url(img/bg-body.jpg) no-repeat center top;
        /*background: #ffcae8;*/
        color: #4a4a4a;
        font: 75%/170% Arial, Helvetica, sans-serif;
}


/*        ##################################
           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: #eeeee9;
        border: none;
        clear: both;
}

h1, h2, h3, h4, h5, h6 {
        margin: 0 0 20px;
        padding: 0px;
        line-height: normal;
}

h1 {
        font-size: 24px;
}

h2 {
        color: #999999;
		margin: 3px 0 2px;
		padding-bottom: 4px;
		font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
		border-bottom: dotted 1px #CCCCCC;
}

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;
}

pre {
        display: block;
        margin: 0 0 20px 0;
        padding: 10px;
        background: #eeeee9;
        border: 1px solid #ccc;
        font-family: "Courier New", Courier, serif;
        overflow: auto;
}

code {
        font-family: "Courier New", Courier, serif;
}

dt {
        font-weight: bold;
}

table {
        margin: 0 0 20px;
        border-collapse: collapse;
}

th {
        padding: 5px;
        background: #eeeee9;
        border: 1px solid #ddd;
        text-align: left;
}

td {
        padding: 5px;
        border: 1px solid #ddd;
}


/*        ##################################
           BASIC LAYOUT
        ################################## */

.main {
        width: 980px;
        margin: 0 auto;
        background: url(img/bg-logo.png) no-repeat 0px 9px;
}

#header {
        position: relative;
        width: 960px;
        height: 200px;
        margin: 0 auto;
}

#content-wrap {
        padding: 10px 0 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 30px;
        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 {
	top: 0px;
	right: 0px;
	height: 40px;
	width: 20px;
	margin: 0px 5px;
	background: transparent url(img/bg-rss.png) no-repeat right center;
	float: right;
}

#twitter {
	top: 0px;
	right: 0px;
	height: 40px;
	width: 20px;
	margin: 0px;
	background: transparent url(img/twitter_32.png) no-repeat right center;
	float: left;
}

#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;
		width: 980px;
		margin: auto;
}

#content-left {
        display: inline;
        float: left;
        width: 560px;
		padding: 10px 10px 0px 10px;
		margin-bottom: 10px;
		background: #FFFFFF;
}

#content-right {
        float: right;
        width: 320px;
		background: url(img/bg_right_sidebar.png) repeat-y;
}

.box-left {
        margin: 0 0 30px;
        padding: 0 0 10px;
        line-height: 22px;
        
}

.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: #7a3737;
        border-bottom: 1px solid #eeeee9;
}

.article-left {
        position: relative;
        float: left;
        width: 230px;
        margin: 0 0 20px 0;
        z-index: 4;
		background: #FFFFFF;
}

.sticky-post {
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 100;
}

.article-right {
        float: left;
        width: 560px;
		background: #FFFFFF;
		padding: 10px;
		margin: -30px 0px 0px -10px;
}

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: #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 {
        margin: 0 0 0px 0;
}

.article-teaser {
        font-weight: bold;
}

.more-link {
	border: 1px dotted #ad8880;
	font-size: 18pt;
	padding: 5px;
	text-decoration: none;
    background: #ffcae8;
}

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: #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;
}

#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 0;
		background: url(img/bg_search.png);
		height: 40px;
		width: 335;
		padding: 10px 0 0;
}

.box-left #searchform {
        width: 270px;
}

#search-text {
        float: left;
        width: 170px;
        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;
		margin: 0px 0 0 10px;
}

#search-submit {
        float: right;
        width: auto;
        height: 30px;
		width: 100px;
        color: #fff;
        background: transparent url(img/bg-input-submit2.png) no-repeat left top;
        border: none;
		margin: 0px 0 0 0px;
}

input.text, textarea {
        width: 75%;
        padding: 5px;
        background: #fff url(img/bg-input-text.gif) repeat-x left top;
        border: 1px solid #eeeee9;
        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: url(img/bg-comment-top.png) repeat left top;
}

#content .commentlist li.depth-2, #content .commentlist li.depth-4, #content .commentlist li.depth-6 {
        background: url(img/bg-comment-top.png) 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;
}


/****************************************************/
.content_mod { width: 560px; float: left; }
.mod_tag {
	background: url(img/p-det-tag.png) no-repeat;
	padding: 1px 0 0 30px;
	height: 24px;
	float: left;
}
.mod_comment {
	background: url(img/p-det-com.png) no-repeat;
	padding: 1px 0 0 30px;
	height: 24px;
	float: right;
}
.mod_calendar {
	position: relative;
	right: px;
	bottom: 0px;
	width: 70%;
	height: 40px;
	z-index: 4;
	padding: 0px 0 0 0px;
	margin: 0px 0 20px 0;
	float: left;
	color: #999999;
}
.mod_box_right {
	width: 300px;
	margin: 0 0 0 20px;
	background: #FFF;
	padding: 0 0 0 0px;
}
.mod_ads{
   	width: 335px;
	height: 90px;
}
.mod_radio {
	width: 335px;
	height: 10px;
}
.mod_shoutbox {
	width: 335px;
	height: 10px;
}
.mod_recent_post {
	background: url(img/inc_recent_post.png) no-repeat;
	width: 160px;
	height: 30px;
}
.mod_links {
	background: url(img/inc_links.png) no-repeat;
	width: 130px;
	height: 30px;
}
#mod_recent_post ul li {
	display:block; background:url(img/nav-right.png) no-repeat;
	padding: 0px 0px 0 22px;
	margin: 0px 0 10px 0;
}
#mod_recent_post ul li a {
	color: #393454;
}

#mod_page-menu {
        position: relative;
		top: 0px;
        height: 40px;
        list-style: none;
}
#mod_main_menu {
	margin: 0 0 10px 0;
	padding: 8px 0 0 38px;
	height: 25px;
}
#mod_main_menu a {
	text-decoration: none;
	margin-right: 10px;
	font-size: 14pt;
	color: #e0e7f6;

    background-color: #f20058;
    border-left-color: #f20058;
    border-left-style: solid;
    border-right-color: #f20058;
    border-right-style: solid;
}
#mod_main_menu a:hover {
	color: #FFF;
    background-color: #ff5c95;
    border-left-color: #ff5c95;
    border-left-style: solid;
    border-right-color: #ff5c95;
    border-right-style: solid;
}

/*********************************************************************************/
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 130%; /* font-size set to 130% for the default Kubrick Wordpress theme */
}
 
#panel {
	width: 100%;
	height: 280px;
	color: #ffcae8;
	background: #ff5c95;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
 
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel p {
	margin: 5px 0;
	padding: 0;
}
 
#panel a {
	text-decoration: none;
	color: #15ADFF;
}
 
#panel a:hover {
	color: white;
}
 
#panel a-lost-pwd {
	display: block;
	float: left;
}
 
#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
 
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
 
#panel .content .left {
	width: 280px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}
 
#panel .content .border {
	border-left: 1px solid #333;
}
 
#panel .content .narrow {
	width:120px !important;
}
 
#panel .content form {
	margin: 0 0 10px 0;
}
 
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
 
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
 
#panel .content input:focus.field {
	background: #545454;
}
 
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
 
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}
 
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
 
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
 
/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}
 
.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	/*height: 42px;*/
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 100px;
  	color: white;
  	font-size: 80%;
	text-align: center;
    height: 82px;
    padding: 0 60px;
  	background: url(images/ribbon.png) no-repeat;
  padding-left: 10px
}

.tab ul.login li {
 	text-align: center;
	display: block;
	float: left;
}
 
.tab ul.login li a {
	color: #FFF;
}
 
.tab ul.login li a:hover {
	color: white;
}
 
.tab .sep {color:#414141}
 
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
 
.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}


