/*
 * Copyright (c) 2008 Benjamin Schweizer. All rights reserved.
 */

/* Universalis Std, http://arkandis.tuxfamily.org/adffonts.html */
@font-face {
    font-family: 'UniversalisADFStdRegular';
    src: url('/inc/fonts/UniversalisADFStd-Regular.eot');
    src: local('Universalis ADF Std'), local('UniversalisADFStd-Regular'), url('/inc/fonts/UniversalisADFStd-Regular.woff') format('woff'), url('/inc/fonts/UniversalisADFStd-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'UniversalisADFStdOblique';
    src: url('/inc/fonts/UniversalisADFStd-Oblique.eot');
    src: local('Universalis ADF Std'), local('UniversalisADFStd-Oblique'), url('/inc/fonts/UniversalisADFStd-Oblique.woff') format('woff'), url('/inc/fonts/UniversalisADFStd-Oblique.otf') format('opentype');
}
@font-face {
    font-family: 'UniversalisADFStdBold';
    src: url('/inc/fonts/UniversalisADFStd-Bold.eot');
    src: local('Universalis ADF Std'), local('UniversalisADFStd-Bold'), url('/inc/fonts/UniversalisADFStd-Bold.woff') format('woff'), url('/inc/fonts/UniversalisADFStd-Bold.otf') format('opentype');
}

body {
    margin: 0px;
	font-family: 'UniversalisADFStdRegular', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #333;
    font-size: 1em;
    line-height: 1.4em;
}
h1 {
    margin: 115px 0px 0px 0px;
    font-size: 1.4em;
    font-weight: normal;
}
h2 {
    color: #333;
    margin: 0px;
    font-size: 1.4em;
    font-weight: normal;
}
p { margin: 0px 0px 10px 0px; padding: 0px;}
img { border: none; max-width: 655px; }
a { text-decoration: none; color: #67ae22; }
//a:visited { color: #7CA735; }
a:visited { color: #67ae22; }
a:hover { text-decoration: underline;}
pre { border-left: 2px solid #bbb; padding: 10px; background: #f7f7f7; overflow: hidden; }

hr {
    clear: both;
    border: none;
    border-bottom: 1px dotted #333;
    height: 10px;
    margin: 0px 0px 10px 0px;
}

div.sidebar h2 {
    padding-top: 13px;
    font-size: 1em;
}
div.sidebar ul {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
    font-size: 0.9em;
}
div.sidebar ul li ul {
    padding-left: 22px;
}
div.sidebar ul li ul li:before {
    content: "\00BB \0020";
    position: relative;
    margin-left: -11px;
}

/* wordpress: Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* eof. */
