/*
Theme Name: TibiaLog Home
Theme URI: http://tibialog.net
Description: Home page for tibialog.
Version: 1.0
Author: estudiosiete
Author URI: http://estudiosiete.com/
*/

/* * * * * * * * * * * * * * *

made with minima wp theme
http://proyectos.contraculto.com/minima
minima is distributed under a GNU GPL v3 license.
http://www.gnu.org/copyleft/gpl.html

01: CSS Resets.
02: Common and Specials.
03: Wordpress Special tags.
04: Basic Structure.
05: Header.
06: Main Content.
	06.01: Comments.
07: Sidebar.
08: Footer.

* * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * 01: CSS Resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* * * * * * * * * * * * * * * * * * * * 02: Common and Specials. */

strong	{ font-weight: bold; }
.clear	{ clear: both; }

a:link, a:visited, a:active	{
	color: #ed620c;
	text-decoration:none;
}

#footer a	{
	color: #999; /* #ed620c; */
	text-decoration:none;
}

a:hover	{
	color: #9d1a00;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * *  04: Basic Structure. */

body	{
	margin: 30px;
	background: #f6f1e0;
	text-align: center;
	color: #333;
	font-family: 'Bitstream Vera Sans ', 'Liberation Sans', 'Helvetica Neue', Arial, Verdana, sans-serif;
}

#wrapper	{
	margin: 0 auto;
	width: 450px;
	text-align: center;
}

#header	{
	margin-bottom: 20px;
	width: 450px;
	height: 123px;
	background: transparent url(img/tibialog_logo.png) center center no-repeat;
}

#content	{
	margin: 0 auto;
	width: 400px;
	text-align: justify;
}

#footer	{
	margin-top: 20px;
	width: 450px;
	text-align: center;
	color: #999;
	line-height: 13px;
	font-size: 10px;
}

/* * * * * * * * * * * * * * * * * * * * 03: Header. */

#header h1, #header h2	{
	visibility: hidden;
}

/* * * * * * * * * * * * * * * * * * * * 06: Main Content. */

.content_single	{
	margin-bottom: 60px;
}

.content_single_title	{
}

.content_single_title h2	{
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
}

.content_single_title_meta	{
	padding-bottom: 5px;
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
}

.content_single_body	{
	padding-top: 10px;
	line-height: 25px;
	font-size: 15px;
}

.content_single_body p	{
	margin-bottom: 15px;
}

.content_single_body ul, .content_single_body ol	{
	margin-left: 30px;
}

.content_single_body ul li	{
	margin-bottom: 10px;
	list-style-type: disc;
}

.content_single_body ol li	{
	margin-bottom: 10px;
	list-style-type: decimal;
}

.content_single blockquote	{
	margin-left: 30px;
	border-left: 2px solid #d97b00;
	padding-left: 6px;
	font-size: 14px;
	font-style: italic;
}

span.soyunaputa { unicode-bidi:bidi-override; direction: rtl; font-weight: bold;}


/* * * * * * * * * * 06.01: Comments. */

#comments	{
	padding-bottom: 20px;
}

#comments_title	{
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
}

#comments_block	{
}

.comments_single	{
	margin: 10px 0 10px 0;
	border: 1px solid #b6b6b6;
	padding: 10px;
}

.comments_single_meta	{
	margin-bottom: 10px;
	font-size: 12px;
}

.comments_single_content	{
	margin-top: 4px;
	line-height: 16px;
	font-size: 14px;
}

#comments_callforcomments	{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#comments_registereduser	{
	margin-bottom: 10px;
	font-size: 12px;
}

#comments label	{
	display: inline-block;
	margin-right: 10px;
	width: 250px;
	text-align: right;
	font-size: 12px;
}

#comments input	{
	margin-bottom: 10px;
	width: 300px;
	border: 1px solid #b7b7b7;
}

#comments textarea	{
	margin: 0 0 10px 260px;
	width: 300px;
	height: 200px;
	border: 1px solid #b7b7b7;
}

#comments input:focus	{
	border:1px solid #9d1a00;
}

#comments textarea:focus	{
	border:1px solid #9d1a00;
}

#comments input#submit	{
	margin-left: 412px;
	width: 150px;
}
