/*
Theme Name: Grunge Superstar
Theme URI: http://templates.arcsin.se/grunge-superstar-wordpress-theme/
Description:  Bitterandsweet Portfolio. Based on the <a href="http://templates.arcsin.se/">free website template</a> Grunge Superstar.
Version: 1.0
Author: Vanesa Duque
Author URI: http://bitterandsweet.es/
Last updated: 08-04-2010
*/




/* --------------------------------
   General
----------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #3a3939 repeat;
	color: #FFFFFF;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 64px;
}

small,.small {font-size: 0.9em;}

a {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #FFffff;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote, code {
	background: #4A4A4A;
	border: 1px solid #333;
	color: #BBB;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #4A4A4A url('img/quote.png') no-repeat left top;
	padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.6em Sans-serif;}
h3 {font: normal 10px Sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}

h3 .hoverattribute-attr {
	font-family: Monospace;
	font-size:18px;
}

.hoverattribute-title {
	
}

.hoverattribute-attr {
	color: #999;
	font-weight: normal;
	letter-spacing: -1.5px;
}

.hoverattribute-highlight {
	color: #333;
}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
	background: url('img/paper_left.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 0px;
}
#paper_right {
	background: url('img/paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
	background: url ('img/navigation.jpg') repeat-x;
	margin: 0 auto;
	width: 715px;
}
#layout_container {padding: 0px;}
#layout_content {border: 0px solid #333;}

#header_image {
        width:730px;
	height: 200px;
	background: #3a3939 url('img/header.png') no-repeat;
	border-bottom: 0px solid #a958cf;
	border-top: 0px solid #111;
}


/* --------------------------------
   Site title
----------------------------------- */

#site_title {
	background: #222;
	padding: 12px 20px;
}
#site_title h1 	{
	color: #EED;
	font: normal 2em Georgia,sans-serif;
	margin: 0 0 5px;
}
#site_title h2 {
	color: #BFBFB6;
	font: normal 1.1em sans-serif;
	margin: 0;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: transparent url('img/navigation.png') repeat-x;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #721515;
	float: left;
	list-style: none;
}
.navigation a {
	color: #cdb9b9;
	display: block;
	font: bold 1em trebuchet ms;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #ff5d5d url('img/navigation2.png') repeat-x;
	color: #000000;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #EEE;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}



#extra {
     position:absolute;
     top:50px;
     left:50px;
}

/* --------------------------------
   Main
----------------------------------- */

#main {
	background: url('img/post_body.png') repeat;
	color: #3c3c3c;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
	background: #2A2A2A url('img/post_body.png') repeat;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #2A2A2A;
	color: #AAA;
	padding: 16px;
}
#bottom ul li {
	border-bottom: 1px solid #303030;
}
#bottom ul li a {
	color: #000000;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	background: #2A2A2A;
	color: #ffffff;
	text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2A2A2A url('img/navigation.png') repeat;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #7e0505;
	font-size: 0.9em;
	padding: 10px 12px;
        margin:0px 0px 20px 0px;
}
#footer a {color: #444343;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}



/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Icons */
span.comment {background: url('img/icon_comment.png') no-repeat left center; padding-left: 18px; }

span.twitter {background: url('img/twitter.png') no-repeat left center; padding-left: 35px;padding-top: 35px; padding-bottom: 35px;margin-left:100px; color:#202020;}

span.sub {background: url('img/sub.png') no-repeat left center; padding-left: 35px;padding-top: 35px; padding-bottom: 35px; margin-left:0px; color:#202020;}

span.safecreative {background: url('img/safe.png') no-repeat left center; padding-left: 35px;padding-top: 35px; padding-bottom: 35px; margin-left:0px; color:#202020;}


/* Label */
.label {
	background: transparent url('img/label.png') repeat-x left top;
	border-bottom: 0px solid #3893c0;
	color: #000000;
	margin-left: 2px;
        margin-right: 2px;
	padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */
.onequartercolumn {
                   background: transparent;
                   float: left; 
                   width: 24.84%;
                   height: 30%;
                   margin:0px 0px;
                   border-bottom:0px solid #1e1e1e;
                   border-right:1px solid #1e1e1e;
                   border-left:0px solid #292828;
                   padding:0px 0px;
                   margin:0px 0px 0px 0px;}


.post {
	background: #000000 repeat;
	border-bottom: 0px solid #111;
         margin:0px 0px 0px 0px;
        color:#828282;
}
.post_top {
	background: transparent url('img/label.png') repeat-x left top;
	border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
	color: #000000;
	margin-left: 0px;
        margin-right: 0px;
	padding: 0.5em 0.8em 0.6em;
      
}
.post_title {
	background: #1e1e1e url('img/navigation2.png') repeat ;
	border-left: 0px solid #a4a4a4;
        padding: 5px 5px 5px;
         margin: 0px 0px 0px 1px;
         color: #630303;
}

.post_title a{
	
         color: #000000;
}


.post_title a hover{
	
         color: #630303;
}



.post_comments {
	background: transparent url('img/post_comments.png') repeat  ;
	border-left: 0px solid #a4a4a4;
        padding: 5px 5px 5px 15px;
         margin: 0px 0px 0px 1px;
         color: #999999;
       font-size:11px;
}

.post_comments a{
	
         color: #727272;
}


.post_body {
	background: url('img/post_body.png') repeat left top;
	border-top: 0px solid #333;
	padding: 16px 16px 0;
}
.post_metadata {padding: 0px;
               }

.post_metadata .content {
	background: url('img/post_metadata.png') repeat-x;
	color: #999;
	font-size: 0.9em;
	padding: 10px 12px;
}
.post_metadata a {color: #BBB;}
.post_metadata a:hover {color: #DDD;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}

.post_content {padding:0px 10px;}

/* ----------------------------------------
  Forms
------------------------------------------- */

form {margin: 0; padding: 0;}

/* Inputs */
input#s, textarea, input.styled,option,radio,select{
	background: #666666;
	border: 1px solid #dddddd;
	font: normal 1em Verdana,sans-serif;
	padding: 3px;
	
        color:#ffffff;
}
textarea {
	overflow: auto;
	width: 440px;
}

/* Seachform */
table.search {
	border-collapse: collapse;
	width: 250px;
}
table.search td {vertical-align: top;}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #666;
	border: 1px solid #444;
	padding: 2px;
}
.comment_author {
	color: #EEE;
	padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
	border-bottom: 1px solid #333;
	border-top: 1px solid #505050;
	list-style: none;
	padding: 8px 10px 1px;
        margin-left:40px;
        margin-right:40px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #444; margin-left:40px;margin-right:40px;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #999;
	font-size: 0.9em;
	padding-top: 4px;
}
.nicelist .date a {
	color: #BBB;
	text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {padding-bottom: 6px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavi {margin:0px;
           padding: 10px;
           background: url('img/post_body.png') repeat;}

.pagenavigation {
	background: #555;
	border-top: 1px solid #444;
	font-size: 0.9em;
	padding: 7px 8px 9px;
        margin:10px;
}
.pagenavigation a {
	color: #CCC;
	text-decoration: none;
}
.pagenavigation a:hover {
	color: #FFF;
	text-decoration: underline;
}
