/*
	Theme Name: Enigmaworks
	Description: The infimum theme modified for the Enigmaworks website
	Version: 1
	Author: Suzanne Rozier
*/

/* whole page */
body {
	margin: 0px;
	padding: 0px;
	color: black;
	background: #000000;
	font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}

#body {
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	width: 900px;
	height: 100%;
}

a { text-decoration: none;
color: #000000;}

a:hover { text-decoration: underline;
color: #000000;}

a:visited { text-decoration: none;
color: #000000;}


/* end whole page */

/* header */
#header {
position: relative;
	margin: auto;
	margin-bottom: 0px;
	background-image: url('images/header-bg.png');
	width: 100%;
	height: 161px;
}

#header span {
position: absolute;
top: 0px;
left: 149px;
width: 600px;
height: 119px;
border: 0px;
}


/* end header */

/* convention schedule */

#con-schedule {
	position: absolute;
	top: 130px;
	left: 367px;
	z-index: 1;
	background-color: #FFFFFF;
	border: 3px solid #000000;
	width: 160px;
	height: 215px;
	text-align: center;
overflow: auto;
}

#con-schedule h1 {
	margin-top: 5px;
	font-size: 12pt;
	font-weight: normal;
}

#con-schedule h2 {
font-size: 11pt;
font-weight: normal;
text-align: center;
margin-bottom: 3px;
}

#con-schedule a:hover {
text-decoration: underline;
}

.con {
}

.con p {
	font-size: 10pt;
	font-weight: bold;	
	margin: 0px;
}

.con a {
	color: #000000;
	text-decoration: none;
}

.con a:hover {
	text-decoration: underline;
}

.con .post-meta {
	list-style-type: none;
	line-height: 10pt;
	margin: 0px;
	margin-bottom: 8px;
	text-align: center;
	text-indent: -40px;
}

.con .post-meta-key {
	display: none;
}

#con-wrapper {
width: 150px;
height: 130px;
margin: auto;
overflow: hidden;
text-align: center;
}

/* end convention schedule */

/* convention galleries */

#con-galleries {
	position: absolute;
	top: 130px;
	left: 200px;
	z-index: 1;
	background-color: #FFFFFF;
	border: 3px solid #000000;
	width: 500px;
	height: 317px;
	overflow: hidden;
	text-align: center;
}

#con-galleries h1 {
	margin-top: 2px;
	font-size: 14pt;
	font-weight: normal;
}

#con-galleries .entry {
}

/* end convention galleries */

#content {
	padding: 0px;
	width: 100%;
	position: relative;
	background-image: url('images/content-bg.png');
	background-repeat: repeat-y;
	min-height: 450px;
}

/* left (Luke's side) */

#left {
	width: 450px;
	border: 0px;
	background-image: url('images/left-bg.png');
	background-repeat: no-repeat;
	background-color: #000000;
	color: #FFFFFF;
	}
	
#left a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#left h1 {
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
}

#left .post {
	padding-top: 70px;
	padding-bottom: 20px;
	width: 367px;
}

#left .entry {
	text-align: center;
margin-left: auto;
margin-right: auto;
}



/* end left side */


/* right (Mark's side) */

#right {
	width: 450px;
	border: 0px;
	background-image: url('images/right-bg.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	}
	
#right a, a:visited {
	color: #000000;
	text-decoration: none;
}

#right a:hover {
	color: #000000;
	text-decoration: underline;
}

#right h1 {
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
}

#right .post {
	padding-top: 70px;
	padding-left: 85px;
	padding-bottom: 20px;
	width: 365px;
}

#right .entry {
	text-align: center;
margin-left: auto;
margin-right: auto;
}

/* end right side */

/* pagenav */

#right .pagenav {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 8px;
}

#left .pagenav {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 8px;
}

.page_item {
	float: left;
	margin-left: 30px;
	font-size: 13pt;

	}

/* Images */

.ngg-widget {
	text-align: center;
}

/* footer */
#footer {
	background-color: #FFFFFF;
	border-top: 3px solid #000000;
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	text-align: center;
}
/* end footer */
