html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}



/* remember to define focus styles! */

:focus {
    outline: 0;
}



/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}



/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}





/*------------------------------------------------*/

/*-----------------[BASIC STYLES]-----------------*/

/*------------------------------------------------*/



body {
    line-height: 20px;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #626262;
 /*text-shadow: 1px 1px 1px #ffffff;*/
    background: #f4f4f4 url(images/body-bg.png);
}

a {
    text-decoration: none;
    color: #00b7f3;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both; display:block;
}

.ui-tabs-hide {
    display: none;
}

br.clear {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 5px;
    color: #808080;
    letter-spacing: -1px;
    line-height: 1em;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #808080;
}

h1 {
    font-size: 17px;
    padding: 0px 0px 7px 0px;
    font-weight:bold;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    padding-bottom: 10px;
    line-height: 24px;
}

strong {
    font-weight: bold;
    color: #1c1c1c;
}

cite, em, i {
    font-style: italic;
}

pre, code {
    font-family: Courier New, monospace;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup, sub {
    height: 0;
    line-height: 1;
 /*position: relative;*/
    vertical-align: super !important;
}

sup {
    bottom: 0.8em;
    font-size: 9px;
}

sub {
    top: 0.3em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

blockquote {
    margin: 1.5em;
    padding: 1em;
    color: #666666;
    background: #e6e6e6;
    font-style: italic;
    border: 1px solid #dcdcdc;
}

blockquote p {
    padding-bottom: 0px;
}

.current_page_item {
    background-color: #6ACA1C;
    border-radius: 7px;
    border: 1px solid #C1F0C6;
    height: 100%;
}

input[type=text],input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}

input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #2D3940;
    color: #3e3e3e;
}

input[type=text], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}

textarea {
    padding: 4px;
}

img#about-image {
    float: left;
    margin: 3px 8px 8px 0px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */



/*------------------------------------------------*/

/*---------------[MAIN LAYOUT INFO]---------------*/

/*------------------------------------------------*/



#et-wrapper {
    background: url(images/featured-light.png) no-repeat center 72px;
}

#header {
    background-color: #8aca1c;
    padding-top: 20px;
}

.container {
    text-align: left;
    margin: 0 auto;
    width: 1100px;
    position: relative;
}

#logo {
    float: left;
    margin-top: -12px;
    padding-bottom: 10px;
    padding-right: 34px;
}

#search-form {
    float: right;
    background: url(images/search-bg.png) no-repeat;
    width: 147px;
    height: 30px;
    margin-top: 2px;
}

#search-form #searchinput {
    background: none;
    border: none;
    float: left;
    margin: 6px 7px 0 4px;
    width: 100px;
    padding-left: 9px;
    font-size: 11px;
    color: #bebebe;
    font-family: Georgia, serif;
    text-shadow: 1px 1px 1px #ffffff;
    font-style: italic;
}

#search-form #searchsubmit {
    margin-top: 10px;
    margin-right: 11px;
    float: right;
}

ul#top-menu {
    float: left;
}

#breadcrumbs {
    padding-top: 27px;
    padding-left: 10px;
    margin-bottom: 18px;
    color: #bcbbbb;
    font-family: Georgia, serif;
    text-shadow: 1px 1px 1px #ffffff;
    font-style: italic;
}

#breadcrumbs a {
    color: #929292;
    text-decoration: none;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    font-style: normal;
}

#breadcrumbs a:hover {
    color: #676767;
}

#breadcrumbs .raquo {
    color: #929292;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    font-style: normal;
}

#content-border {
    border: 1px solid #e4e4e4;
    position: relative;
}

#content-top-border-shadow {
    position: absolute;
    top: -28px;
    right: 0px;
    background: url(images/content-top-border-shadow.png) no-repeat;
    height: 28px;
    width: 960px;
}

#content-bottom-border-shadow {
    position: absolute;
    bottom: -28px;
    right: 0px;
    background: url(images/content-bottom-border-shadow.png) no-repeat;
    height: 28px;
    width: 960px;
}

#content {
    border: 1px solid #ffffff;
    background: url(images/content-bg.png);
}

