/* 
    Document   : main
    Created on : 30.1.2010, 8:21:52
    Author     : Roman
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

* {
    margin:0; padding: 0;    
    font-family: arial, sans-serif;
}

body {
    background: black url(../pictures/body_bg.gif) repeat-x;
    color: #FEEDF5;
}

h1, .active {
    letter-spacing: -0.05em;
    font-size: 50px;
    color: #545454;
}

a.nonactive {
    letter-spacing: -0.05em;
    font-size: 30px;
    color: #FFFFFF;
    text-decoration:underline;
}

a.nonactive:hover {
    text-decoration: none;
    color: #545454;
} 

input, select, textarea {
    background-color:transparent;
    color: #FEEDF5;
    -moz-border-radius: 10px;
    border:1px solid #FEEDF5;
    width:100%;
    padding:3px 10px;
}

.bodytext {
    text-align:right;
    padding-right: 5px;
    vertical-align: middle;
}

textarea.bodytext{
    padding: 3px 10px;
    height:150px;
    text-align:left;
}

.submit {
    width:100px;
    font-size: 18px !important; text-align:center;letter-spacing: -0.05em;
}

p {
    margin-bottom:15px;
}

.nolink {
   color:#FEEDF5; text-decoration:none;
}

#container {
    margin:0 auto;
    width:737px;
    
}

#top {
    width:850px; height: 68px; margin-left: -58px;
    /*background: url(../pictures/logo_top.gif) no-repeat top left;*/
    position:relative;
}

#content, #content_home {
    padding-top:15px;
    width:100%; height:540px;
    background: url(../pictures/content_source.jpg)
}

#content_home {
    background: url(../pictures/content_source_home.jpg)
}

#FrogJS  {
    width:470px; height:390px; margin: 0 auto;
}

#home_flash {
    margin:10px 0px 0px 20px;
}

#about, #contact  {
    font-size: 18px !important; text-align:left;letter-spacing: -0.05em;
    width:70%;
    float:left;
    margin-left:30px;margin-top:15px;
}
#contact {
     text-align:left;
}

#bookmarking {
    position:absolute; right: 50px; top:50px;
}

#bookmarking a{
   text-decoration:none;
   color:black;
}

#copyright {
    text-align:center;letter-spacing: -0.05em;
    font-size:12px;
    width:100%; height:155px;
    background: url(../pictures/footer_bg.jpg);
    float: left;
}



#content_blog_top {
    width:100%;
    background: url(../pictures/content_blog_bg_top.jpg) no-repeat;
    min-height: 143px;
    padding-top: 30px;
}

#content_blog {
    background: url(../pictures/content_blog_bg.jpg) repeat-y;
    height: auto;
    padding: 0px;
    padding-left: 30px;
    padding-right: 80px;
    padding-bottom: 15px;
    width: 627px;
    float: left;
}

#content_blog_footer {
    width:100%;
    background: url(../pictures/content_blog_bg_footer.jpg) no-repeat;
    height: 34px;
    float: left;
}

.link_text {
margin: 1px;
font-size:16px;
}
