/* 
Plugin Name: Szkicownik
Template: thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* style formularzy wp sprzedawca */
@import url('library/styles/wp-sprzedawca.css');

/* dodajemy tlo do strony */
body {
background-image: url('img/wycienione.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}

.entry-content img {
border: solid 1px grey;
}

#content {
width: 620px;
}

/* zmieniamy wyglad menu nawigacyjnego na samej gorze strony */
#access {
border-bottom: none;
}

#wrapper {
width: 940px;
margin: auto;
}

#header {
/*width: 290px;
float: right;
overflow: hidden;*/
margin-left: 648px;

position: absolute;
width: 200px;
}

.menu {
width: 260px;
}

#branding {
width: 290px;
padding: 0px;
float: left;
}

#main {
clear: none;
padding: 0px;
padding-top: 10px;
top: 0px;
}

#primary {
margin-top: 200px;
}

.entry-content h3 {
padding: 0px;
}

.entry-utility {
margin-bottom: 10px;
}

.navigation {
margin: 0px;
}

#comments {
padding: 0px;
}

#respond {
background: transparent;
}

