#site-header {
    margin-bottom: 15px;
}

#site-header a img {
    margin-left: 10px;
    margin-top: 10px;
}

#box-1-content {
    background: #efd279;
    color: #414110;
}

#box-1-top {
    background-image:url(../img/box-1-top.png);
    background-repeat:no-repeat;
    height:10px;
    width:300px;
}

#box-1-bottom {
    background-image:url(../img/box-1-bottom.png);
    background-repeat:no-repeat;
    height:10px;
    width:300px;
}

#box-2-content {
    background: #afd775;
    color: #2c5700;
}

#box-2-top {
    background-image:url(../img/box-2-top.png);
    background-repeat:no-repeat;
    height:10px;
    width:300px;
}

#box-2-bottom {
    background-image:url(../img/box-2-bottom.png);
    background-repeat:no-repeat;
    height:10px;
    width:300px;
}

#box-3-content {
    background: #de9d7f;
    color: #511f1f;
}

#box-3-top {
    background-image:url(../img/box-3-top.png);
    background-repeat:no-repeat;
    height:10px;
    width:300px;
}

#box-3-bottom {
    background-image:url(../img/box-3-bottom.png);
    background-repeat:no-repeat;
    height:10px;
    width:300px;
}

#box-4-content {
    background: #34a8a1;
    color: #511f1f;
    text-align: center;
}

#box-4-top {
    background-image:url(../img/box-4-top.png);
    background-repeat:no-repeat;
    height:10px;
    width:940px;
}

#box-4-bottom {
    background-image:url(../img/box-4-bottom.png);
    background-repeat:no-repeat;
    height:10px;
    width:940px;
    margin-bottom: 10px;
}


.box-content {
    padding: 0 10px;
}

.box-content p {
    margin: 0;
}

.box-content h3, h4 {
    margin-bottom: 0;
}

.box-content h4 {
    margin-top: 10px;
    text-align: right;
}

.box-content h4 a {
    text-decoration: none;
}

.resources {
    padding: 10px;
}

.sortkey, .revsortkey {
    display: none;
}

table.listing {
    font-size: 80%;
    margin: 0;
    width: 100%;
}

table.listing, table.listing tbody {
    border-bottom: 1px solid #D2D2D2;
}

table.listing thead, table.listing thead th, table.listing tfoot tr, table.listing tr.thead th {
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
}

table.listing th, table.listing td {
    padding: 0.25em;
}

table.listing thead th, table.listing tr.thead th {
    font-size: 1.125em;
    white-space: nowrap;
}

table.listing td {
    border-color: #D2D2D2;
    border-style: dotted none none;
    border-width: 1px;
}

table.sortable a.sortheader {
    color: #666666;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

table.sortable img.sortarrow {
    display: none;
}

.thumbs{
	position:relative;
	margin-bottom:20px;
}

.thumbs a,
#target{
	display:block;
	margin-bottom:5px;
	background:#e1d9cc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transition: background .4s ease-out;
	-webkit-box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
    font-size: 1px;
}

.thumbs a:hover{
	background:#a48a62;
}

.thumbs img{
	margin:5px;
}

.thumbs p{
	color:#9c896c;
	margin:0 5px 5px 5px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	text-shadow:0 1px 0 #fff;
}

