/*
Theme Name: Nissan theme
Theme URI: http://nissanzone.pl
Description: Simple but elegant theme with lots of theme options. Designed by <a href="http://owsian.net">owsian.net</a>
Version: 1.0
Author: info(at)owsian.net
Author URI: http://owsian.net/
Tags: white, magneta, gray, black, red, light, dark, two-columns, right-sidebar, 
*/

html, body 	{
	background: #f5f4ef url('img/bg.gif') repeat-x top; 
	color: #000;
	text-align: left; 
	font-size: 12px; 
	font-family: arial;
	margin: 0 auto;
	text-align: left;
}
	
img   {border: 0px;	}
	
h1 
	{font-size: 24px; 
	 font-weight: normal;
	 font-family: helvetica;
	}

a 	{text-decoration: none;	}
a:focus{outline: none;}

.all {
	width: 898px; 
	border-top: 3px solid #bf2021;
	border-left: 1px solid #d2d2c2; 
	border-right: 1px solid #d2d2c2; 
	border-bottom: 1px solid #d2d2c2; 
	margin: 40px auto; 
	background-color: #fff;
	background-image: url('img/side.gif');
	background-repeat: repeat-y;
	background-position: 562px 0;
}

#top{
	width: 900px;
	height: 180px;
	cursor: pointer;
	background: url('img/top.jpg') no-repeat top left;
	margin: 0 auto;
}


/******************************************/

#menu{
	width: 900px;
	height: 29px;
	display: block;
	margin: -40px auto;
}

#menu ul ul, #menu ul ul li{display: none;}

#menu ul{
	margin-left: -39px;
}

#menu ul.menu li{
	margin-left: -1px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#menu ul.menu li a{
	height: 19px;
	min-width: 10px;
	padding: 10px 7px 0 15px;
	font-weight: bold;
	color: #8c193b;
	text-decoration: none;
	display: block;
	background: url('img/menu.gif') no-repeat top left;
}

#menu ul.menu li a:hover, #menu ul.menu li.current_page_item a{
	height: 19px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url('img/menu_a.gif') no-repeat top left;
}

#menu ul.menu li span{
	width: 7px;
	height: 29px;
	display: inline-block;
	background: url(img/menus.gif) no-repeat top right;
}

#menu ul.menu li:hover span, #menu ul.menu li.current_page_item span{
	width: 7px;
	height: 29px;
	display: inline-block;
	background: url(img/menus_a.gif) no-repeat top right;
}

#menu ul.menu li a, #menu ul.menu li span{
	float: left;
}


/******************************************/


.sidebar{
	width: 239px;
	padding-left: 20px; 
	padding-right: 15px;
	float: right;
}

.sidebar h3, .textwidget h3 a{
	font-family: Arial, sans-serif, helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #2b2c28;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 15px;
        text-decoration: none;
}

.sidebar ul{
	width: 228px;
	list-style: none;
	text-align: left;
	border-top: 1px solid #f0f0f0;
	padding: 0;
	margin-left: 0px;
}

.sidebar ul li a{
	line-height: 33px;
	width: 188px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	border-bottom: 1px solid #f0f0f0;
	color: #7f7f7f;
	padding-left: 20px;
	text-decoration: none;	
	display: block;
	background: url('img/arrow.gif') no-repeat left;
}

.sidebar ul li a:hover, .sidebar ul li.current_page_item a:hover{
	color: #9f1717;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
	background: url('img/arrow_h.gif') no-repeat left;
}

.sidebar ul li.current_page_item a{
	color: #9f1717;
	text-decoration: underline;
	font-weight: none;
	background: url('img/arrow_h.gif') no-repeat left;
}

.sidebar ul ul{border: 0;}

.sidebar ul ul li a{
	line-height: 33px;
        font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #7f7f7f;
	text-decoration: none;	
	display: block;
list-style-type: circle; padding-left: 60px; width: 168px;
}

