/*=== Setup ===*/
* {
    margin: 0;
    padding: 0;
    line-height: 125%;
    text-align: center;
}

body {
    background-color: #e0d6c8;
    color: #464441;
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px;
}

p {
    line-height: 19px;
    padding-bottom: 1.3em;
    text-align: left;
}

h1,h2,h3,h4,span,img,table,tbody,th,tr,td,ul,li,textarea,label,select,option,input,dl,dd,a,pre,em
    {
    text-align: left;
}

img {
    border: 0;
}

a,a:visited {
    color: #325a83;
    text-decoration: none;
}

a:hover {
    color: #799a07;
}

li {
    list-style: none;
}

/*=== Header ===*/
#header {
    background: #e0d6c8 url(../images/body-bg.gif) repeat-y center;
    height: 125px;
    margin: 0 auto;
    width: 963px;
}

#header h1 a {
    background: url(../images/header-logo.png) no-repeat top left;
    display: block;
    width: 343px;
    height: 125px;
    text-indent: -9999px;
    float: left;
    cursor: pointer;
}

#lava {
    position: relative;
    text-align: center;
    width: 450px;
    height: 35px;
    float: right;
    margin: 65px 19px 0 0;
    font-weight: bold;
}

#lava ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    position: absolute;
    top: 1px;
    z-index: 100;
    right: 0px;
}

#lava li {
    margin: 0 15px;
    float: left;
}

#lava a,#lava a:visited {
    color: #464646;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

#lava a:hover {
    color: #fff;
}

#lava #box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    background: url(../images/tail.gif) no-repeat right center;
    height: 20px;
    padding-right: 8px;
    margin: 1px 0 0 -10px;
}

#lava #box .head {
    background: url(../images/head.gif) no-repeat 0 0;
    height: 20px;
    padding-left: 10px;
}

/*=== Illustration ===*/
#illustration {
    background: url(../images/illustration-bg.jpg) repeat-y center;
    margin: 0 auto;
    width: auto;
    height: 306px;
    background-color: #274e78;
}

#illustration .wraper {
    margin: 0 auto;
    width: 951px;
    border: 1px solid #244a79;
}

/*=== Expertise ===*/
#expertise {
    background: #527ab5 url(../images/expertise-bg.jpg) repeat-x;
    margin: 0 auto;
    height: auto;
}

#expertise h2 {
    color: #002d55;
    font: bold 18px Arial, Helvetica, sans-serif;
    margin: 0 0 18px 0;
    padding: 0 0 0 30px;
    text-align: left;
}

#expertise .wraper {
    height: 100%;
    width: 951px;
    margin: 0 auto;
    border-left: 1px solid #4f749f;
    border-right: 1px solid #4f749f;
}

#exp-a,#exp-c {
    width: 330px;
    float: left;
    padding: 30px 0;
    border-left: 1px solid #88c4e3;
    border-right: 1px solid #3973bb;
}

#exp-b {
    width: 285px;
    float: left;
    padding: 30px 0;
    border-left: 1px solid #88c4e3;
    border-right: 1px solid #3973bb;
}

#exp-a ul,#exp-b ul,#exp-c ul {
    padding: 0 0 0 95px;
    height: 100px;
}

#exp-a ul {
    background: url(../images/icon-exp-a.png) no-repeat top left;
}

#exp-b ul {
    background: url(../images/icon-exp-b.png) no-repeat top left;
}

#exp-c ul {
    background: url(../images/icon-exp-c.png) no-repeat top left;
}

#exp-a li,#exp-c li {
    float: left;
    width: 200px;
    height: 21px;
}

#exp-b li {
    float: left;
    width: 170px;
    height: 21px;
}

#exp-a li {
    background: url(../images/bullet-exp-a.gif) no-repeat center left;
}

#exp-b li {
    background: url(../images/bullet-exp-b.gif) no-repeat center left;
}

#exp-c li {
    background: url(../images/bullet-exp-c.gif) no-repeat center left;
}

#exp-a li a,#exp-b li a,#exp-c li a {
    padding: 0 0 0 20px;
    font-size: 13px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: left;
}

#exp-a li a:hover,#exp-b li a:hover,#exp-c li a:hover {
    color: #002d55;
}

