/* CSS File */

body {
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #313131;
    background: url('../img/background.gif');
    margin: 0px;
    padding: 0px;
}

a img { border: 0px; }

.latest_galleries a, .fav_galleries a {
    color: #313131;
}

a, a.red {
    color: #910000;
    text-decoration: none;
}

a:hover, a.red:hover {
    color: #910000;
    text-decoration: underline;
}

#container {
    /*margin: 10px;*/
    display: block;
}
/*
#container #header {
    padding: 10px 20px;
    background-color: #313131;
    display: block;
}

#container #content {
    margin: 10px 0px;
    padding: 15px 20px;
    background-color: #ffffff;
    display: block;
}

#container #footer {
    padding: 15px 20px;
    background-color: #ffffff;
    display: block;
}
*/



#container #header {
    padding: 10px 20px;
    background-color: #313131;
}

#container #content {
    padding: 15px 20px;
    background-color: #ffffff;
}

#container #footer {
    padding: 15px 20px;
    background-color: #ffffff;
}

.layout_table {
    margin: 8px;
    width: 98%;
}

.layout_table .spacer {
    height: 8px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.align_right {
    text-align: right;
}

h2.photoTitle {
    color: #37588b;
    font-size: 17px;
    font-family: Myriad Pro, Trebuchet MS;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

.dotted_line {
    height: 1px;
    background: url('../img/dot.gif');
    margin: 5px 0px;
    overflow: hidden;
}

.red_header {
    font-size: 16px;
    font-family: Myriad Pro, Trebuchet MS;
    font-weight: normal;
    color: #910000;
    padding: 5px 0px;
}

.offer_list {
    list-style-type: square;
    margin: 0px 8px;
    padding: 0px 8px;
}

#container #content .breadcrumb {
    font-size: 16px;
    font-family: Myriad Pro, Trebuchet MS;
    font-weight: normal;
    margin-bottom: 15px;
}

#container #content .breadcrumb a {
    color: #000000;
    text-decoration: none;
}

#container #content .breadcrumb a.current {
    color: #910000;
    text-decoration: none;
}

#container #content .tags {
    margin-left: 10px;
    color: #333333;
}

#container #content .tags a {
    color: #333333;
    text-decoration: none;
}

#container #content .tags a:hover {
    color: #910000;
    text-decoration: none;
}

.toolBox {
    display: block;
    width: 49px;
    height: 427px;
    padding: 11px;
    text-align: center;
    background: url('../img/toolbox.gif');
    overflow: hidden;
}

.toolBox img {
    margin-bottom: 5px;
}

.toolBox a {
    line-height: 10px;
    font-size: 10px;
}

.flash {
    color: #ff0000;
}

.message {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 55px;
    border: 1px solid #dddddd;
    padding: 10px;
    background-color: #ffffff;
    margin-top: 300px;
    margin-left: 380px;
    z-index: 1000;
}

.message .close_icon {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1001;
}

.photoSetTitle {
    color: #37588b;
    font-size: 13px;
    font-family: Myriad Pro, Trebuchet MS;
    font-weight: normal;
    margin-left: 10px;
}

.latest_galeries {
    margin-bottom: 10px;
    position: relative;
    float:left;
    width: 1200px;
}

.post_container {
    margin-bottom: 10px;
    position: relative;
    float:left;
    width: 1100px;
}

.post_container .post_header {
    /*margin-bottom: 27px;*/
}

