/*
		 Chris Coyier
		 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font-size: 55%; background-color: #000000; color: #FFFFFF; font-family: Arial, sans-serif; }

.clear				{ clear: both; }

h1 					{ font-size: 3.0em; text-align: center; padding: 10px 0; }
a			        { text-decoration: none; color: #82ba51; border-bottom: none; }
a:hover             { text-decoration: none; color: #FFFFFF; background-color: #82ba51; border-bottom: none; }

a.img:hover         { background-color: #000000;}  

h2 					{ font-size: 2.4em; font-weight: normal; }
h3					{ font-size: 1.8em; margin-bottom: 8px; }
p					{ margin-top: 0px; margin-bottom: 0px; font-size: 1.4em; }
img					{ border: none; vertical-align: middle; width: 310px; margin: 0 5px 0 5px; }
img.bottom          { margin: 0 0 10px 5px; }
ul					{ list-style: disc inside; margin-left: 10px; margin-bottom: 15px; }
    ul li	    	{ font-size: 1.4em; }

div#page-wrap		{ width: 310px; padding: 0 5px; margin: 0px auto; }
#pre-wrap           { width:100%; text-align:center }
#form               { width:100%; text-align:center }
#slider 			{ width: 310px; overflow: hidden; position: relative; }
#mask				{ width: 1280px; position: relative; left: 0px;}
#mainMenu			{ width: 320px; float: left; }
.article-text		{ width: 320px; float: left; overflow: hidden; }

.headline           { padding: 3px 68px 0 13px; min-height: 60px;}

.entry              { width: 300px; margin: 0 0 15px 0; border: 1px dashed #FFFFFF;} 
pre					{ width: 300px; overflow: auto; font-size: 1.5em; }