/*=== Content ===*/
#content {
    background: #e0d6c8 url(../images/body-bg.gif) repeat-y center;
    margin: 0 auto;
    width: 951px;
    height: auto;
    padding: 0 6px;
    overflow: hidden;
}

#content #wrapper {
    background: url(../images/glow.jpg) no-repeat bottom left;
    /*must be longer than sidebar or glow will be missplaced*/
    height: auto !important;
    float: left;
    min-height: 500px;
    padding: 30px 10px 20px 30px; 
}

#content #wrapper-admin {
    background: url(../images/glow.jpg) no-repeat bottom left;
    /*must be longer than sidebar or glow will be missplaced*/
    height: auto !important;
    width: 911px;
    min-height: 650px !important;
    padding: 30px 10px 20px 30px;    
}

#content #no-wrapper {
    background: url(../images/glow.jpg) no-repeat bottom left;
    width: 951px;
    height: auto;
}

#content h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 15px;
    text-align: left;
}

#col-a {
    background: url(../images/glow.jpg) no-repeat bottom left;
    width: 271px;
    float: left;
    padding: 40px 30px;
    height: 321px;
}

#col-b {
    width: 226px;
    float: left;
    padding: 40px 30px;
    border-right: 1px dashed #c9c4bb;
    border-left: 1px dashed #c9c4bb;
    height: 321px; /*must be the longest then set same height in col-a*/
}

#col-b li {
    width: 206px;
    background: url(../images/bullet-col.gif) no-repeat 0 3px;
    padding: 0 0 25px 20px;
    display: block;
    float: left;
    text-align: left;
}

.post-details {
    font-size: 10px;
    height: 15px;
    width: 100%;
    margin: 8px 0 0 0;
}

.date {
    float: left;
}

.comments {
    background: url(../images/comments.gif) no-repeat 0px 1px;
    float: right;
    padding-left: 14px;
    display: block;
}

.comments a:hover {
    text-decoration: underline;
}

#col-c {
    width: 271px;
    float: left;
    padding: 40px 30px;
    height: 321px;
}

#col-c p {
    padding: 0;
    margin: 0 0 10px;
}

.testimonial-author {
    font-size: 11px;
    margin: 0 0 25px 0;
}

.simple-button {
    background: #7893af url(../images/sidebar-title-bg.jpg) repeat-x top
        left;
    border: 1px solid #859fbc;
    display: block;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    font-weight: bold;
    width: auto;
    float: left;
}

.simple-button a {
    color: #fff;
}

.simple-button a:hover {
    text-decoration: underline;
}

#col-a-top {
    width: 271px;
    float: left;
    padding: 40px 30px 0 30px;
    height: 321px;
}

#col-b-top {
    width: 226px;
    float: left;
    padding: 40px 30px 0 30px;
    border-right: 1px dashed #c9c4bb;
    border-left: 1px dashed #c9c4bb;
    height: 321px; /*must be the longest then set same height in col-a*/
}

#col-b-top li {
    width: 206px;
    background: url(../images/bullet-col.gif) no-repeat 0 3px;
    padding: 0 0 25px 20px;
    display: block;
    float: left;
    text-align: left;
}

#col-c-top {
    width: 271px;
    float: left;
    padding: 40px 30px 0 30px;
    height: 321px;
}

#col-c p {
    padding: 0;
    margin: 0 0 10px;
}

#col-a-bottom,#col-c-bottom {
    width: 271px;
    float: left;
    padding: 0px 30px 40px 30px;
}

#col-b-bottom {
    width: 226px;
    float: left;
    padding: 0px 30px 40px 30px;
    border-right: 1px dashed #c9c4bb;
    border-left: 1px dashed #c9c4bb;
}

.col-button-a {
    float: left;
    height: 29px;
    width: 173px;
    margin: 10px 0 0 0;
    z-index: 8500;
}

.col-button-b,.col-button-c {
    float: left;
    height: 29px;
    width: 173px;
    margin: 10px 0 0 0;
}

.col-button-a a,.col-button-b a,.col-button-c a {
    display: block;
    text-indent: -9000px;
    height: 29px;
    width: 173px;
}

.col-button-a a {
    background: url(../images/button-col-a.gif) no-repeat top left;
}

.col-button-b a {
    background: url(../images/button-col-b.gif) no-repeat top left;
}

