/*
Theme Name: Unenkulkija.net commericial template
Theme URI: http://www.unenkulkija.net
Author: Advertisiment Agency Studio Tulimeri
Author URI: http://www.studio-tulimeri.com
Description: Professional and personal template for the client site Unenkulkija.net
Version: 4.1 
License: All rights reserved
Tags: Dark, forest, wolves, moon, night
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* =Structure
----------------------------------------------- */

body
{
 background:#000 url('/wp-content/themes/unenkulkija/img/commonback.jpg') top left repeat-x;
 margin:0px;
 padding:0px;
 color:#0a2f43;
 font-family:Arial;
 font-size:14px;
}

#header
{
 background:#03090c url('/wp-content/themes/unenkulkija/img/headermenu.jpg') top left no-repeat;
 width:1099px;
 height:282px;
 position:Relative;
}

#page
{
 width:1076px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:30px;
}

.bodyfront
{
 width:1099px;
 background:url('/wp-content/themes/unenkulkija/img/bodyfront.jpg') no-repeat top left;
}

.bodyback
{
 width:1099px;
 background:url('/wp-content/themes/unenkulkija/img/bodyback.jpg') repeat-y;
}

.subback
{
 width:1099px;
 margin-left:auto;
 margin-right:auto;
 font-size:12px;
}

.document A
{
 color:#4298c5;
}

.document A:hover
{
 color:#74CBF8;
}

.document H1
{
 font-size:21px;
 margin-bottom:30px;
 display:block;
 color:#4298C5;
}

.document H2
{
 font-size:16px;
 font-weight:bold;
 color:#4298C5;
 margin-bottom:10px;
}

.document .articleCategoriesList
{
 margin-bottom:20px;
}

.document .articleCategoriesList LI
{
 margin-bottom:5px;
 list-style-type: disc;
 margin-left:20px;
 color:#71B0D1;
}

.document .articleCategoriesList LI A
{
 color:#71B0D1;
}

.document .articleCategoryPosts
{
 margin-bottom:20px;
}

.document .articleCategoryPosts LI
{
 margin-bottom:5px;
 list-style-type: disc;
 margin-left:20px;
 color:#71B0D1;
}

.document .articleCategoryPosts LI A
{
 color:#71B0D1;
}

.document
{
 width:890px;
 line-height:20px;
 margin-left:auto;
 margin-right:auto;
 color:#19455B;
}

.entry-meta
{
 color:#316F8F;
}

.document P
{
 margin-bottom:20px;
}

.document B      { font-weight:bold; }
.document STRONG { font-weight:bold; }
.document I      { font-style:italic; }
.document EM     { font-style:italic; }

.copyright
{
 text-align:center;
 color:#4298C5;
 line-height:20px;
 margin-top:30px;
}

.cutline
{
 width:890px;
 height:22px;
 background:url('/wp-content/themes/unenkulkija/img/cutline.jpg') repeat-x;
 margin-left:auto;
 margin-right:auto;
}

.document IMG
{
 border:1px solid #4298C5;
}

#menu
{
 position:absolute;
 top:217px;
 left:95px;
 color:#333;
}

#menu li A
{
 color:#4298C5;
}

#menu li A:hover
{
 color:#B1D5E7;
}

#homebutton
{
 display:block;
 position:absolute;
 left:55px;
 top:45px;
 width:300px;
 height:100px;
 border:none;
}

#wifebutton
{
 position:absolute;
 left:906px;
 top:65px;
 width:63px;
 height:67px;
 display:block;
 border:none;
}

.newshort
{
 color:#87A7B7;
}

/* =Navigation
-------------------------------------------------------------- */

#content nav {
    clear: both;
    overflow: hidden;
    padding: 0 0 1.625em;
}
#content nav a {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.2em;
}
#nav-above {
    padding: 0 0 1.625em;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content nav .meta-nav {
    font-weight: normal;
}

/* Singular navigation */
#nav-single {
    float: right;
    position: relative;
    top: 0px;
    left:0px;
    text-align: left;
    width: 100%;
    z-index: 1;
    font-size:12px;
}
#nav-single .nav-previous,
#nav-single .nav-next {
    float: none;
    width: auto;
}
#nav-single .nav-next {
    padding-left: .5em;
}

