/*  
Theme Name: JurMo.us
Theme URI: ?
Description: A two column theme. Light and simple with red and greys. 
Version: 0.7
Author: Jurriaan Mous
Author URI: http://jurmo.us

Theme last updated: 07.08.06
*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #BBBBBB;
	text-align: center;
	background-color: #222222;
}
p {
	font-size: 1.0em;
	line-height: 1.70em;
	margin: 1.3em 0;
}
ol, ul {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 3em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.9em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color:#AA0000;
}
h1, h2 {
	font-size: 1.5em;
	margin-bottom: 0px;	
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
	margin: 1.3em, 0, 0, 0;
}
a {
	text-decoration: none;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #7A2523;
}
a:hover, a:active {
	color: #AD0000;
}
input, textarea, select {
	border: 1px solid #AAAAAA;
	background-color: #222222;
	color: #DDDDDD;
	font-size: 0.95em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	padding: 3px 3px 3px 3px;
	line-height: 1.2em;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #DEDEDE;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
img {
	margin: 0;
	padding: 7px;
	border: 0;
}


form{
	margin: 0;
	padding: 0px;
	border: 0;
}

.wp-smiley{
	padding: 0px;
}



.small {
	font-size: 0.9em;
	color: #999999;
}



/* Layout */

#wrapper {
	background-color: #000000;
	margin: 0px auto;
	width: 65em;
	text-align: left;
	padding: 10px;
}
#header {
	padding: 0 0 5px;
	background-color: #000000;
	border-bottom: dashed #111111 1px;
	margin: 0 auto;
}

	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 2.0em;
	}
	#header h1 a {
		text-decoration: none;
		color: #CC0000;
	}
	
	
#content {
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 45em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

* html #content {
	overflow: hidden;
	/* So IE won't break things */
}
#sidebar {
	float: right;
	width: 170px;
	font-size: 0.9em;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px;
	background-color: #111111;
	padding-top: 1.6em;
	padding-right: 20px;
	padding-bottom: 2em;
	padding-left: 20px;
	margin: 10px 0;
	border-right: 1px dashed #CC0000;
} 

	/* Lots of sidebar styles, so they're below */

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	padding-top: 15px;
}

	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 7px 5px 5px 5px;
		background-color: #111111;
		border-bottom: 5px solid #CC0000;
		font-size: 0.9em;
		text-align: right;
	}

	
	
/* Sidebar Styles */

#page_item current_page_item {
	color:#000000;
	background-color:#CC0000;
}

#sidebar h2 {
	margin: 0.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #262626;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #262626;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 125px;
} 

#sidebar ul ul li a:hover {
	background-color: #990000;
	color:#FFFFFF;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #262626;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 110px;
} 



/* Blog */

.post {
	margin-bottom: 2em;
	border-bottom: 1px dashed #CC0000;
}
.posttitle {
	width: 100%;
	overflow: auto;
	margin-bottom: 0px;	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 0;
}
.posttitle a:link, .posttitle a:visited {
	color: #FFFFFF;	
}
.posttitle a:hover, .posttitle a:active {
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999999;
	padding-left: 3px;
}
.postentry {
}
.postentry p{
	margin-left: 10px;
}
.postentry a{
	border-bottom-width: thin;
	border-bottom-style: dashed;
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 8px;
	clear: both;
}



/* Comments */

#commentlist_line {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #EEEEEE;
}

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #EEEEEE;
	padding: 1px 20px;
	background-color: #FFF;
	border-bottom: 1px solid #EEEEEE;
}
.alt {
	background-color: #FAFAFA!important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}

/* Live search */

#live-search{
	position: relative;
	float: right;
	top: -0.50em;
	left: 0em;	
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: 0px;
	margin-top: 2px;
	position: relative;
	top: 0.78em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #111111;
	border: 1px solid #868686;
	color: #BBBBBB;
	font-size: 0.85em;
	margin-top: 2px;
	width: 155px;
}

#search input:hover{
	background-color: #111111;
	border: 1px solid #C6C6C6;
	color: #BBBBBB;
}

#search input:focus{
	background: #111111;
}


/* Categories
---------------------------------------------- */

.cats_all {
	display: none;
}

/* LiveSearch
----------------------------------------------- */
.autocomplete {
    position: absolute;
    z-index: 3000;
    padding:4px;
    background: #fdfdfd;
    border:1px solid #aaa;
    width: 188px !important;
    height: auto !important;
    padding-bottom: 0.4em;
    margin-left: -27px;
}
.autocomplete ul {
	list-style-type:none;
	margin:0 ! important;
	padding:0 ! important;
}

.autocomplete ul li {
    list-style-type:none;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.autocomplete ul li.selected { 
	background-color: #EE0000;
	color: #FFFFFF;
}
.autocomplete ul li.more { 
	background-color: #DDDDDD;
}

.autocomplete ul li span.informal {
	display: none;
}

/* Javascript Error Messages
----------------------------------------------- */
.error
{
	text-align:center;
	background:#FFEFEF;
	margin:0.3em;
	padding:0.3em;
	font-size:0.8em;
}

.error a
{
    font-weight:bold;
	background:#efefef;
	padding:0.3em;
}

.error a:hover
{
	background:#fff;
}

/* Javascript Notify Messages
----------------------------------------------- */
.cookienotice
{
	margin-top:2px;
	border:1px solid #aaa;
	padding:0.3em 1em;
	font-size:0.8em;
	background:#ffe;
	color:#666;
}

.nofity {
	padding:1em;
	margin:0.5em 0;
	border:1px solid #aaa;
	font-size:0.8em;
	background: #ffe;
}


/* AJAX Searchanimation
----------------------------------------------- */
.searching {
	height:40px;
	text-align:center;
	padding-top: 5px;
}

/* Post Image
----------------------------------------------- */
.post-image {
	float: left;
	margin-right: 10px;
}
