﻿/*  
Theme Name: FileunderjazzTheme
Description: Theme designed fo Fileunderjazz.pl blog
Version: 1.0
Author: Justyna Karamuz
Author URI: http://mojaceramika.pl/

*/

/*------ CSS reset layout defaults----------*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, address, form, fieldset, hr, blockquote {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: none;
}

ul, ol {
    list-style: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.hidden {
	width: 0 !important; 
	height: 0 !important; 
	line-height: 0 !important; 
	font-size:0 !important;  
	display: none !important;}

a:hover {
	background-color: #D66C21;
	}

a.imglink:hover {
	background: none;
	}	

/* ---------------------------------------------------------------FONT
 all stuff connected with text: typography, font colors etc. */

 body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px ; /*0.88em*/
	line-height: 1.5em;
	color: #bbbbae;
	background: #3c3932 url(images/bg_body.jpg) 50% 0 no-repeat;
	/*background: #3c3932 url(images/bg.jpg) 50% 0 no-repeat;*/

 	}

a:link, a:visited, a:active {
	color: #1a496b;
	text-decoration: none;
	}
a:hover {
	background: #1a496b;
	color: #bbbbae;
	}	
		
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Tahoma, Arial, san-serif;
	font-family: "Courier New", Courier, monospace;
	color: #9f5202;
	color:#5F5A4D;
	}
h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin: 0;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin: 0;
	font-size: 1.6em;
	line-height: 1.3;
}

h4 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6;

}
/* -----------------------------------------------------------general classes-----*/

.alignleft {
	float: left;
}
		
.alignright {
	float: right;
}
}	 	
small {
	font-size: 10px;
	}
/* -----------------------------------------------------------container-----*/
.container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	}

/* ------------------------------------------------------------header-----*/

#header {
	width: 100%;
	background:   url(images/bg_header.png) repeat-x;
	position: relative;
	}
#header .container	 {
	height: 116px;
	padding-top: 47px;
	}
#logo {
	background: url(images/logo.png) no-repeat;
	margin-left: 0;
}
	
#logo a {
	text-indent: -2000px;
	display: block;
	height: 85px;
	width: 450px;
}
#logo a:hover {
	background: none;
}


/* ----------------------------------------------------------- main elements*/	
					
	
#mainbody .container	 {
	position: relative;
	padding-bottom: 15px;
	}
		

/* -----------------------------------------------------------navigation
#mainNav {
	width: 100%;
	background: red;
	position: absolute;
	bottom: 0;
	}
	

#mainNav  ul {
	background: black;
	height: 3em; 
	line-height: 3em; 
	border-left: solid 1px black;
	border-top: solid 1px black;

	}
#mainNav  ul li {
	float: left;
}

#mainNav  ul li {
	float: left;
	text-align: center;
}

#mainNav  ul li a {
	display: block;
	width: 120px;
	border-right: solid 1px black;
	font-size: 1.2em;
	color: #fff !important;
	text-decoration: none;	
}

#mainNav  ul li a:hover {
	background:  grey;
	color: navy  !important;
	text-decoration: none;	
	}
	 */
/* ------------------------------------------------------------content */
#content {
	float:left;
	padding:15px 25px 25px;
	width: 582px;
	border-top: solid 2px #9f5202;
	border-bottom: solid 2px #9f5202;

	background: #000;
	}
h2.pagetitle {
	font-weight: bold;
	letter-spacing: -.1px;
	text-shadow: 2px 2px 0 #0b2334;

}
.post	{
	/*background: urlC*/
	border-bottom: dotted 2px #3C3932;
	margin: 10px 0 10px 50px;
	padding: 10px 0;
	position: relative;
}
.post h2 {
	font-weight: bold;
	letter-spacing: -.1px;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #0b2334;
	margin-bottom: 0;
}
.post h2  a{
	background:#3C3932 ;
	color: #bbbbae;
	}
.post h2  a:hover{
	background: #1a496b;
	}
.post h3 {
	letter-spacing: -.1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #0b2334;
	margin-bottom: 0;
}

.post .date {
	position: absolute;
	left: -100px;
	top: 15px;
	padding: 1px;
	width: 80px;
	text-align: center;
	font-size: .8em;
	font-family:"Courier New", Courier, monospace;
	color: #666;
	background: #000;
	border: solid 1px #797875;
}

.post .postcategory {
	font-size: .9em;
	color: #7F736F;
	margin-bottom: 1em;
}

.post .postcategory a{
	color: #9F5202;
	
}

.post .postcategory a:hover{
	background: #9F5202;
	color: #fff;
}

.postmetadata {
	font-size: .9em;
	color: #7F736F;
}

a.more-link {
	display:block;
	text-align: left;
	font-weight: bold;
	width: auto;
	margin: 10px auto;
	padding: 3px;
}

.post img.alignleft {
	margin: 0 15px 15px 0;
}
.post img.alignright {
	margin: 0 0 15px 15px;
}

.post a img {

	padding: 1px;
	border: solid 10px #3c3932;
}
 
