/*
 * wp-cat2calendar default style
 * $Id: default.css 323661 2010-12-16 22:11:03Z andddd $
 */

/* reset */
.wp_cat2calendar,
.wp_cat2calendar table,
.wp_cat2calendar th,
.wp_cat2calendar td,
.wp_cat2calendar div,
.wp_cat2calendar span,
.wp_cat2calendar ul,
.wp_cat2calendar li,
.wp-cat2calendar-popup,
.wp-cat2calendar-popup ul,
.wp-cat2calendar-popup div,
.wp-cat2calendar-popup span,
.wp-cat2calendar-popup li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

/* tables still need 'cellspacing="0"' in the markup */
.wp_cat2calendar table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* / reset */

/* nav */
.nav .left {
    float: left;
	text-align: left;
	text-transform:uppercase;
	float:left;
	background-color:#E4E7FF;
	padding: 4px 0;
	margin-top:-29px;

}

.nav .right {
    float: right;
	text-align: right;
	text-transform:uppercase;
	float:right;
	background-color:#E4E7FF;
	padding: 4px 0;
	margin-top:-29px;

}

.nav .current_date {
    font-weight: bold;
    text-align: center;
    color:#444;
    text-transform: uppercase;
	padding: 5px 0 4px;
	font-size:15px;	
	background-color:#E4E7FF;
}


.nav {
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	display:inline;
	background-color:#eee;
	padding: 0 10px;
}
/* / nav */

/* calendar */
.wp_cat2calendar {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom:30px;
}

.wp_cat2calendar table {
	
    border-collapse: collapse;
	width: 100%;
	/*table-layout: fixed;*/
	empty-cells: show;
    margin: 10px 0;
    font-size: 20px;
	margin-bottom:20px;
	border: 0 !important;
	background-color:#F9F8F5;	
}

.wp_cat2calendar td, .wp_cat2calendar th {
    width: 14,28%;
    height: 81px;
    text-align: center;
    vertical-align: middle;
    /*background: #b9c1ca url("img/cell-default.png") 0% 0% repeat-x;*/
    color: #444 !important;
	/*border: 1px solid #9dabce;*/
	font-family: 'Istok Web', sans-serif;
}

.wp_cat2calendar th {
    height: 30px;
    font-weight: bold;
    font-size: 14px !important;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	background: transparent;
}
.wp_cat2calendar td:hover {
    color: #222;
	background-repeat:no-repeat;
	background-image: url("img/hover.png");
	cursor:default;
	background-position: 3px 0px;
}
.wp_cat2calendar td.has-posts {
    background-image: url("img/active.png");
	cursor:default;
	background-position: 3px 0px;
	background-repeat:no-repeat;
    color: #fff;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.5);
}
.wp_cat2calendar td.has-posts:hover {
    background-image: url("img/active-hover.png");
	cursor:default;
	background-position: 3px 0px;
	background-repeat:no-repeat;
}
.wp_cat2calendar td.empty {
	 background-image: url("");
}
.wp_cat2calendar td.today
{
    background-image: url("img/today.png");
	cursor:default;
	background-position: 3px 0px;
	background-repeat:no-repeat;
    color: #fff !important;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.5);
}
.wp_cat2calendar td.today.has-posts {
}
.wp_cat2calendar td.today:hover {
    background-image: url("img/hover.png");
	cursor:default;
	background-position: 3px 0px;
	background-repeat:no-repeat;
}

.wp_cat2calendar td.has-posts .posts {
	display: none;
}
.wp-cat2calendar-popup {
    position: relative; 
	background: #bbddee;
	width:150px;
	padding:20px 10px 20px 8px;
	margin-bottom:0px;
	margin-top:-10px;
}


.wp-cat2calendar-popup:after { 
	content: "";
  position: absolute;
  left: 75px;
  width: 20px;
  height: 25px;
  background: #bbddee;
  bottom:-5px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);} 


.wp-cat2calendar-popup a {text-decoration: none; color:#784F42;font-size:15px;font-weight:normal;}
.wp-cat2calendar-popup a:hover {text-decoration: none; color:#000;}
.wp-cat2calendar-popup ul {
	margin: 0;
	padding: 0;
}

.wp-cat2calendar-popup li {
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    list-style: none;
    text-indent: 0;
}
/* for themes like kubrick */
.wp-cat2calendar-popup li span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #555;
    line-height: 1.5em;
}
.wp-cat2calendar-popup li span.title {
    font-weight: bold;
    color: #222;
}

.wp-cat2calendar-popup li span.desc {
}

/* / calendar */

/* clickable dates */
.wp_cat2calendar td.has-posts a,
.wp_cat2calendar td.today a {
	color: #fff;
	text-decoration: none;
	display: block;
}
/* / clickable dates */

/* widget */

.widget_cat2calendar .wp_cat2calendar table {
	font-size: 14px !important;
	margin: 0 1px;
	margin-top:-41px;
}

.widget_cat2calendar .wp_cat2calendar td {
	height: 27px;
}

.widget_cat2calendar .wp_cat2calendar th {
	font-size: 10px !important;
}

.widget_cat2calendar .nav .left,
.widget_cat2calendar .nav .right
{
    width: 25%;
	white-space: nowrap;
}


/* / widget */