.col-button-c a {
    background: url(../images/button-col-c.gif) no-repeat top left;
}

.col-button-a a:hover,.col-button-b a:hover,.col-button-c a:hover {
    background-position: bottom;
}

span.new-comment-error {
    color: #FF0020;
    font-size: 11px;
    margin-left: 4px;
}

/*=== Footer ===*/
#footer {
    background: #e0d6c8 url(../images/body-bg.gif) repeat-y center;
    height: auto;
    margin: 0 auto;
    width: 963px;
}

#footer #contact {
    background-color: #fff;
    border-top: 1px solid #dfd5c7;
    width: 951px;
    margin: 0 6px;
    poistion: relative;
    height: auto;
}

h4 {
    font: normal 18px Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
}

h5 {
    font: normal 15px Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}

#footer h4 {
    font: normal 18px Arial, Helvetica, sans-serif;
    padding: 25px 0 25px 80px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 30px;
    position: absolute;
    z-index: 9000;
    width: 840px;
}

#chat {
    position: relative;
    float: left;
    width: 951px;
    min-width: 951px;
    height: 77px;
    text-align: left;
}

span.character {
    background: transparent url(../images/character.png) no-repeat left top;
    display: block;
    left: 30px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 80px;
    z-index: 1000;
    height: 110px;
}

#footer .col-list-a {
    float: left;
    padding: 30px;
}

#footer .col-list-a li {
    float: left;
    margin: 0 7px 0 0;
}

#footer .col-list-b {
    padding: 30px 0 30px 50px;
    float: left;
    border-left: 1px dashed #dbdbdb;
}

#footer .col-list-b li {
    margin: 0 7px 5px 0;
    padding: 0 0 0 20px;
}

#footer .col-list-c {
    padding: 30px 0 0 50px;
    float: left;
}

#footer .col-list-c li {
    margin: 0 7px 5px 0;
    padding: 0 0 0 20px;
}

#footer .col-list-d {
    float: left;
    padding: 30px 0 0 50px;
}

#footer .col-list-d li {
    margin: 0 7px 0 0;
}

.col-list-c #phone {
    background: url(../images/phone.gif) no-repeat left center;
}

.col-list-c #email {
    background: url(../images/mail.gif) no-repeat left center;
}

.col-list-c #skype {
    background: url(../images/skype.gif) no-repeat left center;
}

#footer #nav {
    background: #e0d6c8 url(../images/footer-bg.gif) no-repeat center top;
    width: 927px;
    height: 70px;
    padding: 0px 0px 0px 36px;
    font-size: 11px;
}

#footer #nav ul {
    padding-top: 20px;
}

#footer #nav ul li {
    float: left;
    margin: 0 20px 0 0;
}

#footer #nav ul a {
    color: #464441;
}

#footer #nav ul a:hover {
    text-decoration: underline;
}

#designed-by {
    float: right;
    padding: 0 30px 0 0;
}

#copyright {
    float: left;
    clear: both;
    margin: 3px 0 0 0;
}

/*=== Blog ===*/ /*=== Entries ===*/
#wrapper-blog {
    background: url(../images/glow.jpg) no-repeat bottom left;
    /*must be longer than sidebar or glow will be missplaced*/
    height: auto !important;
    float: left;
    width: 597px;
    min-height: 1900px;
    padding: 30px 10px 20px 30px;
}

.entry {
    border: 1px solid #dfd5c7;
    float: left;
    width: 557px;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
    height: auto;
    text-align: left;
}

.entry .left {
    float: left;
    width: 249px;
    text-align: left;
}

.entry .left img {
    float: left;
    margin: 0 0 10px 0;
}

.entry .left ul {
    float: left;
    background: url(../images/share-bg.gif) no-repeat bottom left;
    width: 234px;
    padding: 0 0 0 15px;
    height: 60px;
}

.entry .left li {
    float: left;
    margin: 0 3px 0 0;
}

.entry .right {
    float: right;
    width: 287px;
    padding: 0 0 0 20px;
    text-align: left;
}

.entry .right .wraper {
    float: left;
    height: 241px;
    text-align: left;
}

.entry .right h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0px;
}

.entry .right p {
    float: left;
    width: 287px;
}

.entry .right .date {
    font-size: 11px;
    width: 287px;
    padding: 0 0 5px 0;
    text-align: left;
}

