BODY {
    padding: 0px; margin: 0px; font-family: Arial,Helvetica,sans-serif;
    font-size: 14px; letter-spacing: 0.5pt;
}
a#logo_link {
    text-decoration: none;
    border: 0px;
}
img { border: 0px; }
a:link, a:visited {
    color: #00BDF6;
    font-weight: bold;
}
a:hover {
    color: #FF3C00;
}
#page {
    width: 910px;
    margin: 0 auto;
}
#header {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #CCCCCC;
}
#sidebar {
    margin-top: 15px;
    width: 300px;
    float: left;
}

#float {
    position:absolute;
}

#sidebar .joke {
    width: 290px;
}
#sidebar h3 {
    margin-left: 20px;
}
#content-right {
    width: 450px;
    float: left;
    text-align: center;
}
#content-left {
    width: 450px;
    float: left;
    text-align: center;
}

#content-left h1 {
    color: #FF3C00;
    font-size: 19px;
}
#content-right h1 {
    font-size: 19px;
    color: #FF3C00;
}
#content {
    width: 600px;
    float: left;
}
#content h1 {
    font-size: 19px;
    color: #FF3C00;
}
#footer {
    clear: both;
    width: 900px;
    text-align: center;
    padding-top: 50px;
    font-size: 12px;
}
DIV.joke {
    margin: 5px;
    background-color: #F7F7F0;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.joke H2, .joke H2 a:link, .joke H2 a:visited {
    font-family: Arial,Helvetica,sans-serifri;
    color: #0065EC;
    text-decoration: none;
    font-size: 17px;
}
.joke H2 a:hover { 
    text-decoration: underline;
    color: #00BDF6;
}

#best_jokes .joke H2 a:link, #best_jokes .joke H2 a:visited  {
    color: black;
}

.joke .tools {
    color: gray;
}
#header #menu {
    width: 100%;
    text-align: right;
}
#header #menu li {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    display: inline;
    margin: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #FF3C00;
}

#header #menu li a, #header #menu li a:link, #header #menu li a:visited {
    color: #00BDF6;
    text-decoration:underline;
}

#header #menu li a:hover{
    color: #FF3C00;
}
.pagination {
    text-align: center;
}
.pagination a {
    margin: 10px;
}
.pagination a:link, .pagination a:visited {
    text-decoration: none;
}
.pagination a img {
    margin-top: -5px;
}
table#nowy_dowcip th {
    text-align: right;
    vertical-align: top;
}
table#nowy_dowcip td {
    text-align: right;
}
table#nowy_dowcip input#nowy_dowcip_submit {
    width: 100px;
}

table#nowy_dowcip input {
    width: 300px;
}
table#nowy_dowcip textarea {
    width: 300px;
    height: 200px;
}

.vote_stars {
    display: inline-block;
}

.star_on {
    display: inline-block;
    width: 11px;
    height: 16px;
    background: #F7F7F0 url(/img/star_on.gif) no-repeat;
    cursor: pointer;
}
.star_off {
    display: inline-block;
    width: 11px;
    height: 16px;
    background: #F7F7F0 url(/img/star_off.gif) no-repeat;
    cursor: pointer;
}
.star_value {
    margin: 10px;
    font-weight: bold;
    color: #FF3C00;
}

#search {
    float: right;
    margin-top: 20px;
    top:0px;
    right: 0px;
    width: 320px;
    
}

#search input {
    color: #FF3C00;
    border: 1px solid #00BDF6;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    display: inline;
}

#search .submit { cursor: pointer }


div.tools {
    padding-top: 10px;
    padding-bottom: 5px;
}

fieldset {
    border: none;
}
