/*  
Theme Name: Capriccio (special edition)
Theme URI: Not available as a download.
Description: Complex WP CMS. This theme uses timthumb script by <strong><a href="http://code.google.com/p/timthumb/">Tim McDaniels and Darren Hoyt</a></strong> to resize images a <strong><a href="http://jquery.com">JQuery Library</a></strong> for some nifty visual but yet practical effects. Very much inspired by many great WP Theme designers!
Version: 0.1
Author: Daddo
Author URI: http://www.productions.driftkikker.com

	Capriccio v.0.1 (special edition)

	This theme was designed and built by Daddo,
	whose website you will find at www.driftkikker.com/ and www.productions.driftkikker.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET */
@import url(css/reset.css);
/* JCAROUSEL */
@import url(css/features.css);
/* UI Tabs */
@import url(css/tabs.css);
/* LYTEBOX */
@import url(css/lytebox.css);
/* SPECTRE 
@import url(css/screen.css);*/

/* @group Typography */

/*		TYPOGRAPHY
--------------------------------------*/
/* links */

a {
	border-bottom: 1px solid #9e0b0f;
	text-decoration: none;
	color: #000;
}
a:hover {
	border-bottom: 2px solid #9e0b0f;
	color: #9e0b0f;
}

a:visited {
	color: #000;
	text-decoration: none;	
}
#nav li a, 
#nav li a:visited, 
#nav a:hover,
#upper_deck a, 
#upper_deck a:hover,
#upper_deck a:visited {
	border-bottom-style: none;
}
p {
	text-align: justify;
	margin-bottom: 10px;	
}

h1, h2, h3, h4, h5 {
	border-bottom-style: none;
}

h1 {
	font-weight: bold;
	font-size: 2em;
}
h2 {
	font: bold 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2 a, h2 a:hover, h2 a:visited {
	color: #9e0b0f;
	border-bottom-style: none;
}

h2.search {
	border-bottom: 1px dashed #000;
	padding-left: 40px;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
}
h4 {
	font-weight: bold;
	font-size: 1.1em;
}
#subdivision h4 {
	color: #fadfc0;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subdivision a {
	color: #fff;
}
/* @end */

/* @group Base */

/*		BASE
--------------------------------------*/

/* Basic HTML */

body {
	font: 70% "Arial", Verdana, sans-serif;
	background: #362f2d url(img/body_grad.gif) repeat-x;
}

* {
	padding: 0;
	margin: 0;
}

/* WRAP */

#wrapper {
	position: relative;
	width: 1050px;
	text-align: left;
	background: url(img/bg.png) repeat-y;
	margin: 0 auto 60px;
}
#inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(img/bg_body.gif) repeat;
}

/* IMG */

.alignright {	float: right;	}	.alignleft {	float: left	}img.center, img[align="center"] {	display: block;	margin-left: auto;	margin-right: auto;	}img.alignright, img[align="right"] {	padding: 3px;	margin: 3px 0 3px 10px;	display: inline;	}img.alignleft, img[align="left"] {	padding: 3px;	display: inline;
	margin: 3px 10px 3px 0;
}

/* @end */

/* @group Header */

/*		HEADER
--------------------------------------*/

/* Header */
#header {
	background: url(img/header.jpg) no-repeat;
	height: 210px;
	border-bottom: 1px solid #fff;
}
#logo {
	background: url(img/logo.png) no-repeat;
	width: 250px;
	height: 190px;
	margin-left: 40px;
	float: left;
	margin-top: 10px;
}

/* Navigation */
#nav_wrap {
	background-color: #9e0b0f;
	color: #fff;
	padding-left: 40px;
}
#nav {
	margin: 0;
	padding: 0;
}
#nav ul {
 	position: relative;
 	z-index: 6;
 	margin: 0px;
	padding: 0px;
}

#nav a {
	background: #9e0b0f;
	color: #fff;
	display: block;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
	padding: 11px 10px;
	text-shadow: #400100 1px 1px 2px;	
}
	