.entry .right .info {
    float: left;
    width: 265px;
    height: 24px;
    background-color: #ededed;
    border: 1px solid #e0e0e0;
    padding: 7px 10px 0 10px;
    text-align: left;
}

.entry .right .info a {
    color: #464441;
}

.entry .right .info a:hover {
    text-decoration: underline;
}

.entry .right .info .read-more {
    float: right;
    background: url(../images/read-more.gif) no-repeat center right;
    padding: 0 20px 0 0;
    text-align: left;
}

.entry .right-full {
    float: right;
    width: 580px;
    padding: 0 0 0 20px;
    text-align: left;
}

.entry .right-full .wraper {
    float: left;
    height: 241px;
    text-align: left;
}

.entry .right-full h2 {
    font-size: 26px;
}

.entry .right-full p {
    float: left;
    width: 580px;
}

.entry .right-full .date {
    font-size: 11px;
    width: 580px;
    padding: 0 0 20px 0;
    text-align: left;
}

.entry .right-full .info {
    float: left;
    width: 558px;
    height: 24px;
    background-color: #ededed;
    border: 1px solid #e0e0e0;
    padding: 7px 10px 0 10px;
    text-align: left;
}

.entry .right-full .info a {
    color: #464441;
}

.entry .right-full .info a:hover {
    text-decoration: underline;
}

.entry .right-full .info .read-more {
    float: right;
    background: url(../images/read-more.gif) no-repeat center right;
    padding: 0 20px 0 0;
    text-align: left;
}

.entry .common {
    height: auto;
    text-align: left;
}

.entry .common h2 {
    font-size: 26px;
}

.entry .common .date {
    font-size: 11px;
    width: 287px;
    text-align: left;
}

.entry .common .left {
    float: left;
    width: 249px;
    padding: 0 20px 20px 0;
    text-align: left;
}

.entry .common .left img {
    float: left;
    margin: 0 0 10px 0;
}

.entry .common .left ul {
    float: left;
    background: url(../images/share-bg.gif) no-repeat bottom left;
    width: 234px;
    padding: 0 0 0 15px;
    height: 60px;
}

.entry .common .left li {
    float: left;
    margin: 0 3px 0 0;
}

#previous,#next {
    background: #7893af url(../images/sidebar-title-bg.jpg) repeat-x top
        left;
    border: 1px solid #859fbc;
    display: block;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    font-weight: bold;
    width: auto;
    float: left;
    text-align: left;
}

#previous a,#next a {
    color: #fff;
}

#previous a:hover,#next a:hover {
    text-decoration: underline;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.entry .comment-title {
    background: #EDEDED none repeat scroll 0 0;
    border: 1px solid #E0E0E0;
    height: 23px;
    margin: -20px -20px -20px;
    padding: 2px 20px 1px 20px;
    text-align: left;
}

.entry .comment-title h2 {
    font-size: 16px;
    font-weight: bold;
    width: 350px;
    float: left;
}

.entry .comment-title .comment-date {
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.entry .comment-body {
    margin-top: 33px;
    text-align: left;
}

/*
		.entry .submit {
	        background:#7893af url(../images/sidebar-title-bg.jpg) repeat-x top left;
	        border:1px solid #859fbc;
	        display:block;
	        padding: 5px 10px;
	        margin: 0 0 5px 0;
	        font-weight: bold;
	        width: auto;
	        float: left;
	        color:#fff;
	        }
		*/
.entry .submit {
    width: auto;
    float: left;
    margin-right: 20px;
    text-align: left;
}

.entry .comment-label {
    float: left;
    text-align: left;
    padding-top: 2px;
}

.entry .comment-field {
    margin-left: 60px;
    height: 6px;
    text-align: left;
}

.entry .comment-field-message {
    margin-top: 8px;
    height: 170px;
    text-align: left;
}

.entry .admin-comment-field-message {
    margin-top: 8px;
    height: auto;
    text-align: left;
}

.entry .comment-label-checkbox {
    margin-left: 8px; 
    text-align: left;
}

.entry .comment-field-checkbox {
    float: left;    
    height: 16px;  
    margin-top: 2px; 
    text-align: left;
    margin-bottom: 10px;
}

.entry .comment-field-div {
    clear: both;
    margin-bottom: 14px;
    text-align: left;
}

.entry .comment-captcha {
    margin-bottom: 20px;
    text-align: left;
}

.comment_body-label label {
    text-align: left;
}

.entry .errors {
    color: #FF0020;
    font-size: 11px;
    margin-left: 60px;
    text-align: left;
}

.entry .errors-message {
    color: #FF0020;
    font-size: 11px;
    text-align: left;
}

.entry .errors-captcha {
    color: #FF0020;
    font-size: 11px;
    margin-top: 2px;
    text-align: left;
}

.new-comment-results {
    display: none;
}

.success_message {
    font-weight: bold;
    text-align: left;
}

#max_min {
    float: right;
    margin: -20px;
}

