/*  
Theme Name: Amalie Search & Selection
Theme URI: http://amaliesearch.dk/
Description: Amalie Search tema.
Author: Joen Asmussen
Author URI: http://noscope.com/
Template: proto
Version: 1.0
*/







/**
 * Force scrollbars
 */
html { overflow-y: scroll; }







/**
 * Paragraphs, Plugins & Shortcodes
 */
.si, .flash, .rating, .yt {
	display: block;
	margin: 0 0 1.5em 0;
}

.rating {
	font-family: "Lucida Sans Unicode", "Courier New", Arial, sans-serif;
	font-size: 11pt;
}
.rating span {
	margin-right: 2px;
}





/**
 * Basics
 */
body {
	background: #fff;
	color: #000;
	font: 9pt/1.5em Arial, Helvetica, sans-serif;
}


.widgets {
	margin: 0;
}
.widgets li {
	list-style: none;
}









.post-edit-link {
	position: absolute;
	z-index: 99;
	right: 0;
}














/**
 * Kommentarer
 */
textarea {
	width: 100%;
}
ol.commentlist li {
	list-style: none;
	margin-bottom: 20px;
}
.commentmetadata {
	font-size: 7pt;
}












/**
 * Amalie Styles
 */

html {
	border-top: 1px solid #005177;
}
body {
	border-top: 2px solid #288cbb;
	background: #FFF;
}

a:link, a:active { 	color: #790; }
a:visited { color: #450; }
a:hover { color: #AC0; text-decoration: none; }



h1#logo a {
	display: block;
	background: url(images/logo.gif) no-repeat left top;
	width: 229px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 20px;
}

#top {
	border-bottom: 1px solid #99ccdd;
	position: relative;
	margin-bottom: -1px;
}


#top .widget_text {
	position: absolute;
	top: 20px;
	right: 0px;
	background: #eef4f6 url(images/gradient.jpg) repeat-y left top;
	width: 400px;
	font-style: italic;
	padding: 5px;
}


#site_footer {
	text-align: center;
	font-size: 80%;
	color: #28B;
	width: 100%;
	margin-top: 50px;
	padding-top: 50px;
	clear: both;
}








#sidebar {
	float: left;
	/* width: 176px; */
	width: 25%;
	position: fixed;
}
#main {
	width: 75%;
	float: right;
}
#main .widgets,
#main .post,
#main .page
{
	border-left: 1px solid #9CD;
}

#main .post,
#main .page
{
	min-height: 400px;
}



#sidebar {
	padding-top: 60px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.25em;
	font-size: 90%;
}
#sidebar ul {
	margin: 0;
}
#sidebar li.menu-item a {
	text-decoration: none;
	display: block;
	height: 26px;
	padding-top: 10px;
	padding-right: 20px;
	color: #28B;
	text-transform: uppercase;
}
#sidebar li.current_page_item a, 
#sidebar li.current_page_parent a, 
#sidebar li.current_page_ancestor a,
#sidebar li.menu-item a:hover 
{
	background-color:#EEF4F6;
	color: #0E394D;
}



#main .post, #main .page {
	clear: both;
	padding: 20px;
}



ul#above_content {
	padding: 15px 0;
}

li.breadcrumbs li {
	display: inline;
	font-size: 80%;
	padding: 0 10px;
	background: url(images/breadcrumb_sep.gif) no-repeat right center;
}

li.breadcrumbs .homelink {
	padding-left: 0 !important;
}

li.breadcrumbs li:last-child {
	background: 0 !important;
}



/*
.breadcrumb {
}
.content {
	width: 50%;
	float: left;
	padding-left: 8px;
	line-height: 180%;
	padding-right: 8px;
}
.clipping {
	border-left: 1px solid #9CD;
	width: 100px;
	padding: 8px;
	float: left;
	margin-top: 1px;
	line-height: 180%;
}



.post {
	border-bottom: 1px solid #99CCDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.image {
	margin: 0px 0px 10px;
	border: 1px solid #C8DBE1;
	padding: 5px;
	background: #EEF4F6;
}

*/




































