/* =========================== Widths =========================== */

* {
	padding: 0;
	margin: 0;
}
#wrapper {
	min-width: 650px;
	max-width: 780px;
	/* Entire blog width */
}
body {
	color: #333;
	padding: 0 1.5em;
	background: #D54290 url('../../images/bg-skirt.gif');
}

#main {
	width: 69%;				/* Main column width */
	float: left;
}

.hidden { display: none !important; }

#menu a, #sidebar a, .entry-meta,
i, em, .italic {
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
}
/* ===================== Top menu buttons ===================== */
#nav {
	padding: 0px !important;
	margin: 0 20px !important;
	}

#menu {
	margin: 0;
	width: 780px !important;
	width: 100% !important;
	display: inline !important;
}

#menu li a:link,
#menu li a:visited {
	color: #8A245A;
	padding: 12px 6px 3px 6px;
	background-color: #D54290 !important;
	border: 1px solid #C41D75;
	border-color: #C41D75 #dc77ac #dc77ac #C41D75;
	border-top: 0 !important;
	margin: 0 2px 0px 0;
	display: inline !important;
}

#menu li a:active,
#menu li a:hover {
	color: #000;
	padding: 14px 6px 3px 6px;
	margin-bottom: 0px;
	background: #e9aecd !important;
	border-color: #C41D75;
	border-right: 1px solid #ae1a68;
}
body#index li#current-index a,
body#index #current-index a:visited,
#menu .current_page_item a,
#menu .current_page_item a:visited {
	color: #000 !important;
}

/* ====================== Background/Header ====================== */
.bg {
	xbackground: #C41D75 url('bg.gif') no-repeat 20px 20px;
}

#header {
	height: 200px;
	width: 770px;
	background: url('../../images/masthead-skirt.png') no-repeat 50% 0 !important;
	padding: 0;
	margin-bottom: 4px;
	position: relative;
}

#header a#logo {
	top: 7px;
	left: 24px;
	position: relative;
}

form#searchform {
	float: right;
	text-align: right;
	position: relative;
	vertical-align: bottom;
	width: 145px;
	
	right: 0;
	bottom: 25px;
	margin: 20.25% 15px 3px 0;
	padding: 3px 3px 3px 21px;
	background: url(icons/search.png) 0 50% no-repeat !important;
}
form#searchform:hover {
	background-color: #9d7288 !important;
}

#lowsrc {
	height: 200px;
	background: url('../../images/masthead-skirt-low.gif') 50% 0 no-repeat;
}
/* ========================= Main & Colors ========================= */
.box {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #CCC;
	border-color: #D0D0D0 #BBB #BBB #D0D0D0;
}

/* ====== BEGIN custom end images ====== */

#main .post {
	background: #fff url('corners/corner.gif') no-repeat 103% 101%;
}

body#single .post {
	background: #fff url('corners/ornament.jpg') no-repeat right bottom;
}

body#page .post {
	background: #fff url('corners/corner_yellow.gif') no-repeat right bottom;
}

/* ====== END custom end images ====== */

h2 smallcaps { float: right; }

smallcaps {
	color: #747;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/* ==== CATEGORIES ==== */

.Animation, .Sabotage, .Game, .Website {
	border: 0px solid #d35196;
	background: #e9a8cb;
	background: #d35196;
	padding: 1px !important;
	margin: 1px 0 0 0;
}

.Animation h2, .Sabotage h2, .Game h2, .Website h2 {
	color: #504;
	float: left;
	text-transform: uppercase;
	font: 1.65em 'Futura Heavy', 'Century Gothic', Helvetica, Arial, sans-serif;;
	ffloat: right;
	padding: 0 17px 0 0 !important;
	padding: 0 0 0 17px !important;
	mmargin-right: 50px;
}

.Animation h2 {
	background: url('icons/movie.png') 0% 50% no-repeat;
}

.Sabotage h2 {
	background: url('icons/sabotage.png') 100% 50% no-repeat;
}

.Game h2 {
	background: url('icons/game.png') 100% 50% no-repeat;
}

.Website h2 {
	background: url('icons/webpage.png') 100% 50% no-repeat;
}/* ==== Sidebar text color ==== */

#sidebar,
#secondary,
#copyright {
	color: #a69ca1;
	color: #999;
}

