/*
Theme Name: Throw me away
Description: Tema för Throw me away
Author: Wild Horse Creative AB
Version: 4.0
*/

/* Boilerplate*/
@import url('css/base.css');

/*html { overflow-y: scroll; }*/

body {
    background: #AFAFAF url('images/bg_concrete.jpg');
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a { outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }

h1 { font-size: 41px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

div.story h1, div.page h1 { color: #595959; padding-bottom: 7px; }
div.story h2 { color: #595959; padding-bottom: 7px; }
div#left h3 { text-shadow: #FFF 0px 1px 1px; }
div#right h3 { padding-bottom: 7px; text-shadow: #FFF 0px 1px 1px; clear: left;}
div#right h4 { color: #595959; padding-bottom: 3px; }

div#container {
    width: 960px;
    margin: -14px auto -21px auto;
    text-align: center;
    background-color: #E6E6E6;
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,1);
    box-shadow: 0px 5px 10px rgba(0,0,0,1);
}

div#menu {
    width: 100%;
    height: 43px;
    border-top: 21px solid #5B5B5B;
    border-bottom: 1px solid #707071;
    background: #747474;
}

div#menu ul {
    list-style: none;
    margin-top: 12px;
}

@-moz-document url-prefix() {
    div#menu ul {
    margin-top: 13px;
    }
}

div#menu ul li {
    float: left;
    margin-left: 21px;
}

div#menu ul li.page-om { float: right; margin-right: 10px; }

div#menu ul li a {
    font-weight: bold;
    font-size: 18px;
    color: #CACACA;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.2) 0px -1px 1px;
    padding: 1px 10px 2px 10px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
}

@-moz-document url-prefix() {
    div#menu ul li a {
        padding: 4px 10px 1px;
    }
}

div#menu ul li a:hover {
    background-color: #666;
    -moz-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
    box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
}

div#menu ul li a:active { background-color: #555; }

div#menu ul li.current_page_item a {
    background-color: #5B5B5B;
    -moz-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
    box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
}

div#banner {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

#banner img {
	width: 960px;
	height: 240px;
}

a.full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	background-color: white;
	opacity: 0;
	filter: ~"alpha(opacity = 0)";
}

.written-logo {
	background: url('images/tma_header_logo.png') no-repeat;
	position: absolute;
	bottom: 0;
	left: 5px;
	display: block;
	width: 427px;
	height: 77px;
}

span.heart {
    display: block;
    background: url('images/tma_sprite.png') -33px 0 no-repeat;
    width: 22px;
    height: 18px;
    float: left;
    margin: 12px 17px;
}

div#search {
    float: left;
    margin: 11px 5px 0 0;
    border-radius: 11px;
    -moz-border-radius: 11px;
    background-color: #5B5B5B;
    width: 166px;
    height: 20px;
    -moz-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
    box-shadow: inset 0px -1px 0px rgba(255,255,255,0.3);
    text-align: left;
    padding: 2px 10px;
}

div#search div.icon {
    background: url('images/tma_sprite.png') -37px -57px no-repeat;
    width: 13px;
    height: 13px;
    float: right;
    margin: 3px -2px;
}

div#menu input {
	border: 0;
	width: 150px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
    background-color: #5B5B5B;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9A9A99;
}

@-moz-document url-prefix() {
    div#menu input {
        margin-top: 2px;
    }
}

input:focus { outline: none; }
input::-webkit-input-placeholder { color: #9A9A99; }
textarea::-webkit-input-placeholder { color: #9A9A99; }
input:-moz-placeholder { color: #9A9A99 !important; }

/* LEFT */

div#left {
    width: 640px;
/*    min-height: 100%;*/
    float: left;
    background: white;
    text-align: left;
}

/* RIGHT */

div#right {
    width: 320px;
    min-height: 100%;
    float: right;
    background: #e6e6e6;
    text-align: left;
}

div#right div.block.widget {
    margin-bottom: 14px;
}

div#right div.block.widget.latest {
    margin-bottom: 21px;
}

