
/* Specific Styles for Search Results and Post List Page */

/* Modify tabs so can pack more of them across the page */

.tabbed-area {
    padding-top: 23px;    
}
.tab, .tab-selected, .tab-spacer, .tab-spacer-last {
    line-height: 26px;              
    padding: 3px 2px 2px 2px;
    font-size: 0.8em;
}
.tab-spacer {
    font-size: 0.1em;
    padding: 0px;
}
.tab-line {
    top: 22px;
}
.tab-content {
    border: #B7B7B7 1px solid;
    border-top-width: 0px;
    padding-left: 0px;
    padding-top: 13px;
}

div#search-page, div#list-page {
    margin-right: 236px;
    width: 680px;
    text-align: left;
}
div#search-page p, div#list-page p {
    padding-left: 12px;
}
	
#search-page h1, #list-page h1 {
    text-align: left;
    margin: 0px;
    padding: 20px 0px 5px 10px;
}
#search-page #search-results, #list-page #post-list {
    position: relative;
    width: 680px;
    min-height: 400px;
}
#search-page .tab-content, #list-page .tab-content {
    padding-top: 20px;
    padding-left: 0px;
}     
#search-page #search-results .post-summary .image-surround, 
#list-page #post-list .post-summary .image-surround {
    height: 80px;
    width: 130px;
    overflow: hidden;
}
#search-page #search-results .post-summary .image-surround img, 
#list-page #post-list .post-summary .image-surround img {
    height: 80px;
}

.post-summary {
    width: 600px;
    margin: 10px 48px 0px 10px;
}

#search-page div#no-match {
    font-size: 1.4em;
    margin-left: 15px;
}

form#search-form {
    width: 680px;
    padding: 5px 0px;
    margin-top: 37px;
    background-color: #E0E0E0;
}
form#search-form h1 {
    padding: 0px;
    margin: 0px 5px;
    color: #000000;
}
form#search-form p {
    margin: 5px 5px 0px 5px;
    font-size: 1.2em;
}
form#search-form select {
    font-weight: bold;
}
form#search-form input {
    font-weight: bold;
}
form#search-form input#text {
    width: 250px;
}
form#search-form input#exclude {
    width: 150px;
}
form#search-form input.submit {
    background-color: #7CB100;
    color: #FFFFFF;
    padding: 0px 5px;
    margin-left: 500px;
}

iframe.twitter {
    position: absolute;
    top: 300px;
    right: 10px;
    width: 210px;
    height: 795px;
    min-height: 795px;
    border: none;
}

