body {
    padding: 0;
    margin:10px 0 0 0;
    background: #787878;
    /*text-align: justify;*/
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #616161;
}

h1, h2, h3 {
    margin-top: 0;
    color: #164646;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
}

h2 {
    font-size: 1.6em;
    padding-top: 72px;
    padding-left: 392px;
}

h3{
    width: 90%;
    font-weight:normal;
    font-size:16px;
    color:#666;
    margin:5px 0 5px 20px!important;
    margin:5px 0 5px 15px;
    padding:0 10px 5px 7px;
    background: url(/images/shad_bg.jpg) left bottom no-repeat;
}

ul {
}

a {
    text-decoration: none;
    color: #164646;
}

a:hover {
    border-bottom: none;
}

a img {
    border: none;
}

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

input {
    border: 1px solid #000;
    background: #FFFFFF;
    color: #000000;
    padding: 2px;
    margin: 3px;
}

#header {
    width: 995px;
    overflow: hidden;
    margin: 0 auto;
    height: 150px;
    background: url(/images/img02.jpg) repeat-x left top;
}

/* Header */

#logo {
    width: 995px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px 0 70px;
    background: url(/images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
    float: left;
    margin: 0;
    color: #164646;
}

#logo span {
    color: #000000;
}

#logo h1 {
    padding: 25px 0 0 0;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 3em;
}

#logo p {
    text-transform: uppercase;
    padding: 47px 0 0 3px;
    font-size: 10px;
    color: #110E0F;
}

#logo a {
    border: none;
    text-decoration: none;
    color: #164646;
}

/* Menu */

#menu {
    width: 995px;
    margin: 0 auto;
    padding: 0;
    height: 50px;
    overflow: hidden;
    background: url(/images/img02.jpg) no-repeat right top;
}

#menu ul {
    margin: 0px 0px 0px 20px;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 32px;
    margin: 8px 15px 0;
    padding-right: 20px;
    padding-top: 10px;
    text-decoration: none;
    /*text-transform: capitalize;*/
    background: url(../images/img03.jpg) no-repeat right top;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #FFFFFF;
}

#menu .last {
    background: none;
}

#menu a:hover {
    color: #FFFFFF;
}

#menu .current_page {
    color: #E5E5E5;
    background: transparent url(/images/img03.jpg) no-repeat scroll right top;
}
/*
#menu .ls {
    background: transparent url(../images/menu_hover.png) no-repeat scroll right bottom;
}

#menu .rs {
    background: transparent url(../images/menu_hover.png) no-repeat scroll left top;
}
*/


/* Wrapper */

#wrapper {
    width: 995px;
    overflow: hidden;
    margin: 0 auto;
}

/* Page */

#page {
    width: 985px;
    margin: 0 auto;
    padding: 20px 5px;
    background-color: #F5F3E5;
}

#page-bg {
}

/* Latest Post */

#latest-post {
    padding: 20px;
    border: 1px solid #E7E7E7;
}

/* Content */

#content {
    float: left;
    width: 545px;
}

.slider_image {
    padding: 12px 5px 5px 20px;
    float: left;
}

.slider_entry {
    padding: 0 20px;
}

.post {
/*
    padding-bottom: 15px;
*/
    line-height: 175%;
}

.post h1 {
    font-weight: normal;
}

.title {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-weight: normal;
    width: 512px;
    font-size: 1.6em;
}

.title a {
    border-bottom: none;
    color: #164646;
}

.title a:hover {
    border-bottom: 1px dotted #000000;
}

.byline {
    margin: -10px 20px -12px 20px;
/*
    border-bottom: 1px dashed gray;
*/
}

.tag {
    padding: 0 15px;
}

.more {
    text-decoration: none !important;
}

.entry {
    padding: 0 20px;
}

.entry a {
    text-decoration: underline;
}

.entry a:hover {
    text-decoration: none;
}

.links {
    padding: 4px 0px;
    text-align: right;
    font-weight: bold;
}

.links a {
    border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
    float: left;
}

#sidebar2 {
    float: right;
}

.sidebar {
    float: left;
    width: 220px;
    padding: 0;
    font-size: 12px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
    margin: 0 20px 0 15px;
    padding: 8px 0px;
    border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
    height: 30px;
    margin: 0 0 0 0;
    padding: 10px 15px 0px 15px;
    background: #000 url(/images/img05.jpg) no-repeat left top;
    letter-spacing: -1px;
    font-size: 16px;
    color: #F5F3E5;
    text-align: center;
}

.sidebar a {
}

/* Search */

#searchform {
    margin: 0;
    padding: 0 0 0 0;
}

#searchform br {
    display: none;
}

#searchform h2 {
}

#s {
    margin: 10px 0px 0 15px;
    padding: 2px 2px;
    width: 130px;
    height: 14px;
    border: 1px solid #000;
    background: #FFFFFF;
    font-size: 10px;
    color: #000000;
}

