/*
Theme Name: American Electronic Music
Theme URI: http://droidsong.com/
Description: Droidsong theme designed by devo.tv
Version: 1.6
Author: Devin Olden & Britton Clapp
Author URI: http://droidsong.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/

html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 20px;
}

a {
text-decoration: none;
color: white;
}

a:hover {
text-decoration: underline;
}

a.thumbnail {
display: block;
float: left;
margin: 0 10px;
position: relative;
width: 295px;
height: 210px;
background: #a1a1a1;
overflow: hidden;
}

a.thumbnail:hover {
color: #a1a1a1;
text-decoration: none;
background: #fff;
}

a.thumbnail span.image {
display: block;
width: 289px;
height: 186px;
margin-left: 3px;
margin-top: 3px;
background-position: center center;
}

a.thumbnail span.post_title {
position: absolute;
top: 190px;
margin-left: 3px;
}

img.video_thumbnail {
width: 288px;
margin-left: 3px;
margin-top: 3px;
}

li {
margin-left: 1em;
}

/* this prevents images from disappearing in IE 6 */
img { 
position: relative;
border: none; /* and this removes image borders unless explicitly set */
}

.preload {
display: none;
}

.clear {
clear: both;
}

h1 {
color: white;
font-weight: normal;
margin-bottom: 20px;
}

.attachment h1 {
margin-bottom: 0;
}

h1.home {
display: none;
}

h2 {
font-weight: normal;
color: white;
}

.attachment h2 {
margin-bottom: 1em;
}

#header {
height: 90px;
width: 950px;
margin: auto;
position: relative;
background: #bdbdbd url(/wp-content/themes/droidsong/img/bkg-header.gif) no-repeat bottom right;
}

#header .text_logo {
position: absolute;
right: 0;
top: 0;
margin-top: 15px;
}

#footer {
height: 150px;
margin-bottom: 20px;
margin-top: 30px;
clear: both;
}

#page {
width: 950px;
margin: auto;
position: relative;
background: #bdbdbd;
}

.search_form {
display: none;
position: absolute;
background: #a8a8a8;
top: 35px;
left: 55px;
z-index: 999;
padding: 10px;
border: solid 1px #5c5c5c;
}

div.thumbnails {
clear: both;
height: 245px;
padding-top: 5px;
}

div.thumbnails h2 {
margin-left: 10px;
font-weight: normal;
}

div.news {
background: #5c5c5c;
}

div.releases {
background: #808080;
}

div.videos {
background: #949494;
}

/* Header Menu */

#header ul.menu {
position: absolute;
top: 54px;
}

#header ul.menu a {
display: block;
float: left;
padding: 10px 20px;
color: white;
}

#header ul.menu li {
list-style-type: none;
display: inline;
}

#header ul.menu #menu-item-4 a {
background: #5c5c5d;
}

#header ul.menu #menu-item-5 a {
background: #808080;
}

#header ul.menu #menu-item-6 a {
background: #949494;
}

#header ul.menu #menu-item-7 a {
background: #a8a8a8;
}

#footer .logo {
float: left;
margin-top: 2px;
margin-right: 5px;
}

ul.link_icons {
float: left;
}

ul.link_icons a {
display: block;
float: left;
margin: 3px;
color: white;
height: 32px;
width: 32px;
}

ul.link_icons a span {
display: none;
}

ul.link_icons li {
list-style-type: none;
display: inline;
}

ul.link_icons .rss {
background: url(/wp-content/themes/droidsong/img/icons/rss.png);
}

ul.link_icons .twitter {
background: url(/wp-content/themes/droidsong/img/icons/twitter.png);
}

ul.link_icons .youtube {
background: url(/wp-content/themes/droidsong/img/icons/youtube.png);
}

ul.link_icons .last_fm {
background: url(/wp-content/themes/droidsong/img/icons/lastfm.png);
}

ul.link_icons .facebook {
background: url(/wp-content/themes/droidsong/img/icons/facebook.png);
}

ul.link_icons .vimeo {
background: url(/wp-content/themes/droidsong/img/icons/vimeo.png);
}

#content {
background: #949494;
padding: 10px 20px 20px 20px;
position: relative;
}

#content p {
margin-right: 300px;
margin-bottom: 2em;
}

#content object {
margin: auto;
}

#content img.auto {
float: right;
margin-bottom: 20px;
}

.postmetadata {
margin-top: 20px;
clear: both;
}

.attachment .postmetadata, 
.search .postmetadata {
margin-top: 0;
}

div.share {
position: absolute;
top: 16px;
right: 20px;
line-height: 140%;
}

div.share span.text {
padding-right: 5px;
}

div.share span {
float: left;
display: block;
}

div.share a.facebook {
padding-left: 18px;
background: url(/wp-content/themes/droidsong/img/icons/tiny/facebook.png) no-repeat;
}

div.share a.twitter {
padding-left: 18px;
background: url(/wp-content/themes/droidsong/img/icons/tiny/twitter.png) no-repeat;
}