div#right div.block.widget div>a {
    padding: 0;
    margin: 0;
}

div#right div.block>div {
    padding: 0px 14px;
}

div#right div.block p {
    font-size: 12px;
    margin-bottom: 14px;
}

div#right div.block.bjn-widget p {
    margin: 0 110px 14px 0;
}

div#right div.block span.right {
    float: right;
}

div#right div.block span a {
    font-size: 14px;
    font-weight: bold;
    text-shadow: #FFF 0px 1px 1px;
}

div#right div.block div>a>img {
    margin-bottom: 14px;
    float: left;
}

div#right div.block.cat-widget div>a>img {
    margin-left: -14px;
    margin-bottom: 0;
}

div#right div.block.cat-widget div>h3 {
    padding-top: 14px;
}

div#right div.block.cat-widget div>h3, div#right div.block.cat-widget div>p {
    padding-bottom: 0;
    margin-bottom: 0;
}

div.block.author>div a { color: #666; }
div.block.author p.author span {
    white-space: nowrap;
}

div#right div.block.bjn-widget>div>img, div#right div.block.author>div>a>img {
    margin: 0;
    float: right !important;
    margin: 0 0 14px 14px !important;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

div.widget.orange.bjn-widget>div a {
	color: #595959;
}

div.widget.orange.bjn-widget>div>span a {
	color: #f5782e;
}

div.bjn-widget h3 {
    font-size: 19px;
}

div.block.widget div>h3 {
    padding-top: 10px;
}

div#left div.block.widget.image-widget {
    float: left;
    width: 100%;
}

div#left div.block.widget.image-widget>div,
div#left div.block.widget.vignette-widget>div {
    padding: 0 14px 14px 14px;
}

div#left div.block.widget.image-widget div>h3,
div#left div.block.widget.vignette-widget div>h3 {
    padding-top: 14px;
}

div#right div.block.widget.vignette-widget div>h3 {
    padding: 14px 0;
}

div#right div.block.widget.image-widget img {
    float: left;
}

div#right div.block.widget.vignette-widget {
    margin: 0;
}

div#left div.block.widget.latest {
    float: left;
    width: 320px;
    padding-bottom: 28px;
    background-color: #FAFAFA;
	min-height: 175px;
}

div#left div.block.widget.latest>div {
    padding: 0 14px;
}

/* GRID */

div#grid {
    width: 100%;
    min-height: 100%;
    float: left;
    background: white;
    text-align: left;
    position: relative;
}

body.category-bastjustnu div#grid,
body.category-halloffame div#grid {
    background-color: #E0E0E0;
}

