/*
Theme Name:		Élfico
Theme URL: 	http://elfico.com.br
Version: 		1.1
Description: 	Tema exclusivo do site Tolkien e o Élfico.
Author: 		Rodrigo Jaroszewski
Author URI:	http://rodrigolj.wordpress.com
Tags:		tolkien, élfico, elvish

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults
@import url(library/styles/reset.css); */

/* Site Specific Styles */
@import url(css/reset.css);

/*** Site Specific Styles (screen.css)* CSS styles that you define for your WordPress Theme.*/

/* Typefaces */

@font-face {
  font-family: Tengwar Eldamar;
  font-style: normal;
  font-weight: normal;
  src: url(http://elfico.com.br/fontes/tengel__.ttf);
}

/* Globals */
body {
	font: 0.625em/1.5 Verdana, Tahoma, sans-serif;
	background: url(./images/bg.jpg);
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	/*background: url(./images/body.jpg) no-repeat top center;*/
	box-shadow: 0 0 10px grey;
	-moz-box-shadow: 0 0 10px grey;
	-webkit-box-shadow: 0 0 10px grey;
}
a {
	color: #030;
}
a:hover {
	color: rgb(127,0,64);
}
p, ul, ol {
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #003300;
	/*text-shadow: 0 0 0.3em #666;*/
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	background: transparent;
}
code,pre {
	font: 1em/1.5 Consolas, "Courier New", monospaced;
}
pre {
	padding: 5px;
	background: #eeeeee;
}
dl {
	margin-bottom: 0.5em;
}
dd {
	margin-left: 3em;
	margin-bottom: 0.5em;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin: auto;
}
.tengwar {
	font: 1.4em/1.5 "Tengwar Eldamar";
}
	
/* Header */
#header {
	font: bold 1.6em/1.5 'acuta', "Times New Roman", Georgia, serif;
	background: url(./images/header.jpg) no-repeat top center;
	display:block;
	/*clear:both;*/
	width: 820px;
	overflow:hidden;
	height: 236px;
	padding: 20px 0 0 140px;
	/*padding: 0 0 0 0;*/
}
#headimg {
	display:block;
	float:left;
}


/* Navigation */

#nav {
	float: right;
	display: block;
	width: 315px;
}
#nav a {
	color: #030;
	/*text-shadow: 0 0 0.3em #666;*/
	text-decoration: none;
}
#nav a:hover {
	color: #090;
	background: transparent;
}



/* Content */
#content {
	width:100%;
	clear:both;
	background: white;
}

/* Primary */
#primary {
	position:relative;
	float:left;
	clear:both;
	width:550px;
	padding: 20px 20px 0 20px;
}
.hentry {
	margin-bottom: 2em;
	border-bottom: 1px dashed;
}
.entry-title {
	font: 2.4em/1.5 apolline, Georgia, "Times New Roman", serif;
	text-align: center;
}
.entry-title a {
	color: #030;
	text-decoration: none;
}
.entry-title a:hover {
	color: #090;
	/* background-color: #edebd5; */
}
.entry-meta {
	font: bold 1.4em/1.5 apolline, 'Times New Roman', Georgia, serif;
	text-align: center;
	padding-bottom: 0.7em;
	background: url(./images/break.gif) bottom center no-repeat;
}
.entry-meta a {
	font: 1.0em appoline, Georgia, "Times New Roman", serif;
	color:#003300;
}

/* content */
.entry-content {
	font: 1.6em/1.5 'acuta', Georgia, "Times New Roman", serif;
}

.entry-content ol li {
	list-style: upper-roman outside;
}
.entry-content ol li ol li {
 list-style: lower-roman outside;
}
.entry-content ul li {
	list-style: disc outside;
	margin-left: 3em;
}
.entry-content blockquote {
	background: url(./images/blockquote.gif) no-repeat top left;
	font-family: "acuta",serif;
	font-style: normal;
	font-weight: 200;
	padding-left: 60px;
	margin-left: 0;
}

.entry-content h3 {
	font: 1.25em/1.5 'acuta', "Times New Roman", Georgia, serif;
}
.entry-content h4 {
	font: italic 1.125em/1.5 'acuta', "Times New Roman", Georgia, serif;
}
.entry-content table {
	margin-bottom: 2em;
}
.entry-content table caption {
	font: bold 0.9em/1.5 Verdana, Tahoma, sans-serif;
	text-align:center;
}
.entry-content table th {
	font-weight: bold;
}
.entry-content .wp-caption {
	background: #edebd5;
	display: block;
	margin: 3px;
	padding: 3px;
}
.entry-content .wp-caption img {
	display: block;
	margin: 3px auto;
}
.entry-content .wp-caption .wp-caption-text {
	font: 0.9em/1.5 'acuta', Georgia, Times New Roman, serif;
	text-align: center;
	margin: auto;
}
.entry-content table tbody tr.center td {
	text-align: center;
}


/* Comments */

#comments {
	margin: 2em 0 0 0;
}
.comment-count {
	margin-bottom: 1em;
}
#comments-number, #leave-a-comment {
	font: bold 2.0em/1.5 'acuta, "Times New Roman", "Georgia", serif;
}
.comment-count a {
	font: italic 1.3em/1.5 'acuta', "Times New Roman", Georgia, serif;
	text-decoration: none;
	color: #060;
	background-color: #edebd5;
	padding: 3px;
}
.comment-count a:hover {
	background-color: #ccc;
}
ol.comment-list {
	margin-left: -3em;
	font: 1.2em/1.5 Verdana, Tahoma, sans-serif;
}
li.comment {
	margin-bottom: 2em;
}
.comment-author {
 	background: #dfd;
	height: 36px;
}
.avatar {
	display: block;
	float: left;
	margin: 2px 1em 2px 2px;
}
/* cite.fn {
	font: 1.2em 'acuta', Georgia, "Times New Roman", serif;
} */
.navigation {
	font: italic bold 1.3em/1.5em "Times New Roman", "Georgia", serif;
	width: 550px;
}
.comment-nav-previous {
	float:right;
	width:200px;
}
.comment-nav-next {
	float:left;
	width:200px;
}
#comment-form {
	font: 1.2em/1.5em Verdana, Tahoma, sans-serif;
}
.allowed-tags {
	font-size: 10px;
}


/* Sidebar */

#secondary {
	position:relative;
	float:right;
	width: 315px;
	min-height: 540px;
	background: url(./images/sidebar.jpg) repeat-y top left;
	padding-left: 50px;
}
.widgets {
	margin-bottom: 1.5em;
}
.widgets ul {
	text-indent: 10px;
	font: 1.2em/1.5em Verdana, Tahoma, sans-serif;
}
.widgets-title {
	display: block;
	list-style: none; 
	font: 1.6em/2.2em 'acuta', Georgia, "Times New Roman", serif;
	text-indent: 10px;	height: 37px;
	background: url(./images/widget.jpg) no-repeat;
}


/* Footer */
#closer {
	width:100%;
	clear:both;
	padding-top: 1em;
}

#footer {
	width:100%;
	height: 50px;
	clear:both;
	/*background: url(./images/footer.jpg) no-repeat top center;*/
	padding-top: 20px;
	text-align: center;
}

/* Plugins */
.al2fb_like_button {
	margin-bottom: 1em;
}