/*
Theme Name: Easy Biz
Theme URI: 
Description: Theme for bussines website.
Author: the BestWebSoft team
Author URI: http://bestwebsoft.com/
Version: 2.0
Tags: gray, blue, white, two-columns, left-sidebar, fixed-width, threaded-comments, sticky-post, translation-ready, custom-menu

License: GNU General Public License
License URI: license.txt
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #5f5f5f;
    color: #5f5f5f;
    font-family: "Tahoma";
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

a img {
    border: none;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
    clear: both;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-size: 8px;
}

ins {
    background: none repeat scroll 0 0 #eee;
    text-decoration: none;
}

@font-face {
    font-family: Verdana;
    src: url("fonts/verdana.ttf");
}

#wrapper {
    padding: 20px 0 0 0;
    margin: 0 auto;
    width: 845px;
    position: relative;
}

/* ---- Header Style ----- */

#header {
    margin: 0 auto;
    width: 845px;
}

#blog-title {
    border: none none;
    height: 74px;
    padding: 25px 20px 0 23px;
    position: absolute;
    top: 76px;
    width: 261px;
    overflow: hidden;
}

#title a {
    text-decoration: none;
    color: #35a5d1;
    text-align: center;
}

#blog-description {
    color: #fff;
    left: 314px;
    position: relative;
    top: 105px;
    width: 200px;
}

/* ---- Search Style ---- */

#searchform {
    display: inline;
    padding: 12px 0 14px;
}

#s {
    margin: 10px 0;
    width: 150px;
}

#searchsubmit {
    margin: 10px 0;
    width: 65px;
}

#searchform2 {
    display: inline;
    float: right;
    padding-top: 119px;
    padding-bottom: 16px;
}

#s2 {
    background: url("images/search_fl.png") top no-repeat;
    border: none;
    height: 24px;
    width: 217px;
    position: relative;
    right: 1px;
    bottom: 1px;
}

#searchsubmit2 {
    background: url("images/search_bt.png") top no-repeat;
    border: none;
    font: 12px Tahoma;
    height: 24px;
    text-align: center;
    width: 74px;
    left: 2px;
    position: relative;
}

#sr {
    padding: 3px 0 10px 5px;
    text-decoration: underline;
    font-size: 14px;
}

#sf {
    text-align: center;
}

.not-found {
    padding-left: 5px;
}
/* ---- Navigation Menu ---- */

#access {
    background: url("images/menu.png") 0 0 repeat;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    padding: 0 11px;
    text-align: center;
    font-family: "Verdana";
}

#access ul {
    list-style-type: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    word-spacing: -.36em;
    display: table;
    width: 100%;
}

#access ul li {
    display: inline-block;
    height: 48px;
    background: url("images/line.png") top right no-repeat;
    position: relative;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    word-spacing: normal;
}

* html #access ul li {
    display: inline;
}

*+html #access ul li {
    display: inline;
}

#access a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 16px;
    padding: 16px 24px;
    background: url("images/line.png") top left no-repeat;
    margin: 0;
    position: relative;
    left: -1px;
}

#access ul li a:hover {
    background: url("images/menu_hover.png") 0 0 no-repeat;
}

#access ul li ul {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 10;
    visibility: hidden;
    background: url("images/menu.png") 0 0 repeat;
}

#access ul li ul li a {
    width: 92px;
}

#access ul ul ul {
    left: 140px;
    top: 0;
    visibility: hidden;
}

#access .current_page_item,
#access .current_page_parent,
#access .current_page_ancestor {
   background: url("images/menu_active.png") 0 0 no-repeat; 
}

/* ---- Content Style ----- */

#main {
    background: #fff;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    margin: 0 auto;
    width: 845px;
}

#container {
    float: right;
    font-size: 12px;
    margin-bottom: 15px;
    width: 602px;
}

#content {
    padding-right: 10px;
    width: 592px; 
    padding-top: 8px;
}

.entry-utility {
    padding: 10px 18px 10px 3px;
}

.entry-utility a {
    color: #35a5d1;
}