#content-right-bg {
    background: url(images/content-right-bg.png) repeat-y top right;
    position: relative;
    padding-bottom: 35px;
}

#left-area {
    width: 800px;
    float: left;
}

#sidebar {
    width: 227px;
    float: left;
    padding-top: 43px;
    padding-left: 43px;
}

.post {
    padding: 44px 55px 15px 48px;
    position: relative;
}

.post-meta {
    position: absolute;
    background: url(images/post-meta.png) no-repeat;
    top: 44px;
    left: -15px;
    width: 48px;
    height: 104px;
    text-align: center;
}

span.post-meta-date {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #c3c3c3;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    padding-right: 2px;
    padding-top: 5px;
}

span.post-meta-date span {
    display: block;
    color: #9d9d9d;
    font-size: 18px;
    margin-top: -3px;
    padding-right: 2px;
}

span.meta-comment {
    display: block;
    padding: 17px 12px 0 10px;
    position: absolute;
    width: 27px;
    left: 0;
    bottom: 25px;
}

span.meta-comment a {
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    font-weight: bold;
}

span.meta-comment a:hover {
    text-decoration: none;
    color: #eee;
}

.post-thumbnail {
    display: block;
    float: left;
    position: relative;
    margin-right: 35px;
}

span.post-overlay {
    background: url(images/post-overlay.png) no-repeat;
    display: block;
    height: 191px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 191px;
}

h2.title , h1.title {
    font-size: 26px;
    padding-bottom: 13px;
    font-family: /*'Lobster', */Arial, sans-serif;
    text-shadow: 1px 1px 1px #ffffff;
}

h2.title a, h1.title {
    color: #d7594c;
    text-decoration: none;
}

.post p.meta-info {
    padding-bottom: 7px;
    font-family: 'Kreon', Arial, sans-serif;
    font-size: 16px;
    color: #678e8d;
    text-shadow: 1px 1px 1px #ffffff;
}

.post p.meta-info a {
    color: #678e8d;
    text-decoration: none;
}

.post p.meta-info a:hover {
    color: #527170;
}

.post p {
    font-size: 13px;
}

a.read-more {
    background: url(images/read-more.png) no-repeat right bottom;
    color: #afafaf;
    display: block;
    text-shadow: 1px 1px 1px #ffffff;
    padding-right: 22px;
    text-decoration: none;
    height: 31px;
    line-height: 31px;
    float: right;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 11px;
}

a.read-more:hover {
    color: #9d9c9c;
}

a.read-more span {
    background: url(images/read-more.png) no-repeat;
    display: block;
    padding-left: 13px;
    height: 31px;
    padding-right: 9px;
}

#content-top-shadow {
    position: absolute;
    top: -1px;
    right: 270px;
    background: url(images/content-top-shadow.png) no-repeat;
    height: 117px;
    width: 23px;
}

#content-bottom-shadow {
    position: absolute;
    bottom: -1px;
    right: 270px;
    background: url(images/content-bottom-shadow.png) no-repeat;
    height: 117px;
    width: 23px;
}

#content-widget-light {
    position: absolute;
    top: -1px;
    right: 204px;
    background: url(images/content-widget-light.png) no-repeat;
    height: 64px;
    width: 65px;
}

.entry {
    padding-bottom: 40px;
    background: url(images/post-bottom-bg.png) no-repeat bottom left;
}

.post ul, .comment-content ul {
    list-style-type: disc;
    padding: 10px 0px 10px 20px;
}

.post ol, .comment-content ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 10px 0px 10px 2px;
}

.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol {
    padding: 2px 0px 2px 20px;
}

.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol {
    padding: 2px 0px 2px 35px;
}

			

/*------------------------------------------------*/

/*---------------[DROPDOWN MENU]------------------*/ 

/*------------------------------------------------*/



ul#top-menu li {
    padding: 4px 7px 0;
    font-size: 12px;
}

ul#top-menu a {
    color: #fff/*5d5d5d*/;
    text-decoration: none;
    padding-bottom: 12px;
}

