/*
Theme Name: Easy Biz
Description: Used to style the TinyMCE editor.
*/

* {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

h3 {
    clear: both;
}

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

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

#main {
    background: #fff;
}

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

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

#content table {
    border: 1px solid #5f5f5f;
}

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

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

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

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

dt {
    font-weight: bold;
}

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

pre {
    color: #222222;
    line-height: 18px;
    overflow: auto;
}

ol a {
    color: #35a5d1;
}

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

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

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: 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;
    max-width: 560px !important; /* prevent too-wide images from breaking layout */
    text-align: center;
}

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

.entry-utility {
    padding: 1px 18px 0 5px;
}

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

.short-post {
    background: url("images/welcome_bg.png") 0 0 no-repeat;
    font-size: 11px;
    height: 198px;
    padding: 3px 0 6px 15px;
    width: 575px;
}

.short-post p {
    line-height: 1.65;
}

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

.post h2 {
    font-size: 14px;
    font-weight: bold;
}

.post-title {
    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 0 5px;
}

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

.post-content h4 {
    font-size: 12px;
    padding: 23px 0 6px;
}

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

.post-content ul {
    padding-bottom: 13px;
}

.post-content ul li {
    list-style-type: none;
    padding: 8px 5px 6px;
}

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

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

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

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

.sticky {

}

.bypostauthor {

}