#x {
    margin: 0;
    padding: 2px 5px;
    height: 25px;
    background: #CA8186;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
    padding: 0 15px;
    text-align: justify;
}

#calendar_wrap table {
    width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
    border: none;
}

#calendar_wrap tfoot td#prev {
    text-align: left;
    font-weight: bold;
    border: none;
}

#calendar_wrap tfoot td#prev a {
    border: none;
}

#calendar_wrap tfoot td#next {
    text-align: right;
    font-weight: bold;
    border: none;
}

#calendar_wrap tfoot td#next a {
    border: none;
}

#today {
    background: #164646;
    color: #fff;
    padding-bottom: 3px;
}

/* Footer */

#footer {
    width: 955px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
    background: url(/images/img04.jpg) no-repeat right top;
}

#footer p {
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
    font-size: smaller;
}

#footer a {
}

#footer .link {
    float: right;
}

#footer .copyright {
    float: left;
}

.flower {
    padding-left: 20px;
}

.more_button {
    background-color: #fff;
    padding: 1px 6px 3px 1px;
    border: 1px solid #616161;
}
.more_button:hover {
    border: 2px solid #616161;
}

.separator {
    border-bottom: 1px dashed #616161;
    margin-left: 16px;
    padding-top: 10px;
    width: 510px;
}

/* Easy Slider */
#slider ul, #slider li,
#slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
    /* 
        define width and height of list item (slide)
        entire slider area will adjust according to the parameters provided here
    */ 
    width:500px;
    height:185px;
    overflow:hidden; 
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
    display:block;
    position:relative;
    float: left;
    left: 450px;
}
#nextBtn, #slider1next{ 
    margin-left: 4px;
}
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
    display:block;
    position:relative;
    padding: 3px 3px 4px 7px;
    width: 14px;
    border: 1px solid #616161;
/*
    background:url(../images/btn_prev.gif) no-repeat 0 0;	
*/
    }	
#nextBtn a, #slider1next a{ 
/*
    background:url(../images/btn_next.gif) no-repeat 0 0;	
*/
    }	
    
/* numeric controls */	

ol#controls{
    margin:1em 0;
    padding:0;
    height:28px;	
    }
ol#controls li{
    margin:0 10px 0 0; 
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
    }
ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#fff;
    color:#616161;
    padding:0 10px;
    text-decoration:none;
    }
ol#controls li.current a{
    background:#616161;
    color:#fff;
    }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* // Easy Slider */

.page-post {
    font-size: 14px;
    line-height: 170%;
    /*padding: 5px 25px 5px 20px;*/
}

.page-entry {
    font-size: 14px;
    line-height: 170%;
    padding-left: 20px;
    width: 500px;
}

.page-article {
    font-size: 14px;
    line-height: 170%;
    padding: 15px 0px 5px 0px;
}

.gallery a {
    float:left;
    margin:0;
    padding:0;
    margin:5px 10px 5px 9px!important;
    margin:5px 10px 5px 10px;
    display:block;
    background:url(/images/bg_tms.jpg) no-repeat;
    width:90px;
    height:90px;
}
.gallery a img {
    float:left;
    margin:0;
    padding:0;
    margin:9px 0 0 10px;
    background:url(/images/bg_tms.jpg) no-repeat;
    width:70px;
    height:70px;
}

.image {
    float:left;
    margin:0;
    padding:0;
    margin:5px 10px 5px 20px !important;
    margin:5px 10px 5px 10px;
    display:inline;
    background:url(/images/bg_tms.jpg) no-repeat;
    width:90px;
    height:90px;
}

.image img {
    float:left;
    margin:0;
    padding:0;
    margin:9px 0 5px 10px;
    background:url(/images/bg_tms.jpg) no-repeat;
    width:70px;
    height:70px;
}

// comments
.comment {
    border-top: 1px solid black;
    text-align: center;
}

.avatar img {
    border: 1px solid #DFD9C3;
    padding: 5px;
    margin: 5px;
}

.paging {
    margin-left: 30px;
}

// Poll
.poll {
    width:220px;
}
.poll_large {
    width:500px;
}
.poll_title {
    font-size: 16px;
    text-align: center;
    font-weight: bold; 
}
.poll ul {
    padding-left: 5px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.poll ul li {
    border: none;
    padding: 2px 0;
}
.poll_large ul {
    padding-left: 5px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.poll_controls {
    margin-left: 20px;
    margin-top: 15px;
}
.poll_bar {
    border:1px solid black;
    width: 140px;
    height: 12px;
    float: left;
}
.poll_bar_large {
    border:1px solid black;
    width: 440px;
    height: 12px;
    float: left;
}
.poll_bar_inc {
    background-color: #164646;
    height: 10px;
    margin: 1px;
}
.poll_array {
    padding: 5px;
}

