/*
Theme Name: Almost Spring
Theme URI: http://www.katari.org
Description: A two column theme.
Version: 1.0
Author: Katari.org
Author URI: http://www.katari.org
*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #f7fef1 url(https://www.katari.org/diccionario/img/bg.gif) repeat-x fixed;
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #334d55;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a { color: #fff; text-decoration: none; }
a:link {
	color: #334d55;
}
a:visited {
	color: #334d55;
}
a:hover, a:active {
	color: #d1d1d1;
}
.small {
	font-size: 0.9em;
	color: #999;
}



/* Layout */

#wrapper { margin: 0 auto; width: 750px; background-color: #fff; text-align: left; border: solid 12px #fffffc; }
#header {
	padding: 0 0 0;
	background-color: #f3f3f3;
	border-bottom: 10px solid #334d55;
}

	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #334d55;
	}

	#topnav{ color: #334d55; padding: 0 20px; background-color: #f3f3f3; font-size: 78%; font-weight: bold; }

	.topnav a {
	background: #334d55;
}
.topnav a:link, .posttitle a:visited {
	color: #FFF;
}
.topnav a:hover, .posttitle a:active {
	background: #ced7cc;
	color: #ffffff;
}


#content {
	float: left;
	padding: 0 0 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 750px;
}
html>body #content {
	width: 750px;
}
#sidebar {
	float: left;
	padding: 1.8em 20px 0 20px;
	width: 230px;
	font-size: 0.9em;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 190px;
}
html>body #sidebar {
	width: 190px;
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}

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

#footer { clear: both; font-size: 0.9em; text-align: right; clip: rect(auto auto auto auto); }

	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px;
		background-color: #f3f3f3;
		border-top: 10px solid #334d55;
		font-size: 0.9em;
		text-align: right;
	}



/* Sidebar Styles */
/* Blog */

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 10px;
	background: #334d55 url(../images/posttitle.gif) no-repeat right top;
}
.posttitle a:link, .posttitle a:visited {
	color: #FFF;
}
.posttitle a:hover, .posttitle a:active {
	background: #ced7cc url(../images/posttitle.gif) no-repeat 100% -91px;
	color: #ffffff;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	background: url(../images/postmeta.gif) no-repeat top left;
	font-size: 0.9em;
	color: #999;
}
.postentry {
}
.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 17px;
	background: url(../images/commentslink.gif) no-repeat center left;
}



/* Comments */

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