/*  
Theme Name: Megatel
Description: Megatel wordpress theme redesigned.
Version: 2.0
Author: Kazik Pietruszewski
Author URI: http://www.motorstudio.pl/
Tags: business, IT, xhtml, css, simple, clean, clear
*/

/* general style

#8cc63f - green
#0b4b7a - navy blue

*/
html, body {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: .85em;
    line-height: 1.6em;
    color: #5d5d5d;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5 url('images/bg.gif') repeat-x;
    background-position: top center;
}

a {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #0b4b7a;
}

a:hover {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #8cc63f;
}

input, option, select, textarea {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 1em;
    width: 545px;
    padding: 5px;
    color: #5d5d5d;
    margin: 0;
    background: #fafafa;
    border: 1px solid #dbdbdb;
    background: url('images/input-bg.gif');
}

/*
input, textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
*/

label {
    font-size: 1em;
}

/*
input:focus, textarea:focus {
    border: 1px solid #c0c0c0;
    background: white url('');
}
*/
textarea {
    height: 120px;
    max-width: 545px;
    max-height: 300px;
}

h3 {
    font-size: 1.25em;
    line-height: 1.3em;
}

h2 {
    font-size: 1.8em;
    line-height: 1.3em;
}

h1 {
    font-size: 2.5em;
    line-height: 1.3em;
}

p {
    margin-bottom: .5em;
}


/* layout */
#wrapper {
    width: 100%;
    text-align: center;
}

#content {
    width: 890px;
    margin: auto;
    text-align: left;
}


/* header */

#header {
    width: 890px;
    height: 95px;
    margin: auto;
    background: white;
}

#header .logo {
    padding-top: 12px;
    float: left;
}


#header ul.menu {
    float: right;
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: left;
    padding-top: 20px;
}

#header .powerblog_selected {
    background: url('images/powerblog-selected.gif') no-repeat;
    background-position: 295px 0;
}


#header ul.menu li {
    float: left;
    font-size: 1.5em;
    padding-right: 15px;
    padding-left: 2px;
    background-position: top right;
    list-style: none;
    display: table-cell;
    float: left;
    position: relative;
}


#header ul.menu li a {
    padding: 2px 16px 5px 12px;
    background: url('images/menu-inactive.gif') no-repeat;
    background-position: top right;
    position: relative;
    display: block;
}

#header ul.menu li a:hover {
    color: #8cc63f;
    background: url('images/menu-active.gif') no-repeat;
    background-position: top right;
}


#header ul.menu .selected {
    color: #8cc63f;
    background: url('images/menu-active.gif') no-repeat;
    background-position: top right;
}

#header ul.menu .powerblog,
#header ul.menu .powerblog a,
#header ul.menu .powerblog a:hover {
    background: none;
    padding-right: 0;
}

#header ul.menu #solutions {
    z-index: 100;
}

#header ul.megatel_dropdown {
    margin: 0;
    padding: 35px 2px 5px 2px;
    display: block;
    position: absolute;
    z-index: 99;
    top: -10px;
    width: 95%;
    display: none;
    left: 0;
    border: 1px solid #dfdfdf;
    background: white;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    box-shadow: 0 0 4px #c5c5c5;
    -moz-box-shadow: 0 0 4px #c5c5c5;
    -webkit-box-shadow: 0 0 4px #c5c5c5;

}


#header ul.megatel_dropdown li {
    padding: 0;
    margin: 0;
    float: none;
    position: relative;
    list-style: none;
    display: block;
    background: none;
}

#header ul.megatel_dropdown li a {
    display: block;
    font-size: .45em;
    background: none;
    padding: 3px 0 3px 11px;
    margin: 0;
}

#header ul.megatel_dropdown li a:hover {
    background: none;
}



#header ul.megatel_dropdown .active {
    color: #8cc63f;
}

/* blog */

#blog_menu span {
    display: block;
    padding-top: 20px;
}

#blog_menu a.menu_item {
    width: 179px;
    height: 61px;
    display: block;
    float: left;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
}

#blog_menu a.menu_1 {
    background: url('images/blog-menu-1-off.gif');
}

#blog_menu a.menu_1:hover {
    background: url('images/blog-menu-1-on.gif');
    color: #0b4b7a;
}

#blog_menu a.menu_1_active {
    background: url('images/blog-menu-1-active.gif');
    color: #8cc63f;
}

#blog_menu a.menu_2 {
    background: url('images/blog-menu-2-off.gif');
}

#blog_menu a.menu_2:hover {
    background: url('images/blog-menu-2-on.gif');
    color: #0b4b7a;
}

#blog_menu a.menu_2_active {
    background: url('images/blog-menu-2-active.gif');
    color: #8cc63f;
}

#blog_menu #search {
    background: url('images/blog-search.gif');
    width: 349px;
    height: 61px;
    float: left;
}

#blog_menu .spacer {
    height: 61px;
    width: 1px;
    float: left;
    background-color: #cccccc;
}

.search_box {
    background: url('images/blog-search-box-bg.gif');
    width: 210px;
    margin-left: 20px;
    margin-top: 17px;
    border: 0;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
}

/*
.search_box:focus {
    background: url('images/blog-search-box-bg-focus.gif');
    border: 0;
}
*/

.rss_button {
    margin-top: 16px;
    float: left;
    padding-left: 20px;
}

.search_button {
    margin-top: 16px;
    float: left;
    margin-left: 10px;
    width: 29px;
    height: 29px;
    border: 0;
    background: url('images/button-search.png');
    cursor: pointer;
}

