/*    
Theme Name: Paper Dream
Description: Exclusive theme for the Paper Dream
Author: Eugen Rochko
Version: 1.0 
. 
This theme is not for further distribution
. 
*/

/* -------------------------------------------------------------- 

Reset default browser CSS.

Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

a img { border: none; }

/* ------------------------------------------------- */

html {
	background: #111;
	height: 100%;
}
body {
	background-color: #111;
	font-family: Arial, sans-serif;
	height: 100%;
	font-size: 15px;
	line-height: 24px;
}
#bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	#bg {
		left: 50%;
		margin-left: -512px; }
}

#wrapper {
	background: url(images/transp2.png);
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
min-height: 100%;
}

#container {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	padding: 100px 0;
}

#nav {
	overflow: hidden;
	margin-top: 2px;
}

#next-link, #subscribe-link {
	display: block;
	float: right;
	width: 299px;
	height: 100px;
	background-color:#111;
	margin-left: 1px;
	text-decoration: none;
}
#subscribe-link {
	background-color: transparent;
}
#prev-link, #last-link {
	display: block;
	width: 299px;
	height: 100px;
	background-color:#111;
	text-decoration: none;
}
#prev-link span, #next-link span, #subscribe-link span, #last-link span {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 279px;
	height: 80px;
	background: url(images/csg-4b8e7339efa68.png) no-repeat top left;
	background-position: 0 0;
	padding-top: 20px;
	padding-left: 20px;
	text-indent: -9999px;
}
#prev-link span {
background:url(images/prev.png) no-repeat top left;
}
#next-link span {
	background:url(images/next.png) no-repeat top left;
}
#subscribe-link span {
	background-position: 0 -300px;
}
#subscribe-link:hover span {
	background-position: 0 -450px;
}
#last-link span {
	background: transparent;
}
#header {
	position: relative;
	margin-bottom: 10px;
}
#pages-sep, #suggest-link, #aboutabout-link {
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	margin-left: 5px;
	margin-bottom: 2px;
}
#about-link {
				color: #ddd;
				text-decoration: none;
				display: block;
				padding: 5px;
				padding-bottom: 9px;
				margin-top: -5px;
				margin-left: -5px;
}
			#subby:hover #about-link, #about-link:hover {
				background-color: #333;
				color: #fff;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
			}
			#subby {
				float: right;
				text-decoration: none;
				text-transform: uppercase;
				color: #ddd;
				font-size: 15px;
				margin-left: 5px;
				margin-bottom: 2px;
			}
			#subby-sub {
				position: absolute;
				right: 0;
z-index:99;
				background: #333;
				padding: 10px 20px;
				padding-top: 20px;
				padding-right: 0;
				color: #ddd;
				display: none;
				-webkit-border-bottom-right-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-moz-border-radius-bottomleft: 5px;
				border-bottom-right-radius: 5px;
				border-bottom-left-radius: 5px;
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				border-top-left-radius: 5px;
			}
			#subby:hover #subby-sub {
				display: block;
			}
			#subby-sub a {
				color:inherit;
				float: left;
				margin-right: 20px;
				text-align: center;
				text-decoration: none;
				font-family: Georgia, "Times New Roman", serif;
				text-transform: lowercase;
				font-style: italic;
			}
			#subby-sub a span {
				display: block;
			}
#suggest-link:hover, #aboutabout-link:hover {
	border-bottom: 2px solid #fff;
	margin-bottom: 0;
}
#site-title {
	font-size: 15px;
	font-weight: bold;
}
#site-title a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
#main-image {
	background-color: #111;
	width: 600px;
	height: 300px;
overflow: hidden;
position: relative;
text-align: center;
}

#main-image img {
width: auto;
height: 300px;
}
#image-title {
position: absolute;
left: 10px;
bottom: 10px;
text-align: left;
}
#image-title a {
color:#fff;
display: block;
padding: 0 5px;
font-weight: bold;
font-size: 15px;
font-family: Georgia, "Times New Roman", serif;
text-transform: lowercase;
text-decoration: none;
background:url(images/transp1.png);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#meme {
position: absolute;
right: 10px;
top: 10px;
}
#page {
	width: 560px;
	padding: 20px;
	background: url(images/transp1.png);
	color: #fff;
}
#footer {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	text-transform: lowercase;
}
#recommendation {
	display: inline-block;
	float: right;
	text-align: right;
max-width: 300px;
	color: #fff;
}
#recommendation a {
	color: inherit;
}
#logo-image {
	vertical-align: middle;
}
#page legend, #page h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: lowercase;
	padding-bottom: 24px;
	font-weight: normal;
}

#page>p {
	margin-bottom: 24px;
}

#page a {
	color: #5445ed;
}

.mc-field-group {
	overflow: hidden;
	margin-bottom: 12px;
}

.mc-field-group label {
	float: left;
	width: 150px;
}

.mc-field-group label[for=mce-EMAIL] {
	font-weight: bold;
}

.mc-field-group input {
	background:#fff;
	border: 1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 2px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", serif;
	color: #555;
}

#mce-responses {
	margin-top: 12px;
	margin-bottom: 12px;
}

#mc_embed_signup {
	margin-bottom: 24px;
}

#mc-embedded-subscribe {
	margin-top: 24px;
	margin-left: 150px;
}

.btn {
	background: #424242;
	display: inline-block;
	padding: 3px 4px;
	color: #ccc;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
}