/*
Theme Name: LittleDessert
Theme URI: http://www.littledessert.se/
Description: A theme made for LittleDessert, based on the H5 Template
Version: 3.0
Author: Johannes Koggdal
Author URI: http://www.koggdal.se/
Tags: littledessert, html5

	H5 v1.0
	http://diggingintowordpress.com/

	This template was lovingly designed and developed by Jeff Starr, 
	who blogs at perishablepress.com and designs at monzilla.biz.

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html
*/


/* == BASICS == */


header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	background: url('images/main_bg.jpg') top center fixed;
	font: 13px/1.5 'Lucida Sans', Arial, Verdana, sans-serif;
	}
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}
a img { border: 0; }

/* == FONTS == */

/* Graublau Web, A font by Georg Seifert -> www.fonts.info */
@font-face
{
	font-family: 'Graublau Web';
	src: url('fonts/GraublauWeb.otf');
}
@font-face
{
	font-family: 'Graublau Web';
	font-weight: bold;
	src: url('fonts/GraublauWebBold.otf');
}

h1 { font: bold 30px/1 'Graublau Web', Arial, Verdana, sans-serif; }
h2 { font: bold 20px/1 'Graublau Web', Arial, Verdana, sans-serif; }
h3 { font: bold 16px/1 'Graublau Web', Arial, Verdana, sans-serif; }
h4 { font: bold 14px/1 'Graublau Web', Arial, Verdana, sans-serif; }

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #f94875;
	}
a:hover, a:active {
	text-decoration: none;
	color: #8e2943;
	}

/* == HEADER == */

body>header {
	width: 940px;
	margin: 50px auto;
	position: relative;
	}
	body>header h1 { width: 340px; float: left; margin: 0; }
	body>header h1 a {
		display: block;
		text-indent: -99999px;
		margin: 0;
		background: url('images/logo.png');
		width: 340px;
		height: 86px;
		}
	body>header h2
	{
		display: none;
	}
body>header:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* == TWITTER POST == */

section#twitterfeed
{
	background: url('images/twitter.png') no-repeat top right;
	position: absolute;
	right: 0;
	top: 80px;
	padding: 20px 75px 10px 10px;
	text-align: right;
	height: 32px;
	overflow: visible;
}
section#twitterfeed p
{
	background: #fff;
	background: rgba(255,255,255,0.5);
	padding: 10px 15px;
	border: 1px solid #e1dcce;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 11px;
	position: absolute;
	right: 75px;
	top: -15px;
	max-width: 470px;
}
section#twitterfeed p span.date
{
	font-size: 10px;
	color: #999;
	padding-left: 10px;
}
section#twitterfeed p span.point
{
	display: block;
	position: absolute;
	width: 26px;
	height: 14px;
	right: -26px;
	top: 20px;
	background: url('images/twitter_point.png');
}


/* == CONTENT WRAPPER == */