div.story.cover h1, div.story.hall_of_fame h1 { font-size: 24px; }
div.story.cover h1 a { color: #f5782e; }
div.story.hall_of_fame h1 a { color: #8b67b7; }

div#whitefix {
    position: absolute;
    background: white;
    width: 320px;
    height: 580px;
    top: 0;
    left: 0;
    padding: 0;
}

/* STORY */
div.story, div.page, div.single {
    color: #5D5D5D;
    font-weight: bold;
    float: left;
    position: relative;
    background-position: 0px 7px;
}
div.page { font-weight: normal; margin-bottom: 50px; font-size: 16px }
div.story.large>a>img, div.story.medium>a>img, div.page>img { float: left; margin-bottom: 14px; }
div.story>div, div.page>div, div#right_640 div.block>div { padding: 12px 14px 14px 14px; }
div.story.large>div { padding: 0px 14px 14px 14px; }
div.story h1>a, div.story h2>a { color: #595959; }
div.story a { color: #b0b0b0; }

div.story>div>p>a {
    color: #666;
}

div.story p { line-height: 19px; }

div.story.left p { margin-left: 320px; }
div.story.right p { margin-right: 320px; }

div.page p { line-height: 20px; margin-bottom: 8px; }
div.category p, div.author p { line-height: 20px; margin-bottom: 14px; }
div#right div.category p.cat_desc { margin-top: 8px; font-size: 14px; }
div.author p { font-weight: bold; }
div.story.large p { line-height: 24px; }
div.single>div.lead p { font-weight: bold; line-height: 24px; font-size: 18px; }
div.story span { color: #b0b0b0; white-space: nowrap; }
div.story.large { width: 100%; font-size: 18px; }
div.story.wide { width: 100%; }
div.story.medium { width: 320px; background: white; }
div.story.medium>div { min-height: 131px; background: white; }
div.story.large>div { padding: 9px 14px 28px 14px; }
div.story.author>div,
div.story.category>div,
div.story.bast_just_nu>div,
div.story.hall_of_fame>div { background: none; }

div.story.category>div>span,
div.story.author>div>span,
div.block.widget.latest>div>span,
div.links>span {
    float: left;
    display: block;
}

div.story.category>div>a,
div.story.author>div>a,
div#right div.block.widget.latest>div>a,
div#left div.block.widget.latest>div>a,
div.links>a {
    display: block;
    margin-left: 82px;
}

div#left div.block.widget.latest>div>h3 {
    padding-bottom: 7px;
}

div#right div.block.widget.latest>div>span,
div#left div.block.widget.latest>div>span,
div.links>span {
    color: #B0B0B0;
}

div#right div.block.widget.latest>div>a,
div#left div.block.widget.latest>div>a {
    color: #595959;
}

div.story {
    width: 320px;
    -ms-interpolation-mode: bicubic;
    background-repeat: no-repeat;
}

div.story.right {
    background-position: top right;
}

div.story.left {
    background-position: top left;
}

div.story span.post_image, div.cover span.post_image {
    display: block;
    background-repeat: no-repeat;
    background-color: #F0F0F0;
    -ms-interpolation-mode: bicubic;
}

span.post_image.no-image {
    display: none !important;
}

div.story.wide.image-missing>div {
/*    min-height: 110px;*/
    padding-bottom: 28px;
}

body.search div.bast_just_nu span.post_image {
    height: 320px;
    background-size: 100% 100%;
}

div.story.medium.category a>img,
div.story.medium.author a>img,
div.story.medium.author_sidebar a>img {
    width: 320px;
    height: 200px;
}

div.cover span.post_image {
    background-size: 100% 100%;
}

div.cover.hall_of_fame span.post_image {
    background-size: 100% auto;
}

div.story.large span.post_image {
    width: 640px;
    background-position: top left;
}

div.story.medium span.post_image, div.cover span.post_image {
    width: 320px;
    height: 200px;
    background-position: top center;
}

div.cover {
    -moz-background-size: 320px 320px;
    background-size: 320px 320px;
}

div.cover span.post_image {
    width: 320px;
    height: 320px;
}

div.cover.hall_of_fame span.post_image {
    height: 200px;
}

div.cover>div>p>span,
body.search div.bast_just_nu {
    height: 320px;
}
div.bast_just_nu>div>p>span,
body.search div.bast_just_nu>div>p>span {
    font-weight: bold;
    color: #F5782E;
}

div.hall_of_fame>div>p>span,
body.search div.hall_of_fame>div>p>span {
    font-weight: bold;
    color: #8B67B7;
}

div.cover p,
div.hall_of_fame p {
    font-weight: normal;
}

div.story.left span.post_image { float: left; margin-right: 14px; width: 320px; height: 200px; }
div.story.right span.post_image { float: right; margin-left: 14px; width: 320px; height: 200px; }

div.story.medium>div.arrow, div.cover>div.arrow, div.story.large>div.arrow {
    display: none;
}

div.arrow.hide {
    display: none !important;
}

div.story.wide>div.arrow, div.block.comments>div.arrow {
    width: 13px;
    height: 24px;
    background: url('images/tma_sprite.png') -37px -114px no-repeat;
    position: absolute;
    top: 45%;
    left: 307px;
    padding: 0;
    margin: 0;
}

div.story.wide.right>div.arrow {
    left: 320px;
    background-position: -37px -171px;
}

div.comment {
    float: left;
    font-size: 16px;
    color: #949494;
    margin-top: -14px;
    width: 100%;
}

div.comment>div.arrow {
    width: 100%;
    height: 25px;
    background: url('images/arrow_comment.png') no-repeat;
    padding: 0;
    margin: 0;
}

div.comment>div {
    background: #e1e1e1;
    padding: 7px 14px 21px 14px;
}

div.comment>div>p>a {
    color: #949494;
    text-decoration: none;
}

div.comment>div>span, div#comments>div.quote,
div#left div.quote {
    height: 20px;
    width: 23px;
    background: url('images/tma_sprite.png') -32px -342px no-repeat;
    float: left;
    text-indent: -2000px;
    margin-right: 7px;
    overflow: hidden;
}

div#comments>div.quote {
    background-position: -32px -399px;
    margin: 2px 7px 0 0;
}

