/*
Theme Name: Surrealness
Theme URI: http://surrealness.org/
Description: A theme designed for the Surrealness Blog, Demonic Angelicism
Author: Lady-Succubus
Author URI: http://surrealness.org/
Version: 1.5.0

This theme is not to be used on any website except those with explicit permission from the author.
*/

/* 'Global' settings */
* { padding: 0; margin: 0;}

html, body {
	background: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Lucida, serif, sans;
	line-height: 1.7em;
	color: #777777;
}

#cheesepuff {
	min-width: 800px;
	background: url(images/cheesepuff.png);
}

#pasta {
	background: url(images/pasta.png);
}

#icicle {
	background: url(images/icicle.png) fixed left top;
}

#page.normal {
	background: url(images/page-bg.png) repeat-y center center;
}

#page.attachment {
}

#lilpriss {
	/* background: url(images/kitty-angel.png) no-repeat center center fixed; */
}

/* Header */
h1 {
	font-weight: normal;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

#header {
	position: relative;
	z-index: 100;
	background: transparent url(images/header-bg.png) repeat-x;
}

#header:hover {
	background-color: #ffffff;
	text-shadow: #000000 0 0 3px;
}

#headerimg {
	display: block;
	position: relative;
	background: url(images/header-img-small.png) no-repeat top center;
	height: 54px;
	padding-top: 22px;
	line-height: 1.5em;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none !important;
	/*width: 949px;*/
	margin: 0 auto;
	color: #000000 !important;
	border: none !important;
}

#headerimgp1 {
	background-image: url(images/header-img.png);
}

#headerimgp2 {
	background-image: url(images/header-img-small.png);
}

#headerimg #blogdescription {
	display: block;
	color: #909090;
	text-transform: lowercase;
}

#headerimg #headerlogo {
	width: 26px; height: 26px;
	position: absolute;
	left: 50%; bottom: -13px;
	margin-left: -13px;
	border: none !important;
	background: url(images/header-logo.png) -26px 0;
	display: block;
}

#headerimg #headerlogo>span {
	width: 26px; height: 26px;
	background: url(images/header-logo.png) no-repeat 0 0;
	display: block;
}

/* Main Area */
#main {
	width: 800px;
	margin: 0 auto;
}

/* Content */
#loop {
	position: relative;
	z-index: 50;
	float: left;
	width: 600px;
	padding: 0 10px 10px;
}

#loop .date {
	padding: 15px 0 0;
	clear: both;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f13aa9;
}

#loop .date .wp-smiley {
	position: relative;
	top: 4px;
	left: -8px;
}

#loop h2.emphasis {
	clear: both;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 15px;
	color: #000000;
}

/* Individual posts */

#loop .post {
	padding: 15px 0 5px;
	clear: both;
}

#loop .date + .post {
	padding-top: 0;
}

#loop h2 {
	font-size: 20px;
	color: #c14fe2;
}

#loop h2 a,
#loop h2 a:visited {
	color: #c14fe2;
}

#loop h2 a:hover,
#loop h2 a:visited:hover {
	text-shadow: #c14fe2 0 0 5px;
}

#loop .post .tags {
	overflow: hidden;
	white-space: nowrap;
	color: #c14fe2;
}

#loop .post .tags a {
	color: #c14fe2;
}

#loop .post .tags a:hover {
	text-shadow: #c14fe2 0 0 3px;
}

#loop .post .entry {
	padding-top: 5px;
	overflow: hidden;
}

#loop .post .more-title {
	font-weight: bold;
	color: #c14fe2;
	display: none;
	text-shadow: #c14fe2 0 0 3px;
}

#loop .post .more-link:hover .more-title {
	display: inline;
}

#loop .post .postfooter {
	padding-top: 2px;
	color: #c14fe2;
	clear: both;
}

#loop .post .postfooter a {
	color: #c14fe2;
}

#loop .post .postfooter a:hover {
	text-shadow: #c14fe2 0 0 3px;
}

#loop .post .postfooter .commentcount {
	padding-left: 16px;
	color: #c14fe2;
/*	color: #db9aee; */
	background: url(images/post-comments-icon.png) no-repeat 0 2px;
}

#loop .post .postfooter .commentcount:hover {
	background-position: 0 -13px;
}

/* Next and Previous links */

#loop  #nextprev {
	padding-top: 10px;
	text-align: center;
}

#loop #nextprev .thispost {
	color: #c14fe2;
	font-weight: bold;
}

#loop #nextprev .thispost.changed {
	font-weight: normal;
	text-shadow: #c14fe2 0 0 3px;
}