.comment-header {
    font-size: 30px;
    font-weight: normal;
    padding-left: 20px;
    text-align: left;
}

/*=== Sidebar ===*/
#sidebar {
    float: right;
    width: 273px;
    padding: 30px 30px 30px 10px;
}

#sidebar h3 {
    background: #7893af url(../images/sidebar-title-bg.jpg) repeat-x top
        left;
    border: 1px solid #859fbc;
    color: #fff;
    display: block;
    padding: 5px 0 5px 10px;
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#social {
    background: url(../images/socialize.jpg) no-repeat center left;
    float: left;
    width: 272px;
}

#social ul {
    float: right;
}

#social li {
    margin: 0 0 0 10px;
    float: left;
}

#search_form {
    width: 230px;
    height: 35px;
    background: url(../images/search-bar.jpg) no-repeat 10px 85px;
    float: left;
    text-align: left;
}

#search_form #search_word {
    float: left;
    border: 1px solid #e0e0e0;
    width: 158px;
    background: #ededed;
    padding: 8px 0 0 5px;
    height: 24px;
}

#search_form #go_search {
    float: right;
    width: 65px;
    height: 35px;
}

#subscribe_form {
    width: 230px;
    height: 35px;
    float: left;
}

#subscribe_form #subscribe_email {
    float: left;
    border: 1px solid #e0e0e0;
    width: 158px;
    padding: 8px 0 0 5px;
    height: 24px;
}

.subscribe_email_simple{
    background: #ededed;
}

.progress{
    background: #ededed url(../images/ajax-loader.gif) no-repeat 140px 7px;
}

#subscribe_form #go_subscribe {
    float: right;
    width: 65px;
    height: 35px;
}

.box {
    background-color: #fff;
    border: 1px solid #dfd5c7;
    padding: 20px;
    float: left;
    margin: 10px 0 0 0;
    width: 230px;
}

.box li {
    float: left;
    border-bottom: 1px dashed #e3e3e3;
    padding: 7px 0 7px 25px;
    display: block;
    width: 206px;
}

.box li .tree {
    border-bottom: 0px;
}

.box .a {
    background: url(../images/bullet-sidebar-a.gif) no-repeat 0 5px;
}

.box .b {
    background: url(../images/bullet-sidebar-b.gif) no-repeat 0 5px;
}

.box .c {
    background: url(../images/bullet-sidebar-c.gif) no-repeat 0 5px;
}

/*=== Contact ===*/
#recaptcha_widget_div {
    text-align: left;
}

.contact {
    border: 1px solid #dfd5c7;
    float: left;
    width: 850px;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
    height: auto;
}

.contact .contact-label {
    float: left;
    text-align: left;
}

.contact .contact-field {
    margin-left: 53px;
    height: 6px;
    text-align: left;
}

.contact .contact-field-message {
    margin-top: 8px;
    height: 170px;
    text-align: left;
}

.contact .contact-field-div {
    clear: both;
    margin-bottom: 14px;
    text-align: left;
}

.contact select {
    color: #464441;
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    min-width: 135px;
}

.contact .submit {
    width: auto;
    float: left;
    text-align: left;
}

.contact .contact-captcha {
    margin-bottom: 20px;
    text-align: left;
}

.contact .errors {
    color: #FF0020;
    font-size: 11px;
    margin-left: 53px;
    text-align: left;
}

.contact .errors-message {
    color: #FF0020;
    font-size: 11px;
    text-align: left;
}

.contact .errors-captcha {
    color: #FF0020;
    font-size: 11px;
    margin-top: 2px;
    text-align: left;
}