div.category, div.author { min-height: 354px; color: #666; font-weight: normal; }
div.author { min-height: 384px !important; }
div.story.author_sidebar>div { background: #F5F5F5; }
div.category a, div.author a { color: #6c6c6c; }

div#right div.category { background-color: #F0F0F0; min-height: 200px; }

div.author_sidebar.archives {
    background-color: #E6E6E6;
}

div.author_sidebar.archives.cat_archvies {
    line-height: 26px;
}

ul.cat_archive {
    float: left;
    margin: 0 0 14px 14px;
    list-style: none;
    line-height: 21px;
    font-weight: bold;
}

ul.cat_archive.cat {
    margin: 17px 0 28px 17px;
}

ul.cat_archive>li.year {
    padding-left: 0;
    margin: 14px 0 7px 0;
    text-shadow: #FFF 0px 1px 1px;
}

ul.cat_archive>li {
    padding-left: 14px;
    width: 124px;
}

ul.cat_archive>li.cat {
    padding-left: 0;
    margin-bottom: 7px;
}

ul.cat_archive>li>a {
    color: #595959;
}

ul.cat_archive>li>span {
    color: #B0B0B0;
}

div#left_320 div.author_sidebar ul.cat_archive>li.year h2 {
    color: #B0B0B0;
}

div#right_640 div.author_header {
    background-color: #E6E6E6;
    color: #777;
}

div#right_640 div.author_header h2 {
    text-shadow: #FFF 0px 1px 0px;
}

html.ie7 div.story.medium.author {
    height: 414px;
}

/* SINGLE */

body.single div#left { background: #FCFCFC; }

div.page.single div.post_image img { float: left; }
div.page.single div.post_image {
    padding: 0;
    background: #F0F0F0;
    overflow: hidden;
    position: relative;
    width: 640px;
}
div.page.single div.post_image>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 14px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    color: #E0E0E0;
    font-size: 14px;
    display: none;
}

html.ie8 div.page.single div.post_image>div,
html.ie9 div.page.single div.post_image>div {
    background: #555;
}

div.lead h1 { text-shadow: #FFF 0px 1px 1px; }
div.lead { margin-bottom: 0; padding-bottom: 0 !important; }

div.page.single p { line-height: 22px; margin-bottom: 14px; }

div.body {
    font-family: Georgia, Times, serif;
    font-size: 16px;
}

body.single div#right { background: none }

body.single div#right div.block>div {
    padding: 14px;
}

div#left blockquote {
    padding: 0 36px;
}

div.block.comments {
    background-color: #888888;
    color: #E4E4E4;
    position: relative;
    font-size: 12px;
}

div#right div.block.comments h3 {
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 1px;
}

div#right div.arrow {
    background: url('images/tma_sprite.png') -37px -228px no-repeat;
    position: absolute !important;
    top: 100px;
    left: -13px;
    padding: 0 !important;
    z-index: 10;
}

div#comments>div.footer {
    margin: 4px 0 28px 0;
}

div#comments>div>span {
    float: right;
}

