/*
Theme Name: The Sunshine
Theme URI: http://www.mobtemplate.com
Version: 1.0
Description: The Sunshine Wordpress Theme by <a href="http://www.mobtemplate.com">Robert</a>
Author: Robert
Author URI: http://www.mobtemplate.com
*/

/* Layout */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
 margin: 0;
 padding: 0;
}

body {
 background: #ffffff;
 color: #000000;
 margin: 0px;
 padding: 0;
 text-align: center; /* IE hack Part 1 */
}

#header {
 float: left;
 width: 1000px;
 margin: 0px;
 padding: 0px;
 text-align: left;
 height: 20px;
 display:inline;
}

#masthead {
 background: url(images/header.jpg);
 width: 1000px;
 height: 304px;
 margin: 0 ;
 padding: 0;
 
}

/* Contain */
#rap {
 width:1000px;
 margin: 0px auto;
 background: url('images/bg.jpg') repeat-y;
 
}
#container {
 width: 1000px;
 margin: 0px auto;
 background-position: right;
 min-height: 275px;
 height: auto;
 background-repeat: repeat-y ;
 border-left: 0px solid #f3782a;
 border-right: 0px solid #f3782a;
 font-family: Arial, Verdana, Helvetica, sans-sherif;
 font-size: .75em;
 text-align: left; /* IE hack Part 2 */
 border-top: 0px solid #f3782a;
 border-bottom: 0px solid #f3782a;
}

#content {
 float: left;
 width: 733px;
 margin:  0 0 0 0;
 padding-top: 10px;
 background: #ffffff;
 display: inline;
}

/*  Sidebar */
#sidebar {
 color: #FFFFFF;
 float: left;
 width: 236px;
 font-family: Arial, Verdana, Helvetica, sans-serif; 
 font-size: 1.0em;
 margin-top: 10px;
 margin-left: 20px;
 background: #153b70;
 text-align: left; /* IE hack Part 2 */
 padding-left: 0px !important; 
 padding-left: 20px; 
}

#sidebar h2 {
 background: #153b70;
 color: #ebf90a;
 margin: 10px 5px 3px 0px;
 padding:  1px 0 1px 5px;
}
#sidebar a {
 width: 147px;
 display: block;
 padding-left: 25px;
 background-image: url(images/icon.jpg); 
 background-repeat: no-repeat;
 background-position: 0 55%;
 color: #fff;
 text-decoration: none;
}
#sidebar a:hover {
 width: 147px;
 display: block;
 padding-left: 25px;
 background-image: url(images/icon.jpg); 
 background-repeat: no-repeat;
 background-position: 0 55%;
 color: #fff;
 text-decoration: underline;
}

/*
The following is the fix
for 3-pixel-jog bug in IE 
*/
/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html #content {
 /*margin-right: 7px;*/
}
* html #sidebar {
 height: 1%;
}

/* Footer text */
#footer {
 margin: 0 auto;
 padding-top: 0px;
 font-size: .75em;
 font-family: Arial, Verdana, Helvetica, sans-serif; 
 clear: both;
 background: url(images/footer.jpg);
 width: 1000px;
 height: 99px;
} 


/* Font Alignment */
a {
 color: #201be5;
 text-decoration: none;
}
a:hover {
 color: #201be0;
 text-decoration: underline;
}

h1 {
 margin-bottom: 4px;
 padding: 0;
 color: #201be5;
}
h1 a {
 margin: 0;
 padding: 0;
 text-decoration: none;
 color: #e67fa1;
}
h2 {
 color: #ebf90a;
 font-family: Arial, Helvetica, sans-serif;
 margin-bottom: 0px;
 margin-left: 4px;
}

h3 {
 text-align: left;
 color: #ca8fa1;
 margin: 0;
 padding: 0;
 font-size: 0.9em;
 line-height: 26px;
 font-weight: normal;
}
#blogtitle {
 text-align: left;
 margin: 0;
 padding: 120px 0px 0px 70px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 50px;
 color: #000;
}
#blogtitle a {
 color: #eff707; 
 }


.img a {
 text-decoration: none;
}

.wpisy_tytul a:hover 
{
	border:0 none;
	color:#201BE5;
}

.wpisy_tytul a 
{
	color:#201BE5;
	display:block;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

