/**
 * Theme Name: Prototype-BTE
 * Theme URI: http://best-tshirts-ever.com
 * Description: A Prototype child theme for Best T-Shirts Ever.
 * Version: 0.1
 * Author: Alan Watchorn
 * Author URI: http://deadhippo.com
 * Tags: Best Tshirts Ever
 * Template: prototype
 */

@import url('../prototype/style.css');

body {
    padding: 0;
}

a {
    color: #0088B3;
    border: none;
}

.hfeed h2, .hfeed h3, .hfeed h4 {
    border: none;
    padding-left: 0px;
    font-size: 21px;
    color: #333;
}
a:hover {
    text-decoration: underline;
    color: #0088B3;
    border: none;
}

.singular .entry-title {
font-size: 22px;
}



/*Custom header */
#site-title {
    float: left;
    width: 408px;
    height: 73px;
    }
#site-title a {
    display: block;
    width: 408px;
    height: 73px;
    background: url(images/best-t-shirts-ever.png) no-repeat 0 0;
    text-indent: -9999em;
    }
#site-description {display:none;
    }

#main, #header {
    border: none;
}
#main {
    width: 938px;
    padding: 20px;
}
#header{
    background: #000;
    padding: 5px;
    width: 968px;
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
}

li#follow {
    height:24px;
    float:right; 
}
li#follow a {
    display:block;
    width:24px;
    height:24px;
    float:left;
    padding:7px 6px 6px 5px;
}

#menu-primary div.menu {
    border: none;
    background: #333;
    border-left: 1px solid #F9F9F9;
    border-bottom: 1px solid #000;

}

#menu-primary li a {
    color: #fff;
    background: #333;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
    font-size: 11px;
}

#menu-primary .menu-item a{
    padding: 12px;
}

#menu-secondary div.wrap {
    border: none;
    background: #333;
    border-top: 1px #000 solid;
    border-left: 1px solid #F9F9F9;
}
#menu-secondary div.menu {
    border: none;
    background: #333;
}

#menu-secondary li a {
    color: #fff;
    background: #333;
    border: none;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
    font-size: 11px;
}


/* This removes the information above and below post - must be a way to stop these in functions.php */
.byline {
	display: none;
    }
.entry-meta {
	display: none;
    }

.hentry .thumbnail {
    float: right;
    width: 280px;
    height: 150px;
}

/* Archive-type posts - makes them thumbnail pages */
.home .post {
    float: left;
    width: 280px;
    height: 295px;
    padding: 10px;
    overflow: hidden; /* Check if this is the best way. Perhaps no excerpt */
    margin: 0 9px 10px 0;
    border: 0;
    background: #f9f9f9;
    font-size: 12px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    }

.home .thumbnail{
    padding: 0;
    border: none;
}

.home .post h2, .archive .post h2, .search .post h2 {
   font-size: 15px;
}

.archive .thumbnail, .search .thumbnail {
    margin:  0 0 0 10px;
    border: none;
}
.archive .post, .search .post {
    background: #f9f9f9;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
}

.layout-2c-l #sidebar-primary, .layout-default #sidebar-primary {
float: right;
width: 300px;
}

#footer {
    border: none;
}