/* articles */

#articles {
    margin-top: 20px;
    float: left;
}

#articles .article_top {
    background: url('images/blog-article-top.gif');
    width: 616px;
    height: 9px;
}

#articles .article_bottom {
    background: url('images/blog-article-bottom.gif');
    width: 616px;
    height: 9px;
}

#articles .article_title {
    background: url('images/blog-article-title.gif');
    width: 616px;
}

#articles .article_title  .title {
    padding: 10px 20px 12px 0;
    color: white;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 1.1em;
}

#articles .article_title a {
    color: white;
}

#articles .article_title  .comments {
    padding: 12px 0 15px;
    width: 69px;
    text-align: center;
    color: #8cc63f;
    font-weight: bold;
    float: left;
}

#articles .article_title  .comments a {
    color: #8cc63f;
}

#articles .article_title_bottom {
    background: url('images/blog-article-title-bottom.gif');
    width: 616px;
    height: 9px;
}

#articles .article_content {
    background: url('images/blog-article-bg.gif');
    width: 616px;
}

#articles .article_info {
    padding-bottom: 10px;
}

.light {
    color: #aaaaaa
}

#articles .article_content .categories,
#articles .article_content .author,
#articles .article_content .date {
    color: #aaaaaa;
}


#articles .article_content .tags {
    text-align: right;
    margin-top: 20px;
    padding-left: 40px;
}

#articles .article_content .tags a {
    background-color: #f5f5f5;
    padding: 5px 10px 5px 10px;
    line-height: 30px;
    white-space: nowrap;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#articles .article_content .tags a:hover {
    background-color: #8cc63f;
    color: white;
}

#articles .article_content .content {
    padding: 3px 30px 30px 30px;
}

a.more-link {
    font-size: 1.5em;
    font-weight: normal;
}

a.more-link:hover  {
    font-size: 1.5em;
    font-weight: normal;
}

.browsing {
    width: 598px;
    background-color: white;
    border: 1px solid #e0e0e0;
    margin: 0 0 10px 9px;
    color: #8cc63f;
}

.browsing .title {
    padding: 10px 10px 10px 20px;
}

.browsing .title h2 {
    font-weight: normal;
    font-size: 2em;
}

#articles .article_content table,
#articles .article_content td  {
    border: 1px solid white;
    border-collapse: collapse;
    background-color: #f5f5f5;
}
#articles .article_content td, th  {
    padding: 5px;
}

/* sidebar */

#sidebar {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    width: 250px;
}

#about_megatel {
    background-color: #ededed;
    width: 250px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#sidebar #about_megatel .content {
    padding: 20px;
    font-size: .95em;
}

#sidebar #tools {
    border: 1px solid #dfdfdf;
    background: white;
    padding: 20px;
    margin-top: 20px;
    background: white url('images/blog-tools-bg.gif') no-repeat;
    background-position: bottom left;
}

#sidebar #tools .toolset {
    padding-bottom: 15px;
}

#sidebar h1 {
    font-weight: normal;
    color: #8cc63f;
    margin-bottom: 5px;
}

#sidebar #tools .archive {
    margin-bottom: 190px;
}

/* navigation */

.navigation_spacer {
    clear: both; padding-bottom: 10px;
}

#navigation {
    clear: both;
    width: 598px;
    margin-left: 8px;
}

#navigation a.previous {
    float: left;
    text-align: center;
    border: 1px solid #dfdfdf;
    width: 292px;
    padding: 18px 0 18px 0;
    display: block;
    background: white;
    margin-right: 5px;
    float: left;
}

#navigation a.next {
    float: left;
    text-align: center;
    border: 1px solid #dfdfdf;
    width: 292px;
    padding: 18px 0 18px 0;
    display: block;
    background: white;
    margin-left: 5px;
    float: right;
}


/* comments */


.commentbox, #commentform {
    width: 558px;
    background-color: white;
    border: 1px solid #dfdfdf;
    margin-left: 8px;
    margin-top: 10px;
    padding: 20px;
}

#commentform h1 {
    font-weight: normal;
    color: #8cc63f;
    margin-bottom: 10px;
}

#commentform input {
    margin-bottom: 20px;
}

#commentform small {
    color: #8cc63f;
    font-size: .9em;
    font-style: italic;
}

#commentform .submit {
    width: 180px;
    height: 40px;
    color: white;
    font-size: 1em;
    background: #8cc63f url('images/submit-bg.gif');
    border: 1px solid #8cc63f;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

}

#commentform .submit:hover {
    background: #afe369 url('images/submit-bg-hover.gif');
    cursor: pointer;
    border: 1px solid #7fb834;
}

.commentmeta {
    float: left;
    width: 200px;
}
.commentmeta .avatar {
    float: left;
    padding-right: 5px;
}

.commenttext {
    float: left;
    width: 350px;
}

/* footer */

#footer {
    padding-top: 10px;
    clear: both;
}

#footer #copyright {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
}

#footer #logos {
    float: right;
    vertical-align: top;
    margin-bottom: 20px;
}


/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/* plugins */

#recaptcha-submit-btn-area {
    margin-top: 20px;
    width: 512px;
}

#recaptcha_table {        
    width: 512px;
}

#smilies_toolbar {
    margin-bottom: 20px;
}


/* not found */

#not_found {
    width: 805px;    
    background: white;
    border: 1px solid #e0e0e0;
    margin: 20px;
    padding: 20px;
}

#not_found h2 {
    font-weight: normal;
    font-size: 2em;
    padding: 0;
    margin-bottom: 10px;

}