/* ========================= Link Colors ========================== */
p a { font: normal 12px/16px Georgia, Arial, Helvetica, Verdana, sans-serif; }

a { text-decoration: none; color: #915; }
a:active { text-decoration: underline; }
a:visited { text-decoration: none; }

a:hover, a:focus { color: #E6A; }

a.anchor, a[name] {
	background-image: url('icons/anchor.png') left center no-repeat;
	padding-left: 16px;
}

a[target="_blank"], a[target="_new"] { /* ========= External link ========= */
	white-space: nowrap;
	padding: 1px 2px 2px 2px !important;
	margin: -1px -2px -2px -1px !important;
	z-index: 5000;
}
a[target="_blank"]:hover, a[target="_new"]:hover { /* ========= External link ========= */
	color: #915;
	height: 14px !important;
	background: #FFD url('link.gif') 100% 0px no-repeat !important;
	padding-right: 12px !important;
	margin: -1px -10px -2px -2px !important;
	border: 1px solid #FD7;
	text-decoration: none;
	display: inline;
}

/* ========================= Side bar ========================== */
#sidebar {
	width: 31%;
	float: right;
}

#sidebar * {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}

ul.feedz li {
	ffloat: left;
	text-align: right;
}

#sidebar ul.inner li, #sidebar ul.inner .about_text {
	background: #FFF;
	border: 1px solid #CCC;
	border-color: #D0D0D0 #BBB #BBB #D0D0D0;
}

#sidebar ul.inner .about_text {
	background: #FFF url('boudoir.jpg') 100% 100% no-repeat;
}

#sidebar ul.inner li li {
	margin: 0 -10px 0 -12px !important;
	padding: 0;
	text-indent: 0;
	border: 0;
}

#sidebar ul.inner li li li {
	margin: 0 !important;
	padding: 0;
	text-indent: 0;
}

#sidebar ul.inner a { line-height: 1.15em;
	margin: 0 !important;
	padding: 0;
	text-indent: 0;
}

#sidebar li.current_page_item>a,
#sidebar li.current_page_item>a:visited {	/* Only works in modern browsers */
	color: #FFCC00;
	font-weight: bold;
}

.search div { display: inline !important; }

/* ====================== Post Entry Meta ======================= */

.entry-meta {
	font-family: Georgia, Verdana, sans-serif !important;
	padding: 4px 5px 0 5px;
	margin: 8px 0 0 -8px;
	border-top: 1px dotted #CCC;
}

.entry-meta .theCategory, .entry-meta .theTime, .tags { margin: 0 0 0 2px; }

.entry-meta .theCategory {
	background: url('icon_post_category.gif') 0 50% no-repeat;
	padding: 2.5px 0 2.5px 18px;
	}

.entry-meta .theTime {
	background: url('icon_post_date.gif') 0 50% no-repeat;
	padding: 2.5px 0 2.5px 19px;
	}

.tags {
	padding-left: 16px; background: url(../../images/icon_tag.gif) 0 50% no-repeat;
	padding: 2.5px 0 2.5px 16px;
}
.entry-meta a {
	color: #666 !important;
	padding: 1px 2px 1px 2px;
	margin: -1px;
	}

.entry-meta a:hover {
	margin: -2px;
	text-decoration: none;
	border: 1px solid #FF0;
	border-color: #FFD #FE0 #FE0 #FFC;
	background: #FF8;
}/* =========================== Fonts =========================== */
body, p {
	font: normal 12px/16px Helvetica, Arial, Verdana, sans-serif;
}

p { padding: 2px;
	margin: 4px 2px;
}

