/*
Theme Name: Viscumalbum Wordpress Theme
Theme URI: http://viscumalbum.ch
Description: <a href="http://web.arto.ch">web.arto.ch</a>.
Version: 1.0
Author: Arto Steiner
Author URI: http://web.arto.ch
*/






/*
	CSS Reset Begin
*/


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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: #7f0000;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
	CSS Reset End
*/





body{
        color:#7f0000;
        font-family: verdana, arial, helvetia, sans-serif;
        background-color:#7f0000;
}

p {
        margin: 1em 0;
}

iframe {
        margin: 1em;
}
em {
        font-style:italic;
}

strong {
        font-weight:bold;
}

h1 {
        font-size:230%;
        text-transform:lowercase;
        margin: 0.5em 0;
}

h1 a{   
        font-weight:normal;
        color:#7f0000;
}

h2{
        font-size:165%;
        text-transform:lowercase;
        margin: 0.8em 0 0.3em 0;
}

h3{
        font-size:140%;
        text-transform:lowercase;
        margin: 0.8em 0 0.3em 0;
}

h4{
        font-size:100%;
        text-transform:lowercase;
        font-weight:bold;
        margin: 0.8em 0 0.3em 0;
}

ul
{
list-style-type: none;
margin-bottom:1em;
}

li
{
background-image: url(/wp-content/themes/viscumalbum/otherimages/bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.3em;
}

#container{
        width:800px;
        margin: 0 auto;
        background-color:#ffffcc;
        border-bottom:7px solid #5b5f00;
}

#container p, #container h1, #container h2, #container h3, #container h4, #container h5, #container h6, #container p, #container blockquote, #container ul{
        margin-left: 15px;
        margin-right: 15px;
}

#container img{
        border-bottom:7px solid #5b5f00;
        border-top:7px solid #5b5f00;
}

#content {
        padding-bottom: 320px;
        background-image: url(/wp-content/themes/viscumalbum/otherimages/mistletoe.jpg);
        background-position: bottom left;
        background-repeat:no-repeat;
}

#menu {
        width:18em;
        float:right;
        text-align:right;
        list-style-type:none;
        background:none;
        text-transform:lowercase;
}

#menu li{
        list-style-type:none;
        background:none;
}

a{text-decoration:none; color:#5b5f00;}
a:hover{color:#7f0000;}

#menu a{text-decoration:none; color:#7f0000;}
#menu a:hover{color:#5b5f00;}

img.alignleft {float:left; margin-right:12px; margin-bottom:12px;}
img.alignright {float:right; margin-right:12px; margin-bottom:12px;}


#footer{
        clear:both;
        width:800px;
        margin: 0 auto;
        padding: 10px 0;
        border-top:1px solid #7f0000;
        font-size:85%;
        text-align:right;
}

#footer a{
        text-decoration:none;
        color: #ffffcc;
}
