/*************************
primary css for lolsingularity.com
content author: michael katsevman
design cockery: khmer luge
**************************/

/*lollayout*/

html, body {
    margin: 0;
	padding: 0;
	background-color: #336699;
	text-align:center; /* ie sux lol */
}

div#ihasawrapper {
	margin:0 auto;
	width:75%;
	min-width:500px;
	border-left: 36px solid #75A3D1;
	border-right: 36px solid #75A3D1;
}

div#ihasanotherwrapper {
	border-left: 24px solid #AEC8E5;
	border-right: 24px solid #AEC8E5;
	/*border-left: 24px solid #C4DEAB;
	border-right: 24px solid #C4DEAB;*/

	padding: 1.8em;
	background-color: #E9EFF7;
	text-align: left;
}

div#footar {
	position:relative;
	bottom: -1.8em;
	border-top: 2px dotted #333399;
	text-align: center;
}

img.normlol {
	display: block;
	margin:0 auto;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 3em;
	padding-right: 3em;
	border: 1px dotted #333399;
}

/* loltypography */

#topmain p {
	margin-bottom:1em;
	padding:0.4em;
	border-bottom:1px dotted #336699;
	border-top:1px dotted #336699;
	font-family: verdana, sans-serif;
	color:#333399;
}

#verses p:first-letter {color:#336699;font-weight:bold;font-size:16pt}

a {color:#333399;text-decoration:underline;}
a:visited {color:#333399}
a:hover {text-decoration:overline;}

#topmain h1 {
	margin-left: -1em;
	margin-right: -1em;
	margin-top:0;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #AEC8E5;
	color: #333399;
    text-align: center;
    line-height: 1em;
	font-family: "verdana","tahoma","helvetica", sans-serif;
	font-size: 36pt;
	font-weight: bold;
}
#topmain h1:first-child {margin-top: -1em;line-height:1.7em;}

#topmain h2 {
	color:#333399;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20pt;
	letter-spacing: -3px;
	line-height: 70%;
	text-align: center;
	text-decoration: line-through;
}

#footar p {
	font-family: verdana, sans-serif;
	padding-left: 2em;
	padding-right: 2em;
	color: #333399;
	font-size: 0.6em;
}

p.caption {
	text-align: center;
	margin-bottom:1em;
	padding:0.4em;
	border-top:1px dotted #333399;
	border-bottom: none !important;
	font-family: verdana, sans-serif;
	color:#333399;
}

img.lolz {
	display: block;
	margin:0 auto;
	padding-bottom: 0.6em;
	border-bottom: 1px dotted #333399;
}