div#comments>div.footer>span {
    font-weight: bold;
}

div#comments>div.footer>span.date {
    color: #AAA;
}

div#comments>div.footer>span a {
    font-size: 12px !important;
    text-decoration: none;
    text-shadow: none !important;
    color: #E4E4E4;
}

div#comments>div.footer>span a:hover {
    text-decoration: underline;
    color: #EEE;
}

div#respond {
    margin-bottom: 28px;
}

div#respond>h3.comments-header {
    padding-top: 0;
}

div#respond>form>div {
    margin: 5px 7px 7px 0;
    border-radius: 11px;
    -moz-border-radius: 11px;
    background-color: #CACACA;
    width: 273px;
    height: 20px;
    -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 0px rgba(0,0,0,0.5);
    text-align: left;
    padding: 2px 10px;
}

div#respond>form>div.form-textarea {
    padding-top: 3px;
    width: 273px;
    height: auto;
}

div#respond>form input[type=text], div#respond>form textarea {
	border: 0;
	width: 260px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
    background-color: #CACACA;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5B5B5B;
    margin-top: 1px;
}

div#respond>form:focus {
    border: 0;
    outline: none;
}

div#respond>form textarea {
    width: 273px;
    max-width: 273px;
	outline: none;
}

div#respond div.input {
    position: relative;
}

div#respond div.error, div#footer div.error {
    position: absolute;
    right: 17px;
    top: -13px;
    width: 60px;
    height: 30px;
    background: url('images/tma_sprite.png') -14px -267px no-repeat;
}

div#footer div.error {
    right: 12px;
    top: -13px;
}

div#respond div.error>span, div#footer div.error>span {
    display: block;
    color: #595959;
    line-height: 20px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 3px;
    background: #f1db47;
    text-align: center;
    font-size: 12px;
    text-shadow: none;
}

div.block.social div.twitter-iframe {
    margin-top: 14px;
}

div#right div.block.author {
    height: auto;
    background: #F0F0F0;
    min-height: 0 !important;
    overflow: auto;
}

div#right div.block.author p.author {
    font-size: 16px;
    text-shadow: #FFF 0px 1px 1px;
}

div#right div.block.author div.links {
    clear: both;
}

body.single div#right div.block.pingback > div {
    padding-bottom: 0;
}

div#right div.block.pingback>div>div {
    padding-bottom: 14px;
}

div#right div.block.pingback span.date {
    font-weight: bold;
    color: #666;
}

div#right div.block.pingback a {
    color: #888;
}

/* SINGLE CONTENT SPECIFIC */

div#left.article h3.author {
    margin-top: 28px;
    font-size: 20px;
}

div#left.article h3.author a { text-decoration: none; }
div#left.article h3.author a:hover { color: #555; text-decoration: underline; }

div#left.article span.pub_date {
    color: #AAA;
    display: block;
}

div#left.article p.wp-caption-text {
    font-size: 12px;
    color: #888;
}

div#left.article em {
    font-style: italic;
}

div#left.article a { color: #555; text-decoration: underline; }
div#left.article span>a { text-decoration: none; }
div#left.article a:hover { color: #999; }
div#left.article span>a:hover { color: #555; text-decoration: underline; }

div#left.article .alignleft,
div#left.article img.alignleft {
	display: inline;
	float: left;
	margin-right: 14px;
}

div#left.article .alignright,
div#left.article img.alignright {
	display: inline;
	float: right;
	margin-left: 14px;
}

div#left.article .aligncenter,
div#left.article img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a#scroll_up {
    font-size: 14px;
    text-decoration: none !important;
}

/* SWITCHEROO */

div#left_320 {
    width: 320px;
    min-height: 100%;
    float: left;
    background: #f0f0f0;
    text-align: left;
}

div#right_640 {
    width: 640px;
    min-height: 100%;
    float: right;
    background: white;
    text-align: left;
}

/* AUTHOR */