#nav a:hover {
	background: #cc0e15;
	color: #fff;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 11px 10px 11px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 14em;
	text-align: left;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #9e0b0f;
	width: 14em;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #fff;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #cc0e15;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul {
	left: auto;
	}
	
ul#subscription {
	float: right;
	margin-right: 30px;
}
#subscription li {

}

/* My Comment */
/* @end */
/* @group Featured Content/Slider */

/*		FEATURED CONTENT/SLIDER
--------------------------------------*/
.upper_deck {
	background: url(img/bg_grunge.png) repeat;
}
#heading_wrap {
	margin: 0;
	background: url(img/latest_news.png) no-repeat 40px bottom;
	height: 18px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	padding-bottom: 10px;
}

/* Search */

#search {
	float: right;
	display: inline;
	margin: 3px 40px 10px 0;
}
#search #s {
	float: left;
	display: inline;
	width: 180px;
	height: 16px;
	font-size: 1.1em;
	border: 1px solid #000;
	padding: 3px 5px;
}
#search-button {
	float: left;
	display: inline;
	cursor: pointer;
	background: transparent url(img/search_btn.png) no-repeat 0 0;
}
#search-submit {
	padding-left: 5px;
	padding-top: 5px;
}

/* HOME */

#release {
	padding: 20px 40px 40px;
}


#pr_txt {
	width: 350px;
	text-align: justify;

}

/* @end */

/* @group Subdivision */

/*		SUBDIVISION
--------------------------------------*/

#subdivision {
	background: url(img/bg_sand.png) repeat;
	height: 128px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* LABELS */

#apparel {
	background-image: url(img/apparel.gif);	
	width: 25px;
	height: 128px;	
}

#bio {
	background-image: url(img/bio.gif);	
	width: 25px;
	height: 128px;
}

#caps {
	background-image: url(img/caps.gif);	
	width: 25px;
	height: 128px;
}

#cds {
	background-image: url(img/cds.gif);	
	width: 25px;
	height: 128px;
}

#discography {
	background-image: url(img/discography.gif);
	width: 25px;
	height: 128px;
}

#freebie {
	background-image: url(img/freebie.gif);
	width: 25px;
	height: 128px;	
}

#shows {
	background-image: url(img/shows.gif);	
	width: 25px;
	height: 128px;
}

#shop {
	background-image: url(img/shop.gif);	
	width: 25px;
	height: 128px;
}

#sale {
	background-image: url(img/sale.gif);	
	width: 25px;
	height: 128px;
}

#shirts {
	background-image: url(img/shirts.gif);	
	width: 25px;
	height: 128px;
}



/* @end */

/* @group Lower Deck */

/*		LOWER DECK
--------------------------------------*/

#low_deck {
	margin: 0;
	padding: 10px 0 20px;
	background-color: #fff;
}
ul#mycarousel {
	margin-left: 20px;
}
#mycarousel img {
	float: left;
	border: 1px solid #fff;
	margin-right: 10px;
	margin-left: 5px;
}
#mycarousel p {
	color: #fff;
	line-height: 1.2em;
	margin-left: 30px;
	margin-right: 30px;
}

/* @end */


/* @group Static */

/*		STATIC
--------------------------------------*/
/* PLAYER */

#static {
  	width: 100%;
  	position: fixed; 
  	bottom: 0;
  	left: 0;
  	right: 0;
  	z-index: 1000;
	margin: 0 auto;
	border-top: 1px solid #362f2d;
	background: #fff url(img/bg_static.png) repeat-x;
	padding: 10px 20px 5px;
}

ul#static {
	float: left;
}
#static li:hover {
	background-color: #ddd;
	display: block;
}
#static li {
	list-style-type: none;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted #ccc;
	width: 260px;
	display: block;
	padding-top: 5px;
}
#static li a {
	background: url(img/pointer.png) no-repeat right;
	padding-right: 20px;
	padding-bottom: 2px;
}
#static li a:hover {
	background: url(img/pointer_over.png) no-repeat right;
	color: #000;
}

#static p {
	
}
#static h2 {
	font-size: 1.1em;
	margin-top: -7px;
}
#static img {
	float: left;
	margin-right: 10px;
}

