﻿
.container {
    _width: 900px;
    width: 100%;
    min-width: 680px;
    margin: 0 auto;
}

.search-box {
    padding: 2px;
    clear: both;
    background-color: #2C70B1;
    max-height: 40px;
}

input[type="submit"].search-button,
input[type="button"].search-button {
    background-color:#2C70B1;
    color:white;
    font-size: 1em;
    border: 1px solid white;
    padding-top:4px;
    padding-bottom:4px;
    width:auto; 
    margin: 0 auto;
}

input.search-input {        
    color: #333333;
    font-size: 1em;
    width: auto;
    max-width: 270px;
    min-width: 200px;
}

.section-label {
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.section-label-text-1 {
    color: #FFF;
    font-weight: 600;
    font-size: 1em;
}

.details-link {
    font-size:0.9em;
}

.section-title {
    border-bottom: 2px solid #99CCFF;
    color: #052D53;
    font-family: "DroidSansBold",Arial,Helvetica,sans-serif;
    font-size: 1.15em;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#main-content {
    float: left;
    _width: 600px;
    width: 69%;
    max-height: 500px;
}
    #main-content ul {
        padding-left:8px;
        text-align: left;
    }

    #main-content li {
        margin-bottom: 7px;
    }



#latestSubmissionsLeft {
    float: left;
    _width: 295px;
    width: 50%;
    padding-top: 2px;
    max-height: 500px;
}

#latestSubmissionsLeft label {
    background-color: #D3002A;       
    text-align: center;       
    min-height: 18px;
    height: 18px;
    max-height: 18px;
    min-width: 270px;
}

#latestSubmissionsRight {
    float: right;
    _width: 295px;
    width: 50%;
    padding-top: 2px;
    max-height: 500px;
}

#latestSubmissionsRight,
#latestSubmissionsLeft {
    width: 50%;
    text-align: center;
}

#latestSubmissionsRight img,
#latestSubmissionsLeft img {
    width: 98%;
    height: auto;
    max-width: 295px;
    margin: 0 auto;
}

#latestSubmissionsRight label {
    background-color: #2C70B1;       
    text-align: center;
    min-height: 18px;
    height: 18px;
    max-height: 18px;
    min-width: 270px;
}
    
#right-content {
    float: right;
    _width: 290px;
    width: 30%;
    max-height: 500px;
    text-align: center;
}
    #right-content a:hover {
        _background-color: #F0F6FA; /*this makes the onHover shadow invisible*/
    }

/*TAG CLOUD*/

#tag-cloud {
    border: 5px solid white;
    padding: 2px;
}

#tag-cloud a {
    font-weight: bold;
    padding: 4px;
    margin: 4px;
    word-wrap: break-word;
}
.tag-cloud-1{font-size: 0.8em}
.tag-cloud-2{font-size: 0.9em}
.tag-cloud-3{font-size: 1em}
.tag-cloud-4{font-size: 1.2em}
.tag-cloud-5{font-size: 1.4em}
.tag-cloud-6{font-size: 1.7em}
.tag-cloud-7{font-size: 2.0em}