/*
Theme Name: El Tenampa
Version: 1.00
Theme URI: http://www.eltenampacantina.com/
Author: alhaffar.com
Author URI: http://www.alhaffar.com/web
Description: A stylish brown theme, minimalistic and elegant. Easy on the eyes. This theme is based on Tiny Mod by Remex.
*/

* {
	margin: 0;
	padding: 0;
	}

/*surrounds the entire inner block*/
html, body {
	background: #ACA392;
	color: #5A3D1D;
	}

body {
	text-align: center; /* IE quirks auto margins workaround */
	font-size: 14px;
	font-family: Optimum, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	line-height: 1.6em;
}

html>body { font-size: 14px; } /* for modern browsers that can resize px */

/*border color affects the entire inner box. background color affects the inner box fully*/
#wrap {
	width: 550px;
	margin: 20px auto; /* auto centers the div */
	background: #FFFFFF;
	border: 1px solid #5A3D1D;
}

/*border color affects the border around the banner*/
#header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	width: 550px;
	height: 180px;
	overflow: hidden;
	border: 0px solid #7f582b;
}

#content {
	text-align: left;
	margin: 20px;
	font-size: 14px;
	font-family: Optimum, Verdana, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	}

#footer {
	color: #000000;
	text-align: center;
	margin: 20px;
	font-size: 11px;
	/* line-height: 1.5em; */
	font-family: Arial, Helvetica, sans-serif;
	}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #000000;
	text-decoration:underline;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #b39169;
	outline: none;
	}

#sitemap {
	float: left;
	text-align: left;
	margin: 5px 8px 5px 0px;
	padding-left: 12px;
	}

/*box around About and Search etc */
#menu {
	background: #5A3D1D;
	margin: 0;
	/* border: 1px solid #FEBF00; */
	color: #BFE10E;
	height: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu ul.pagelinks {
	margin: 0;
}

#menu ul.pagelinks li{
	font-size: 14px;
	display: inline;
}

#menu li.current_page_item a {
	background: #FFBE00;
	color: #5A3D1D;
}

#menu a {
	background: #5A3D1D;
	color: #BFE10E;
	display: block;
	float: left;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover {
	background: #FFBE00;
	color: #5A3D1D;
}

#searchform, #searchform p {
	font-size: 1em;
	text-align: right;
	margin: 5px;
	}

#searchform input {
	width: 80px;
	font-size: 1em;
	background: #b39169;
	color: #000000;
	margin: 0;
	border: 1px solid #7f582b;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, /* ul, ol, dl, p - Stopped by Sparanoid */ re, fieldset, address, table {
	margin: 0.8em 0;
	}

/* 	General styling		*/

h2 {
	font-size: 18px;
	margin-bottom: .4em;
	font-weight: bold;
	}

h3 {
	font: 1.1em/120%
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid #d49248;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-size: 1em;
	margin: 3em 0;
	padding: 0 1.2em 0 1.2em;
	border-left: 2px solid #d49248;
	border-bottom: 1px dotted #d49248;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	border: 0px solid #c2cfdf;
	padding: 3px;
}

/* dateline and category as well as edit button */
.postinfo {
	background: #5A3D1D;
	padding-left: 10px;
	border: 1px solid #7f582b;
	color: #FFBE00;
}

.entry ul{
	padding: 0 0 0 10px;
	}

.entry li{
	padding: 0;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

/* affects the comment box */
textarea {
	font: 12px/160% Arial, Helvetica, sans-serif;
	color: #000000;	
	width: 400px;
	border: 1px solid #5c4a36;
	background-color: #FFFFFF;
	word-wrap: break-word;
	padding: 6px;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	color: #829713;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #5A3D1D;
	text-decoration: none;
	outline: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	/* border-bottom, for highlight comment. */
	border-bottom: 1px solid #5c4a36;
	}

/* affects the listed comments */
.commentlist li {
	background: #FBFAF6;
	font-style: normal;
	padding: 1em;
	border-top: 1px solid #5c4a36;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f5fafc;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #b39169;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

.latestposts {
	font-size: 12px;
	font-family: Optimum, Verdana, Arial, Helvetica, sans-serif;
	color: #291c0e;	
	width: 400px;
	margin: 36px;
	border: 1px dashed #d49248;
	background-color: #8e683b;
	padding: 15px;
	list-style: none;
	word-wrap: break-word;
	}

/* submit comment button */
input#submitComment {
	font: 12px/160% 'Arial, Helvetica, sans-serif;
	}

input#author, input#email, input#url {
	width: 83%;
	height: 14px;
	padding: 2px 0 2px 2px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	font: 12px/160% Optimum, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 14px;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Navigation links	*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.dt {
	width:100%;
	display:table;
	text-align:left;
}
.dr {
	width:100%;
	display:table-row;
}
.dc {
	vertical-align:top;
	display:table-cell;
	width:100%;
}
