/*
Theme Name: HelloSexy
Description: attractive theme, customisable with theme options and made with futuristic HTML5 and CSS3 technology
Author: Stinkyink
Version: 1.3.6
Tags: white, orange, gray, two-columns, fixed-width, threaded-comments, custom-background, custom-header
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

header,footer,section,aside,nav,article {
    display: block;
}

html {
    background-color: #ccc;
    color: #fff;
    font-family: arial,sans-serif;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    background-color: #a7191f;
    padding-top: 20px;
    padding-bottom: 100px;
    border-bottom: 1px solid #444;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

#wrapper {
    width: 980px;
    margin: 0 auto;
}



#content {
    width: 940px;
    padding: 20px;
    margin: -80px auto 20px auto;
    background-color: #f9f9f9;
    color: #444;
    position: relative;
    font-size: 12px;
    border-radius: 6px;
    box-shadow:  0 0 10px rgba(0,0,0,0.2);
}

body.has_sidebar #content {
    width: 760px;
}

header h1, header p {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 20px;
}

body.has_sidebar header h1, body.has_sidebar header p {
    width: 780px;
    padding: 0 0 0 200px;
}

header h1 {
    font-size: 56px;
    letter-spacing: -0.08em;
    margin-top: 0;
}

header p {
    font-size: 23px;
    font-weight: bold;
}

header h1 a {
    color: #fff;
    text-decoration: none;
}

section {
    display: block;
    width: 550px;
    float: right;
}

article {
    border-bottom: 1px dashed #ccc;
    display: block;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}



article p, footer p, article ul, article ol {
    font-size: 12px;
    line-height: 1.6em;
}

article p a {
    color: #000;
    text-decoration: underline;
}

article a img {
    border: 1px solid #ccc;
    padding: 5px;
}

article a:hover img {
    border-color: #000;
}


article time {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    color: #ccc;
}

article time a {
    color: inherit;
    text-decoration: none;
}

article time a:hover {
    color: #999;
}

article h2 {
    color: #000;
    letter-spacing: -0.03em;
    font-size: 26px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
    text-shadow: 2px 2px 2px #ccc;

}

article h2 a {
    color: #000;
    text-decoration: none;
}

/* footer */

footer {
    text-align: center;
    color: #999;
    padding: 30px 0;
    display: block;
    clear: both;
    width: 980px;
    margin: auto;
}

footer p {
    width: 760px;
    margin: 0;
    margin-left: 200px;
}

footer a {
    color: #999;
    text-decoration: none;
}

footer a:hover {
    color: #666;
}

/* sidebar */

nav {
    width: 150px;
    display: block;
    text-align: right;
    font-size: 12px;
    border-right: 1px dashed #ccc;;
    float: left;
    padding-right: 20px;
    margin-top: 40px;
}

nav h3 {
    color: #000;
    letter-spacing: -0.03em;
    font-size: 26px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 2px #ccc;
}

nav a {
    text-decoration: none;
    color: #666;
}


nav ul {
    list-style: none;
    line-height: 1.6em;
    padding: 0;
    margin: 0 0 20px 0;
}



/* comments */

#comments, .nocomments {
    clear: both;
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.children {
    list-style: none;
}

.comment {
    border: 1px solid #ccc;
    padding: 10px 10px 0 10px;
    margin: 0 0 20px 0;
    position: relative;
    min-height: 80px;
    background-color: #fff;
    border-radius: 5px;
}

.comment-body {
    padding-left: 80px;
}

h3#comments, #respond h3 {
    color: #000;
    letter-spacing: -0.03em;
    font-size: 26px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 2px #ccc;
}