.children li a {
    color: #000 !important/*5d5d5d*/;
    text-decoration: none;
    padding-bottom: 22px;
}

.children li a:hover {
    color: #999 !important;
}

ul#top-menu a:hover, ul#top-menu li.sfHover > a {
    color: #424242;
}

span.et_active_menu_item {
    display: block;
    background: url(images/menu_arrow.png) no-repeat bottom center;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 10px;
    width: 100%;
    z-index: 10;
}

ul#top-menu > li.current-menu-item > a {
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
}

ul#top-menu li ul {
    width: 169px !important;
    padding: 0 13px 5px 18px;
    background: #fff;
    top: 50px !important;
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    z-index: 9999;
    display: none;
}

ul#top-menu ul li {
    margin: 0 !important;
    padding: 0 !important;
    background: url(images/menu-separator.png) no-repeat;
}

ul#top-menu ul li a {
    padding: 10px 0px 10px 20px !important;
    width: 160px;
}

ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul {
    top: -1px !important;
    left: 181px !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

ul#top-menu ul ul > li:first-child {
    background: none;
}

			

/*------------------------------------------------*/

/*--------------[FEATURED SLIDER]-----------------*/

/*------------------------------------------------*/



#featured {
    position: relative;
}

#featured-shadow {
    background: url(images/featured-bg.png) repeat-x;
}

#featured-light {
    background: url(images/featured-shadow.png) no-repeat top center;
    position: relative;
}

a#left-arrow, a#right-arrow {
    position: absolute;
    top: 45%;
    width: 63px;
    height: 128px;
    text-indent: -9999px;
    display: none;
    z-index: 6;
}

a#left-arrow {
    background: url(images/left-arrow.png) no-repeat;
    left: 0px;
}

a#right-arrow {
    background: url(images/right-arrow.png) no-repeat;
    right: 0px;
}

.slide {
    padding-top: 123px;
    text-align: center;
    padding-bottom: 87px;
}

.featured-description {
    padding-top: 33px;
}

h2.featured-title {
    font-size: 60px;
    font-family: 'Lobster', Arial, sans-serif;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom: 8px;
}

h2.featured-title a {
    color: #d7594c;
    text-decoration: none;
}

.featured-description p, .et_slide_text {
    font-size: 30px;
    font-family: 'Kreon', Arial, sans-serif;
    color: #678e8d;
    text-shadow: 1px 1px 1px #ffffff;
}

#featured-border {
    background: url(images/featured-border.png) repeat-x;
    height: 2px;
}

#featured-bottom-shadow {
    background: url(images/featured-bottom-shadow.png) no-repeat center 1px;
    height: 29px;
}

.featured_shadow_bg {
    border: 7px solid #fff;
    float: left;
}

.featured_image_shadow {
    border: 8px solid #fff;
    float: left;
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

.featured-description {
    clear: both;
}

.et_slide_video .featured_shadow_bg {
    margin-left: 194px;
}

.et_slide_lonevideo .featured_shadow_bg {
    margin-left: 141px;
}

.et_slide_video .featured_shadow_bg, .et_slide_lonevideo .featured_shadow_bg {
    -moz-border-radius: 10px;
    webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 23px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 23px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 23px rgba(0,0,0,0.2);
}

.et_slide_lonevideo {
    padding-top: 104px;
    padding-bottom: 31px;
}

.et_slide_text {
    padding: 150px 0;
}

.et_slide_imageleft_png, .et_slide_imageright_png {
    padding-left: 114px;
    padding-bottom: 112px;
    width: 846px !important;
}

.et_slide_imageright_png {
    width: 725px !important;
}

.et_slide_imageleft, .et_slide_imageright {
    padding: 110px 0 110px 95px;
    width: 865px !important;
}

.et_slide_imageright {
    width: 725px !important;
}

.et_slide_imageleft .featured_image_shadow {
    margin-right: 55px;
}

.et_slide_imageleft .featured-description, .et_slide_imageright .featured-description, .et_slide_imageleft_png .featured-description, .et_slide_imageright_png .featured-description {
    float: left;
    clear: none;
    width: 390px;
    text-align: left;
    padding-top: 60px;
}

.et_slide_imageleft_png  .featured-description {
    padding-top: 72px;
}

.et_slide_imageright .featured-description, .et_slide_imageright_png .featured-description {
    text-align: right;
}

.et_slide_imageright .featured-description a.featured-more, .et_slide_imageright_png .featured-description a.featured-more {
    float: right;
}

.featured_png_left {
    margin-right: 50px;
    float: left;
}

.featured_png_right {
    margin-left: 50px;
    float: right;
}

.et_slide_imageright .featured_image_shadow {
    float: right;
}

#featured .slide {
    width: 960px;
    position: relative;
}

