﻿/*
Theme Name: corporate-wellness.pl
Theme URI: http://corporate-wellness.pl
Description: Theme dla serwisu corporate-wellness.pl
Author: przeobraznia.pl
Version: 1.0
*/

/* reset */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
}

/* setup */

body {
	background: #fff url(images/bg.jpg) repeat-x;
	font: normal 12px Verdana;
	color: black;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
    font: 1em/1, Verdana;
}

pre,
var,
code {
    font-family: "Courier New", Courier, monospace; 
}

a {
	font: 12px verdana;
	color: #ba1b66;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: black;
}

small {
    font-size: 11px;
}

.clear {
	clear: both;
}

/* div */

.all {
	width: 990px;
	margin: 0px auto;
	background: #ffffff;
	-moz-border-radius-topleft: 20px;
	-webkit-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-radius-topright: 20px;
	margin-top: 5px;
}

.header {
	width: 990px;
	height: 152px;
	background: white url(images/header.png) no-repeat;
	background-position: 30% 1%; 
	border-bottom: 2px solid #f3f3f3;
	-moz-border-radius-topleft: 20px;
	-webkit-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-radius-topright: 20px;
}

.menu {
	height: 40px;
	padding-top: 20px;
	float: right;
	margin-right: 10px;
	color: black;
}

.menu_links {
	float: left;
	margin-top: 6px;
}

.rss {
	height: 40px;
	float: right;
}

div.logo {
	float: left;
	margin-left: 25px;
}

.sidebar {
	float: left;
	width: 190px;
}

.content {
	width: 600px;
	float: left;
}

.post {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d4d4d4;
	padding: 8px;
	margin-top: 10px;
	color: #555173;
	background: #f5f5f9;
}

.box1 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-toprigh: 5px;
	background: url(images/box1.jpg) no-repeat;
	padding: 6px;
	margin-top: 10px;
	border-bottom: 1px solid #d4d4d4;
}

.box2 {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomrigh: 5px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px;
	color: grey;
	background: white url("images/box2.png") repeat-x bottom;
}

.sub {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: white;
	border: 2px solid #f3f3f3;
	padding: 8px;
	margin-top: 10px;
	color: grey;
}

.outer_footer {
	width: 100%;
	background: #ffffff url(images/footer.jpg) repeat-x bottom;
}

.inner_footer {
	width: 990px;
	margin: 0px auto;
	background: transparent;
	color: black;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-radius-bottomright: 20px;
	border-top: 2px solid #f3f3f3;
}

.banner {
	margin-top: 10px;
}

/* txt */

div.content p, div.content ul {
	text-align: justify;
}

div.content p, div.content ul, div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {
    margin-top: 5px;
	margin-bottom: 5px;
}

div.content ul {
	margin-left: 14px;
}

h2 {
	font-weight: bold;
	color: #656182;
}

h2 a {
	font-weight: normal;
	color: #ba1b66;
}

h2, h2 a {
	font-size: 16px;
}

div.post h3 {
	font-size: 16px;
	font-weight: normal;
}

h2.related_post_title {
	font-weight: normal;
	font-size: 14px;
}

.pagetitle {
	margin-left: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #ba1b66;
}

.box1 h2 {
	text-align: center;
	color: #ecfff3;
	font-weight: normal;
	font-size: 16px;
}

.inner_footer h2 {
	color: black;
	font-size: 14px;
}

.inner_footer ul, ul.menu1, ul.idTabs, .banner ul {
	list-style-type: none;
}

ul.menu2, .widget ul  {
	margin-left: 14px;
	list-style-type: disc;
}

ul.menu2 li, .widget ul li  {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* anchor */

.menu a {
	color: #ba1b66;
	font-size: 13px;
}

.menu a:hover {
	color: black;
}

a.logo {
	display: block;
	width: 410px;
	height: 152px;
}

.sub a {
	font-size: 11px;
}

#nav a {
	color: grey;
}

#nav a:hover {
	color: #ba1b66;
}

#nav li a.current {
	color: #ba1b66;
}

.menu1 li a {
	font-size: 13px;
}

a.menu1 {

}

.menu2 li a, .widget ul li a {
	font-size: 11px;
	line-height: 11px;
}

.inner_footer ul li a {
	color: #ba1b66;
	font-weight: bold;
}

.inner_footer ul li a:hover {
	color: black;
}

/* img */

img.alignright {
	float: right;
	padding-left: 10px;
}

img.alignleft {
	float: left;
	padding-right: 10px;
}

/* form */

input, textarea {
	border: 1px solid #d4d4d4;
	padding-left: 2px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type="submit"] {
	cursor: pointer;
	padding-left: 0px;
}

.sidebar input, .comments input {
	width: 100px;
}

.comments input[type="text"] {
	padding-left: 10px;
}

input.pp {
	width: 10px;
	border: 0px;
	padding-left: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/* wp-pagenavi */

.wp-pagenavi {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #555173;
	border: 0px;
	background-color: white;
	font-weight: normal;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #555173;
	border: 0px;
	background-color: white;
	font-weight: normal;
}
.wp-pagenavi a:hover {	
	color: #ba1b66;
	border: 0px;
	background-color: white;
	font-weight: normal;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #ba1b66;
	border: 0px;
	background-color: white;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #555173;
	border: 0px;
	background-color: white;
	font-weight: normal;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #ba1b66;
	border: 0px;
	background-color: white;
	font-weight: normal;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #555173;
	border: 0px;
	background-color: white;
	font-weight: normal;
}