.comment p {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.vcard {
    font-size: 12px;
    line-height: 1.6em;
}

.commentmetadata {
    font-size: 12px;
    line-height: 1.6em;
}

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

.comment a:hover {
    color: #000;
    text-decoration: underline;
}


.even {
    background-color: #eee;
}

.avatar {
    position: absolute;
    top: 10px;
    left: 10px;
}


/* ping backs */

.pingback, .trackback {
    border: 1px solid #ccc;
    padding: 10px 10px 0 10px;
    margin: 0 0 20px 0;
    position: relative;
    min-height: 80px;
    background-color: #eee;
    border-radius: 5px;
    color: #ccc;
    font-size: 12px;
    color: #666;

}

.pingback p, .trackback p {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.pingback a, .trackback a {
    color: #ccc;
    text-decoration: none;
}

.pingback a:hover, .trackback a:hover {
    color: #999;
}

div.reply {
    padding-bottom: 10px;
    clear: both;
}

a.comment-reply-link {
    font-size: 12px;
    font-weight: bold;
}





/* comment form */

#respond {
    clear: both;
}

#commentform p {
    clear: both;
}

#commentform p input, #commentform p textarea {
    width: 400px;
    float: right;
}

p.form-allowed-tags {
    clear: both;
    padding-top: 20px;
    color: #999;
}

p.form-submit input {
    width: auto !important;
}

/* archive thumbnail thingy */

#archive article {
    position: relative;
}

#archive article div {
    margin: 0 0 0 130px;
}

#archive article img {
    position: absolute;
    padding: 5px;
    border: 1px solid #eee !important;
    top: 75px;
    left: 0;
}



/* footer nav thingy */

.prevnext {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.prevnext a {
    color: #999;
    text-decoration: none;
}

.prevnext a:hover {
    color: #000;
}

.prevnext li {
    display: inline;
    padding: 10px;
}

/* compulsory wordpress stuff */

.wp-caption {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    max-width: 528px !important;
    height: auto;
}
.wp-caption img {
    margin: 5px;
    border: none;
    margin: 0 0 2px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px 0 5px 0;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.sticky {
    border: 1px dashed #ccc;
    padding: 10px;
    background-color: #f9f9f9;
}

.commentlist .bypostauthor {
    background-color: #f9f9f9;
    font-weight: bold;
}

hr.clearfix {
    clear: both;
    visibility: hidden;
}


/* widgets */

.textwidget, .textwidget p {
    color: #666;
}

.widget_rss ul a {
    display: block;
    font-weight: bold;
    color: #000;
}

.widget_rss ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.widget_rss .rss-date {
    color: #999;
    font-size: 0.9em;
    display: block;
}

.widget_rss .rssSummary {
    font-size: 0.9em;
    line-height: 1.1em;
}



.widget_recent_comments ul li a {
    display: block;
}


#wp-calendar {
    font-size: 0.8em;
    width: 140px;
    border-collapse: collapse;
}

#wp-calendar td, #wp-calendar th {
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
}

#wp-calendar td {
    color: #999;
}

#wp-calendar td a {
    font-weight: bold;
    color: #444;
}

#wp-calendar caption {
    font-weight: bold;
}














blockquote {
    padding: 0 40px;
    position: relative;
    border: 1px dashed #ccc;
    margin: 0 0 20px 0;
}

blockquote cite {
    font-weight: bold;
}

blockquote:before {
    content: '\201C';
    font-size: 55px;
    color: #ccc;
    position: absolute;
    top: 0;
    left: 10px;
}
blockquote:after {
    content: '\201D';
    font-size: 55px;
    color: #ccc;
    position: absolute;
    bottom: -30px;
    right: 10px;
}


table {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 20px;
}

th {
    background-color: #666;
    color: #fff;
    text-align: left;
}

th, td {
    padding: 5px;
}

dl {
    font-size: 12px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 5px;
    margin-left: 10px;
}

address {
    font-size: 12px;
}

acronym {
    border-bottom: 1px dashed #ccc;
}

s, strike, del {
    text-decoration: line-through;
}

.size-full {
    max-width: 550px;
    height: auto;
    overflow: hidden;
}