.home-featured-slider {
    overflow: hidden;
}

a.featured-more {
    background: url(images/featured-readmore.png) no-repeat bottom right;
    font-size: 16px;
    font-family: 'Droid Sans', Arial, sans-serif;
    color: #656565;
    padding-right: 23px;
    display: block;
    float: left;
    text-shadow: 1px 1px 0 #fff;
    margin-top: 10px;
}

a.featured-more span {
    background: url(images/featured-readmore.png) no-repeat;
    height: 47px;
    line-height: 47px;
    padding-left: 23px;
    display: block;
}

a.featured-more:hover {
    text-decoration: none;
    color: #323232;
}

.fullwidth #content-right-bg, .fullwidth .entry, .fullwidth #respond {
    background: none;
}

.fullwidth #left-area {
    width: 100%;
}

		

/*------------------------------------------------*/

/*-------------------[COMMENTS]-------------------*/

/*------------------------------------------------*/



#comment-wrap {
    padding-top: 40px;
}

h3#reply-title, h3#comments {
    font-size: 24px;
    color: #d7594c;
    font-family: 'Lobster', Arial, sans-serif;
    text-shadow: 1px 1px 1px #ffffff;
}

h3#comments, .comment_navigation_top, .comment_navigation_bottom, ol.commentlist, #trackbacks {
    margin: 0 62px 0 45px;
}

.comment-body {
    padding: 0 0 0 83px;
    position: relative;
    margin: 15px 0;
}

.avatar-box {
    position: absolute;
    top: 3px;
    left: 0;
    padding: 0;
}

.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
    background: url(images/avatar-overlay.png) no-repeat;
}

.commentmetadata {
    color: #dddddd;
    font-size: 14px;
    font-family: 'Kreon', Arial, sans-serif;
    padding-bottom: 8px;
    text-shadow: 1px 1px 0 #fff;
}

.commentmetadata a {
    color: #dddddd;
}

span.fn, span.fn a {
    font-size: 18px;
    color: #678e8d;
    text-decoration: none;
}

span.fn a:hover, .commentmetadata a:hover {
    color: #3c5b5a;
    text-decoration: none;
}

.reply-container {
    float: right;
    background: url(images/read-more.png) no-repeat right bottom;
    display: block;
    text-shadow: 1px 1px 1px #ffffff;
    padding-right: 22px;
    text-decoration: none;
    height: 31px;
    line-height: 31px;
    float: right;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 11px;
}

.reply-container a, #submit-container input#submit {
    background: url(images/read-more.png) no-repeat;
    display: block;
    padding-left: 13px;
    height: 31px;
    padding-right: 9px;
    color: #afafaf;
}

.reply-container a:hover {
    text-decoration: none;
    color: #9d9c9c;
}

.comment ul.children {
    padding-left: 83px;
}

#commentform textarea#comment {
    width: 96%;
}

#commentform input[type=text] {
    width: 38%;
}

#commentform input, #commentform textarea {
    background-color: #fafafa;
    border: 1px solid #eee;
    color: #afafaf;
    font-size: 11px;
    padding: 12px 10px 12px 20px;
    font-family: Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
}

p.form-submit {
    overflow: hidden;
}

p.form-submit input#submit {
    float: right;
    background: url(images/submit_bg.png) no-repeat;
    border: none;
    margin: 0;
    height: 32px;
    padding-left: 12px;
    padding-top: 0px;
    line-height: 30px;
    width: 79px;
    text-align: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#commentform .hidden {
    display: none;
}

li.comment #respond textarea {
    width: 91% !important;
}

li.comment #respond input[type=text] {
    width: 48% !important;
}

#trackbacks {
    margin-bottom: 20px;
}

#trackbacks {
    margin-bottom: 5px;
}

#submit-container input#submit {
    background: none;
    border: none;
    padding: 0;
    float: right;
    font-style: normal;
}

#comment-wrap .navigation {
    padding: 10px 0;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

h3#reply-title small {
    display: block;
}

h3#reply-title small a {
    font-size: 12px;
    letter-spacing: 0px;
}

#commentform input[type=text] {
    width: 40%;
    display: block;
}

#commentform textarea#comment {
    width: 94%;
}

.commentlist #respond {
    padding: 0;
    background: none;
}

.commentlist #respond textarea#comment {
    width: 93% !important;
}

.commentlist #respond input[type=text] {
    width: 40%;
    display: block;
}

.comment_navigation_top, .comment_navigation_bottom {
    padding: 10px 0;
}

#respond {
    padding: 45px 62px 0 45px;
    background: url(images/respond_top_bg.png) no-repeat;
}

.comments_disabled {
    background: none;
}

		

/*------------------------------------------------*/

/*---------------------[FOOTER]-------------------*/

/*------------------------------------------------*/



#footer {
    color: #929292;
}

#footer-widgets {
    padding: 55px 0px 80px;
}

.footer-widget {
    width: 190px;
    margin-right: 66px;
    float: left;
    text-shadow: 1px 1px 1px #ffffff;
}

.last {
    margin-right: 0px;
}

#footer h4.widget-title {
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #678e8d;
    text-shadow: 1px 1px 1px #ffffff;
    padding-bottom: 13px;
}

#footer p {
    line-height: 20px;
}

.footer-widget a {
    color: #929292;
}

.footer-widget a:hover {
    color: #5e5e5e;
    text-decoration: none;
}

.footer-widget ul {
    margin-bottom: 8px;
}

.footer-widget ul ul {
    margin-bottom: 0;
}

.footer-widget ul li {
    background: url(images/footer-bullet.png) no-repeat 0 5px;
    padding: 0px 0 6px 14px;
}

.footer-widget ul li ul {
    margin: 0 0 -3px;
    padding: 5px 0 0 7px;
}

#footer-bottom {
    text-align: center;
    padding-bottom: 50px;
    font-family: Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px #ffffff;
}

p#copyright {
    color: #a6b8b7;
}

p#copyright a {
    color: #a6b8b7;
}		



/*------------------------------------------------*/

/*--------------------[SIDEBAR]-------------------*/

/*------------------------------------------------*/



.widget {
    width: 180px;
    padding-bottom: 10px;
}

.widget span.title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight:bold;
    color: #678e8d;
    padding-bottom: 15px;
}

.widget ul li {
    background: url(images/footer-bullet.png) no-repeat 0px 6px;
    padding-bottom: 7px;
    padding-left: 15px;
    display: block;
}

.widget ul li a {
    color: #929292;
    text-decoration: none;
}

.widget ul li a:hover {
    color: #5e5e5e;
}



			

/*------------------------------------------------*/

/*------------[CAPTIONS AND ALIGNMENTS]-----------*/

/*------------------------------------------------*/



div.post .new-post .aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
}

.wp-caption.alignleft {
    margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
    margin: 0px 0px 10px 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}



	

/*------------------------------------------------*/

/*---------------[DEFAULT DROPDOWN SETTINGS]---*/

/*------------------------------------------------*/



.nav ul {
    position: absolute;
    top: -999em;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 10;
}

.nav li {
    float: left;
    position: relative;
}

.nav a {
    display: block;
    float: left;
}

.nav li:hover ul, ul.nav li.sfHover ul {
    left: 0px;
    top: 50px;
}

.nav li:hover li ul, .nav li.sfHover li ul {
    top: -999em;
}

.nav li li:hover ul, ul.nav li li.sfHover ul {
    left: 192px;
    top: 0px;
}

