/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-decoration: none; color: #000; background-color: #ffffff;
	background-image: url(http://www.theinstituteofsocialhypocrisy.com/ish.corner.jpg);
	line-height: 12px;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: 0% 0%;
	
	
}

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

a:link { text-decoration: none; color: #333333; }
active a { text-decoration: none; color: #000000; }
a:visited { text-decoration: line-through ; color: #333333; }
a:hover { text-decoration: none; color: #999999; }

a img { border-width:thin;}


#menu {
    font-weight: bold;
	width: 150px;
	left:1px;
	overflow: auto;
	position: fixed;
	height: 100%;
	padding-top: 90px; padding-left: 15px;

}

#menu ul {
    background-color:ffffff;
	list-style: none;
	 margin: 0 0 1px 0;
}

#menu ul li.section-title {
    font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
    font-weight: bold;
}

#content {
    height: 100%;
    top: 0;
	padding-top: 111px; padding-left: 210px;
	
}

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

.hugetext {
	font-family: Helvetica, sans-serif;
	font-size: 60px;
	line-height: 80px;
	font-style: italic;
	background-color: #fff;
	border-bottom: 1px dotted;
	letter-spacing: -1px;
}

.mediumtext {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	background-color: #fff;
}

.smalltext {
	line-height: 12px;
	background-color: #fff;
}

.tinytext {
	background-color: #fff;
	line-height: 11px;
	font-size: 9px;	
}

.container {
    padding: 0px 0px 20px 0px;
}
.imagebehindtext {
	position: absolute;
	top: 0;
	left: 200px;
	z-index: -2;
}

.imagebehindtext:hover {
	z-index: 4;
}


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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }