/*
Theme Name: Gadzetyy
Version: 1.0
Author: Maciej Stróżyński
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: medium none;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

html {
	height: auto;
	width: 100%;
	background-color: #ECECEC;
}

body {
	height: auto;
	width: 100%;
	background: url("images/bg.jpg") top repeat-x;
}

#all {
	height: auto;
	width: 900px;
	margin: 0px auto;
	width: 900px;
}

#header_logo {
	height: 238px;
	width: 900px;
	background: url("images/logo.jpg") top center no-repeat;	
}

#header_menu {
	height: 39px;
	width: 870px;
	padding: 0px 15px;
	background: url("images/bg_menu.jpg") top repeat-x;
	border-left: 1px solid #cecdcd;
	border-top: 1px solid #cecdcd;
	border-right: 1px solid #cecdcd;
}

#header_menu_links {
	height: 39px;
	width: 570px;
	float: left;
}

#header_menu_links ul {
	height: 39px;
}

#header_menu_links ul li {
	height: 39px;
	float: left;
	margin-right: 10px;
	display: block;
	list-style-type:none;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
	text-transform:uppercase;
}

#header_menu_links ul li a {
	display: block;
	padding: 11px 10px;
	color: #878787;
	text-decoration: none;
}

#header_menu_links ul li a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

#header_menu_search {
	height: 39px;
	width: 290px;
	float: right;
}

#header_menu_search ul {
	height: 39px;
}

#header_menu_search ul li {
	height: 39px;
	float: left;
	display: block;
	list-style-type:none;
}

.search_form {
	height: 28px;
	width: 180px;
	border: 0px;
	padding-left: 28px;
	margin-top: 6px;
	margin-right: 10px;
	background: url("images/bg_search.jpg") top left no-repeat;
	font-size: 14px;
	font-family: Tahoma;
	color: #878787;
}

.search {
	height: 26px;
	width: 69px;
	margin-top: 7px;
	background: url("images/search.png") top left no-repeat;
}

#header_images {
	height: 154px;
	width: 850px;
	background-color: #FFF;	
	border-left: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
	padding: 20px 25px;
}

#header_images ul {
	width: 840px;
	margin: 0px auto;
}

#header_images ul li {
	float: left;
	display: block;
	list-style-type:none;
}

#header_images img { 
	border: 2px solid #b5b5b5;
	margin: 0px 15px;
}

#content {
	height: auto;
	width: 850px;
	background-color: #FFF;	
	border-left: 1px solid #cecdcd;
	border-right: 1px solid #cecdcd;
	border-bottom: 1px solid #cecdcd;	
	padding: 0px 25px;
	margin-bottom: 10px;
}

#content_posts {
	width: 560px;
	float: left;
}

.post {
	min-height: 300px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 13px;
	font-family: Tahoma;
	color: #4B4B4B;
}

.post a {
	color: #1F1F1F;
	border-bottom: 1px dotted;
}

.post a:hover {
	color: #6F6F6F;
	border-bottom: 1px dotted;
}

.post_top {
	height: 39px;
	width: 560px;
	margin-bottom: 15px;
}

.post_date {
	height: 39px;
	width: 90px;
	background: url("images/bg_entry.jpg") top no-repeat;
	float: left;
}

.date_left {
	height: 39px;
	width: 43px;
	float: left;
	padding-right: 2px;
	font-size: 35px;
	font-family: Arial;
	letter-spacing: -2px;
	text-align: right;
	color: #FFF;
}

.date_right {
	height: 39px;
	width: 45px;
	position: relative;
	float: left;
}

.date_right_month {
	position: absolute;
    top: 3px;
    left: 2px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	color: #FFF;
}

.date_right_year {
	position: absolute;
    top: 17px;
    left: 2px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	color: #FFF;
}

.post_title {
	height: 37px;
	width: 469px;
	position: relative;
	background: url("images/bg_entry_title.jpg") top repeat-x;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	float: left;
}

.post_title_link {
	position: absolute;
    top: 2px;
    left: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: left;
	color: #636363;
}

.post_title_link a {
	color: #636363;
	border: 0px;
}

.post_title_link a:hover {
	color: #2F2F2F;
	border: 0px;
}

.post_title_category {
	position: absolute;
    top: 20px;
    left: 15px;
	font-size: 12px;
	font-family: Tahoma;
	text-align: left;
	color: #636363;
}

.post_title_category a {
	color: #969696;
	border: 0px;
}

.post_title_category a:hover {
	color: #636363;
	border-bottom: 1px dotted;
}

.post_comments {
	height: 32px;
	width: 26px;
	float: right;
	background: url("images/bg_entry_comments.png") top left no-repeat;
	margin-top: 4px;
	margin-right: 4px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial;
	color: #909090;
	text-align: center;
}

.post_comments a {
	color: #909090;
	display: block;
	border: 0px;
}

.post_comments a:hover {
	color: #2F2F2F;
	border: 0px;
}

.post_tags {
	margin-top: 30px;
	font-weight: bold;
}

.post_tags a {
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma;
	color: #444;
	border-bottom: 0px;
}

.post_tags a:hover {
	border-bottom: 1px dotted;
	color: #444;
}

.readmore {
	height: 30px;
	display: block;
	margin-top: 5px;
	margin-bottom: 25px;
}

.readmore a {
	height: 25px;
	width: 88px;
	padding-top: 5px;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	color: #6F6F6F;
	background: url("images/bg_entry_more.png") top left no-repeat;
	border: 0px;
}

.readmore a:hover {
	border: 0px;
	color: #444;
}

#content_posts h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #444;
}

#content_posts h3 {
	font-size: 12px;
	font-weight: normal;
	color: #5A5A5A;
}

#no_coments {
	padding-top: 15px;
	border-top: 1px solid #CFCFCF;
}

#respond {
	height: auto;
	width: 518px;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 25px;	
	background-color: #F8F8F8;
	border: 1px solid #DFDFDF;
}

#respond h3 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

#respond small {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #444;
}

#respond span {
	color: #8F8F8F;
}

#respond input {
	height: 15px;
	width: 200px;
	padding: 3px;
	margin: 3px 5px 3px 0px;
	border: 1px solid #DFDFDF;
	color: #8F8F8F;
}

#respond textarea {
	height: 100px;
	width: 450px;
	padding: 3px;
	margin: 3px 5px 3px 0px;
	border: 1px solid #DFDFDF;
	color: #8F8F8F;
}

#respond #submit {
	height: 25px;
	width: 120px;
	padding: 0px;
	margin-top: 5px;
	font-weight: bold;
	font-family: Tahoma;
	color: #444;
	border: 1px solid #CFCFCF;
	background-color: #EFEFEF;
}

.commentlist {
	padding-top: 15px;
	border-top: 1px solid #CFCFCF;
}

.commentlist li {
	display: block;
	list-style-type:none;
}

.comment_all {
	height: auto;
	width: 558px;
	margin: 10px 0px;
	background-color: #F8F8F8;
	border: 1px solid #CFCFCF;
}

.comment_avatar {
	height: auto;
	width: 70px;
	float: left;
	padding: 10px;
	text-align: center;
}

.comment_avatar .photo {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #DFDFDF;
}

.comment_avatar .reply {
	margin-top: 5px;
}

.comment_avatar .reply a {
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	color: #444;
}

.comment_avatar .reply a:hover {
	border-bottom: 1px dotted;
}

.comment_content {
	width: 460px;
	float: left;
}

.comment_top {
	height: 25px;
	width: 447px;
	padding: 5px 10px 0px 10px;
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.comment_autor {
	float: left;
	font-weight: bold;
	color: #6F6F6F;
}

.comment_autor a {
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color: #444;
}

.comment_autor a:hover {
	border-bottom: 1px dotted;
}

.comment_date {
	float: right;
	font-weight: bold;
	color: #6F6F6F;
}

.comment_date a {
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color: #444;
}

.comment_date a:hover {
	border-bottom: 1px dotted;
}

.comment-edit-link {
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	color: #6F6F6F;
}

.comment-edit-link:hover {
	color: #444;
	border-bottom: 1px dotted;
}

.comment_bottom {
	height: auto;
	min-height: 60px;
	width: 447px;
	padding: 10px;
	background-color: #FFF;
	border-left: 1px solid #DFDFDF;
	font-size: 12px;
	font-family: Tahoma;
	color: #6F6F6F;
}

.comment_bottom a {
	color: #444;
}

.comment_bottom a:hover {
	border-bottom: 1px dotted;
}

.coment_login {
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color: #6F6F6F;
}

.coment_login a {
	color: #444;
}

.coment_login a:hover {
	border-bottom: 1px dotted;
}

.comment_approved {
	margin-top: 20px;
	font-size: 10px;
	font-family: Tahoma;
	color: #9F2727;
}

#content_sidebar {
	width: 250px;
	float: right;
	margin-right: 10px;
}

.content_sidebar_widget  {
	width: 250px;
	margin-bottom: 25px;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #A2A2A2;
}

.content_sidebar_widget h1  {
	display: block;
	padding-left: 8px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DBDBDB;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: #444444;
}

.content_sidebar_widget ul  {
	padding-left: 15px;
}

.content_sidebar_widget ul li  {
	list-style-type:none;
	padding: 3px 0px;
}

.content_sidebar_widget a  {
	color: #5A5A5A;	
}

.content_sidebar_widget a:hover  {
	color: #444444;	
	border-bottom: 1px dotted;
}

.content_sidebar_widget p  {
	width: 250px;
	text-align: center;
}

#footer_bottom {
	width: 860px;
	padding: 10px 20px;
	margin-bottom: 10px;
	background-color: #D5D5D5;
}

#footer_copyright {
	width: 300px;
	float: left;
	padding-top: 3px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #5A5A5A;
}

#footer_contact {
	width: 120px;
	float: right;
}

#footer_contact a {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #5A5A5A;
}

#footer_contact a:hover {
	color: #9F9F9F;
	border-bottom: 1px dotted;
}

#footer_links {
	width: 900px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	color: #A2A2A2;
}

#footer_links a {
	font-size: 12px;
	font-weight: bold;
	color: #A2A2A2;
}

#footer_links a:hover {
	color: #5A5A5A;
	border-bottom: 1px dotted;
}

.wp-pagenavi {
	margin: 15px 0px;
	text-align: center;
	
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #1F1F1F;
}

.wp-pagenavi a:hover {
	color: #000;
}