.nav li:hover ul, .nav li li:hover ul {
    top: -999em;
}

.nav li li {
    display: block;
    padding: 0px;
    float: left;
    height: auto !important;
}

.nav li ul {
    width: 191px;
    z-index: 1000;
}

.nav li li a:link, .nav li li a:visited {
    display: block;
    height: auto;
    float: left;
}

.nav li:hover {
    visibility: inherit;
  /* fixes IE7 'sticky bug' */;
}

.sf-ul:hover {
    background-color: #FFF;
    border-radius: 10px 10px 0 0;
}

		  



  

/*------------------------------------------------*/

/*-----------------[WP CALENDAR]-----------------*/

/*------------------------------------------------*/

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 240px;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}

#wp-calendar a:hover {
    text-decoration: underline;
}

#wp-calendar caption {
    text-decoration: none;
    font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
    padding: 3px 5px;
    color: #9f9f9f;
}

#wp-calendar td#today {
    color: #111;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 5px;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

		

/*------------------------------------------------*/

/*-------------------[PAGE NAVI]------------------*/

/*------------------------------------------------*/

.pagination {
    overflow: hidden;
    padding: 15px 12px 0px;
}

.wp-pagenavi {
    position: relative;
    padding: 20px 55px 0 48px;
    text-align: right;
    font-family: 'Lobster', Arial, sans-serif;
    text-shadow: 1px 1px 0 #fff;
}

.wp-pagenavi a, .wp-pagenavi a:link {
    padding: 6px 14px 7px 12px !important;
    margin: 2px;
    text-decoration: none;
    border: none !important;
    font-weight: normal !important;
    background: url(images/pagenavi_bg.png) no-repeat;
    color: #afafaf;
    font-size: 14px;
}

.wp-pagenavi a:visited {
    padding: 6px 14px 7px 12px !important;
    margin: 2px;
    text-decoration: none;
    border: none;
    color: #afafaf;
}

.wp-pagenavi span.pages {
    padding: 5px 7px 5px !important;
    margin: 2px !important;
    border: none !important;
    color: #afafaf;
    font-size: 14px;
}

.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
    padding: 6px 14px 7px 12px !important;
    margin: 2px;
    border: none !important;
    color: #678e8d !important;
    background: url(images/pagenavi_bg.png) no-repeat;
    font-size: 14px !important;
}

a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a {
    text-decoration: none;
}

.js #featured .slide {
    display: none;
}

.js #featured .slide1 {
    display: block;
}

.js #featured a.et_centered {
    visibility: hidden;
}

.foursixeight {
    margin: 0px 0px 15px 84px;
}

.et_pt_gallery_entry {
    margin: 0 0px 32px 70px !important;
}

.qtrans_flag span {
    display: none;
}

.qtrans_flag {
    height: 12px;
    width: 18px;
    display: block;
}

.qtrans_flag_and_text {
    padding-left: 20px;
}

.qtrans_flag_en {
    background: url(/wp-content/plugins/qtranslate/flags/gb.png) no-repeat;
}

.qtrans_flag_ja {
    background: url(/wp-content/plugins/qtranslate/flags/jp.png) no-repeat;
}

.qtrans_flag_fr {
    background: url(/wp-content/plugins/qtranslate/flags/fr.png) no-repeat;
}

.qtrans_flag_de {
    background: url(/wp-content/plugins/qtranslate/flags/de.png) no-repeat;
}

.qtrans_flag_ge {
    background: url(/wp-content/plugins/qtranslate/flags/ge.png) no-repeat;
}

.qtrans_flag_ru {
    background: url(/wp-content/plugins/qtranslate/flags/ru.png) no-repeat;
}

.lang-en,.lang-ja,.lang-fr,.lang-de,.lang-ge,.lang-ru {
    float: left;
    padding-left: 4px;
}





/* pages list */

.sfixed {
    height: 143px;
    width: 830px;
    margin-top: 10px;
}

.accessorieswidth {
    width: 98%;
    border: 1px solid #F0F0F0;
    padding: 5px;
    float: left;
    height: 140px;
    width: 600px;
    background-color: #fff;
}

