/*
Theme Name: GH
Theme URI: http://www.oimedier.se
Description: Theme for Grafikens Hus
Version: 1.0
Author: Martin Tivander
Author URI: http://www.oimedier.se
Template: twentyten
*/
@import url("css/main1.css");

/**
 * Changes in CSS to work with WordPress
 */
.site-main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-main-nav li{
	list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}

.site-main-nav li.current_page_parent a, .site-main-nav li.current_page_item a, .site-main-nav li.current_page_ancestor a{
	color: #1D9AD6;
}

.cbl.share > span{
	height: 0 !important;
	width: 0 !important;
}

a.btn{
	display: block;
	width: 84px;
	height: 35px;
	margin: 10px 0 0 63px;
	background: url(img/main-sprite.png) no-repeat -260px -210px;
	border: none;
	
	text-indent: -10000px;
}

a.btn:hover{
	background-position: -260px -250px;
}

/**
 * Download no icon fix
 */
.download.no-icon{
	background-image: none;
}

/**
 * Calendar
 */
#calendar_wrap{
	
}

#wp-calendar{
	width: 100%;
	
	text-align: center;
	font-size: 13px;
}

#wp-calendar td, #wp-calendar th{
	height: 25px;
	line-height: 25px;
}

#wp-calendar caption{
	padding: 6px 0;
	
	background: #004480;
	
	font-weight: bold;
	color: #fff;
}

#wp-calendar thead th{
	border: 1px solid #686d73;
	border-right: 0;
	
	background: #000;
	color: #fff;
}

#wp-calendar tbody td{
	border: 1px solid #d0dae6;
}

#wp-calendar tbody tr td:nth-child(6){
	background: #e1effa;
}

#wp-calendar tbody tr td:nth-child(7){
	background: #e1effa;
}

#wp-calendar tr td a{
	height: 26px;
	padding-top: 3px;
	display: block;
	
	background: #1d9ad6;
	
	font-weight: bold;
	color: #fff;
}

#wp-calendar #today{
	border: 2px solid #000;
}