﻿#container-front-leftC {
    overflow: hidden;
    width: 450px;
    float: left;
}

#container-front-rightC {
    overflow: hidden;
    width: 245px;
    float: right;
    padding-left: 16px;
}

.postList .post {
    background: transparent url(images/def_layout_dot.gif) repeat-x scroll center bottom;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

.postList .post .postByline .author {
    float: right;
}
.postList h3 {
    font: bold 170% Georgia, "Times New Roman" , Times, serif;
    color: #a3bb50;
    padding: 0 10px 6px 0;
    margin: 0 0 0px 0;
}
.postList  a:link, .postList a:visited  {
    color: #a3bb50;
    text-decoration: none;
    font-weight: bold;
}
.postList a:hover, .postList a:active {
    color: #800;
}


/* Photos List */

.FrontpostList .Container-Thumbs {
	width: 243px;
	height: 77px;
}	
.FrontpostList .title {
    font: bold 14px Georgia, "Times New Roman" , Times, serif;
    color: #a3bb50;
    padding: 0 10px 6px 0;
    margin: 0 0 0px 0;
}
.FrontpostList  .thumb {
	float: left;
	padding: 2px;
	width: 72px;
	margin-right: 6px;
}

.FrontpostList .datestamp {
    color: #999;
    font: normal 12px Arial, Helvetica, san-serif;
}


/* Tab */

/* scrolling */
.ajax__scroll_horiz {
    overflow-x: scroll;
}
.ajax__scroll_vert {
    overflow-y: scroll;
}
.ajax__scroll_both {
    overflow: scroll;
}
.ajax__scroll_auto {
    overflow: auto;
}

/* Zinho theme */
.ajax__tab_zinho .ajax__tab_header {
    background: transparent url(images/tab_header_background.gif) no-repeat;
    height: 27px;
}
.ajax__tab_zinho .ajax__tab_header .ajax__tab_outer {
    width: 100px;
    height: 27px;
    margin-left: 8px;
}
.ajax__tab_zinho .ajax__tab_header .ajax__tab_tab {
    color: #40534a;
    font-weight: bold;
    width: 100px;
    display: block;
    text-align: center;
    padding-top: 5px;
}
.ajax__tab_zinho .ajax__tab_hover .ajax__tab_outer {

}
.ajax__tab_zinho .ajax__tab_active .ajax__tab_tab {
    color: #000000;
    font-weight: bold;
    width: 100px;
    display: block;
    text-align: center;
}
.ajax__tab_zinho .ajax__tab_active .ajax__tab_outer {
    background: transparent url(images/tab_header_tab.gif) no-repeat;
    width: 100px;
    height: 27px;
}








.ajax__tab_zinho .ajax__tab_body {
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #b8cec4;
    padding: 0px 4px 4px 4px;
}



.ajax__tab_zinho .ajax__tab_body p {
    padding: 0px;
    margin: 0px;
}




.ajax__tab_zinho .ajax__tab_body p.datestamp {
    display: block;
    overflow: hidden;
    color: #FF0000;
}
.ajax__tab_zinho .ajax__tab_body p.titlestamp {
    font: bold 16px Georgia, "Times New Roman" , Times, serif;
    color: #a3bb50;
    overflow: hidden;
    display: block;
}

.ajax__tab_zinho .ajax__tab_body .morestamp {
    display: block;
    overflow: hidden;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

.ajax__tab_zinho .ajax__tab_body   a:link, .ajax__tab_zinho .ajax__tab_body  a:visited  {
    color: #4891dc;
    text-decoration: none;
    font-weight: bold;
}
.ajax__tab_zinho .ajax__tab_body  a:hover, .ajax__tab_zinho .ajax__tab_body  a:active {
    color: #800;
}






/* Box */
.def_box_head, .def_box_head h2 {
    background: transparent url(images/box_header_background.gif) no-repeat bottom right;
}
.def_box {
    margin-bottom: 8px;
}
.def_box_head {
    background-position: top right;
    margin-right: -15px;
    padding-right: 40px;
}
.def_box_head h2 {
    background-position: left top;
    margin: 0;
    border: 0;
    padding: 3px 0 3px 4px;
    height: auto !important;
    height: 1%;
    font-size: 12px;
    font-family: verdana;
    color: #40534a;
}
.def_box_body {
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #b8cec4;
    overflow: hidden;
} 
.def_box_body p {
    padding: 0px;
    margin: 0px;
}

.def_box_body span.datestamp {
    display: block;
    overflow: hidden;
}
.def_box_body span.title {
    font: bold 14px Georgia, "Times New Roman" , Times, serif;
    color: #4891dc;
    overflow: hidden;
    display: block;
}



.def_box_body .datestamp {
    display: block;
    overflow: hidden;
    color: #FF0000;
}
.def_box_body .titlestamp {
    font: bold 16px Georgia, "Times New Roman" , Times, serif;
    color: #4891dc;
    overflow: hidden;
    display: block;
}

.def_box_body .morestamp {
    display: block;
    overflow: hidden;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

.def_box_body a:link, .def_box_body  a:visited  {
    color: #4891dc;
    text-decoration: none;
    font-weight: bold;
}
.def_box_body  a:hover, .def_box_body a:active {
    color: #800;
}


.container-buttons {
    width: 448px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding-top: 8px;
}
.container-buttons .button {
    width: 112px;
    overflow: hidden;
    display: block;
    text-align: center;
    float: left;
}