.accessorieswidth .title {
    float: right;
    width: 410px;
}

.accessorieswidth:hover {
    background-color: #FBFBFB;
}

.sfixed .price .leftw {
    display: inline-block;
    width: 100px;
}

.title a {
    font: bold 16px  Arial;
    color: SeaGreen;
    text-decoration: none;
    text-align: left;
}

.poster img {
    width: 170px;
    float: left;
}

.descrip {
    float: left;
    padding-left: 20px;
    width: 400px;
}

.descrip p {
    font-family: Arial !important;
    font-weight: 300 !important;
    line-height: 15px !important;
    font-size: 11px !important;
    padding-bottom: 0 !important;
}

.italic {
    font-style: italic;
}

.cred {
    color: #F00;
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.cgreen {
    color: #090;
    font-weight: bold;
    font-size: 18px;
}

.corange {
    color: #F90;
    font-weight: bold;
    font-size: 18px;
}

.cblack {
    color: #999;
    font-weight: bold;
    font-size: 18px;
}

.price {
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    width: 200px;
    float: left;
    height: 140px;
    padding: 5px;
    font: normal 14px Arial, Geneva;
    color: #424242;
    text-decoration: none;
}

.price p {
    border-bottom: 1px dashed #ccc;
}

.price sup {
    color: #999;
    font-size: 9px;
}

.carlist {
    background: #78b80b;
    width: 700px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 2px #999;
    display: block;
    margin-bottom: 10px;
}

.carlistinner {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    height: auto;
    margin: 2px;
    width: 500px;
    box-shadow: 0 0 2px #999;
}

.carlistimg {
    margin: 3px 0 10px 10px;
    display: inline-block;
    width: 225px;
}

.carlistcontent {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    font-size: 12px;
    border-top: 1px solid #ccc;
}

.carlistcontent ul,.carlistprices ul {
    margin: 0;
    padding: 0;
}

.carlisttitle {
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
}

.carlistcontent li {
    list-style: circle inside none;
}

span.carlistright {
    margin-left: 114px;
}

.carlistprices {
    display: inline-block;
    height: 128px;
    vertical-align: top;
    width: 182px;
}

.carlistprices ul {
    margin: 10px 0;
	display: none;
}

.carlistprices li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    text-align: right;
}

.carlistprices li strong {
    color: #FF9;
    font-size: 20px;
}

.carlisttitle strong {
    width: 300px;
    display: inline-block;
}

.carlistbutton {
    padding: 5px;
    background: #f2f5f6;
    background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc));
    background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    background: linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
    color: #555;
    text-decoration: none;
    width: 171px;
    display: block;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 3px #999;
	margin-top: 53px;
}

.deals .dealstext {
    margin-bottom: 30px;
}

.deals h1.title {
    font-size: 24px;
    text-shadow: 0 0 2px #999;
    box-shadow: 0 3px 4px #555;
    font-family: Tahoma, Geneva, sans-serif;
    background: #8ACA1C;
    display: inline;
    padding: 1px 16px;
    border-radius: 0 10px 0 0;
    color: #fff;
}

.dealstext {
    padding: 27px;
    box-shadow: 0 2px 2px #999;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
}

.dealswhy {
    width: 330px;
    border-radius: 0 10px 10px 0;
    background: #fff;
    display: block;
    padding: 10px;
    color: #999;
    text-shadow: none;
    float: left;
    height: 139px;
    border: 1px solid #8ACA1C;
    position: relative;
    z-index: 2;
}

.dealswhy p {
    line-height: 21px;
}

.dealwbg {
    background: #8ACA1C;
    color: #FFF;
    border-radius: 0 10px 10px 0;
    border: 1px solid #8ACA1C;
    margin-left: -7px;
    position: relative;
    z-index: 1;
}

.whydealsimg {
    margin-left: -47px;
    margin-top: 3px;
    position: absolute;
    width: 45px;
}

.clearfix {
    clear: both;
}