.post a:hover img {
	border: solid 10px #1a496b;
	background: none;

}
.entry p, .entry ul, .entry ol
{
	margin-bottom: 15px;
}
.entry ul li{
	background: url(images/bullet2.png) 0 .5em  no-repeat;
	padding-left: 15px;

}
.entry ol {
	list-style:decimal;
	list-style-position: inside;
}

.entryTitle {
}

.entryMore {
	text-align: right;
}
.navigation {
	overflow: hidden;
	margin: 25px 0;
	padding: 15px 0; 
}
.navigation a{
	color: #9F5202;
}
.navigation a:hover{
	background: #9F5202;
	color: #fff;

}

.navigation h4 {
	color: darkgrey;
}
/*------------------------------------------------------------widgets----*/
.widget {
	margin:0 25px 10px 25px;
}

.widget ul li  {
	background: url(images/bullet.png) 0 .5em  no-repeat;
	padding-left: 10px;
	}

.widget ul li a {
	
	}

.widgettitle {
	font-size: 1.2em;
	font-weight: bold;
}

.widget_links {}
.widget_categories ul li a {
	font-weight: bold;
}
.widget_tag_cloud{}	
.widget_text#text-3 /*blog description */{
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background:black;
	border-top: solid 1px #5C574A;
	border-bottom: solid 1px #5C574A;
}
.widget_text#text-3 h2 {
	color: #9F5202; 
}
.widget_text img {}
.textwidget p {
	margin-bottom: 5px;
}
.widget_search {
	margin: 0 0 10px 0;
	padding: 25px;
}
. widget_recent_comments a{
	display: block;
}
/*-------------------------------------------------------------RSS---*/
#rss {
	
	border-top: dotted 1px #5C574A;
	padding: 0 10px;
}
#rss a {
	display: block;
	height: 48px;
	line-height: 48px;
	width: 100%;
	padding: 25px 25px 25px 0;
	background: url(images/rss.png)  80% 50% no-repeat;
	font-family: "Courier New", Courier, monospace;
	color: #9F5202; 
}


/*-------------------------------------------------------------Searchform---*/
#searchform input#s {
	background: #5C574A;
	border: solid 1px #BBBBAE;
	width: 135px;

}

#searchform input#searchsubmit {
	border: solid 1px #5C574A;
	background:  #BBBBAE;
	cursor: pointer;
	margin-left: 5px;

}

#content #searchform {
	margin-top: 20px;
	min-height: 300px;
}
#content #searchform input#s {
	width: 220px;
}
/*-------------------------------------------------------------Sidebar---*/
#sidebar, #sidebar2 {
	font-size: .9em;
}
#sidebar {
	float:left;
	width:258px;
	margin-top: 116px;
	margin-left: 20px;
	background-color: #1b1915;
	border-top: solid 2px #9f5202;
}

/*#sidebar2 {
	float: left;
	width: 170px;
	padding:25px 15px 25px;
	background-color: #ddd;
	border-bottom: solid 2px black;
}*/	
	
#sidebar ul li.widget_tag_cloud a{
	margin: 0 0 3px 0;
}
			
/*----------------------------Footer	*/
#footer {
	overflow: hidden;
	font-size: .9em;
	padding-bottom: 25px;
	}
#footer .container {
	/*background: #000;
	border-top: solid 2px #9f5202;
	padding: 20px  0;*/
	overflow: hidden;

}
#footer a {
	color: #DFCC99;
}
#footerOne, #footerTwo  {
	float: left;	
	padding: 0 15px 0 0;
	}
#footerThree {	
	float: right;
	padding: 0 15px;
	}
#footer .widget {
	margin: 0;
}
ul#footerNav li{
	display: inline;
	margin-right: 15px;
}
/*------------------------------------------comments----*/
#comments {
	margin-bottom: 15px;
	padding: 10px 0;


}
#comments h3 {
	font-size: 1.3em;
	font-weight: bold;
}
#comments label {
	display: block;
	width: 140px;
	margin-bottom:3px;

}
textarea#comment, #comments input {
	padding: 2px;
	background: #5C574A;
	border: solid 1px #BBBBAE;
	margin-bottom: 15px;

}
#comments input {
	width: 240px;
	margin-right: 5px;

}
textarea#comment{
	width: 100%;
	
}
#comments input#submit {
	width: auto;
	background: #BBBBAE;
	border: solid 1px #5C574A;
	cursor:pointer;
}

ol.commentlist {
	padding: 0;
}
ol.commentlist li {
	background: #1B1915 ;
	border-bottom: 1px solid #2F2D29;
	margin-bottom: 0;
	padding: 10px 10px 30px 10px;
	
	
}
	
/*----------------------- form 7-----------*/
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea  {
	width: 350px;
	background: #5C574A;
	border: solid 1px #BBBBAE;
}
	
.wpcf7 p {
margin:0;
padding:0;
width: 350px;
font-weight: bold;
margin-bottom: 10px;
}

/*---------------------404------------------------*/
#error404 h2 {
	margin: 20px 0 10px 0;

}
#error404 p {
	margin: 0 0 5px 0;

}


#error404 ul li  {
	background: url(images/arrow1.gif) no-repeat 0% .3em;
	padding-left: 20px;
	margin-left: 20px;
	}	

/*----------------------------------------MISC-----*/


