/*  
Theme Name: Indioteque
Theme URI: http://indioteque.com/
Description: Indioteque is custom-designed theme for Indioteque DJs
Version: 1.0
Author: Loopink &amp; Pixelflower
Author URI: http://pixelflower.com/
Tags: indie, DJs, black, grid, whitespace, minimal, clean, widgets
*/

* {
	margin: 0;
	padding: 0;
}
html {
	background: #55513d url('./images/bgnd.png') top center repeat;
}
/* =----------------------------------- main structure */
body {
	width: 820px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url('./images/bgnd_body.png') top repeat-y;
	/*color: #55513d;
	color: #69644b;*/
	color: #7f7959;
	font-size: 70%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#header
{
	width: 820px;
	height: 305px;
	background-color: #FFF;
}
.head_1
{
	background: #FFF url('./images/header_1.jpg') 10px 10px no-repeat;
}
.head_2
{
	background: #FFF url('./images/header_2.jpg') 10px 10px no-repeat;
}
.head_3
{
	background: #FFF url('./images/header_3.jpg') 10px 10px no-repeat;
}
.head_4
{
	background: #FFF url('./images/header_4.jpg') 10px 10px no-repeat;
}
h1
{
	float: right;
}
h1 img
{
	width: 130px;
	height: 130px;
	border: 0px;
	margin: 20px 10px 10px 10px;
	padding: 85px 30px 12px 640px;
}
#mainnav
{
	clear: both;
	margin: 0px 10px 10px 10px;
}
.lang
{
	float: left;
	width: 230px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	/*font-size: 0.9em;*/
	color: #bcb588;
}
.lang li
{
	list-style: none;
}
.lang li a
{
	color: #bcb588;
}
.ico
{
	float: left;
	width: 170px;
	margin: 10px 0px 10px 0px;
}.ico li
{
	list-style: none;
	display: inline;
	margin-left: 10px;
}
.ico img
{
	border: none;
	width: 30px;
	height: 30px;
}
.search
{
	float: left;
	width: 400px;
	margin: 10px 0px 10px 0px;
}
.search input.fld
{
	border: 1px solid #dddac3;
	outline: none;
	padding: 6px;
	width: 355px;
	height: 16px;
	color: #bcb588;
	background-color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	float: left;
}
.search input.btn
{
	border: 0px;
	background: #dddac3;
	outline: none;
	padding: 5px;
	width: 30px;
	height: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.9em;
	float: left;
}
#filler
{
	clear: both;
}
#mainColumn {
	float: left;
	margin: 30px 10px 0 0;
	width: 400px;
}
.secondaryColumn {
	float: left;
	margin-top: 5px;
	padding: 15px 0 0 10px;
	overflow: hidden;
	width: 190px;
	background: transparent url("./images/arrow.png") top right no-repeat;
}
.thin {
	margin-right: 10px;
	width: 180px !important;
}
#footer
{
	clear: both;
	background: #FFF;
	width: 800px;
	height: 10px;
	padding: 30px 10px 15px 10px;
	/*font-size: 0.9em;*/
	color: #bcb588;
}
#footer p a {
	color: #bcb588;
}
/* =----------------------------------- */
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.6em; /*font-size: 1.4em;*/
}
h4 {
	font-size: 1.2em;
}
a {
	color: #465f4b;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #465f4b;
	text-decoration: underline;
}
/* =----------------------------------- */
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	/*border-bottom: 1px solid #ddd;
	color: #3c6c92;
	font-weight: bold;*/
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	/*color: #3c6c92;
	border-bottom: 1px solid #3c6c92;*/
}
.secondaryColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	/*color: #555;*/
}
.entry blockquote {
	/*font-style: italic;*/
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	background-color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}

/* =----------------------------------- general post */
.post {
	border-bottom: 1px solid #292921;
	padding: 0 0 10px 0;
}
.post h2 {
	clear: both;
	margin: 0px 0px 10px 10px;
	width: 305px;
	text-transform: uppercase;
	color: #643c46;
	line-height: 1.2em;
}
.post h2 a {
	display: block;
	color: #643c46;
}
/* =----------------------------------- meta lead for each post */
.postMeta {
	float: right;
	height: 48px;
	margin-bottom: -35px;
}
.postMeta .container {
}
.postMeta .date {
	margin: 10px 0px 5px 0px;
	text-align: right;
	color: #465f4b;
	font-weight: bold;
}
.post .comments {
	color: #bcb588;
	padding-top: 12px;
	float: right;
	width: 19px;
	text-align: center;
	background: url("./images/ico_comment.png") no-repeat 0px 1px;
}
.post .likes {
	color: #bcb588;
	padding-top: 12px;
	float: right;
	width: 19px;
	text-align: center;
	background: url("./images/ico_like.png") no-repeat 0px 1px;
}
.post .comments a, .post .likes a
{
	color: #bcb588;
}
/* =----------------------------------- entry body */
.entry {
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}
.entry h1, .entry h2, .entry h3, .entry h4 {
	color: #55513d;
	text-transform: uppercase;
}
.entry p {
	line-height: 1.6em;
	margin: 10px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #bcb588;
	/*font-size: 1.1em;*/
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img {
	border: 1px solid #292921;
	margin: 10px 0px 10px 0px;
}
.entry a:hover img {
	border-color: #bcb588;
}
.entry strong {
	color: #bcb588;
	font-weight: normal;
}
/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin: 20px 0 20px 0;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #bcb588;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	border: 1px solid #282b20;
}
/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	color: #643c46;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}
.widgetContainer {
	margin: 0 0 0 0;
}
.widgetContainer ul li {
	margin: 5px 0 7px 0;
	padding-bottom: 6px;
	list-style: none;
	border-bottom: 1px dashed #2a2623;
}
.widgetContainer ul li a {
	color: #bcb588;
	font-weight: bold;
}
.widgetContainer ul li ul li {
	margin: 1px 0 1px 0px;
	padding: 0 0 0 7px;
	background: url("./images/li.png") left no-repeat;
	list-style: none;
	border-bottom: none;
}
.widgetContainer ul li ul li a {
	color: #465f4b;
	font-weight: normal;
}
#wp-tweets a {
	font-weight: normal !important;
}
.widgetContainer a[href^="http://www.twitter.com"] {
	color: #465f4b;
	font-weight: normal;
}
.widgetContainer .textwidget {
	margin: 0;
	line-height: 1.5em;
}
.widgetContainer img {
	border: 0px;
	padding: 0 0 5px 0;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin: 0 0 30px 10px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0 5px 0;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 10px 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea,
.wpcf7-form input,
.wpcf7-form textarea {
	padding: 4px 3px;
	border: 1px solid #bcb588;
	background-color: #FFF;
	color: #55513d;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	outline: none;
	width: 185px;
}
#commentform label,
.wpcf7-form label {
	margin: 4px 0 0 5px;
	/*font-size: 1.2em;*/
}
#commentform textarea,
.wpcf7-form textarea {
	float: none;
	width: 98%;
	overflow: auto;
}
#commentform input.btn,
.wpcf7-form input.btn
{
	border: 0px;
	background: #bcb588;
	outline: none;
	padding: 5px;
	height: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.95em;
	width: auto;
}
/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}