section#content_wrapper
{
	width: 940px;
	margin: 0 auto;
}
section#content_wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* == POSTS == */
section#content
{
	width: 600px;
	float: left;
}
hr
{
	border: 0;
	width: 600px;
	height: 10px;
	background: url('images/separator.png') no-repeat center;
	margin: 40px 0;
}
article header a.cat_img
{
	width: 50px;
	height: 50px;
	padding: 5px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 0 10px 0 0;
}
article header a.cat_img:link, article header a.cat_img:visited {
	background: #f5f3eb;
}
article header a.cat_img:hover, article header a.cat_img:active {
	background: #ffffff;
}
article header a.cat_img img
{
	width: 100%;
	height: 100%;
}
article header p
{
	margin: 10px 0 0 0;;
}
article header p a:link, article header p a:visited
{
	background: #f96895;
	color: #ffffff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}
article header p a:hover, article header p a:active
{
	background: #f94875;
	opacity: 1;
}
article[id*=post-] {
	padding: 10px 0;
	}
article+nav {
	font-weight: bold;
	}
article h1 {
	margin: 0;
	text-shadow: #bbb 1px 1px 3px;
	}
	article h1 span
	{
		font-size: 26px;
		font-weight: normal;
		color: #808080;
		padding-left: 20px;
	}
article section img,
article section object
{
	display: block;
	background: #f5f3eb;
	padding: 9px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
article.postpage img
{
	width: 580px;
}
article section img.wp-smiley
{
	display: inline;
	background: none;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	vertical-align: top;
}
article section object,
article section embed
{
	width: 580px;
	height: 379px;
}
article section a:hover img
{
	background: #ffffff;
}
#content>article>section article header img
{
	display: inline;
	background: transparent;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}

article section ol
{
	padding-left: 20px;
	overflow: hidden;
}
article section ol li
{
	margin: 10px 0 0 0;
}

article ul.ingredients
{
	float: left;
	list-style: none;
	background: #ffffff url('images/ingredients_header.png') repeat-x;
	padding: 19px 0 0 0;
	margin: 0 10px 0 0;
	border: 1px solid #e9e5da;
	font-size: 12px;
	-webkit-box-shadow: 0 0 3px #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
}
	article ul.ingredients li
	{
		padding: 8px !important;
		margin: 0 !important;
		height: 15px;
		border-bottom: 1px solid #e3edfa;
	}
	
#content > nav a:link,
#content > nav a:visited
{
	background: #f96895;
	color: #ffffff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}
#content > nav a:hover,
#content > nav a:active
{
	background: #f94875;
	opacity: 1;
}
#content>article>section
{
	clear: both;
}
article section:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* == ABOUT ME == */

dl.infobox
{
	display: block;
	background: #f5f3eb;
	padding: 9px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
dl.infobox dt
{
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.9;
	margin: 0 10px 0 0;
}
dl.infobox dd
{
	margin: 0 30px 0 0;
	float: left;
}
dl.infobox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

section#aboutme article
{
	margin: 50px 0 0 0;
}
section#aboutme article img
{

	float: left;
	margin: 0 20px 50px 0;
}

/* == CONTACT PAGE == */

#contactform { margin: 30px 0 0 0; }
#contactform fieldset { border: 0; padding: 0; margin: 0; }
#contactform div { float: left; }
#contactform div.name { width: 302px; }
#contactform div.email { width: 298px; }
#contactform div.name input { width: 287px; }
#contactform div.email input { width: 288px; }
#contactform input {
	padding: 4px;
	margin: 0;
	border: 1px solid #dedede;
}
#contactform textarea {
	padding: 4px;
	margin: 5px 0 0 0;
	border: 1px solid #dedede;
	width: 590px;
}
#contactform button {
	margin: 5px 0 0 0;
	float: right;
}

#contactform p.mail_sent {
	padding: 20px;
	background: #cBFFa2;
	margin: 10px 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contactform p.error {
	padding: 20px;
	background: #ed6161;
	color: #fff;
	margin: 10px 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* == NAVIGATION == */

nav {
	text-align: center;
	}
body>header>nav {
	width: 590px;
	float: right;
	margin: 24px 0 0 0;
	}
	body>header>nav ul {
		text-align: right;
		margin: 0;
		}
		body>header>nav li {
			margin: 0 0 0 20px;
			font-weight: normal;
			font-size: 12px;
			display: inline;
			}
			body>header>nav li>a:link,
			body>header>nav li>a:visited {
				text-decoration: none;
				padding: 10px;
				background: #ffffff;
				color: #000000;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				opacity: 0.7;
				border: 1px solid #C0BBAA;
				-webkit-box-shadow: 0 0 5px #ccc;
				-moz-box-shadow: 0 0 5px #ccc;
				box-shadow: 0 0 5px #ccc;
			}
			body>header>nav li>a:hover,
			body>header>nav li>a:active {
				background: #f94875;
				opacity: 1;
				color: #fff;
			}

/* == COMMENTS == */


.avatar
{
	float: left;
	display: block;
	background: #f5f3eb;
	padding: 4px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 8px 0 0;
}


.commentlist {
	padding: 0;
	text-align: left;
	list-style: none;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 0;
	list-style: none;

	}
.commentlist li ol li { 
	margin-left: 20px;
}

.commentlist p {
	margin: 0;
}
.children { padding: 0; }

#postcomment p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	

.commentlist li article header
{
	background: url('images/comment_arrow.gif') no-repeat bottom left;
	padding: 0 0 5px 30px;
	margin: 0 0 -1px 15px;
	position: relative;
	z-index: 20;
}
.commentlist .author
{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.commentlist .url { font-size: 11px; }
.commentlist .date
{
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
}
.commentlist .actions
{
	float: right;
	margin: 0 0 0 0;
	font-size: 11px;
	display: none;
}
.commentlist article:hover .actions
{
	display: block;
}
.commentlist .actions a:link,
.commentlist .actions a:visited
{	
	background: #f96895;
	color: #ffffff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}
.commentlist .actions a:hover,
.commentlist .actions a:active
{
	background: #f94875;
	opacity: 1;
}
.commentlist li article>section {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	padding: 20px;
	margin: 0;
	font-size: 11px;
	position: relative;
}
.commentlist li article>section span.point
{
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 1px;
	left: 15px;
	top: -20px;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
}

.commentlist .approval
{
	background: #fffbd5;
	padding: 5px;
	margin: 0 0 10px 0;
}



/* == COMMENTS FORM == */
#postcomment {
	margin: 10px 0 0 0;
	}
#postcomment fieldset { border: 0; padding: 0; margin: 0; }

#postcomment p.signed-in { font-size: 11px; }

p.gravatar-info { font-size: 11px; margin: 0 0 15px 0 !important; }

#postcomment section.name { width: 33.5%; float: left; }
#postcomment section.email { width: 33.5%; float: left; }
#postcomment section.web { width: 32.9%; float: left; }
#postcomment section label { display: block; color: #000; font-size: 11px; }
#postcomment fieldset section.comment label { display: none; }

#postcomment input {
	padding: 4px;
	margin: 0;
	border: 1px solid #dedede;
	width: 93%;
	}

	
#postcomment textarea {
	width: 98%;
	height: 130px;
	padding: 4px;
	margin: 5px 0 0 0;
	border: 1px solid #dedede;
	}
#postcomment input:focus, #postcomment textarea:focus { border-color: #bebebe; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#respond h3
{
	margin-bottom: 0;
}
#postcomment #submit {
	margin: 5px 0 0 0;
	float: right;
	}