#leasingitr {
    width: 160px;
    height: 99px;
    border-radius: 7px 7px 7px 7px;
    background: #9dd53a;
    background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));
    background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
    display: block;
    padding: 10px;
    color: rgb(255, 255, 255);
    text-shadow: none;
    float: right;
}

#leasingitr h3 a:hover {
    text-decoration: none;
    color: #242422;
}

#leasingitr h3 a {
    text-decoration: none;
    color: #fff;
    font-size: 31px;
    line-height: 100%;
}

#whych {
    width: 320px;
    border-radius: 7px;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));
    background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: -o-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: -ms-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
    display: block;
    padding: 10px;
    color: #FFF;
    text-shadow: none;
    float: left;
}

#intbl1 {
    font-size: 11px;
}

#intbl2 {
    font-size: 11px;
}

#a1title {
    font-size: 16px;
    color: #111111;
    font-family: Arial;
    letter-spacing: 1px;
}

#a2title {
    font-size: 16px;
    color: #111111;
    font-family: Arial;
    letter-spacing: 1px;
}

* {
    margin: 0;
    padding: 0;
}

.posts {
    background-position: 100% 0;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 0 10px;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.postprofile {
    border-left: 1px solid #FFFFFF;
    color: #666666;
    border-right: 1px solid #FFFFFF;
    display: inline;
    float: left;
    margin: 5px 0 10px;
    min-height: 80px;
    width: 14%;
}

.postbody {
    color: #000000;
    float: right;
    line-height: 1.48em;
    padding: 0;
    width: 80%;
}

p.author {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0 15em 0.6em 0;
    padding: 0 0 5px;
}

.postbody .contenterd {
    font-size: 12px;
}

.contenterd {
    color: #000000;
    font-family: Verdana,"Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
    line-height: 1.4em;
    min-height: 3em;
    overflow: hidden;
    padding-bottom: 1px;
}

#asaed a {
    color: #116699;
    text-decoration: none;
}

#asaed a {
    direction: ltr;
    unicode-bidi: embed;
}

#asaed a:hover {
    color: #0b486d;
}

#asaed img {
    border: 1px solid #cbcbd3;
}

#asaed a:active {
    color: #116699;
}

#axedname {
    font-size: 11px;
}

#asaed dd {
    margin: 0px;
}

#asaed dt {
    font-weight: normal;
}

#clearcomn {
    clear: both;
}

#otz12 {
    margin-top: 20px;
}

.scsch1 {
    font-size: 18px;
}

#tbilisiphotot1 span {
    font-size: 16px;
    font-weight: bold;
}

#tbilisiphotot1 {
    border: 1px solid #c7c7c7;
    clear: right;
    float: right;
    margin-left: 7px;
}

#tbilisitdcolum2 {
    border-bottom: 1px solid #c7c7c7;
}

#rentacartbilisicont h3 {
    font-size: 18px;
}

#sponr {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1em; margin-bottom:3px; display:block;
}

#pricea1 {
    font-weight: bold;
    font-size: 18px;
    font-family: Century Gothic,Arial,sans-serif;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 10px;
    color: #000000;
}

#pricea2 {
    font-weight: bold;
    font-size: 18px;
    font-family: Century Gothic,Arial,sans-serif;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 10px;
    color: #000000;
}

#pricea3 {
    font-weight: bold;
    font-size: 18px;
    font-family: Century Gothic,Arial,sans-serif;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 10px;
    color: #000000;
}

#pricea4 {
    font-weight: bold;
    font-size: 18px;
    font-family: Century Gothic,Arial,sans-serif;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 10px;
    color: #000000;
}

.qtrans_language_chooser {
	display: block;
    position: relative;
    z-index: 555;
}

ul#top-menu {
	padding-top: 6px;
}

#et_pt_title a {color:#78b80b;}
#maine12cl a{color:#000000;}

ol{font-size:13px;}
.xztitle{color: #9AC753; font-size:21px;}


#mainulbot li {
margin: 10px 0px;
}

#mainulbot {
list-style-image: url("images/ico.png"); margin: 0 35 0 35px; width:250px;
padding-left:15px;
}
.carlistprices span{color:#eeec21;}