#loop  #nextprev  a .stinger {
	display: inline;
}

/* #loop  #nextprev  a:hover .stinger {
	display: none;
} */

#loop  #nextprev  a .nextprevpost {
	display: none;
}

/* loop  #nextprev  a:hover .nextprevpost {
	display: inline;
} */

#loop #nextprev a {
	color: #c14fe2;
}

#loop #nextprev a:hover {
	text-shadow: #c14fe2 0 0 3px;
}

/* Comments */
#loop #comments h3 {
	padding: 15px 0 0;
	clear: both;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f13aa9;
}

#loop #comments .commentlist {
	list-style: none;
	padding-left: 35px;
}

#loop #comments .commentlist .comment {
	padding: 5px 5px;
	position: relative;
}

#loop #comments .commentlist .comment .avatar {
	position: absolute;
	left: -35px; top: 10px;
}

#loop #comments .commentlist .comment .comment-author {
	font-weight: bold;
}

#loop #respond {
	position: relative;
	width: 600px;
}

#loop #respond textarea {
	width: 598px;
	border: 1px #ddd solid;
}

/* Sidebar */
#sidebar {
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	width: 160px;
	padding: 10px;
	list-style: none;
}

#sidebar ul {
	list-style: none;
	padding: 0;
}

#sidebar ul li {
	padding: 0;
}

/* Colors */
#sidebar h2 {
	font-size: 18px;
	color: #8624c7;
	margin-bottom: 5px;
}

#sidebar h2 a,
#sidebar h2 a:visited {
	color: #8624c7;
}

#sidebar li.widget {
	margin-bottom: 10px;
}

/* Footer */
#footer {
	z-index: 90;
	clear: both;
	position:relative;
	top: 1px;
	height: 20px;
	padding: 2px 0 0;
	background: transparent url(images/footer-bg.png) repeat-x;
	color: #c3c8ff;
}
#footer:hover {
	background-color: #ffffff;
	color: #8624c7;
}
#footer:hover a {
	color: #8624c7;
}

#footer .container {
	width: 800px;
	margin: 0 auto;
}

#poweredby {
	float: left;
	width: 600px;
	padding: 0 10px;
}

#copyright {
	float: left;
	width: 160px;
	padding: 0 10px;
	text-align: center;
}

#footer a {
	color: #c3c8ff;
}

#footer a:hover {
	text-shadow: #8624c7 0 0 3px;
}

#footer .footnav {
	padding: 0 5px 0 5px;
}

img#wpstats{
	display:none;
}

/* Global Config of Minor Things (Sorted by Alpha) */

#loop a {
	color: #159ed9;
}

#loop a:hover {
	/* color: #12b812 !important; */
	text-shadow: #159ed9 0 0 3px;
}

#loop a:visited {
	color: #8888cc;
}

#loop a:visited:hover  {
	/* color: #67a667 !important; */
	text-shadow: #8888cc 0 0 3px;
}

#sidebar a {
	color: #597cd1;
}

#sidebar a:hover {
	/* color: #007a00 !important; */
	text-shadow: #597cd1 0 0 3px;
}

#sidebar a:visited {
	color: #9999bb;
}

#sidebar a:visited:hover {
	/* color: #355c35 !important; */
	text-shadow: #9999bb 0 0 3px;
}

a img {
	border: none;
}

#loop input[type=text], #loop input[type=password], #loop textarea, #loop select {
	border: 1px #ddd solid;
}

em {
	font-style: italic;
}

#loop img.alignleft, .wp-caption.alignleft {	
	margin: 0 10px 0 0;
	display: inline;
}

#loop img.alignleft + br, .wp-caption.alignleft + br {	
	display: none;
}

#loop img.alignright, .wp-caption.alignright {
	margin: 0 0 0 10px;
	display: inline;
}

#loop img.alignright + br, .wp-caption.alignright + br {	
	display: none;
}

#loop .aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}

#loop .alignleft {
	float: left;
}

#loop .alignright {
	float: right;
}

#loop blockquote {
	padding: 5px 5px 5px 100px;
	color: #ae0076;
	font-family: Georgia, Times New Roman, sans;
	background: url(images/kiwi.png) no-repeat 15px 10px;
	min-height: 64px; /* Image height: 59px */
}

img.bordered {
	border: 1px black solid;
}

#loop .wp-caption {
	position: relative;
	width: auto !important;
}

#loop .wp-caption-text {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background: url(images/transparent.png);
	width: 100%;
	border-top: 1px solid #ffffff;
	position: absolute;
	bottom: 0; left: 0;
	display: none;
}