/* == SIDEBAR == */

aside {
	margin: 83px 0 0 10px;
	width: 290px;
	float: right;
	clear: none;
	}
	aside>ul
	{
		margin: 0 0 0 20px;
		padding: 0;
	}
	aside ul#categories
	{
		margin: 0 0 0 10px;
		padding: 0;
	}
	aside ul#categories:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	aside ul#categories li
	{
		float: left;
		margin: 0 0 10px 10px;
	}
	aside ul#categories li a
	{
		background: #f5f3eb;
		padding: 9px;
		border: 1px solid #c0bbaa;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		width: 110px;
		height: 110px;
		text-align: center;
		color: #ffffff;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
		box-shadow: 0 0 5px #ccc;
	}
	aside ul#categories li a:link, aside ul#categories li a:visited
	{
		background: #f5f3eb;
	}
	aside ul#categories li a:hover, aside ul#categories li a:active
	{
		background: #ffffff;
	}
		aside ul#categories li a span
		{
			position: relative;
			top: -32px;
			display: block;
			background: url('images/50transparent_black.png');
			padding: 2px 0 0 0;
			width: 110px;
			height: 25px;
		}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}
			
	aside li#julbak a:link,
	aside li#julbak a:visited
	{
		background: #f5f3eb;
		padding: 9px;
		border: 1px solid #c0bbaa;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		width: 250px;
		height: 59px;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
		box-shadow: 0 0 5px #ccc;
	}
	
	aside li.julbak a:hover,
	aside li.julbak a:active
	{
		background: #ffffff;
	}
			

/* == POLL == */

li#poll
{
	margin: 0 0 50px 0;
}

li#poll h2
{
	margin-top: 0;
}

