/*  
Theme Name: EIT Media
Theme URI: http://www.eitmedia.com
Description: A theme by Christina Fowler theme designed especially for Everything in Time Media.
Version: 1.0
Author: Christina Fowler
Author URI: http://www.christinafowler.com
Designer: Christina Fowler
Designer URI: http://www.christinafowler.com
*/

@import url(css/layout.css);
@import url(css/color.css);
@import url(css/typography.css);

body, input, textarea, select {
font-family:Helvetica Neue, Arial, Helvetica, sans-serif;
color:#333;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}
input, textarea, select {
font-size:100%;
border:1px solid #ccc;
}
input:focus, textarea:focus, select:focus, input[type=submit]:hover {
border-color:#999;
}

div#header {
margin-bottom:20px;
}
div#header h1, div#header .pseudoh1 {
font-size:300%;
color:#333;
text-align:left;
padding:20px 0;
border:0;
float:left;
font-weight:bold;
}
.description {
display:none;
}
div#header form {
padding:0;
float:right;
clear:none;
font-size:150%;
}
div#header form input#searchsubmit {
padding:4px;
margin-left:5px;
}

#menu {
clear:both;
}
#menu a {
float:left;
padding:5px;
border:0;
font-size:120%;
margin-right:10px;
}
#menu a:hover, #menu a.parent {
background:#eee;
}
#menu a.current {
background:#eee;
cursor:text;
color:#333;
}

div#content {
width:100%;
margin:0;
float:none;
}

.left_block {
width:50%;
float:left;
}
.right_block {
width:49%;
float:right;
}

.featured-video {
margin:0 0 20px;
}
.featured-video h2 {
display:none;
}
.featured-video a {
border:none;
}

.right_block h1 {
margin:0;
}
p.feat {
margin:0;
font-style:italic;
font-size:120%;
}
p.released {
margin:0;
}
p.produced {
margin:0 0 20px;
}

/* Link icons */
a[href $='.zip'], a[href $='.rar'] { 
   padding-right: 18px;
   background: transparent url(images/file_type_icons/ZIP.gif) no-repeat center right;
}
a[href $='.mp3'], a[href $='.mpg'] { 
   padding-right: 18px;
   background: transparent url(images/file_type_icons/MP3.gif) no-repeat center right;
}