/*
Theme Name:		Danko 2010
Theme URI: 		http://dankojones.com/
Version: 		1.0
Description: 	Based on WP Framework
Author: 		Olle Burlin
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );


/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/**/

/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/* Document Body */
body, textarea { 
font: 14px/1.5 Helvetica, Arial, Sans-serif; 
background: #f3f3f3 url(library/media/css/images/bg.jpg) repeat fixed top left;
color: #333;
}

input[type=text] {font: 12px/1.3 Helvetica, Arial, Sans-serif; }

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */

.post .published {font-weight: normal; letter-spacing: -1px; color: #aaa96f; }
.entry-meta { margin-bottom: 10px; font-size: 11px;  }
.entry-meta.entry-footer {color: #a4a3a1;}
.entry-meta.entry-footer a:hover {}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .comment, .navigation-links { margin-bottom: 10px; }

li.comment { margin-bottom: 10px; padding: 10px; background-color: #fff;}

ol.comment-list {margin-left: 0;}

.widget {margin-bottom: 20px;}

/* Logo */

#logo {text-indent: -9999px; float: left;}

#logo a { 
width: 217px;
height: 87px;
background: url(library/media/css/images/logo.png) no-repeat;
display: block;
margin: 10px 0;
}

#logo a:hover { text-decoration: none; }

#tagline { color: #333; }

.home .header { margin-bottom: 20px;}

.singular .header {margin-bottom: 20px;}

.page .header {margin-bottom: 0px;}

/* Menu */

#menu-wrapper {float: right; top: 64px; position: relative; }

.menu ul {}
.nav { float: left; line-height: 1; background-color: #fcfbf7; width: 100%; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { font-size: 12px; float: left; padding: 0; position: relative; z-index: 1000;}
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 6px 8px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav {  }
.nav ul { }
.nav ul li a {  }
.nav li:hover ul,
.nav li.nav-hover ul { background: #f9f9f9; }

.nav a { text-transform: uppercase; color: #333; font-weight: bold; border-right: 1px solid #eee;  }
.nav a:hover { text-decoration: none; background: #333; color: #fafafa;}
.current_page_item a {background-color: #333; color: #fff;}
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #fafafa;}

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #08c; text-decoration: none;  }
a:hover { text-decoration: underline; }

.entry-content a {}

.hentry a:active {top: 1px; position: relative;}

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */

#primary {
background-color: #f8f7f0;
/* border: 1px solid #f7f7f7; */
padding: 20px;
}

.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #111; font-size: 20px; font-weight: bold; letter-spacing: -1px;  line-height: 24px; text-shadow: 1px 1px 1px #FFF; }
.entry-title a:hover {text-decoration: underline; }

h1.entry-title {color: #333; font-size: 26px;}

.page .entry-content { margin-top: 20px;}


.entry-content p {margin-bottom: 10px;}

.comment-content p {color: #333; margin-bottom: 10px;}

/* Asides */

#secondary {font-size: 12px;}

.widget h3 {font-size: 20px; font-weight: normal; letter-spacing:-1px; margin-top: 5px; text-shadow: 1px 1px 1px #fff;}

#secondary ul {list-style: none; margin-left: 0;}

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] {  }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
#respond input, #respond textarea { background: #fff; border-color: #aaa; border-style: solid; border-width: 1px; color: #777; font-size: 14px; }
#respond input, #respond textarea { padding: 3px; }
/*
button { font: 12px; padding: 2px 10px; cursor: pointer; }
*/
input:focus, textarea:focus { border-color: #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */

div#comments {border-top: 1px dashed #d5d5d5; padding-top: 10px;}


#respond input, #respond textarea {
font-size: 15px;
padding: 5px;
border: 1px solid #e0e0e0;
background-color: #fff;
color: #222;
}

.comment-list, .comment-list .children { list-style: none; }
.comment-list {  }
.comment-list .children { margin-top: 20px; }
.comment-meta { font-size: 11px; }
.commenter { font-size: 12px; color: #89895a; }
.commenter a { }
.comment-reply a {font-size: 11px;}
/*
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }
*/

.avtar, .avatar-link {display: none;}

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { color: #777;font-size: 11px; left: 3px; position: relative;}

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

img a {border: none;}

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }
.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */

.page-navigation {margin-top: 30px;}
.page-navigation .nav-next a, .page-navigation .nav-previous a {
font-size: 14px;
background-color: #ddd;
color: #555;
padding: 5px;
}

.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }


/* DISCOGRAPHY */

.pageid-24 .entry-content {font-size: 12px;}

.discography-buy {
clear: both;
}

.discography-info {
clear: both;
}

#discography p {
line-height: 110%;
}

.discography-album  {
border-bottom: 1px solid #fff;
}

.discography-album ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}

.discography-info {
clear: both;
}

.discography-tracklist {
float: left;
padding-left: 20px;
}

.discography-image img {
float: left;
margin-bottom: 10px;
}

/* Gigpress */

.widget_gigpress {
background: #222 url(library/media/css/images/aside-bg.jpg) repeat; 
color: #f3f3f3; 
padding: 10px 15px;
}

.widget_gigpress h3 {
background: url(library/media/css/images/upcoming-shows.png) no-repeat top left;
width: 169px;
height: 19px;
text-indent: -9999px;
}

.widget_gigpress a {color: #fff; font-weight: normal; text-decoration: underline;}
.widget_gigpress ul {margin-bottom: 10px;}

.widget_gigpress p {margin-bottom: 5px;}

/*
p.gigpress-sidebar-more { text-align: right; }
*/

#secondary span.gigpress-sidebar-date {
	font-weight: normal;
	color: #aaa96f !important;
	display: inline !important;
}

.page td.gigpress-date {color: #89895a;}


#secondary .gigpress-tickets-link {display: none;}

.pageid-3 .entry-content, .pageid-698 .entry-content {font-size: 12px;}

/* Twitter */

div.aktt_widget {
background: #222 url(library/media/css/images/aside-bg.jpg) repeat; 
color: #f3f3f3; 
padding: 10px 15px;

}

.aktt_tweets {
color: #aaa96f;
line-height: 120%;
}

.aside .aktt_tweets ul li { padding-bottom: 5px;}

#twitter-tools h3 {
background: url(library/media/css/images/latest-twitter.png) no-repeat top left;
width: 145px;
height: 19px;
text-indent: -9999px;
}

#flickr-sidebar h3 {
background: url(library/media/css/images/recent-photos.png) no-repeat top left;
width: 147px;
height: 19px;
text-indent: -9999px;
}

#flickr-sidebar {

background: #222 url(library/media/css/images/aside-bg.jpg) repeat; 
color: #f3f3f3; 
padding: 10px 15px;

}

#flickr-sidebar img {padding: 5px;}

#flickr-sidebar a {color: #fff;}

#twitter-tools a {color: #fff; font-weight: normal; text-decoration: underline;}
#twitter-tools ul {margin-bottom: 10px;}

/* Additional Layout */

#featured {width: 640px; height: 300px; background-color: white;  float: left;}
#player {width: 300px; height: 300px; background-color: transparent; float: right; }

.footer { clear:both; margin-top: 20px; color: #aaa96f;}
.footer a {color: #aaa96f;}

.footer p {margin-bottom: 10px;}

.credits {font-style: italic;}

#content:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
#content { display: inline-block; }
* html #content { height: 1%; }
#content { display: block; }

.widget_search input {
background:#222 url(images/search-bg.png) repeat-x left top;
border:medium none;
color:#aaa96f;
font-size:14px;
width: 150px;
height:17px;
padding:8px 40px 5px 10px;
text-transform:capitalize;
}

h3.news-title {
background: url(library/media/css/images/recent-news.png) no-repeat top left;
width: 127px;
height: 19px;
text-indent: -9999px;
margin-bottom: 10px;
padding: 0;
}

#photos h3 {
background: url(library/media/css/images/recent-photos.png) no-repeat top left;
width: 147px;
height: 19px;
text-indent: -9999px;
}

#mailinglist input[type=text] {
background:#222 url(images/search-bg.png) repeat-x left top;
border:medium none;
color:#aaa96f;
font-size:14px;
width: 150px;
height:17px;
padding:8px 40px 5px 10px;

}

/* Downloads */

.wallpaper-thumb {clear: both; margin-bottom: 30px;}

ul.wallpaper-sizes {list-style: none; list-style-type: none; vertical-align: baseline;}

ul.wallpaper-sizes  li {margin-top: 10px;}

div.wallpaper-img {margin-right: 10px; float: left;}

div.buddy-avatar { float: left; margin: 10px 10px 10px 0; height: 160px; }

/* Sociable */

div.sociable {margin: 0 10px 0 0!important;float: left;}


/* Tweet Button */

div#twitter-wrapper {margin-bottom: 10px; margin-right: 10px; float: left;}

/* Facebook Like */

div.fb-wrapper {}

.home div.fb-wrapper {margin-top: 5px;}

