/*
Theme Name: Art by Aron Theme
Description: The theme for www.artbyaron.com.
Version: 1.0
Author: Philipp Adaktylos

*/


a:link, a:visited, a:active, a:focus {
    text-decoration: underline;
    color: #666666;
}

a:hover {
    color: #333333;
}

#active {
    color: #333333;
}

body {
    color:#666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style:normal;
	font-size: 0.7em;
	background-color: #FFFFFF;
}

#center {
    position: relative;
    overflow: hidden;
}

#content {
    background: url(images/hline.png) no-repeat;
    width: 537px;
    min-height: 400px;
    margin: 0 104px 0 118px;
    padding: 20px;
}

#footer {
    text-align: center;
}

#header {
    position: relative;
    background: url(images/header.jpg) no-repeat;
    width: 800px;
    height: 80px;
} 

#headerImage {
    position: absolute;
    top: 20px;
    left: 119px;
}

#lang_sel {
    float: right;
}

#langSwitcher {
    height: 40px;
}

#page {
    margin: 0 auto;
    width: 800px;
}

#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 14px 0 0 0;
    font-size: 0.9em;
    width: 118px;
    color: #666666;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active, #sidebar a:focus {
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

#sidebar a:hover {
    color: #333333;
}

.sidebarItem {
    margin: 8px; 
    text-align: right;
}

#splash {
    position: absolute;
    bottom: 0;
    right: 0;
}