.short-post {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(220,222,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,222,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdee2',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c4c4c4;
    border-radius: 7px;
    -moz-border-radius: 7px; 
    font-size: 11px;
    padding: 3px 0 14px 15px;
    margin-bottom: 2px;
    position: relative;
    top: 3px;
    width: 572px;
}

.short-post-title {
    background: url("images/welcome_pic.png") -12px 0 no-repeat;
    bottom: 3px;
    padding-top: 61px;
    position: relative;
    right: 3px;
    width: 268px;
}

.short-post-title a {
    padding: 9px 15px 0 6px;
    color: #35a5d1;
}

.short-post-content {
    padding-right: 10px;
    padding-bottom: 10px;
}

.short-post-content .page-link {
    padding-left: 5px;
}

.short-post-content p {
    line-height: 1.63;
    margin: 0;
    padding-left: 4px;
}

.short-post-content p a {
    color: #5f5f5f;
    font-weight: bold;
    text-decoration: underline;
}

.short-post-content p img {
    margin: -67px -7px 0 0;
}

.post {
    padding-left: 1px;
    padding-top: 10px;
}

.post-meta {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(220,222,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,222,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,222,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdee2',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c4c4c4;
    border-radius: 7px;
    -moz-border-radius: 7px;    
    width: 587px;
    min-height: 71px;
}

.page-title {
    padding: 26px;
    color: #35a5d1;
}

.post-title {
    padding: 9px 15px 0 21px;
    color: #35a5d1;
}

.post-title a {
    color: #35a5d1;
    text-align: left;
    text-decoration: underline;
}

.post-date,
.post-author {
    font-size: 11px;
    padding: 4px 15px 0 21px;
}

 .post-data a,
 .post-author a {
    color: #5f5f5f;
    text-decoration: none;
}

.post-content {
    padding: 1px 18px 5px 4px;
}

.post-content p {
    padding: 12px 0 0;
}

.post-content a {
    color: #5f5f5f;
}

.post-content ul {
    display: table;
    padding: 2px 0 13px;
}

.post-content ul li {
    list-style-type: none;
    list-style-image: url("images/mark_post.png");
    list-style-position: inside;
    padding: 8px 0 6px 9px;
}

.post-content ol {
    padding-left: 4px;
}

.arch {
    color: #35a5d1;
    list-style-type: none;
}

.arch ul {
    list-style-type: none;
}

.arch a {
    color: #35a5d1;
    display: block;
    padding: 5px 0;
}

.sticky {

}

.bypostauthor {

}

/* ---- Comments Style ---- */

#comment {
    width: 85%;
}

#comnum {
    padding-left: 5px;
    padding-bottom: 5px;
}

.comlist li {
    display: block;
    padding-bottom: 10px;
}

.comlist li a {
    color: #35a5d1;
    text-decoration: none;
}

#respond {
    padding: 10px 0 0 10px;
}

#commentform p {
    padding: 5px 0;
}

#commentform p input {
    display: block;
    padding: 5px 0;
}

#commentform a {
    color: #35a5d1;
}

.comment-form-comment label {
    display: block;
    padding: 5px 0;
}

.commentmetadata {
    padding-bottom: 5px;
}

.required {
    color: #35a5d1;
    font-weight: bold;
}

#author,
#email,
#url {
    font-size: 11px;
    height: 13px;
}

#comclos {
    font-size: 14px;
    padding: 10px 0 0 5px;
}

.children {
    padding-left: 20px;
}

.comments-link a {
    color: #35a5d1;
    text-decoration: none;
}

#comments .pingback {
    border-bottom: 1px solid #5f5f5f;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.reply {
    font-style: italic;
    padding-top: 5px;
}

.com_avatar {
    float: left;
    margin-right: 30px;
    width: 64px;
}

.comment-author {
    padding-bottom: 5px;
}

.com_data {
    float: left;
    width: 470px;
}

/* ---- Sidebar Style ---- */

#sidebar_section {
    float: left;
    list-style-type: none;
    padding: 11px 7px 10px 12px;
    width: 224px;
}

#sidebar_section ul {
    list-style-type: none;
}

#sidebar_section li ul {
    padding: 13px 19px 13px 17px;
}

#sidebar_section li a {
    color: #35a5d1;
    text-decoration: underline;
}

#sidebar_section li a:hover {
    text-decoration: none;
}

