/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
	background: #E8EEF1;
        background-image: url('http://www.blog.welluma.eu/images/light_background_large.png');
        background-repeat: repeat-x;
}
.boxy {
        background: #E8F0F9;
        border: 1px solid #ABD2E9;
        padding: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
}
.infoboxy {
	background-image: url('http://www.blog.welluma.eu/images/infobox_background.png');
        background-repeat: no-repeat;
        padding: 15px;
}
.tagsboxy {
	background-image: url('http://www.blog.welluma.eu/images/tagsbox.png');
        background-repeat: no-repeat;
        padding: 3px;
}
.user-meta {
        background: #eff1f8;
        border-bottom: 1px solid #dedede;
}
.avatar {
        float: left;
        padding: 5px;
}
metadata {
        font-size: 10px;
}
.viewbox {
background: #eded8e;
padding: 5px;
border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.wbasey {
background-color: #FCFFD4;
padding: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}


zite {
	font-size: 16px;
}
relet {
	padding-left: 175px;
}
ul.twitter {
        font-size: 12px;
}
li.twitter-item {
        font-weight: normal;
        font-size: 12px;
}
.bookbox {
        background: #f2f5fa;
        border-top: 2px solid #dcdcde;
        border-bottom: 2px solid #dcdcde;
        padding: 10px;
}
.bookfont {
        margin-left: 110px;
}

#kateg {
font-size: 11px;
font-family: 'Arial Black','Helvetica Neue',Arial,sans-serif;
text-transform:uppercase;
color: #A1CD9C;
}

#kateg a:link {
font-family: 'Arial Black','Helvetica Neue',Arial,sans-serif;
text-transform:uppercase;
color: #A1CD9C;
text-decoration: none;
}

#kateg a:visited {
font-family: 'Arial Black','Helvetica Neue',Arial,sans-serif;
text-transform:uppercase;
color: #A1CD9C;
text-decoration: none;
}



/* misc */
.navigation {
margin-top: 5px;
padding: 1px 0 25px 0;
border-top: 1px solid #ccc;
}

.alignrighty {
float: right;
}

.alignlefty {
float: left;
}
/* end misc */