li#poll ul
{
	padding: 0;
	margin: 0;
}
li#poll ul li
{
	list-style: none;
}
li#poll a:link,
li#poll a:visited
{
	background: #f96895;
	color: #ffffff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}
li#poll a:hover,
li#poll a:active
{
	background: #f94875;
	opacity: 1;
}
.pollbar
{
	border: 0 !important;
}
.wp-polls-ul
{
	margin: 0 !important;
}

#polls
{
	margin: 50px 0 0 0;
}
#polls .poll
{
	width: 50%;
	float: left;
}
#polls .poll:nth-child(odd)
{
	clear: left;
}

/* == FOLLOW == */

#follow
{
	margin: 50px 0 0 0;
}

#follow ul
{
	padding: 0;
	margin: 0;
}
#follow ul li
{
	list-style: none;
	margin: 0 0 10px 0;
}

#follow ul li a:link,
#follow ul li a:visited,
#order:link,
#order:visited
{
	background: #f5f3eb;
	padding: 9px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 250px;
	height: 59px;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

#follow ul li a:hover,
#follow ul li a:active,
#order:hover,
#order:active
{
	background: #ffffff;
}

#order {
	margin: 0 0 10px 20px;
	height: 73px !important;
}

/* == ADVERTISE == */
.ad-box {
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 268px;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
#ads
{
    padding: 0;
}
#ads li
{
    list-style: none;
}


#ads li a:link,
#ads li a:visited,
a.sidebar-box:link,
a.sidebar-box:visited
{
	background: #f5f3eb;
	padding: 9px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 250px;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	margin: 0 0 10px 0;
	line-height: 0;
}


#ads li.info a
{
	line-height: 1.5;
}

#ads li a:hover,
#ads li a:active,
a.sidebar-box:hover,
a.sidebar-box:active
{
	background: #ffffff;
}

#ads .nolink
{
    color: #000;
    font-size: 12px;
}


.advertisements {
	margin: 20px;
}


/* == FOOTER == */

body>footer {
	background: url('images/footer_bg.jpg') top center;
	width: 100%;
	min-height: 100px;
	clear: both;
	margin: 83px 0 0 0;
	}
body>footer>section:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body>footer a:link, body>footer a:visited
{
	color: #f94875;
}
body>footer a:hover,body>footer a:active
{
	color: #ffffff;
}
#footer_top
{
	width: 100%;
	height: 83px;
	background: url('images/footer_bg_top.png') top center;
	position: relative;
	top: -83px;
	margin-bottom: -95px;
	z-index: 100;
}
body>footer>section
{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10000;
}
body>footer>section section
{
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
}
body>footer ul, body>footer ol, body>footer h4, body>footer p
{
	margin: 0;
	padding: 0;
}
body>footer ol, body>footer ul
{
	list-style: none;
}
body>footer h4
{
	font-size: 26px;
	margin: 0 0 10px 0;
	color: #eee;
	text-shadow: #000 0 0 5px;
}

#about_littledessert p
{
	background: #f5f3eb;
	padding: 9px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	font-size: 11px;
}

body>footer li
{
	margin: 0 0 5px 0;
}
body>footer li a:link,body>footer li a:visited
{
	background: #f5f3eb;
	padding: 9px;
	border: 1px solid #c0bbaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
body>footer li a:hover,body>footer li a:active
{
	color: #000000;
	background: #ffffff;
}
body>footer li a span
{
	float: right;
	margin-top: 2px;
	font-size: 10px;
	color: #aaa;
}
section#links
{
	margin: 0;
}
section#copyright
{
	width: auto;
	float: none;
	clear: both;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #444;
	text-shadow: #666 0 0 3px;
}
section#copyright a:link,
section#copyright a:visited
{
	color: #c91845;
}
section#copyright a:hover,
section#copyright a:active
{
	color: #f94875;
}

/* == SEARCH == */

li#search
{
	margin-right: 45px;
}

#search label {
	display: none;
	}
#search input
{
	width: 100px;
	border: 0;
	background: #f0ede6;
	padding: 4px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 3px 0 -3px;
}
#search button
{
	border: 0;
	text-indent: -99999px;
	background: url('images/search.png') 0 0;
	cursor: pointer;
	width: 14px;
	height: 19px;
	padding: 0;
}
#search button:hover
{
	background-position: 14px 0;
}
#search form
{
	display: inline;
	text-decoration: none;
	padding: 10px;
	background: #ffffff;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.7;
	border: 1px solid #C0BBAA;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
#search form:hover
{
	opacity: 1;
}

.searchresults .search_viewmode
{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.searchresults .search_viewmode li
{
	display: inline;
}
.searchresults .search_viewmode li a:link, .searchresults .search_viewmode li a:visited
{
	background: #f96895;
	color: #ffffff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}
.searchresults .search_viewmode li a:hover, .searchresults .search_viewmode li a:active, .searchresults .search_viewmode li a.active
{
	background: #f94875;
	opacity: 1;
}
.searchresults ol
{
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
}

/* == ARCHIVE == */

#archive_filter fieldset
{
	border: 0;
	padding: 0;
	margin: 10px 0;
	border: 1px solid transparent;
}
#archive_filter div
{
	margin: -1.5em 0 0 7em;
}
#archive_filter input
{
	display: none;
}

#archive_filter label
{
	background: #f96895;
	color: #fff;
	padding: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
	cursor: pointer;
	line-height: 1.5;
	margin: 0 5px 5px 0;
	float: left;
}
#archive_filter label:hover,
#archive_filter label.checked
{
	background: #f94875;
	opacity: 1;
	
}

ol.archive_results
{
	list-style: none;
	padding: 0;
	margin: 0;
}


/* == ELEMENTS == */

/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */
