/*
Theme Name: Just4Kicks
Theme URI: http://www.rockandrollband.co.uk
Description: Built on Thematic Theme</a>
Author: Mick
Author URI: http://www.pinnaclewebdesign.co.uk
Template: thematic
Version: 0.7
.
All Rights Reserved
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/3c-r-fixed.css');*/
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*Minimal styles that hold to a 18px line-height*/
/*@import url('../thematic/library/styles/18px.css');*/

/*@import url('../thematic/style.css');*/

/* Plugin Specific */
@import url('extra.css');

body{
	background-color: #333;
	color:#494a4b;
	text-align: center;
}

#wrapper{
	margin:0 auto;
	width:960px;
	text-align: left;
	border:none;
	background-color:#333;
	margin-bottom:20px;
}

#header {
	background:url(images/header.jpg) top left no-repeat;
	background-color:none;
	height:230px;
	overflow:hidden;
}

#branding{
}
#blog-description{
	text-indent:-9000px;
}

#blog-title{
	border:none;
}

#blog-title a{
	background:url(images/transparent.gif) middle center repeat;
	color:#2772b3;
	display:block;
	font-family:"Trebuchet MS";
	font-size:60px;
	font-weight:normal;
	height:100px;
	margin-top: -60px;
	text-indent:-9000px;
	width: 600px;
	/*z-index:1;*/
/*	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;*/
}

/******************************************** menu */
#access {
	background:none;
	font-size:18px;
	font-weight:bold;
	border:none;
}

.menu {
	margin-top:-15px;
}
.menu ul li a:hover{
	background: none;
}

.menu a {
    background:none;
    color:#000;
    border:none;
}

.menu ul li a{
	background:none;
}

.menu a:hover {
    background:none;
    color:#166ca5;
}
.menu .current_page_item a {
    background:none;
    /*border-bottom: 3px solid #777;*/
}
.menu a:focus {
    background:none;
    color:#000;
}

.sf-menu {
	border: none;
	padding-left:27px;
}

.sf-menu a {
	border: none;
}
/*
.sf-menu a:focus {
    background:none;
}
*/

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: none;
}

.sf-menu li {
	background: none;
	border:none;
}


.sf-menu li:hover {
	outline-color:none;
	background-color:transparent;
}

/*********************************************  MAIN CONTENT */
#content {
	width:594px;
}

#main{
	padding-top: 36px;
/*	background:url(images/wrapper.jpg) top left repeat-y;*/
	background:url(images/paper_middle.jpg) top left repeat-y;
}

.entry-title, .entry-content, .entry-meta, .entry-utility, .page-title, #nav-below {
	padding-left:52px;
}

.paged #nav-above {
	padding-left:52px;
}

#nav-above,#nav-below {
	width: 90%;
}

.nav-previous, .nav-next {
	width:50%;
}

h2.entry-title a:hover{
	color: #166ca5;
}

.entry-meta a:hover, .cat-links a:hover, .comments-link a:hover {
	color: #166ca5;
}

#respond, #comments-list, .comments {
	padding-left:52px;
	background: none;
}

#comments-list ol, #comments-list li {
    border:none;
}

#comments-list li.alt {
	background:none;
}

ul.sitelinks {
	margin-left:0;
}

ul.sitelinks li {
	list-style:none;
}

/* Gig listings*/
dl.events {
	margin: 1.8em 0;
	padding: 0;
}

.events dt {
	font-weight: bold;
	left: 0;
	position: relative;
	top: 1.5em;
	width: 12em;
}

.events dd {
	border-left: 1px solid #666;
	margin: 0 0 0 12em;
	padding: 0 0 .5em .5em;
}

/* Line-up*/
dl.lineup {
	margin: -1.8em 0 0.9em 0;
	padding: 0;
}

.lineup dt {
	font-weight: bold;
	left: 0;
	position: relative;
	top: 1.5em;
	width: 4em;
}

.lineup dd {
	margin: 0 0 0 4em;
	padding: 0 0 0 .5em;
}

/* Set Lists, general listings etc*/
ul.listings {
	margin: 1.8em 0;
	padding: 0;
}

ul.listings li {
	list-style:none;
	text-indent: 0;
}

/* YouTube Video links and audio */
dl.media {
	margin-left:0;
}

dl.media dt {
	font-weight: bold;
	padding-bottom: 18px;
}

.media dd {
/*	margin-left:36px; */
	text-align: left;
}

/* Image gallery styles */
#gallery {
	list-style-type: none;
	padding: 0.9em 0 1.8em 0;
	margin: 0 0 0 0;
}

#gallery li {
	float: left;
	margin: 0 0.9em 0.9em 0;
	color: #333333;
    padding: 9px 9px 18px 9px;
    background: #eee;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 2px 15px #333;
	-webkit-box-shadow: 0px 2px 15px #333;
    position: relative;
}

#gallery img {
	display: block;
}

/* Images within text flow */
.ImgFloatRight {
	float: right;
	padding: 0 0 0 9px;
	margin:0;
}

.ImgFloatRight img {
	background-color:#f0f0f0;
	border:1px solid #333300;
/*	padding: 6px 6px;*/
}

.sidebarimage {
	margin:9px 0 0 18px;
}

.clearleft {
	clear:left;
}

/*********************************************************** columns */
#primary{
	border:none;
}

.aside ul{ /* http://www.positioniseverything.net/explorer/ie-listbug.html */
	position: relative;
}

.aside ul.xoxo{
	list-style:none;
	padding:0;
}

.aside ul.xoxo li{

}

.aside ul.xoxo li ul{
	list-style:none;
	margin-left:18px;
}
.aside ul.xoxo li ul li{
	list-style:none;
}

.aside ul.xoxo h3{
	background:url(images/heading-bg.jpg) top left no-repeat;
	font-weight:bold;
	line-height:33px;
	text-indent:18px;
}

.aside ul.xoxo p{
	margin: 0 36px 0 18px;
}

.aside ul.xoxo li.widgetcontainer, .aside ul.xoxo li#rss-links, .aside ul.xoxo li#meta, .aside ul.xoxo li#latest, .aside ul.xoxo li#mailinglist, .aside ul.xoxo li#subscribe, .aside ul.xoxo li#twitter, .aside ul.xoxo li#facebook, .aside ul.xoxo li#search, .aside ul.xoxo li#categories, .aside ul.xoxo li#archives {
	/*background:url(images/heading-bg.jpg) top left no-repeat;*/
}

.aside ul.xoxo form#searchform{
	padding-top: 3px;
	margin-left:18px;
}

.aside ul.xoxo li#facebook, .aside ul.xoxo li#twitter,, .aside ul.xoxo li#subscribe {
	margin-bottom:18px;
}

.aside ul.xoxo li#subscribe ul li{
	float: left;
	margin: 9px 27px 18px 0;
}

.aside ul.xoxo li#subscribe ul li.last {
	margin-right: 0;
}

#error404-searchform {
	padding-left:52px;
}

/***********************************************************  FOOTER  */
#footer{
/*	background:url(images/footer-bg.jpg) bottom left no-repeat;*/
	background:url(images/paper_bottom.jpg) bottom left no-repeat;
	border:none;
	margin:0;
	padding:0;
	overflow: hidden;
	color:#323232;
}

#footer a{
	color:#2772b3;
}

#generator-link, #copyright, #footermenu, #rss-reminder{
	padding-left:52px;
}

#footermenu {
    color:#666;
    margin-bottom:36px;
}

#footermenu a {
    color:#666;
/*    text-decoration:none;*/
}

#footermenu a:hover {
    color: #FF4B33;
    text-decoration:none;
}
/***********************************************************  BREADCRUMBS  */
#breadcrumb-nav {
    color:#494a4b;
    font-size:13px;
    line-height:18px;
    margin: 0 0 27px 0;
    padding-left: 61px
}

#breadcrumb-nav a {
    color:#494a4b;
}
#breadcrumb-nav a:active, #breadcrumb-nav a:hover {
    color: #FF4B33;
}

#breadcrumb-nav-container {
    margin:0 auto;
    width:988px;
}

#breadcrumb-nav-container p {
    margin:0;
}

#facebook {
/*	text-align: center;
*/}

#facebook iframe {
	padding-left: 9px;
}

a {
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
}