/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-03-27 12:00                                                    */
/* Last changed by: Josef Vondracek                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* ARTICLES LIST                                                                        */
/*======================================================================================*/

.articlesList
{
    
}

/*======================================================================================*/

.articlesList .article
{
    width: 536px;
    padding: 12px 0 25px 100px;
    position: relative;
    clear: both;
}

.articlesList .article h1,
.articlesList .article h2
{
    padding: 0 0 7px 0;
    color: #434b4e;
    font-size: 160%;
    text-transform: uppercase;
}

.articlesList .article span.date
{
    width: 51px;
    height: 59px;
    padding: 2px 0 0 0;
    position: absolute;
    left: 33px;
    top: 0;
    background: url(images/article-data-background.png) no-repeat 0 0;
    color: black;
    font-size: 300%;
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
    text-align: center;
}

.articlesList .article span.date strong
{
    color: White;
    font-size: 25%;
}

.articlesList .article p.address
{
    width: 100%;
    padding: 0 0 12px 0;
    margin: 0 0 8px 0;
    display: block;
    border-bottom: 1px solid #ebf0f1;
}

.articlesList .article p.address strong
{
    color: #858f94;
    font-weight: normal;
}

.articlesList .article p.address a
{
    color: #2bbff1;
}

.articlesList .article div.image
{
    width: 140px;
    float: left;
}

.articlesList .article div.image a
{
    
}

.articlesList .article div.image img
{
    padding: 5px;
    background: #dfe9eb;
}

.articlesList .article p.content
{
    width: 396px;
    padding: 10px 0 0 0;
    float: right;
}

.articlesList .articleWithoutImage p.content
{
    width: 100%;
    padding: 0;
}


.articlesList .article p.content a
{
    color: #72d4f6;
}

.articlesList .article p.footer
{
    width: 100%;
    height: 45px;
    padding: 15px 0 0 0;
    display: block;
    clear: both;
    color: #858f94;
}

.articlesList .article p.footer a
{
    color: #858f94;
}

.articlesList .article p.footer span
{
    padding: 4px 0 6px 0;
    display: block;
}

.articlesList .article p.footer span.category
{
    float: right;
}

.articlesList .article p.footer span.category a
{
    
}

.articlesList .article p.footer span.comment
{
    padding: 4px 0 6px 20px;
    float: left;
    background: url(images/comment-link-background.png) no-repeat left 2px;
}

.articlesList .article p.footer span.comment a
{
    
}

.articlesList .article div.bottomBox
{
    width: 488px;
    height: 62px;
    border: 1px solid #dde8eb;
}

/*======================================================================================*/

.articlesList .pagination
{
    width: 680px;
    padding: 8px 0 8px 0;
    margin: 60px 0 0 0;
    clear: both;
    background: #e7f1f4;
    text-align: center;
}