#admin-menu {
    position: relative;
    text-align: center;
    width: 450px;
    height: 35px;
    float: right;
    margin: 65px 19px 0 0;
    font-weight: bold;
}

#admin-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    position: absolute;
    top: 1px;
    z-index: 100;
    right: 0px;
}

#admin-menu li {
    margin: 0 15px;
    float: left;
}

#admin-menu a,#admin-menu a:visited {
    color: #464646;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

#admin-menu a:hover {
    color: #fff;
}

.login {
    border: 1px solid #dfd5c7;
    width: 300px;
    padding: 20px;
    margin: 20px 0 10px 275px;
    height: auto;
}

.login .submit {
    width: auto;
    text-align: left;
    margin-left: 65px;
}

.login .login-label {
    float: left;
    text-align: left;
}

.login .login-field {
    margin-left: 65px;
    height: 6px;
    text-align: left;
}

.login .login-field-div {
    margin-bottom: 14px;
    text-align: left;
}

.login .errors {
    color: #FF0020;
    font-size: 11px;
    margin-left: 65px;
    text-align: left;
}

.login .general_errors {
    color: #FF0020;
    font-size: 11px;
    margin-left: 65px;
    margin-bottom: 5px;
    text-align: left;
}

.newpassword {
    border: 1px solid #dfd5c7;
    width: 320px;
    padding: 20px;
    margin: 20px 0 10px 275px;
    height: auto;
}

.newpassword .submit {
    width: auto;
    text-align: left;
    margin-left: 110px;
}

.newpassword .newpassword-label {
    float: left;
    text-align: left;
}

.newpassword .newpassword-field {
    margin-left: 110px;
    height: 6px;
    text-align: left;
}

.newpassword .newpassword-field-div {
    clear: both;
    margin-bottom: 14px;
    text-align: left;
}

.newpassword .errors {
    color: #FF0020;
    font-size: 11px;
    margin-left: 110px;
    text-align: left;
}

.newpassword .general_errors {
    color: #FF0020;
    font-size: 11px;
    margin-left: 110px;
    margin-bottom: 5px;
    text-align: left;
}

/*=== Misc. ===*/
.center {
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.center,img[align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,img[align="left"] {
    float: left;
    margin: 2px 10px 5px 0px;
}

img.alignright,img[align="right"] {
    float: right;
    margin: 2px 0px 5px 10px;
}

.clear {
    clear: both;
}

pre.code {
    border: 1px dashed #aaa;
    font-size: 75%;
    padding: 5px;
    color: #404040;
    background: #F1F1FF;
    overflow: auto;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

#breadcrumb {
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: 1px solid #dfd5c7;
    width: 558px;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
    height: auto;
}

#admin_overview_list {
	width: 891px;
}
	
.row_header {
    background-color: #90ABC6;
    color: #fff;
    height: 30px;
}

.row_header th {
    padding-left: 20px;
    padding-right: 20px;    
}

.row_odd {
    background-color: #fff;
    color: #000;
    height: 30px;    
}

.row_even {
    background-color: #E0E0E0;
    color: #000;
    height: 30px;    
}

.col {
    padding-left: 20px;
    padding-right: 20px;	
}

#content #wrapper-admin .entry{
    border: 1px solid #dfd5c7;
    width: 850px;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
    height: auto;
    text-align: left; 
}

#wrapper-admin .entry .comment-field {
    margin-left: 100px;
    height: 6px;
    text-align: left;
}

#wrapper-admin .entry .comment-field-labels {
    margin-left: 100px;
    height: 50px;
    text-align: left;
}

#wrapper-admin .entry .comment-field-icon {
    margin-left: 100px;
    height: 210px;
    text-align: left;   
}

#wrapper-admin .entry .upload-button {
    width: auto;
    margin: -20px 0 20px 100px;
    text-align: left;
}

#wrapper-admin .entry .errors {
    color: #FF0020;
    font-size: 11px;
    margin-left: 100px;
    margin-top: 2px;
    text-align: left;    
}

.preview-button {
	float: right;
	cursor: pointer;
}

.right-button {
	float:right;
	margin-right: 20px;
	margin-top:-20px;
	height: 20px;
}

.icon {
    border: none;
    height: 16px;
    width: 16px;
}