.sidebar ul ul li a:hover, .sidebar ul ul li.current_page_item a:hover{
	color: #9f1717;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}

.sidebar ul ul li.current_page_item a{
	color: #9f1717;
	text-decoration: none;
	font-weight: bold;
	background-image: url('img/arrow_h.gif');
	background-repeat: no-repeat;
	background-position: 20px 13px;
}


/******************************************/


.content{
	width: 569px;
	min-height: 100px;
	padding: 0 25px 25px 25px;
	float: left;
	background: #fff url('img/side.gif') repeat-y top right;
}

.content a { color: #7f7f7f; text-decoration: none; }
.content a:hover {
 	 color: maroon; text-decoration: underline;
	 background: white;}
.content ul li{list-style-type: circle; line-height: 25px;}

}

.content h2, h2.pagetitle{
	font-family: Arial, sans-serif, helvetica;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 15px;
}

.content p{
	line-height: 20px;
	text-align: justify;
	padding: 10px 0 0 0;
	margin: 0;
}

input.search{
	width: 180px;
	height: 17px;
	padding: 10px 0 0 10px;
	font-size: 11px;
	font-family: arial;
	color: #7f7f7f;
	background: url('img/ser.png') no-repeat top left;
	border: 0;
	display: inline;
}

form#searchform{padding: 10px 0 10px;}

#searchform .search, #searchform img, #searchform .submit{
	float: left;
}

.content h2, .content h2 a{color: #8c193b; border-bottom: 1px solid #a9a9a9; } 
.sidebar h3{color: #8c193b;	}
.content h2 a:hover{color: #8c193b; text-decoration: none;}

.content h2 a img, .content h2 img{vertical-align: middle; padding-right: 10px;}

.content h2{width: 100%; display: block;}
.content h2 small{
	float: right;
	color: #999999;
	font-size: 11px;
	font-weight: normal;	
}

p.postmetadata{
	border: 0;
	padding-bottom: 20px;
	font-size: 11px;
	background: url('img/news.gif') no-repeat bottom left;
}

p.postmetadata a{color: #999999;}
p.postmetadata a:hover{color: #000;}

/******************************************/


.postmetadata {
	margin: 30px 0;
	clear: both;
}

.alt {
	background-color: #F8F9F2;
	margin: 0;
	padding: 10px;
	border: 1px #E9EAE1 solid;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
small {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #717B3F;
	font-size: 0.9em;
	line-height: 1.5em;
}

h2.pagetitle{font-weight: bold; border-bottom: 1px dotted #e9e9e9; padding-bottom: 15px;}
h2 a{text-decoration: none; color: #2b2c28;}

h2 a:hover, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: underline;
	color: #000;
}


/******************************************/


#footer {
	width: 900px;
	height: 80px;
	background: url('img/foot.gif') no-repeat top center;
	margin: 0 auto;
	clear: both;
}

#footer .txt{
	width: 900px;
	padding-top: 20px;
	text-align: left;
	font-size: 12px;
	color: #919797;
	display: block;
}

#footer .txt, #footer .txt div{display: inline;}

#footer a {color: #919797; text-decoration: none;}
#footer a:hover {color: #000; text-decoration: underline;}


/******************************************/


.commentlist li, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}


/******************************************/


code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


/******************************************/

.navigation{
	margin: 0;
	padding: 0;
}

.navigation a{color: #000; text-decoration: none; font-weight: bold;}
.navigation a:hover{color: #000; text-decoration: underline; font-weight: bold;}

.clear {
	clear: both;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

#sidebar form {
	margin: 0;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}


/* End Form Elements */
/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}

a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*-------------------- CALENDAR WIDGET --------------------*/ 

#calendar_wrap { 
    padding: 0; 
    border: none; 
        background-color: #ffffff;         
        color: #000000 !important; 
    } 
     
table#wp-calendar { 
    width: 100%;  
    font-size:90%; 
    border-collapse: collapse; 
    background-color: #ffffff; 
        color: #000000; 
    margin: 0 auto; 
    } 

table#wp-calendar caption { 
    width: auto; 
    background: #eeeeee; 
		color: #000000; 
    border: none;; 
    padding: 5px; 
    margin: 0 auto; 
    font-size: 12px;
		font-weight: bold;
    } 

table#wp-calendar th { 
    border: solid 1px #eeeeee; 
    background-color: #ffffff; 
    color: #000000; 
    font-weight: bold; 
    padding: 2px; 
    text-align: center; 
    } 
     
table#wp-calendar td { 
    padding: 0; 
    line-height: 18px; 
    background-color: #ffffff; 
        color: #000000; 
    border: 1px solid #dddddd; 
    text-align: center; 
    } 

table#wp-calendar tfoot td { 
    border: solid 1px #eeeeee; 
    background-color: #ffffff; 
        color: #000000; 

    } 
     
table#wp-calendar td a { 
    display: block; 
    background-color: #ffffff; 
        color: #000000; 
    width: 100%; 
    height: 100%; 
    padding: 0; 
    }  
		
		
		
		