.post_container .post_content {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.post_container .post_footer {
    text-align: right;
}

.post_container .post {
    width: 400px;
    margin-bottom: 5px;
    position: relative;
    float: left;
}

.post_container .post_gallery {
    width: 700px;
    margin-bottom: 5px;
    position: relative;
    /*background-color: #ff0000;*/
    float: left;
}

.post_container .post_gallery .main_photo_gfx {
    float: left;
    margin-right: 5px;
}

.post_name {
    font-weight: bold;
    float: left;
}

.post_date {
    color: #910000;
    font-size: 10px;
    float: right;
}

.set_info {
    width: 450px;
}

.login_form {
    width: 280px;
}



.main_container {
    margin-bottom: 10px;
    position: relative;
    float:left;
}

.main_container .site_info {
    width: 410px;
    float: left;
}

.main_container .latest_galleries {
    width: 385px;
    float: left;
    margin-left: 15px;
}

.main_container .fav_galleries {
    width: 285px;
    float: left;
    margin-left: 15px;
}

.list_counter {
    color: #910000;
    font-weight: bold;
}

.mini_bg_gallery {
    padding: 13px 16px;
    background: url('../img/mini_bg_gallery.gif');
    width: 101px;
    height: 38px;
    overflow: hidden;
}


/* Boxes */

.greyBox {
    
}

.greyBox .greyBoxTop {
    height: 8px;
    background-color: #e8e8e8;
    overflow: hidden;
}

.greyBox .greyBoxTop .greyBoxTopLeft {
    width: 8px;
    height: 8px;
    float: left;
    background: url('../img/boxes/tl.gif');
    overflow: hidden;
}

.greyBox .greyBoxTop .greyBoxTopMiddle {
    height: 8px;
    width: 94%;
    float: left;
    border-top: 1px solid #e1e1e1;
    background-color: #e8e8e8;
    overflow: hidden;
}

.greyBox .greyBoxTop .greyBoxTopRight {
    width: 8px;
    height: 8px;
    float: right;
    background: url('../img/boxes/tr.gif');
    overflow: hidden;
}
    
.greyBox .greyBoxContent {
    background-color: #e8e8e8;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 3px 16px;
    overflow: hidden;
}
    
.greyBox .greyBoxBottom {
    height: 8px;
    background-color: #e8e8e8;
    overflow: hidden;
}

.greyBox .greyBoxBottom .greyBoxBottomLeft {
    width: 8px;
    height: 8px;
    float: left;
    background: url('../img/boxes/bl.gif');
    overflow: hidden;
}

.greyBox .greyBoxBottom .greyBoxBottomMiddle {
    height: 7px;
    width: 94%;
    float: left;
    background-color: #e8e8e8;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.greyBox .greyBoxBottom .greyBoxBottomRight {
    width: 8px;
    height: 8px;
    float: right;
    background: url('../img/boxes/br.gif');
    overflow: hidden;
}


.whiteBox {
    
}

.whiteBox .whiteBoxTop {
    height: 8px;
    background-color: #ffffff;
    overflow: hidden;
}

.whiteBox .whiteBoxTop .whiteBoxTopLeft {
    width: 8px;
    height: 8px;
    float: left;
    background: url('../img/boxes/btl.gif');
    overflow: hidden;
}

.whiteBox .whiteBoxTop .whiteBoxTopMiddle {
    height: 8px;
    width: 94%;
    float: left;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    overflow: hidden;
}

.whiteBox .whiteBoxTop .whiteBoxTopRight {
    width: 8px;
    height: 8px;
    float: right;
    background: url('../img/boxes/btr.gif');
    overflow: hidden;
}
    
.whiteBox .whiteBoxContent {
    background-color: #ffffff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 3px 13px;
    overflow: hidden;
}
    
.whiteBox .whiteBoxBottom {
    height: 8px;
    background-color: #ffffff;
    overflow: hidden;
}

.whiteBox .whiteBoxBottom .whiteBoxBottomLeft {
    width: 8px;
    height: 8px;
    float: left;
    background: url('../img/boxes/bbl.gif') bottom;
    overflow: hidden;
}

.whiteBox .whiteBoxBottom .whiteBoxBottomMiddle {
    height: 7px;
    width: 94%;
    float: left;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.whiteBox .whiteBoxBottom .whiteBoxBottomRight {
    width: 8px;
    height: 8px;
    float: right;
    background: url('../img/boxes/bbr.gif') bottom;
    overflow: hidden;
}



    
   
/* Buttons */

.button {
    display: block;
    position: static;
    float: right;
}

.button a, .button a:hover {
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    
}

.button .buttonLeft {
    width: 5px;
    height: 19px;
    background: url('../img/buttons/buttonLeft.gif');
    float: left;
}

.button .buttonContent {
    height: 18px;
    background-color: #910000;
    padding: 1px 3px 0px 3px;
    float: left;
}

.button .buttonRight {
    width: 5px;
    height: 19px;
    background: url('../img/buttons/buttonRight.gif');
    float: left;
}

.meetUsOnFlickr {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}