/*IE6 and below don't understand position: fixed... if you need to support them,
you'll need this... does NOT work on browsers who have Javascript turned off!*/
* html #static {
  	position: absolute;
  	width: 200px;/*IE5.5*/
  	bottom: 0;
  	left: 0;
  	overflow: visible; 
  	top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

ul#links {
	padding: 5px 20px;
	height: 22px;
}
#links li, #links a {
	width: 74px;
	height: 20px;
	border-style: none;
	float: left;
	display: block;
}
.itunes {
	background: url(img/sprite/itunes-a.png) no-repeat;
}
.itunes a:hover {
	background: url(img/sprite/itunes-b.png) no-repeat;	
}
.facebook {
	background: url(img/sprite/facebook-a.png) no-repeat;
}
.facebook a:hover {
	background: url(img/sprite/facebook-b.png) no-repeat;	
}
.myspace {
	background: url(img/sprite/myspace-a.png) no-repeat;
}
.myspace a:hover {
	background: url(img/sprite/myspace-b.png) no-repeat;	
}
.lastfm {
	background: url(img/sprite/lastfm-a.png) no-repeat;
}
.lastfm a:hover {
	background: url(img/sprite/lastfm-b.png) no-repeat;
}
.virb {
	background: url(img/sprite/virb-a.png) no-repeat;
}
.virb a:hover {
	background: url(img/sprite/virb-b.png) no-repeat;	
}
.bebo {
	background: url(img/sprite/bebo-a.png) no-repeat;
}
.bebo a:hover {
	background: url(img/sprite/bebo-b.png) no-repeat;	
}
.ilike {
	background: url(img/sprite/iLike-a.png) no-repeat;
}
.ilike a:hover {
	background: url(img/sprite/iLike-b.png) no-repeat;	
}
.cdbaby {
	background: url(img/sprite/cdbaby-a.png) no-repeat;
}
.cdbaby a:hover {
	background-image: url(img/sprite/cdbaby-b.png);
}
.rvrbnation {
	background: url(img/sprite/rvrbnation-a.png) no-repeat;
}
.rvrbnation a:hover {
	background: url(img/sprite/rvrbnation-b.png) no-repeat;
}
.youtube {
	background: url(img/sprite/youtube-a.png) no-repeat;
}
.youtube a:hover {
	background: url(img/sprite/youtube-b.png) no-repeat;		
}

.fb-connect {
	float: right;
	width: 200px;
	margin-top: -27px;
}
.fb-connect li {
	list-style-type: none;
}
.fb-connect a, .fb-connect a:hover {
	text-decoration: none;
	border-style: none;
}
/* @end */

/* @group Buttons */

.button {
	overflow: hidden;
}

.button a {
	display: block;
	height: 0;
	overflow: hidden;
}

.button a:hover, .content .button a:hover {
	background: transparent;
}

#btn-moreinfo {
	position: absolute;
	bottom: 6px;
	right: 6px;
	background: url(img/btn_more_info.png) no-repeat 0 0;
}

#btn-moreinfo a {
	width: 86px;
	padding: 29px 0 0 0;
	border-bottom-style: none;
}

#btn-moreabout {
	float: right;
	margin: 10px 0 0 10px;
}

#btn-moreabout a {
	width: 107px;
	padding: 21px 0 0 0;
}

#btn-twitter {
	float: right;
}

#btn-twitter.me {
	
}

#btn-twitter a {
	width: 147px;
	padding: 21px 0 0 0;
}

#breadcrumb {
	clear: both;
	float: left;
	display: inline;
	padding-top: 10px;
	font-size: 10px;
	width: 100%;
}

#breadcrumb a {
	float: left;
	display: inline;
	margin: 0 1px 1px 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #9e0b0f;
	padding: 7px 10px 9px;
	color: #fff;
	border-style: none;
}

#breadcrumb div {
	float: left;
	display: block;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 7px 10px 9px;
	background-color: #cc0e15;
	color: #fff;
	margin-bottom: 1px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Posts */