/* #loop .wp-caption:hover .wp-caption-text {
	display: block;
} */

code, pre {
	font-family: "Courier New", Courier, monospace;
	color: #FF55C2;
}

h2, h3, h4, h5, h6 {
	display: block;
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	clear: both;
}

h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #cca76e;
	margin: 10px 0 5px;
}

h4 {
	font-style: normal;
	color: #cca76e;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

h5 {
	color: #cca76e;
	font-size: 13px;
	font-style: italic;
}

h6 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

ol, ul {
	padding-left: 2em;
}

#loop .wp-smiley {
}

strong {
	font-weight: bold;
}

/* Widget Styles */
#sidebar .widget_da_nav {
	width: 180px;
	position: relative;
	left: -10px;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: 100;
	overflow: hidden;
}
#sidebar .widget_da_nav ul {
	list-style: none;
	padding: 0; margin: 0;
}
#sidebar .widget_da_nav .menu a,
#sidebar .widget_da_nav .menu .current,
#sidebar .widget_da_nav .menu .searchformbox {
	padding-left: 8px;
	width: 172px;
}
#sidebar .widget_da_nav .menu ul a,
#sidebar .widget_da_nav .menu ul .current,
#sidebar .widget_da_nav .menu ul .searchformbox {
	padding-left: 16px;
	width: 164px;
}
#sidebar .widget_da_nav .menu ul ul a,
#sidebar .widget_da_nav .menu ul ul .current,
#sidebar .widget_da_nav .menu ul ul .searchformbox {
	padding-left: 24px;
	width: 156px;
}
#sidebar .widget_da_nav .menu ul ul ul a,
#sidebar .widget_da_nav .menu ul ul ul .current,
#sidebar .widget_da_nav .menu ul ul ul .searchformbox {
	padding-left: 32px;
	width: 148px;
}
#sidebar .widget_da_nav .menu ul ul ul ul a,
#sidebar .widget_da_nav .menu ul ul ul ul .current,
#sidebar .widget_da_nav .menu ul ul ul ul .searchformbox {
	padding-left: 40px;
	width: 140px;
}
#sidebar .widget_da_nav .menu ul ul ul ul ul a,
#sidebar .widget_da_nav .menu ul ul ul ul ul .current,
#sidebar .widget_da_nav .menu ul ul ul ul ul .searchformbox {
	padding-left: 48px;
	width: 132px;
}
#sidebar .widget_da_nav .menu ul ul ul ul ul ul a,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul .current,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul .searchformbox {
	padding-left: 56px;
	width: 124px;
}
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul a,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul .current,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul .searchformbox {
	padding-left: 64px;
	width: 116px;
}
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul ul a,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul ul .current,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul ul .searchformbox {
	padding-left: 72px;
	width: 108px;
}
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul ul ul a,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul ul ul .current,
#sidebar .widget_da_nav .menu ul ul ul ul ul ul ul ul ul .searchformbox {
	padding-left: 80px;
	width: 100px;
}
#sidebar .widget_da_nav a {
	display: block;
	height: 17px;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	color: #597cd1;
}
#sidebar .widget_da_nav a:hover {
	text-shadow: #597cd1 0 0 3px !important;
}
#sidebar .widget_da_nav .page_item:hover {
	background: url(images/sidebar-menu-current.png) repeat-y -180px 0;
}
#sidebar .widget_da_nav .current, .widget_da_nav .current_page_item a {
	color: #333 !important;
	display: block;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	background: url(images/sidebar-menu-current.png) repeat-y 0 0 !important;
	text-shadow: #000000 0 0 3px;
	cursor: default;
}
#sidebar .widget_da_nav .spacer {
	height: 10px;
}
#sidebar .widget_da_nav .searchform {
	display: block;
	width: 180px;
}
#sidebar .widget_da_nav fieldset {
	border: none;
}
#sidebar .searchform .searchformbox {
	background: transparent;
	border: none;
	color: #597cd1;
	font-size: 12px;
}
#sidebar .searchform .searchformbox:hover {
	text-shadow: #597cd1 0 0 3px;
	cursor: pointer;
}
#sidebar .searchform .searchformbox:focus {
	text-shadow: none;
	border-top: 1px #597cd1 solid;
	border-bottom: 1px #597cd1 solid;
	border-left: none;
	border-right: none;
	cursor: text;
}
#sidebar .searchform .searchformsubmit {
	display: none;
}