/*
Theme Name: Henrik Brandão Jönsson
Theme URI: http://www.riojonsson.com/
Description: WordPress tema för <a href="http://www.riojonsson.com/">riojonsson.com</a>. Utvecklat av <a href="http://www.gregory.se/">Gregory</a> och <a href="http://www.sodraesplanaden.se">Södra Esplanaden</a>.
Version: 1.0.2
Author: Simon Fransson
Author URI: http://dessibelle.se/
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, serif;
	background: black;
	margin: 0 0 20px;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#header {
	background: white url(gfx/header-bg.jpg);
	height: 140px;
	margin: 0;
}

#footer {
	background: white;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#footer p.alignright {
	text-align: right;
}

#content {
	font-size: 1.2em;
}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}



.commentmetadata {
	font-weight: normal;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Georgia, serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

#page {
	width: 1004px;
	padding: 0 10px 10px;
	margin: 0 auto;
}


#header {
	position: relative;
	margin: 0 0 10px 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(gfx/title.png) no-repeat;
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
}

#header h1 a {
	width: 652px;
	height: 95px;
	display: block;
}

#header div.description {
	display: none;
}

#container {
	width: 624px;
	float: left;
	border-left: 160px solid transparent;
	border-right: 220px solid transparent;
}

#left-sidebar {
	width: 160px;
	margin-left: -160px;
	position: relative;
	float: left;
	text-align: right;
}

#content {
	float: left;
	width: 534px;
	padding: 20px 35px;
	background: white;
	margin: 0 -614px 10px 10px;
}

#right-sidebar {
	width: 220px;
	position: relative;
	margin-right: -220px;
	float: right;
}

div.sidebar {
	margin: 0;
	padding: 0;
}

div.sidebar div.widget {
	background: white;
	padding: 5px;
	margin-bottom: 10px;
	
}

#footer {
	clear: both;
	padding: 5px;
}

.entry p, .sidebar p {
	line-height: 1.5em;
}

.post, .widget {
	color: rgb(64, 64, 64);
}

#content div.post {
	border-bottom: 1px dotted rgb(143, 142, 144);
	margin: 15px 0 15px ! important;
	padding-bottom: 5px;
	display: block;
}

#content div.page {
	border: none ! important;
}

#content .post hr {
	display: block;
}

.postmetadata {
	clear: both;
}

.postmetadata small {
	width: 49%;
	display: block;
}

.post small {
	font-size: 0.8em;
}

.postmetadata small.alignright {
	text-align: right;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.widgettitle, h2.related_post_title {
	color: rgb(143, 142, 144);
	padding: 0;
	margin: 0 0 0.7em;
	font-size: 1.5em;
	font-weight: normal;
}

#menu a {
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: normal;
}

.latest_posts_excerpt h3, .widget_related_posts h3 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 1.25em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

.post h2 {
	font-size: 3.15em;
	margin: 8px 0 10px;
	padding: 0;
	font-weight: normal;
	color: black;
}

.post h2 a {
	font-weight: normal;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.post img {
	max-width: 543px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */


/* Begin Widgets */

.latest_posts_excerpt p, .widget_related_posts p {
	margin-top: 0;
}

.latest_posts_excerpt li, .widget_related_posts li {
	border-bottom: 1px dotted rgb(143, 142, 144);
	margin-bottom: 10px ! important;
}

.latest_posts_excerpt li:last-child, .widget_related_posts li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

/* End Widgets */


/* Begin Lists */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 2px 0;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}


/* End Entry Lists */



/* Begin Form Elements */

.sidebar li {
	font-size: 1.2em;
	margin: 2px 0;
}

.sidebar #searchform {
	margin: 0;
}

.sidebar #searchform #s {
	width: 100px;
	margin: 0;
	padding: 3px;
	border: none;
	background: #eee;
	font-family: Georgia, sans-serif;
}

.sidebar #searchsubmit {
	border: none;
	background: transparent;
	font: 1.5em normal Georgia, serif;
	
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

.entry form#searchform {
	text-align: left;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

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

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text { 
    position: absolute; 
    left: -1000em; 
} 

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 0;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin utilities */

.editlink a {
	text-decoration: none;
	font: 10px normal 'Trebuchet MS', sans-serif ! important;
	text-transform: uppercase;
	background: #eee;
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.editlink a:hover {
	background: #ddd;
	border: 1px solid #ccc;
	color: #006;
}

h2 .editlink {
	margin: 5px;
	float: right;
}

/* End utilities */


.sidebar ul.pdflist {
	list-style-type: disc;
	padding: 0 0 0 20px;
	
}

.sidebar ul.pdflist li {
	margin: 0 0 5px;
	list-style-type: disc;
}

.attachment-list li {
	margin: 0 0 5px;
}

.read-more-link {
	display: block;
}

img#wpstats{
	display: none;
}

#menu-item-2493 a {
	background: url(gfx/brazil.png) no-repeat left center;
	padding-left: 22px;
}

#menu-item-2494 a {
	background: url(gfx/english.png) no-repeat left center;
	padding-left: 22px;
}