/*		POSTS
--------------------------------------*/

#posts_wrap {
	display: block;
	width: 620px;
	padding-left: 30px;
}
#posts_head {
	background: url(img/posted.png) no-repeat 10px 10px;
	border-bottom: 1px dashed #555;
	margin-left: 10px;
	height: 40px;
}
.posts {
	display: block;
	width: 290px;
	float: left;
	height: 260px;
	padding: 10px 0 10px 20px;
}
.posts {
	behavior: url(js/hover.htc)
}
.posts:hover p, .posts:hover a {
	color: #67564c;
}
.posts img {
	float: left;
	padding-right: 10px;
}
#post_entry {
	padding-bottom: 10px;
}
#post_entry_img {
	margin-right: 10px;
}
#post_entry p {
}
.post-edit-link {
	background: url(img/pen.png) no-repeat right;
	padding-right: 20px;
}
.more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.post-tnail {
	width: 200px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.post-tnail a {
	border-style: none;
}

/* SINGLE POST */
#single {
	background-color: #fff;	
}
#single_post {
	width: 610px;
	overflow: hidden;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
#blog {
	width: 610px;
	overflow: hidden;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-top: 20px;	
}
#blog_post {
	border-top: 1px dashed #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
#search_results {
	width: 250px;
}
#nxt-prv {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
}
#nxt, #prv {
	padding-top: 10px;
	padding-bottom: 10px;
}
#nxt a, #prv a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
/* @end */

/* @group Sidebar */

/*		SIDEBAR
--------------------------------------*/

#sidebar {
	width: 300px;
	padding: 15px 10px 10px 20px;
	list-style-type: none;
}

#tweets {
	width: 230px;
	height: 61px;
	background: url(img/tweets.gif) no-repeat;
}

/* @end */

/* @group Widgets */

/*		WIDGETS
--------------------------------------*/

/* WORD TUBE */

/*.wordtube {
	margin-top: -10px;
}*/
li#wordtube {
	list-style-type: none;
	padding-bottom: 5px;
}

/* WP-WALL */

#wp_img_left {
	background: url(img/wall_arrow_L.gif) no-repeat;
	width: 40px;
	height: 40px;
}
#wp_img_right {
	background: url(img/wall_arrow_R.gif) no-repeat;
	width: 40px;
	height: 40px;
}
#wp_wall p {
}

#wallcomments p
{
	border-left: 5px solid #534741;	
	margin-bottom:3px;
	padding-left: 10px;
	padding-right: 5px;
}

#wall_post input  {
	width: 140px;
	border: 1px solid #ccc;
	height: 20px;
}

#wall_post textarea {
	border: 1px solid #ccc;
	width: 280px;
}

#wallcomments {		
	overflow: auto;
	margin: 0;
}

#wallnav {
	margin: 5px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
	background-color: #9e0b0f;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-style: none;
}

.wallauthor a {
	font-weight:bold;
	background-color: #9e0b0f;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-style: none;
}
.wallcomment {
	font-weight:normal;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
}

.wall-alt {
	/* this would paint every other comment with a background  */
	background: #ddd url(img/bg_wp_wall_1.gif) repeat; 	
	padding-top: 10px;
	padding-bottom: 10px;}

.wall-1, .wall-3, .wall-5
{
	/* this would paint the background of first comment, wall-2 for second...*/
	background: #ccc url(img/bg_wp_wall_2.gif) repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.wall-registered
{
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}


/* GIG PRESS */

#showdown {
	background-color: #fff;
	width: 250px;
}
#gigpress {
}
.gigpress-listing li {
	display: block;
	background-color: #9e0b0f;
	margin-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
	color: #fff;
	padding-top: 5px;
	width: 250px;
}
/* Alex King Tweeter Tools */
.aktt_tweets li {
	display: block;
	border-bottom: 1px dashed #555;
	padding: 5px;
}
.aktt_tweets li a {
	background-color: #9e0b0f;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-style: none;
}
.aktt_tweets li a:hover {
	background-color: #cc0e15;
}
/* flickr */
li#flickrrss img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 3px;
}
li#flickrrss a {
	border-bottom-style: none;
}
/* @end */

