/*
Theme Name: masterdottheme
Theme URI: experigroendse
Description: mein
Version: 0.1
Author: masterdot
Author URI: http://www.experimentalgrounds.de

For the WordPress community (GPL), enjoy it guys.
by Ian Main - e-lusion.com
*/

/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #000000;
	text-align: left;
	}

#sidebar {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.shadow {
	background-color: #CCCCCC;
}

h2 {
	font-size: 12px;
	font-weight:bold;
}
	
legend {
	font-size:14px;
	font-weight:bold;
}	

a, h2 a:hover, h3 a:hover {
	color: #112222;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

ul {
	margin-left:0px;
	list-style-position:inside;
	list-style-type:none;
}