#nav h1 { float: right; }
#nav h1 a:link,
#nav h1 a:visited {
	color: #FDE;
	padding: 4px 0 0 0;
	margin: 5px 0 0 0;
	font: normal 0.95em/1.625em 'Futura Heavy', 'Century Gothic', Georgia, 'Gill Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#nav h1 a:hover, #nav h1 a:active { color: #FFF; }

h1, h2, h3, h4, h5 { font: normal 2em 'Futura Heavy', 'Century Gothic', Helvetica, Arial, sans-serif;
	margin: 4px 0 2px 0; padding: 1px; }
h2 { font-size: 1.8em; border-bottom: 1px solid #DDD; }
h3 { font-size: 1.5em; margin-bottom: 0; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }


h2 a:link, h2 a:visited {
	color: #333;
}
h2 a:hover, h2 a:focus {
	color: #F8C509;
}
h2 a:active {
	color: #FFE425;
}


object {
	border: 1px solid #CCC;
	border-color: #DDD #CCC #CCC #DDD;
	display: block;
	clear: both;
}
.noteworthy {
	font: 135% "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .0001px; line-height: .0001px;
}

/* Opera can't render &hearts; symbol with Lucida, so set generic font */

@media all and (min-width: 0px) {
	.noteworthy { font: 135% serif;
	font-size: .0001px; line-height: .0001px;}
}

.noteworthy a {
	color: #FF7953 !important;
	font-size: .0001px; line-height: .0001px;
	width: 16px; height: 16px;
	background: url(icons/heart.png) no-repeat;
}

.noteworthy a:hover {
	color: #FF8F6F !important;
}
/* =========================== Various =========================== */
acronym, abbr { border-bottom: 1px dotted #C63; }

strike, del { color: #B6B6B4; color: #BBA; }

ins { color: #D18CB1; color: #A47; color: #423; }

label:hover { color: #000; }
.post-it { 	/* Moderation Message - left image */
	background: url('post-its/notice.png') 20px 50% no-repeat;
	background: url('post-its/post-its.png') 0 100% no-repeat;
	padding-left: 108px;
	margin-right: 0px;
	margin-bottom: 6px;
	min-height: 95px;
}

.notice { /* actual post-it bg for text */
	padding: 4px 2px 1px 1px;
	border: 2px solid #FFE200;
	border-color: #FFE200 #e5d600 #e5d600 #FFE200;
	background: #f2d142 url('post-its/post-it.png') top left no-repeat;
	border-color: #edb800;
	border-width: 0 2px 2px 0;
}

.notice p {
	margin: 3px 2px 3px 8px;
}

blockquote,
pre {
	border-left: 1px solid #D9D9D9;
}

#main p a img {
	border-bottom: 1px solid #915;
}

#main p a img:hover {
	border-bottom: 1px solid #E6A;
}
/* =========================== Search =========================== */

form.search  {
	background: url(icons/search.png) 4px 55% no-repeat !important;
	/*
	position: relative;
	display: inline;
	text-align: right;
	float: right;
	vertical-align: bottom;
	padding: 3px 3px 3px 21px;
	margin: 20.25% 15px 3px 0;
	border: 0px solid #060;
	*/
}

.search .inputbox {
	color: #6a3f54;
	padding: 2px;
	width: 145px;
	border: 1px solid #81566b;
	border-color: #6a3f54;
	background: #9d7288;
}

#searchform:hover .inputbox {
	border-color: #C41D75 #dc77ac #dc77ac #C41D75;
}

form.search:hover {
	background-color: #9d7288 !important;
}

.search:hover .inputbox {
	color: #000;
	background: #C41D75;
	background: #d2b8c5;
}

.search-results small {
	font-size: 100%;
}

.search-results small a {
	color: #D18CB1 !important;
	text-decoration: none !important;
}

/* PLUGINS */

.plugins_used { line-height: 1.5em; margin: 2px 0 6px 0; }
.plugins_used img { vertical-align: bottom; }
.plugins_Author { color: #999; }
.plugins_Description { display:none; }