/*
Theme Name: ginjan
Theme URI: http://www.makequick.com
Version: 1.0
Description: 2 Column theme
Author: Make Quick
Author URI: http://www.makequick.com
*/

*{ margin:0; padding:0; }

/* Links */

a:link { text-decoration: none; color: #FF3200; }

a:visited { text-decoration: none; color: #FF3200; }

a:hover, a:active { color: #67871B; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; color:#000;}

h1 { font-size: 26px; margin-bottom: 0px; margin-top: 20px;}

h2 { font-size: 24px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5, h6 { font-size: 12px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#67871B;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#67871B;}

/* Other Html Elements */
.titles { font-weight:normal; border-bottom-width:0; font-size:18px; text-decoration:none; underline:none; color:#67871B;}
.titles a:link, .titles a:visited, .titles a:active {text-decoration:none; underline:none; border-bottom-width:0; color:#67871b;}
.titles a:hover {text-decoration: none; underline: 0; border-bottom-width:1px; color:#ff3200;}

p {font:normal 1em/1.8em Arial, "Lucida Grande", Verdana, Georgia, Sans-Serif;}
p a:hover { text-decoration:underline;} 

a img {border:0}
.pdf {background: url(images/pdf_icon.gif) no-repeat; padding-left: 23px;}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}
.post-wrapper {
background: #E6FFCD;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 20px;
padding-right: 20px;
margin-bottom: 20px;
margin-top: 20px;
width: 692px;
}
pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url("images/bullet.gif"); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0;
	padding: 0;
	color: #67871B;
        background: #fff url('images/') repeat-x;
	font: normal 82% Arial,"Lucida Grande", "Lucida Sans", Verdana, Georgia, Sans-Serif;
        overflow-x: hidden;
}

#wrapper2 {
width: 760px;
margin-left: auto;
margin-right: auto;

}
#header
{
	float: left;
	width: 760px;
	clear: right;
	background:#fff url(images/) no-repeat;
	padding-left: 0px;
	height: 260px;
        z-index: -1;
}

#access,

#navigation
{
/*	clear: both;
	float: left;
	width: 100%;
	background: ##E6FFCD url(images/nav-bg.jpg) no-repeat;
	height: 46px;
	margin-top: 0px;
	padding: 0px;*/
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
       background-color:#E6FFCD;
}

#content-wrapper
{
	width: 100%;
	float: left;
}

#content
{
	float: left;
	padding: 0 15px 10px 15px;
}

#sidebar-wrapper
{
	width: 100%;
	float: left;
	margin: 20px 0 20px 0px;
}

#sidebar
{
	float: right;
	padding:0;
	width: 100%;
	margin: 0;
}

#footer
{
	clear: both;
	width: 762px;
        height:30px;
	text-align: left;
	padding: 0;
	background: #E6FFCD;
	color: #888;
	font-size: 10px;
	margin: 0;
}

#footer a {
	color: #666;
	font-size: 10px;
	}

#footer a: visited {
	color: #666;
	}
#footer a:hover {
	color: #666;
	border-bottom: 1px dashed #75B1C2;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
/* Footer */

.copyright { float: right; margin-right:30px}
.login { float: left; margin-left:30px}

/* Header */

#header h1 { padding-left: 30px; }
#header h1 a {font-size: 35px; text-transform: lowercase; }

/* Navigation */

#navigation ul { list-style-type: none; list-style-image: none; float: left; padding: 0px 0px 0px 0px; margin: 0px; }








#navigation li { float: left; margin: 0px; padding: 0px; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #E6FFCD;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 36px;
	font-size: 14px;
	margin-top: 0px;
	
}


#navigation li a:hover,
#navigation li a:active
{

	color: #7EBC21;
	background: #fff;
	background-repeat: repeat-x;
	font-size: 14px;
	margin-top: 0px;

	background-image: url(images/nav-bg2);
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: normal;}

#wrapper a:visited { font-weight: normal; }

#wrapper a:hover, #wrapper a:active { }

/* Content */
#content .post { margin-left:0px}
#content .post-title a { border-bottom-width: 1px; }

#content .post p.img { float: left; margin: 0 15px 0 0; border:0}

#content .post p.img img { padding: 8px; border: 0px solid #d0d0d0; background-color: #eeeeee; border:0}

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 0 
	padding:0;
	background-repeat: none;
	background-color: ##75AD1F;
	border: 0px solid #EBEBEB;
	display:none;
}

/* Sidebar */

.sideblock
{
	padding: 5px 10px;
	margin: 0  0 0 20px;
	background: #CBDA90 url() no-repeat;
	border: 0px solid #cc9900;
	background-repeat: no-repeat;
	background-position: top;
	width:170px;
	clear:both;
	float:right;
	font-size: 10px;
}

.sideblock ul { }

.sideblock h3 { margin-top: 5px; font-size: 12px; color: #E6FFCD; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FCF8DC;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FCF8DC;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
/*
.date {
	background: #CBDA90 url() no-repeat;
	height: 54px;
	margin: 20px 20px 0 0;
	width: 54px;
	text-align: center;
	float: left;
        border: 0px solid #5ABBCF;
        
}
.date .month {
	display: block;
	color: #FFFFFF;
	padding: 2px;
        background-color: #CBDA90;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px 2px 3px 2px;
	font-weight: bold;
}
.date .day {
	display: block;
	color: #67871B;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}
*/
.date {
	background: url(images/date-bg.gif) no-repeat;
	height: 27px;
	margin: 20px 10px 0 0;
	width: 70px;
	text-align: center;
	float: left;
    border: 0px solid #5ABBCF;
}
.datewrap {
	margin-top: 5px;	
        
}
.date .month {
	text-align: center;
	color: #67871B;
	font-size: 11px;
}
.date .day {
	color: #67871B;
	text-align: center;
	font-size: 11px;
}
#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 13px;
color: #FFFFFF;
text-transform: lowercase;
margin-left: 30px;
margin-bottom: 2px;

}
#sidebar_left{
    float:left;
    width:400px;
	margin-left:40px;
}
#sidebar_right{
    float:right;
	margin:0 ;
	
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	padding-left: 0px;
	width: 760px;
	background: #E6FFCD url(http://ginjan.cz/wp-content/themes/ginjan/images/nav_bg.png);
	font-family: "Trebuchet MS", "Lucida Grande", helvetica,verdana,sans-serif;
 	height: 45px;
}

#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 10px;
	width: 760px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	height:45px;
}
#access a {
	color: #E6FFCD;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	background: #E6FFCD;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding-left:0;
	
}
#access ul ul li {
	min-width: 180px;
		
}
#access .menu-header li, div.menu ul ul li {height:auto;}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #7EBC21;
	/*line-height: 1.3em;*/
	padding: 10px;
	width: 160px;
	height: auto;
		line-height: 14px;
}
#access li:hover > a {
	background: #7EBC21;
	color: #fff;
}
#access ul ul :hover > a {
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#menu-item-3264 a { color:yellow; font-weight: bold;}