#sidebar_section .children {
    padding: 0;
}

#sidebar_section .children li {
    padding-bottom: 0;
}

.widget ul li {
    background: url("images/mark.png") no-repeat 10px 8px;
    color: #35a5d1;
    list-style-type: none;
    padding: 4px 0 6px 23px;
}

.widgettitle {
    background: url("images/sidebar_bg.png") top left no-repeat;
    color: #5f5f5f;
    font: bold 12px "Verdana";
    height: 24px;
    list-style-type: none;
    padding: 7px 0 0 39px;
}

.widget_categories ul {
    padding: 12px 19px 13px 17px;
}

.widget_categories ul li {
    background: url("images/mark_cat.png") no-repeat 10px 9px;
    border-bottom: 1.5px dotted #cacaca;
    list-style-type: none;
    padding: 4px 0 5px 23px;
}

.widget_categories ul li:last-child {
    border: none;
}

.widget_categories ul li a {
    color: #5f5f5f !important;
    text-decoration: none !important;
}

.widget_categories ul li a:hover {
    text-decoration: underline !important;
}

.widget .children {
    padding-bottom: 0 !important;
}

#calendar_wrap {
    padding: 12px 20px 14px;
}

#wp-calendar {
    font-size: 12px;
    width: 100%;
}

#wp-calendar td {
    text-align: center;
}

#wp-calendar thead {
    padding: 5px 0;
}

#wp-calendar #today {
    color: #35a5d1;
}

/* ---- CAPTCHA Style ---- */

.cptch_block {
    padding-top: 10px;
}

.cptch_block label {
    font-size: 18px;
    text-decoration: underline;
}

/* ---- Navigation Style ---- */

.navigation {
    color: #35a5d1;
    text-align: center;
}

.navigation a {
    color: #35a5d1;
}

.page-link {
    clear: both;
    color: #5f5f5f;
    font-weight: bold;
    padding: 10px 0 22px 0;
    word-spacing: 0.5em;
}

.page-link a {
    color: #35a5d1;
}

.nav-prev {
    float: left;
}

.nav-next {
    float: right;
}

/* ---- Table Style ---- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#content table {
    border: 1px solid #5f5f5f;
    margin: 15px 0 24px 0;
    text-align: left;
    width: 100%;
}

#content tr th,
#content thead th {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

#content tr td {
    border-top: 1px solid #5f5f5f;
    padding: 6px 24px;
}

blockquote {
    font-style: italic;
    padding: 0 5px;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

blockquote cite {
    color: #35a5d1;
}

dt {
    font-weight: bold;
}

#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 5px;
    margin-left: 15px;
}

#content pre,
#content kbd,
#content tt,
#content var {
    color: #35a5d1;
    font-size: 12px;
    line-height: 21px;
}

pre {
    background: none repeat scroll 0 0 #eee;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    overflow: auto;
    padding: 1.5em;
}

ol a {
    color: #35a5d1;
}

/* ---- Image Style ---- */

.alignright, 
img.alignright {
    float: right;
    padding: 0px 10px 10px 10px;
}

.alignleft, 
img.alignleft {
    float: left;
    padding:13px 20px 0 0;
}

.aligncenter, 
img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.wp-caption {
    background: #f1f1f1;
    margin-bottom: 20px;
    max-width: 560px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}

.wp-caption p.wp-caption-text {
    color: #888;
    margin: 5px;
}

.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
    border: 10px solid #f1f1f1;
    margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb,
.gallery-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 12px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
    padding-top: 4px;
}

/* ---- Footer Style ----- */
#footer {
    background: url("images/footer.png") 0 0 repeat-x #2f618d;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    margin: 0 auto 100px auto;
    width: 750px;
}

#footer ul {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
}

#footer ul li {
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    max-width: 180px;
    padding: 14px 0;
}

* html #footer ul li {
    display:inline;
}


*+html #footer ul li {
    display:inline;
}

#footer ul li a {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    vertical-align: bottom;
}

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

#footer ul ul {
    display: none;
}

/* ---- Clear Style ----- */

.clear {
    clear: both;
}

/* ---- BWS Plugins ---- */
.fcbk_like {
    float: left;
    position: relative;
    top: -1px;
}