div.twitter {
    background: url('images/tma_sprite.png') -31px -513px no-repeat;
    text-indent: 35px;
    margin-top: 14px;
    line-height: 18px;
    height: 18px;
    width: 25px;
}

div.website {
    width: 27px;
    height: 18px;
    background: url('images/tma_sprite.png') -30px -570px no-repeat;
    text-indent: 35px;
    margin-top: 14px;
    line-height: 18px;
}

div#tweets {
    overflow: auto;
    padding: 0 14px 14px 14px;
    color: #5D5D5D;
    border-top: 7px solid #CCC;
}

div#tweets a { color: #888; }

div#tweets a.date {
    text-decoration: none;
    color: #B0B0B0;
    font-size: 12px;
}

div#tweets p {
    padding-top: 14px;
}

/* TAG */

div.story.current_tag {
    word-wrap: break-word;
    background: #888;
    color: #E0E0E0;
}

div#right div.story.current_tag h3 {
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 1px;
}

/* NAVIGATION */

div#navigation {
    float: left;
    width: 612px;
    height: 50px;
    background: #CCC;
    line-height: 50px;
    padding: 0 14px;
}

body.category-bastjustnu div#navigation, body.category-halloffame div#navigation {
    width: 932px;
}

div#navigation span {
    float: right;
}

div#navigation a { background: #888 !important; text-decoration: none; margin: 0px !important; }
div#navigation a:hover { background: #666 !important; }

/* FOOTER */

div#footer {
    width: 100%;
    height: 191px;
    background: #737474;
    text-align: left;
    clear: both;
    color: #CACACA;
    text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
    line-height: 20px;
    position: relative;
}

img#loader {
    vertical-align: -8px;
    margin-left: 2px;
    display: none;
}

div#respond img#loader {
    display: none;
    float: right;
    margin: 10px 7px 0 0;
}

div#newsletter_message {
    width: 612px;
    height: 20px;
    background-color: #FAFAAC;
    border-top: 7px solid #F4F44C;
    display: none;
    padding: 14px;
    color: #666;
    clear: both;
    text-align: left;
}

div#footer>div {
    width: 320px;
    height: 184px;
    float: left;
}

div#footer div.dark {
    background: #6b6b6b;
}

div#footer>div>div {
    padding: 14px;
}

div#footer a { color: #CACACA; }
div#footer a:active { color: #DDD; }

div#footer form {
    display: block;
    width: 100%;
    height: 44px;
}

div#newsletter {
    float: left;
    margin: 5px 7px 0 0;
    border-radius: 11px;
    -moz-border-radius: 11px;
    background-color: #CACACA;
    width: 150px;
    height: 20px;
    -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 0px rgba(0,0,0,0.5);
    text-align: left;
    padding: 2px 10px;
    position: relative;
}

div#newsletter input {
	border: 0;
	width: 145px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
    background-color: #CACACA;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5B5B5B;
    margin-top: -3px;
}

@-moz-document url-prefix() {
    div#newsletter input {
        margin-top: 3px;
    }
}

div#footer input[type="submit"], div#respond input[type="submit"] {
    -webkit-appearance: none;
	-webkit-box-sizing: border-box;
	border: 0;
	background: #f87b83;
	color: white;
	width: auto;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
	margin: 5px 0 0 0;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-box-shadow: inset 0px 2px 3px rgba(0,0,0,0.6);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.6);
	padding: 5px 10px 3px 10px;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
}

div#respond input[type="submit"] {
    font-size: 14px;
    float: right;
}

div#respond input[type="submit"][disabled="disabled"] { background: #CCC; opacity: 0.5; cursor: wait; }
div#respond input[type="submit"][disabled="disabled"]:hover { background: #CCC; opacity: 0.5; cursor: wait; }

div#footer input[type="submit"]:hover, div#respond input[type="submit"]:hover { background: #f9939a; }
div#footer input[type="submit"]:active, div#respond input[type="submit"]:active { background: #fbabb0; }

div#footer span.rss {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    background: url('images/tma_sprite.png') -34px -456px no-repeat;
    margin-right: 7px;
}