/* @group Pages */


/*		PAGES
--------------------------------------*/
/* D-Time */

#pg_nav ul {
 	position: relative;
 	z-index: 6;
 	margin: 0px;
	padding: 0px;
}

#pg_nav a {
	background: #000;
	color: #fff;
	display: block;
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
	padding: 8px 7px;
	border-style: none;
	text-shadow: #400100 1px 1px 2px;	
}
	
#pg_nav a:hover {
	background: #333;
	color: #fff;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 8px 7px;
	border-style: none;
}

#pg_nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* @end */


/* @group Comments */

.post-comments {
	float: right;
	display: inline;
}
.post-comments a {
	background: #9e0b0f;
	color: #fff;
	display: block;
	padding: 2px 5px 1px;
	border-style: none;
}
.post-comments a:hover {
	background: #cc0e15;
	border-style: none;
}

#comments h3 {
	padding-top: 20px;
}
#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 3px;
}
#comments .commentlist {
	clear: both;
	margin: 0 0 45px;
	padding: 0;
}
#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	font-size: 12px;
}
#comments .commentlist li.depth-1 {
	margin: 0 0 10px;
	padding-bottom: 10px;
}
#comments .commentlist ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	padding-bottom: 0;
}
#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}
.nocomments {
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: -3px 0 0;
	display: block;
	font-size: .95em;
}
#comments .comment-author cite {
	display: block;
	padding: 3px 0;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
}
#comments .comment-author .says {
	display: none;
}
#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}
#commentform {
	margin: 0;
	padding-bottom: 50px;
}
#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#commentform label small span {
	font-size: 10px;
}
#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
}
#commentform input:focus, #commentform textarea:focus {
	background: #fff;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	width: 250px;
	margin-right: 5px;
}
#commentform textarea {
	width: 595px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.comment #commentform textarea {
	width: 400px;
}
#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin: -25px 0 0 5px;
}
#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}
#commentform #submit {
	display: inline;
	padding: 4px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #cdbea9;
}
.comment #commentform #submit {
	float: left;
	margin-left: 282px;
}
#commentform #submit:hover {
	cursor: pointer;
}
#comments .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
#comments .cancel-comment-reply {
	margin: 15px 0 15px 0;
}
#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
#comments .navigation {
	margin: -10px 0 30px 0;
}
.comment-meta {
	padding-bottom: 5px;
}
.comment-meta a {
	color: #666;
}
/* @end */


/* @group Footer */

/*		FOOTER
--------------------------------------*/

#footer {
	background-image: url(img/sand_bg.png);
	height: 40px;
	padding-left: 40px;
	padding-top: 20px;
	color: #362f2d;
	border-top: 1px solid #000;
}
#footer a {
	text-decoration: none;
	color: #362f2d;
}
#footer a:hover {
	color: #000;
}
ul.meta li {
	display: inline;
}

/* @end */

/* @group Archives */

/*		ARCHIVES
--------------------------------------*/

.archives {
	color: #80c8e5;
}

.archives:hover {
	color: #000;
}

h3.archive_year{
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.archives_list {
	list-style: none;
	border-left: 4px solid #534741;
	margin-left: 100px;
	margin-bottom: 50px;
}

.archives_list li {
	background: url(img/marker.png) 0 0 no-repeat;
	padding-left: 16px;
	clear:left;
}

.archives_list li span.date {
	font-size: 9px;
	color: #534741;
	width: 99px;
	display: block;
	float: left;
	line-height: 13px;
}

.archives_list li sup {
	color: #998379;
	font-size: 8px;
	padding-left: 1px;
}

.archives_list li a {
	text-decoration: none!important;
	line-height: 13px;
}
 .a-title {
	font-size: 1.6em;
}

/* @end */

/* @group Miscellaneous */

/*		MISCELLANEOUS
--------------------------------------*/

.clear:after {
	content: " "; 
    display: block; 
    height: 0; 
    clear: both;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* @end */

