#header {
  background-image: url('http://veda.wikidot.com/local--files/images/topart.jpg');
  height: 14em;
}

#login-status{
  right: 1em;
  top: 150px;
}

#top-bar {
  background-color: transparent;
  border-bottom: 1px solid rgb(222,211,198);
}

a {
    color: #3a6391;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #000000;
	background: transparent;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #3a6391;
}


#header h1 a {
  color: white;
  font-size: 260%;
}

#header h2 {
	top: 80px;
	position: absolute;
	padding: 10px 30px;
        left: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 115%;
	background: transparent;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#main-content {  
  padding: 0.5ex 1em 1em 1em;
  font-size: 120%;
}

#main-content p{
  line-height: 1.5em;
}

#page-title{
  margin: 0em 0 0.5em 0;
}

/* TABS */

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
    background-image: url(http://mavtech.pl/~quake/wikidot/images/yuitabs.png);
}

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border-color: #a3a3a3;
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#700 url(http://mavtech.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#d88 url(http://mavtech.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1300px;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}

.yui-navset .yui-content {
    background:rgb(245,245,245); /* content background color */
}

#toc{
	font-size: 84%;
}

#toc.floatright{
	margin: 1em 0em 0em 1em;
}
#toc.floatleft{
	margin: 1em 1em 0em 0em;
}

blockquote{
    background: transparent url(http://veda.wikidot.com/local--files/images/start_quote.gif) left top no-repeat;
	border: 0px solid #999;
    padding: 0 28px; 
    line-height: 1.0; 
    color: #3366CC;
    font-size: 14px; 
    font-weight: bold; 
    text-align: left; 
    font-family: Georgia, sans-serif; 
}

div.backlinks-module-box li{
    list-style: desc;
    float:left;
    margin: 0px 30px 0px 0px;
    padding:0px;
}

/* TEXT BOXES */
.table-main{
    background:#F3F2EB;
    border-left:1px solid #E6DFCF;
    border-right:2px solid #E6DFCF;
    border-bottom:3px solid #E6DFCF;
    border-top:none;
    margin-bottom:1em;
    -moz-border-radius-topright:1em;
    -webkit-border-top-right-radius:1em;
    -moz-border-radius-bottomright:1em;
    -webkit-border-bottom-right-radius:1em;
    -moz-border-radius-topleft:1em;
    -webkit-border-top-left-radius:1em;
    -moz-border-radius-bottomleft:1em;
    -webkit-border-bottom-left-radius:1em;
}
.table-title{
    text-align:center;
    font-size:140%;
}
.table-title a{
    color:#222;
}
.table-title a:hover{
    color:#252525;
}
.table-content{
    background:#FFF;
    padding:0 2% 10px;
    -moz-border-radius-topright:7px;
    -webkit-border-top-right-radius:7px;
    -moz-border-radius-bottomright:7px;
    -webkit-border-bottom-right-radius:7px;
    -moz-border-radius-topleft:7px;
    -webkit-border-top-left-radius:7px;
    -moz-border-radius-bottomleft:7px;
    -webkit-border-bottom-left-radius:7px;
}
/* END TEXT BOXES */