div#footer h3 {
    font-size: 14px;
}

div#footer h3.rss {
    margin-bottom: 3px;
}

div#footer h3.fbook {
    margin-bottom: 14px;
}

div#footer span.fbook {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    background: url('images/tma_sprite.png') -35px -759px no-repeat;
    margin-right: 7px;
}

div#footer span.whc {
    display: block;
    width: 88px;
    height: 57px;
    background: url('images/tma_sprite.png') 0 -627px no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

div#footer span.whc:hover {
    background: url('images/tma_sprite.png') 0 -684px no-repeat;
}

/* STRIPES, COLORS and CATEGORIES */

div.story a.cat,
div#navigation a,
div.single a.cat,
div.block span.tag>a,
div#all_tags a {
	font-weight: bold;
	color: white !important;
	padding: 4px 10px;
	text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
	margin: 4px 4px 4px -2px;
	background-position: -1px 0px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.3);
	background: #CCCCCC;
	-webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    text-decoration: none !important;
}

div.story a.cat:hover, div.single a.cat:hover, div#left_320 div.archives a.cat:hover {
    background: #CCC;
	text-shadow: none;
	text-decoration: none;
}

div.story.medium a.cat, div.story.wide a.cat { font-size: 12px; padding: 3px 8px; }

@-moz-document url-prefix() {
    div.story a.cat {
        padding: 4px 8px 2px 8px;
    }
}

@-moz-document url-prefix() {
    div#navigation a {
        padding: 6px 10px 4px 10px;
    }
}

div.story.large a.cat, div.single a.cat, div#left_320 div.author_sidebar a.cat { font-size: 14px; margin-right: 7px; }
div.category a.cat { font-size: 14px; }

div#right div.block span.tag a, div#all_tags a {
    font-size: 12px;
    background: #AAA;
    text-decoration: none;
    line-height: 27px;
    white-space: nowrap;
    text-shadow: none;
    padding: 3px 8px;
}

div#right div.block span.tag a:hover, div#all_tags a:hover {
    background: #888;
}

div.category span.description {
    color: #5f5f5f;
    white-space: normal;
    display: block;
    margin-top: 12px;
}

/* IE BUG FIXES */
html.ie8 #right ul li { font-size: 14px; padding-left: 14px; }
html.ie8 #right ul li a { color: #595959; }
html.ie8 #right ul li span { color: #B0B0B0; }
html.ie8 div#right ul.cat_archive li.year {
    color: #B0B0B0;
    padding: 7px 0;
}

html.ie8 #footer div { font-size: 14px; }

/* PREVIEW */

div#right div.block.preview p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
}

div#right div.block.preview p span {
    float: left;
    display: block;
    background: #ff2312;
    -webkit-box-shadow: 0px 0px 6px #ff6256;
    -moz-box-shadow: 0px 0px 6px #ff6256;
    box-shadow: 0px 0px 6px #ff6256;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    margin: 4px 7px 0 0;
}

div#right div.block.preview p span.on {
    background: #66d966;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div#right div.block.preview p span.warn {
    background: orange;
}
div#left.article.preview a:hover { color: #999; }
div#left.article.preview h1>a,
div#left.article.preview div.story a { text-decoration: none; }
div#left.article.preview div.story a:hover { color: #595959; text-decoration: underline; }

div#reminder {
    margin-top: 36px;
    background-color: #ffffe0;
    padding: 14px;
    line-height: 20px;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    color: #444;
}

div#reminder span { color: #777; }

/* QUOTES */

span.qbox {
    padding: 0;
}

div#left blockquote.qbox {
    width: 220px;
    float: right;
    padding: 14px 14px 20px 14px;
    margin: 0 0 14px 14px;
    font-size: 18px;
    color: #949494;
    font-weight: bold;
    font-style: italic;
    background-color: #efefef;
    line-height: 19px;
}

div#left blockquote.qbox div.quote {
    margin: 2px 6px 0 0;
}