/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Lucida Grande, sans-serif;
	background: #fff;
	color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

ul li.section-title a#twitter-link {
	font-size: 11px;
	font-family: Lucida Grande, sans-serif;
	font-weight: normal;
	text-transform: none;
}

#content .container a:link { text-decoration: none; color: #fff; border-bottom: #fff dashed 1px; }
#content .container a:active { text-decoration: none; color: #fff; border-bottom: #fff dashed 1px; }
#content .container a:visited { text-decoration: none; color: #fff; border-bottom: #fff dashed 1px; }
#content .container a:hover { text-decoration: none; color: #000; background-color: #fff }
#content .container a.noline:link, #content .container a.noline:active, #content .container a.noline:visited {
	border-bottom: none;
}

#menu .container a:link, #content .container div.black a:link { text-decoration: none; color: #000; }
#menu .container a:active, #content .container div.black a:active { text-decoration: none; color: #000; }
#menu .container a:visited, #content .container div.black a:visited { text-decoration: none; color: #000; }
#menu .container a:hover, #content .container div.black a:hover { text-decoration: none; color: #fff; background-color: #000 }

#content .container div.black a:link, #content .container div.black a:active, #content .container div.black a:visited {
	border-bottom: #000 dashed 1px;
}

a img, #content .container div.black a img { border: none; }

img { border: #000 solid 1px; }

.hide { display: none; }
.show { display: inline; }

#content .container div#peroni-message {
	padding: 60px 0 60px 350px;
}

#menu {
	color: #000;
	width: 215px;
	overflow: auto;
	top: 40px;
//	bottom: 40px;
	left: 0;
	position: fixed;
//	height: 100%;
	background-color: #fff;
	border-right: #000 solid 1px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 12px;
}

#menu ul li.section-title { 
	margin: 0 0 0 -12px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background-color: #ddd;
	}

#menu ul li.active {
	list-style: disc;
	margin: 0;
	}

#content {
    height: 100%;
    margin: 34px 0 0 225px;
    top: 0;
    color: #fff;
}

.container {
    padding: 5px 5px 25px 5px;
}

#menu .container {
    padding: 10px 10px 10px 10px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
}

#content .container div.text {
	background-color: #fff;
	width: 680px;
	padding: 30px 0;
	color: #000;
}

#content .container div.text p {
	width: auto;
	padding: 0 30px;
	font-size: 18px;
	line-height: 26px;
	text-indent: 18px;
}

#content .container div.text p:first {
	text-indent: 0px;
}

p {
    margin: 0 0 9px 0;
}

div.200 {
	width: 200px;
	display: block;
}

div.200 p {
	width: 200px;
}

h1 {
	font-size: 160px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
//	font-style: italic;
	letter-spacing: -5px;
//	color: #fff;
//	margin-top: -8px;
	}

h2 {
	font-size: 90px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
//	font-style: italic;
	letter-spacing: -2px;
//	color: #fff;
	margin: -2px 0 0 -5px;
}

h3 {
	font-size: 36px;
	line-height: 46px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
//	font-style: italic;
}
h4 { font-size: 16px; }

div.black, div.black h1 { color: #000; }

div.dark, div.dark h1 { color: #333; }

.black_bg {
	background-color: #000;
}

div.float-left {
	float: left;
	margin: 0 30px 0 0;
}

.upper {
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#bottomline {
	display: block;
	background: #fff;
	padding: 10px;
	color: #000;
	text-align: center;
	margin: 30px 20px 15px 0;
}

h2 a.none, h2 a.none:visited, h2 a.none:hover {
	border: none;
	background-color: white;
}

.powered_by {
	width: 250px;
	height: 180px;
	margin: 0;
	display: block;
	float: left;
	clear: none;
	border-left: #111 solid 1px;
	padding: 0 0 0 15px;
	font-style: italic;
	color: #888;
}

.powered_by a {
	font-style: normal;
	color: #fff;
}

.headline {
//	font-weight: bold;
//	letter-spacing: 1px;
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}
.feedburnerFeedBlock ul {
	margin: 25px 0 25px 0;
}
.feedburnerFeedBlock ul li {
	width: 250px;
	height: 180px;
	margin: 0 15px 0 0;
	list-style: none;
	overflow: hidden;
	float: left;
	clear: none;
	border-left: #111 solid 1px;
	padding: 0 0 0 15px;
}
.feedburnerFeedBlock ul li div {
	width: 680px;
	display: block;
}
.feedburnerFeedBlock ul li div img {
	clear: both;
}
.feedburnerFeedBlock ul li p.date {
	color: #888;
}
#creditfooter {
	display: none;
}

.clear {
	clear: both;
}

#img-container	{ margin: 0; padding: 0; float: left; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#img-container p.nav {
	background-color: #fff;
	padding: 1px 4px 2px 4px;
	color: #000;
	width: auto;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: 0px;
}

#img-container p.nav a:link#prev, #img-container p.nav a:link#next, #num {
	color: #000;
}

#img-container a.thickbox:link, #img-container a.thickbox:active, #img-container a.thickbox:visited, #img-container a.thickbox:hover { border: 0px; background: none; padding: 0; }
#img-container a.thickbox img { border: #000 solid 1px; }
#img-container a.thickbox:hover img { border: #fff solid 1px; }

.larger { font-size: 16px; text-indent: 16px; }
#content .container p.wider { width: 800px; }

#once { clear: left; }