﻿/* Template design by Vangos Pterneas http://isovitis.qsh.eu */
body
{
    background: #333333 url(../Images/background.jpg) repeat-x top left;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 0.8em;
    font-family: Georgia, Cambria, "Times New Roman" , Times, serif;
}

/* a */
a
{
    color: #a5d4ed;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #4a9ecb;
}

/* Images */
img
{
    border: none;
}

/* Frame */
span
{
    display: block;
    width: 500px;
    font-style: italic;
    padding: 5px;
    margin: -20px 0px 0px 0px;
    background-color: #565656;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Headings */
h2 /* Page heading */
{
    font-size: 2.2em;
    font-weight: lighter;
    font-family: Georgia, Cambria, "Times New Roman" , Times, serif;
    text-align: left;
    font-style: italic;
}

h3 /* Footer heading */
{
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0px 0px -10px 0px;
}

h3 a:hover
{
    text-decoration: underline;
}

h4 /* Links section*/
{
    font-size: 1.5em;
    font-family: Georgia, Cambria, Serif;
}

#language
{
    position: absolute;
    top: 0px;
    margin: 15px 0px 0px 10px;
    font-family: "Trebuchet MS" , "Myriad Pro" , Calibri, Verdana, Helvetica, Arial, Freesans, sans-serif;
}

/* Header contents */
#header
{
    background: transparent url(../Images/header.jpg) no-repeat top center;
    width: 1173px;
    height: 314px;
    margin: 0px auto 0px auto;
}

#logo
{
    width: 284px;
    height: 220px;
    float: left;
    position: relative;
    margin: 0px 0px 52px 150px;
}

#search
{
    float: right;
    height: 25px;
    width: 230px;
    position: relative;
    margin: 15px 137px 0px 0px;
}

.search_box
{
    float: left;
    width: 174px;
    position: relative;
    margin: 3px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
    font-family: Trebuchet MS, FreeSans, Sans-Serif;
    font-size: 11px;
    border: none;
}

.search_image
{
    float: right;
    position: relative;
}

#menubar
{
    width: 450px;
    margin: 0px auto 0px auto;
}

ul
{
    height: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 450px;
}

ul li
{
    height: 32px;
    float: left;
}

ul a
{
    display: block;
    height: 32px;
    padding: 0em;
    text-decoration: none;
    text-indent: -900em;
}

/* Menu items */
#menu_home
{
    width: 68px;
    background: transparent url(../Images/Menubar/home.png) no-repeat top center;
}

#menu_about
{
    width: 81px;
    background: transparent url(../Images/Menubar/about.png) no-repeat top center;
}

#menu_blog
{
    width: 71px;
    background: transparent url(../Images/Menubar/blog.png) no-repeat top center;
}

#menu_portfolio
{
    width: 118px;
    background: transparent url(../Images/Menubar/portfolio.png) no-repeat top center;
}

#menu_contact
{
    width: 101px;
    background: transparent url(../Images/Menubar/contact.png) no-repeat top center;
}

#menu_home:hover, #menu_about:hover, #menu_blog:hover, #menu_portfolio:hover, #menu_contact:hover
{
    background-position: 0px -32px;
    cursor: pointer;
}

/* Main page contents */
#main
{
    width: 923px;
    margin: 0px auto 50px auto;
}

#page
{
    background: transparent url(../Images/grunge.jpg) no-repeat top right;
    width: 600px;
    float: left;
    font-family: "Trebuchet MS" , "Myriad Pro" , Calibri, Verdana, Helvetica, Arial, Freesans, sans-serif;
}

#page_description_home, #page_description_about, #page_description_blog, #page_description_portfolio, #page_description_contact, #page_description_search, #page_description_links
{
    height: 180px;
    margin: 10px 0px 20px 0px;
    padding: 55px 10px 0px 75px;
}

#page_description_home
{
    background: transparent url(../Images/Description/home.gif) no-repeat top left;
}

#page_description_about
{
    background: transparent url(../Images/Description/about.gif) no-repeat top left;
}

#page_description_blog
{
    background: transparent url(../Images/Description/blog.gif) no-repeat top left;
}

#page_description_portfolio
{
    background: transparent url(../Images/Description/portfolio.gif) no-repeat top left;
}

#page_description_contact
{
    background: transparent url(../Images/Description/contact.gif) no-repeat top left;
}

#page_description_search
{
    background: transparent url(../Images/Description/search.gif) no-repeat top left;
}

#page_description_links
{
    background: transparent url(../Images/Description/links.gif) no-repeat top left;
}

#page_content
{
    margin: 0px 0px 0px 75px;
    padding: 0px 10px 0px 0px;
    float: left;
}

/* Sidebar contents */
#sidebar
{
    background: transparent url(../Images/sidebar.png) no-repeat top right;
    width: 323px;
    height: 632px;
    float: right;
    position: relative;
}

#sidebar_feeds
{
    width: 280px;
    height: 85px;
    margin: 0px 0px 40px 30px;
}

#twitter
{
    background: transparent url(../Images/twitter.png) 0px 0px;
    width: 128px;
    height: 75px;
    float: left;
    position: relative;
}

#twitter:hover
{
    background-position: 0px -75px;
}

#rss
{
    background: transparent url(../Images/rss.png) top center;
    width: 150px;
    height: 63px;
    float: right;
    margin: 10px 0px 0px 0px;
    position: relative;
}

#rss:hover
{
    background-position: 0px -65px;
}

.sidebar_content
{
    width: 260px;
    height: 200px;
    margin: 0px 30px 42px 40px;
    padding: 0px 20px 0px 0px;
    color: #000000;
    font-weight: lighter;
    font-size: 0.875em;
}

#sidebar a
{
    color: #000000;
}

/* Footer contents */
#footer
{
    background: #3c3c3c url(../Images/footer.jpg) repeat-x top left;
    position: absolute;
    left: 0;
    right: 0;
    height: 236px;
    min-width: 950px;
    font-size: 0.75em;
}

#footer_content
{
    width: 945px;
    margin: 0px auto 0px auto;
    padding: 0px;
    font-weight: lighter;
    color: #000000;
}

#paper
{
    background: #3c3c3c url(../Images/paper.jpg) no-repeat top center;
    width: 378px; /* 575px total width */
    height: 125px; /* 225px total height */
    float: left;
    margin: 11px 0px 0px 0px;
    padding: 90px 117px 10px 80px;
    font-size: 1.15em;
}

#paper a
{
    color: #333333;
    font-weight: bold;
}

#paper a:hover
{
    color: #181818;
}

#footer_menu
{
    float: right;
    margin: 5px 23px 0px 0px;
}

#footer_links
{
    padding: 40px 0px 0px 0px;
    font-size: 1.4em;
    color: #58a6db;
}

#footer_menu a
{
    color: #58a6db;
}

#footer_menu a:hover
{
    text-decoration: underline;
}

.copyright
{
    text-align: center;
    font-size: 1.15em;
    color: #ffffff;
}

/* Util */
.clear_both
{
    clear: both;
}
