body {
	color: #ccc;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	padding: 0;
	margin: 0;
}

div#title {
	background-color: #fcfcfc;
	margin: 0 10px 0 10px;
	position: relative;
}

div#title em {
	position: absolute;
	right: 1em;
	top: 0.5em;
	font-style: normal;
}

h1 {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}

.wrapper {
	width: 776px;
	margin: 32px auto 0 auto;
	background: white;
	overflow-x: hidden;
	text-align: center;
}

.header{
	height: 96px;
	background-image: url('../../images/header.gif');
	background-repeat: no-repeat;
}

#BookmarksPage{
	width: 760px;
	padding: 32px 32px 0 32px;
	border-top: #DDDDDD 1px dotted;
	overflow: hidden;
}

div.post {
	float: left;
	background: #e2ff6d;
	width: 216px;
	height: 96px;
	overflow: hidden;
	margin: 0 32px 32px 0;
	position: relative;
	display: inline; /* JESUS FUCKING IE */
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 2px 15px;
}
	
div.post:hover{
	-webkit-box-shadow: rgba(0,0,0,.4) 0px 2px 15px;}	
	
	div.post img {

		border: 0;
	}

	div.post p {
		position: absolute;
		bottom: 35px;
		margin: 0;
		padding: 0;
		font-size: 140%;
		font-weight: normal;
		color: #ccc;
	}
	
	div.postInfo {
		width: 216px;
		height: 35px;

		background: #e2ff6d;
		font-style: italic;
		position: absolute;
		bottom: -96px;
	}
	
	div.postInfo a{
		color: #020202;
	}

	div.postInfo a:hover{
		color: #000000;
	}
	
	div.bookmarkTitle{
		padding: 4px 4px 4px 4px;
		color: #4d4d4d;
	}
	
	div.bookmarkLink{
		padding: 0 8px 5px 8px;
		width: 160px;
		position: absolute;
		bottom: 0;
		color: #39401b;
		float: left;
		font-size: 12px;
	}
	
	div.bookmarkGo{
		padding: 0 8px 4px 8px;
		position: absolute;
		bottom: 0;
		right: 0px;
		color: #4d4d4d;
		float: right;
	}
	
div#pages {
	width: 776px;
	height: 64px;
	border-top: #DDDDDD 1px dotted;
	color: #CCCCCC;
	margin: 0;
}

	div.pageInfo {
		float: right;
		color: #888888;
		margin:16px 32px 0 0;
		display: inline;
		font-size: 14px;
	}
		.pageNum{
			font-size: 14px;
			position: relative;
			top:-4px;
		}
		.pageNumTotal{
			font-size: 14px;
			position: relative;
			top:4px;
		}
		.pageNumSlash {
			font-size: 18px;
			color: #DDDDDD;
		}
	
	div.pageLinks {
		float: left;
		margin:22px 0 0 32px;
		font-size: 14px;
	}
	
	
	
	
#whitebox {
	top: 162px;
	left: 0;
	z-index: 10;
	display: none;
	position: absolute;
	padding: 10px;
	margin: -12px auto 0 auto;
	text-align: center;
	width: 600px;
	height: 600px;
}

#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
		max-height: 584px;
		max-width: 584px;
		margin: 0 auto;
		background: #fff url(loading.gif) no-repeat scroll center center;
		border: 16px solid #eee;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
	}

#curtain {
	-webkit-transition: opacity 5s linear;
	z-index: 2;
	background: white;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0 ;
	display: none;
}

.on {
	opacity: .9 !important;
	display: block !important;
}