.articlesList .pagination a
{
    width: 26px;
    height: 20px;
    padding: 5px 0 0 0;
    margin: 0 5px 0 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: url(images/pagination-item.png) no-repeat 0 0;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.articlesList .pagination strong
{
    width: 26px;
    height: 20px;
    padding: 5px 0 0 0;
    margin: 0 5px 0 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: url(images/pagination-item.png) no-repeat 0 0;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.articlesList .pagination strong.active
{
background-position:0 -25px;
}
.articlesList .pagination a span
{
    display: inline-block;
    position: relative;
    left: -10000px;
}

.articlesList .pagination a:hover,
.articlesList .pagination a.active
{
    background-position: 0 -25px;
}

.articlesList .pagination a.previous
{
    width: 97px;
    background: url(images/pagination-previous.png) no-repeat 0 -25px;
}
.articlesList .pagination strong.previous
{
    width: 97px;
    background: url(images/pagination-previous.png) no-repeat 0 0px;
}
.articlesList .pagination a.previous:hover
{
    background-position: 0 -25px;
}

.articlesList .pagination a.next
{
    width: 65px;
    background: url(images/pagination-next.png) no-repeat 0 -25px;
}
.articlesList .pagination strong.next
{
    width: 65px;
    background: url(images/pagination-next.png) no-repeat 0 0px;
}

.articlesList .pagination a.next:hover
{
    background-position: 0 -25px;
}

.articlesList .pagination span.space
{
    width: 50px;
    display: inline-block;
}




/*======================================================================================*/
/* ARTICLE DETAIL                                                                       */
/*======================================================================================*/

.articleDetail
{
    
}

/*======================================================================================*/

.articleDetail .article
{
    width: 601px;
    padding: 12px 0 25px 35px;
}
.articleDetail .article.articleWithoutImage p.content
{
    width: 100%;
    padding: 0;
}
.articleDetail .article h1,
.articleDetail .article h2
{
    padding: 0 0 7px 65px;
}

.articleDetail .article p.address
{
    width: 350px;
    padding: 0 0 20px 65px;
    margin-bottom: 20px;
    float: left;
}

.articleDetail .article div.image
{
    width: 220px;
}

.articleDetail .article p.content
{
    width: 380px;
    padding: 0 0 0 0;
}

.articleDetail .article span.footer
{
    width: 100%;
    height: 45px;
    padding: 15px 0 0 0;
    display: block;
    clear: both;
    color: #858f94;
}

.articleDetail .article span.footer a
{
    color: #858f94;
}

.articleDetail .article span.footer span
{
    padding: 4px 0 6px 0;
    display: block;
}

.articleDetail .article span.footer span.category
{
    float: right;
}

.articleDetail .article span.footer span.category a
{
    
}

.articleDetail .article span.footer span.comment
{
    padding: 4px 0 6px 20px;
    float: left;
    background: url(images/comment-link-background.png) no-repeat left 2px;
}

.articleDetail .article span.footer span.comment a
{
    
}

/*======================================================================================*/

.articleDetail .similarArticles
{
    width: 601px;
    padding: 25px 0 25px 0;
    margin: 0 0 20px 35px;
    border-top: 1px solid #ebf0f1;
}

.articleDetail .similarArticles h2
{
    padding: 0 0 15px 0;
    color: #434b4e;
    font-size: 160%;
    text-transform: uppercase;
}

.articleDetail .similarArticles ul
{
    list-style: none;
}

.articleDetail .similarArticles ul li
{
    padding: 0 0 2px 2px;
}

.articleDetail .similarArticles ul li a
{
    color: #2bbff1;
    font-weight: bold;
}

.articleDetail .similarArticles ul li a:hover
{
    
}




/*======================================================================================*/
/* FORM                                                                                 */
/*======================================================================================*/

.form
{
    
}
.form form p
{
  color:red; 
  font-weight: bold; 
}
/*======================================================================================*/
h1
{
    padding: 0 0 8px 43px;
    color: #434b4e;
    font-size: 160%;
    text-transform: uppercase;
}
h2{
  padding:0 0 8px 43px;
}

p
{
    width: 565px;
    line-height: 16px;
    padding: 0 0 20px 43px;
    color: #858f94;
}

/*======================================================================================*/

.form form
{
    padding: 20px 0 40px 0;
}

.form form div.clean
{
    width: 100%;
    height: 20px;
    clear: both;
}

.form form label
{
    width: 113px;
    padding: 10px 12px 0 0;
    float: left;
    color: #858f94;
    text-align: right;
}

.form form span
{
    height: 30px;
    position: relative;
    display: block;
    float: left;
}

.form form strong
{
    padding: 10px 0 0 20px;
    float: left;
    font-weight: normal;
}

.form form span input.text,
.form form span textarea
{
    border: none;
    background: none;
    position: absolute;
    top: 3px;
}

.form form span.textLong
{
    width: 321px;
    background: url(images/form-input-long.png) no-repeat 0 0;
}

.form form span.textLong input
{
    width: 310px;
    position: relative;
    left: 7px;
    top: 7px;
}

.form form div.textarea
{
    width: 490px;
    height: 242px;
    float: left;
    background: url(images/form-textarea.png) no-repeat 0 0;
}

.form form div.textarea textarea
{
    width: 480px;
    height: 232px;
    position: relative;
    left: 6px;
    top: 4px;
    border: none;
    background: none;
}

.form form select
{
    width: 120px;
    margin: 8px 0 0 0;
}

.form form span.upload
{
    width: 221px;
    background: none;
}

.form form span.upload input
{
    width: 220px;
    margin: 6px 0 0 0;
}

.form form span.text
{
    width: 221px;
    background: url(images/form-input.png) no-repeat 0 0;
}

.form form span.text input
{
    width: 210px;
    position: relative;
    left: 7px;
    top: 7px;
}

.form form input.button
{
    width: 77px;
    height: 28px;
    margin: 0 0 0 125px;
    border: none;
    background: url(images/form-button.png) no-repeat 0 0;
}

