/* 
 * Mobissimo stylesheet
 * WordPress specific
 *
 * */

#wrap {
	background: #fff url('img/head_blog.png') no-repeat;
}

#main_col {
	padding: 20px 0 15px 15px;
}

#blog_link a {
	position: absolute;
	margin-left: 393px;
	width: 320px;
	height: 155px;
	border: 0px;
}

a.selected-page {
	color: #333;
}

#blog_logo {
	position: absolute;
	top: 35px;
	left: 60px;
}

#blog_logo h1,#blog_logo h4 {
	text-indent: -9999px
	}

#blog_logo a {
	/**/display:block;
	width: 280px;
	height: 40px;
	border: 0px;
}

#blog_content {
	float: left;
}

#blog_newsletter {
	margin-top: 153px;
}

.entry {
	margin-left: 3px;
	}

#blog_comment_box {
	margin-top: 20px;
	width: 700px !important;
	}


.sidebar_title {
	color: #ff4d00;
	}

a.blog_title {
	border: 0px;
	}
	
a.blog_title:hover {
	color: #000;
	}

h3 {
	font: 1.15em/1em 'Trebuchet MS', Tahoma, sans-serif;
	font-weight: bold;
	color: #000;
	background: url('http://www.mobissimo.pl/-/css/img/box_line.png') bottom repeat-x;
	padding: 0 0 0.6em 0.2em;
	margin-bottom: 0.5em;
	}

.post {
	clear: both;
	line-height: 1.6em;
	}

.post .entry {
	margin: 1em 0;
}

.post h2 a {
	border: 0;
}

.post small.date {
	float: right;
	color: #666;
	font-size: 1.2em;
}

.postmetadata {
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 1em;
	}
	
.date {
	margin: -5px 0 5px 4px;
	font-size: 0.9em;
	color: #868686;
	}

.wp-caption a:hover {
	border: 0;
}
	
/* Single post */

.navigation {
	margin-bottom: 20px;
	font-size: 0.9em;
	}

.alignleft {
	float: left;
	color: #868686;
	}
	
.alignright {
	float: right;
	color: #868686;
	}

.alignleft a, .alignright a {
	color: #868686;
	border: 0px;
	}

.alignleft a:hover, .alignright a:hover {
	color: #ff4d00;
	}

#addto {
	padding: 5px;
	margin-top: 15px;
	border-bottom: solid 1px #efefef;
	}

/* Comments */

ol.commentlist {
	list-style-type: none;
	width: 500px;
	margin-top: -5px;
	}

ol.commentlist li {
	padding: 10px;
	}
	
.commentmetadata {
	margin: 5px 0 5px 0px;
	font-size: 0.9em;
	color: #868686;
	}
	
.addcoment_label {
	color: #868686;
	}
	
.author {}
.email {}
.url {}

/* Blog categories menu */

#blog_nav {
	height: 27px;
	clear: both;
	background: url('http://www.mobissimo.pl/-/css/img/box_line.png') bottom repeat-x;
	padding: 10px 0 3px 15px;
}

#blog_nav p {
	width: 115px;
	background: url('/img/napis_kategorie.png') no-repeat;
}

#blog_nav p, ul#blog_menu a {
	height: 25px; /* TODO make 100% work */
	border: 0;
	float: left;
}

#blog_nav_caption {
	font-variant: small-caps;
	text-indent: -9999px;
}

ul#blog_menu a {
	padding: 0 4px;
	text-indent: -9999px;
}

ul#blog_menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: inline;
}

/* Blog categories menu 2 */

#blog_nav2 {
	height: 27px;
	clear: both;
	background: url('img/box_line.png') bottom repeat-x;
	padding: 10px 0 3px 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding:10px 0pt 3px 18px;
	width: 665px;
}

#blog_nav2 p, ul#blog_nav2 a {
	border: 0;
	float: left;
	height: 22px;
}

#blog_nav2 p {
	font-variant: small-caps;
	color: #868686;
	width: 115px;
}

ul#blog_nav2 li {
	float: left;
}

ul#blog_nav2 a {
	color: #000;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	padding: 0 7px 0 5px;
	margin-right: 20px;
}

ul#blog_nav2 a:hover {
	color: #ff4d00;
	border-bottom: solid 4px #ff4d00;
}

ul#blog_nav2 a.selected {
	color: #ff4d00;
	font-weight: bold;
	border-bottom: solid 4px #e1e1e1;
}

ul#blog_nav2 a.selected:hover {
	color: #ff4d00;
	border-color: #ff4d00;
}



/* Forms */

.addcomment_form {
	background-color: #efefef;
	border: solid 1px #e1e1e1;
	padding: 2px;
	margin: 2px;
	
	font-family: Arial, sans-serif;
	font-size: 1em;
	}
	
.submit {
	}

.submit_orange {
	background-color: #ff4d00;
	color: #fff;
	padding: 5px;
}

.submit_search {
	background-color: #ff4d00;
	color: #fff;
	padding: 2px;
}


ul {
	list-style-type: none;
	}
	
/* Widgets */

.widget {
	font-size: 0.95em;
	}

h2.widgettitle {
	color: #ff4d00;
	margin-top: 10px;
	}

/* 
.box ul li a {
	color: #000;
	border-color: #868686;
	font-size: 1em;
	}
	
.box ul li a:hover {
	color: #ff4d00;
	border-bottom: dotted 1px #ff4d00;
	}
*/

/* Sidebar */

.sidebar {
	font-size: 0.9em;
	color: #000;
	}

.sidebar h2 {
	color: #ff4d00;
	font-size: 1.25em;
	background: url('http://www.mobissimo.pl/-/css/img/box_line.png') bottom repeat-x;
	}
	
.content {
	margin-top: 0;
	padding-left: 5px;
	font-size: 1em;
	}
	
.sidebar a {
	color: #000;
	border-bottom: dotted 1px #000;
	}

.sidebar a:hover {
	color: #ff4d00;
	border-color: #ff4d00;
	}


#feed {
	background: url('img/feed.png') no-repeat;
	line-height: 50px;
	padding: 15px 0 0 35px;
}

/* Layout FIX */
li.cat-item-1{
	display:none;
}
