/*

Theme name: Majsterkowicza.pl

Editors: btomasz
*/

/*MEYER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: normal;
	color: black;
	background: white;

}

ol, ul {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*GLOBAL EMEMENTS*/

html, body {
	background-color: #464646;
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}

a, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #6d8d02;
}

a:hover {
	color: #506802;
	text-decoration: underline;
}

b, strong {
	font-weight: bold;

}

i {
	font-style: italic;
}

li {
	letter-spacing: normal;
}

input {
	background-color: #eee;
	font-weight: bold;
	font-color: #464646;
	margin: 5px;
}



hr {
	width: 70%;
	height: 2px;
	background-color: #464646;
	border: 0;
}


h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 75%;
}

h6 {
	font-size: 50%;
}


acronym, abbr {

	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {

	font-size: 90%;

	letter-spacing: .07em;

}



acronym, abbr {

	cursor: help;

}


blockquote {

	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}



ol#comments li p {

	font-size: 100%;

}



p, li, .feedback {

	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

	letter-spacing: -1px;

}

/*CONTAINER ELEMENTS*/

#siders {
	width: 970px;
	margin: 0px auto;
	background: url("http://majsterkowicza.pl/img/siders.png");
	background-repeat: repeat-y;
}

#container {
	width: 930px;
	margin: 0 auto;
	/*border-right: 10px solid #8db703;
	border-left: 10px solid #8db703;*/
}


/*WRAPPER ELEMENTS*/

#wrapper {
	overflow: hidden; /* clearance */
	width: 930px;
	background: url("img/shadow.gif");
	background-color: #fff;
	background-repeat: repeat-x;
}



/*HEADER ELEMENTS */

#header {
	background: #464646 url("img/header-gradient.png");
	border-bottom: 1px solid #444; /*ramka oddzielająca*/
	height: 100px;
	padding: 0px;

}

.serviceimg, .serviceimgactive {
	float: right;
	padding: 0 10px;
}

.serviceimgactive {
	background-image: url('http://majsterkowicza.pl/img/header-icobg.png');
}

.serviceimg:hover, .serviceimgactive:hover {
	background-image: url('http://majsterkowicza.pl/img/header-icohvr.png');
}

/*SIDEBAR ELEMENTS*/



#sidebar {
	font-size: 11pt;
	line-height: 1.1;
	width: 250px;
	float: right;
}



#sidebar h2, #sidebar h3 {
	font-size: 12pt;
	font-weight: bold;
	text-align: right; 
	color: #cccccc;;
	background: #464646 url("img/sidebar-title.png");
	background-repeat: repeat-y;
	border-right: 15px solid #8db703;
	padding: 5px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	text-shadow: 0px 0px 1px #777;
}



#sidebar li ul li {
	margin: 0px 10px;

}

.sidebar-container {
	overflow:auto;
	height: auto;
}

.sidebar-box {
	float: left;
	width: 45%;
	border: 1px solid #a1a1a1;
	background-color: white;
	padding: 10px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sidebar-box li {
	list-style: disc inside;
}
/*PAGINATION*/
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#fff; border:1px solid #a1a1a1; color:#333; margin-right:4px; padding:6px 8px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#eee; color:#000;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#84a513; border:1px solid #a1a1a1; margin-right:4px; padding:6px 8px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}


/*CONTENT ELEMENTS*/



#content {
	background-repeat: repeat-x;
	width: 650px;
	font-size: 10pt;
	line-height: normal;
	padding: 15px;
	padding-top: 30px;
	float: left;
}



/*FOOTER ELEMENST*/



#footer {
	border-top: 1px solid #cccccc;
	background-color: #E9E7E0;
	font-size: 10pt;
	padding: 10px
}



/*OTHER ELEMENTS*/

#comments {
	margin-top: 30px;
}


/* Captions & aligment */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/*caption*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #E9E7E0;
	padding: 5px;
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;

}


/*post header*/

.storycaption {
	padding: 10px;
	margin: 10px 0px;
	height: 100%;
	background-color: #F4F3ED;
	border: 2px solid #efefef;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.meta {
	font-size: .75em;
	clear: left;
}

.storytitle {
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px #777;
}

.storytitle a {
	text-decoration: none;
}

.attachment-post-thumbnail
{
	float: right;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: -webkit-transform 1s ease-in-out;
}

.attachment-post-thumbnail:hover
{
	-webkit-transform: rotateZ(-5deg) scale(1.5);

}

.storycommentlink {
	clear: both;
	font-size: 11pt;
}

.storycontent {
	padding: 0px 7px;
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;


}

.storycontent p {
	margin: 1em 0; 
	letter-spacing: normal;
}

.storycontent img {
	margin: 7px;
	vertical-align: middle;
}

.storycontent h1, .storycontent h2, .storycontent h3, .storycontent h4, .storycontent h5, .storycontent h6 {
	font-weight: bold;
	padding-top: 15px;
	padding-botom: 7px;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	text-shadow: 1px 1px 1px #888;
}

/*lists*/
.storycontent ul , .storycontent ol {
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 27px;
}

.storycontent li {
	letter-spacing: normal;
}

.storycontent ul {
	list-style-type: square;
}

.storycontent ol {
	list-style-type: decimal;
}

.panel1 {
	padding: 7px;
	width: 50%;
	margin: auto;
	background: #FBFFED;
	border: 2px solid #E2EBC2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.panel1 a:hover {
	text-decoration: none;
}

.hentry {
	padding-bottom: 25px;
}

.cat-item {
	padding: 1px 20px;
	text-align: left;
	font-size: 10pt;
}

.cat-item a, .cat-item a:hover, .cat-item a:visited {
	text-decoration: none;
	color: #50482F;
}

.cat-item:hover {
	background: url("img/menu-gradient.png");
	background-repeat: repeat-y;
}