/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
.custom #header { height:150px; background:transparent url(images/header.jpg) center no-repeat; }


body.custom { background: #f9f5db url('images/1.png'); }

.custom .menu {border-width:0 0 0 0.1em;}

.custom .menu a {padding-left: 25px; padding-right: 25px;}


*/
/* 
.custom dl#comment_list dd p.odp{ margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.odp a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.odp a:hover {background:#46382d; border: 0;}
*/

	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.1em; background: #5E404F; border: 0.1em solid #A50376; }

		.custom #page { background: #fff; }



.custom #header {background: url(images/header1.png) no-repeat; height: 120px; }
.custom {font-family:Arial,Helvetica,sans-serif}


/* Sales page in thesis*/


/* .salesletter #header { padding: 0; border-bottom: 0em; }

.salesletter #footer { padding-bottom: 0; border-top: 0em; }

.salesletter #footer { display: none; }

.salesletter #sidebars { display: none; border: none; }

.salesletter #tabs {display:none;}

.salesletter #content_box { background:none; }

.salesletter.comments_closed { display: none; }

.salesletter #header #logo { display: none; }




.salesletter #header #tagline { display: none; }

.salesletter #header {background: none no-repeat; height: 0px; width: 100%; }

.salesletter #content { margin: 0 auto; float: none; }






.salesletter #container { width:700px; border: 0.1em solid #CC0000;  }
.salesletter a { color: #CC0000; }

.salesletter #page { background: #fff; }

.salesletter .menu a {display: none;}
*/
.salesletter  #content h2 { font-size:18pt; text-align:center; font-weight:bold;color:#A50376; }
.salesletter #content h1 { font-size:18pt; text-align:center; font-weight:bold;color:#A50376; }
.salesletter #content h3 { font-size:11pt; text-align:left; font-weight:bold;color:#A50376; }


/* optin*/


.optin #header { padding: 0; border-bottom: 0em; }

.optin #footer { padding-bottom: 0; border-top: 0em; }

.optin #footer { display: none; }

.optin #sidebars { display: none; border: none; }

.optin #tabs {display:none;}

.optin #content_box { background:none; }

.optin .comments_closed { display: none; }

.optin #header #logo { display: none; }




.optin #header #tagline { display: none; }

.optin #header {background: none no-repeat; height: 0px; width: 100%; }

.optin #content { margin: 0 auto; float: none; }

.optin #content h2 { font-size:30pt; text-align:center; font-weight:bold;color:#CC0000; }
.optin #content h1 { font-size:13pt; text-align:left; font-weight:bold;color:#CC0000; }

.optin #container { width:600px; border: 0.1em solid #CC0000;  }
.optin a { color: #111; }

.optin #page { background: #fff; }

.optin .menu a {display: none;}

.optin input[type="submit"] {background-color:#eeeeee;border:5px solid #CC0000;}
.optin input[type="text"] {background-color:#eeeeee;border:1px dashed #CC0000;}


/* Sales page in thesis*/


.salesletter1  #content h2 { font-size:18pt; text-align:center; font-weight:bold;color:#A50376; }
.salesletter1 #content h1 { font-size:18pt; text-align:center; font-weight:bold;color:#A50376; }
.salesletter1 #content h3 { font-size:11pt; text-align:center; font-weight:bold;color:#000000; }
.salesletter1 a { color: #015398; }






/* optin blue*/


.optin1 #header { padding: 0; border-bottom: 0em; }

.optin1 #footer { padding-bottom: 0; border-top: 0em; }

.optin1 #footer { display: none; }

.optin1 #sidebars { display: none; border: none; }

.optin1 #tabs {display:none;}

.optin1 #content_box { background:none; }

.optin1 .comments_closed { display: none; }

.optin1 #header #logo { display: none; }




.optin1 #header #tagline { display: none; }

.optin1 #header {background: none no-repeat; height: 0px; width: 100%; }

.optin1 #content { margin: 0 auto; float: none; }

.optin1 #content h2 { font-size:30pt; text-align:center; font-weight:bold;color:#A50376; }
.optin1 #content h1 { font-size:13pt; text-align:left; font-weight:bold;color:#A50376; }

.optin1 #container { width:600px; border: 0.1em solid #A50376;  }
.optin1 a { color: #111; }

.optin1 #page { background: #fff; }

.optin1 .menu a {display: none;}

.optin1 input[type="submit"] {background-color:#eeeeee;border:5px solid #A50376;}
.optin1 input[type="text"] {background-color:#eeeeee;border:1px dashed #A50376;}


/* bokisk wokół */

.boksik {width:300px;
background:#fff;

border:2px dashed #A50376;
margin:10px 50px;
padding: 7px;
}
.boksik input[type="submit"] {background-color:#eeeeee;border:5px solid  #CC0000;}



/* Sales page test in thesis*/

.salesletter2 #content { width: 900px; float: left; }
.salesletter2 #content body{
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}




.salesletter2 #header { padding: 0; border-bottom: 0em; }

.salesletter2 #footer { padding-bottom: 0; border-top: 0em; }

.salesletter2 #footer { display: none; }

.salesletter2 #sidebars { display: none; border: none; }

.salesletter2 #tabs {display:none;}

.salesletter2 #content_box { background:none; }

.salesletter2.comments_closed { display: none; }

.salesletter2 #header #logo { display: none; }




.salesletter2 #header #tagline { display: none; }

.salesletter2 #header {background: none no-repeat; height: 0px; width: 100%; }

.salesletter2 #content { margin: 0 auto; float: none; }

.salesletter2  #content h2 { font-size:38pt; text-align:center; font-weight:bold;color:#A50376;margin-top:0;}
.salesletter2 #content h1 { font-size:8pt; text-align:left; font-weight:bold;color:#000000; }
.salesletter2 #content h3 { font-size:24pt; text-align:center; font-weight:bold;color:#A50376;margin-top:0; }
.salesletter2 #content h4 { font-size:14pt; text-align:center;font-weight:bold; color:#000000; line-height:1.3;margin-top:0;}
.salesletter2 #content h5 { font-size:14pt; text-align:left; font-weight:bold;color:#A50376; line-height:1.3; text-transform:none;}
.salesletter2 #content h6 { font-size:11pt; text-align:left; font-weight:bold;color:#000000; line-height:1.3; text-transform:none;}




.salesletter2 #container { width:900px; border: 0,1em dashed  #CC0000;  }
.salesletter2 a { color: #D70305; }

.salesletter2 #page { background: #fff; }

.salesletter2 .menu a {display: none;}
.salesletter2 input[type="submit"] {background-color:#eeeeee;border:5px solid #A50376;}
.salesletter2 input[type="text"] {background-color:#eeeeee;border:2px solid#A50376;}



/* bokisk wokół drugi */

.boks {width:260px;
background:#fff;

border:1em solid #D70305;
margin:10px 50px;
padding: 7px;
}
.boks input[type="submit"] {background-color:#eeeeee;border:3px solid  #CC0000;color:#000000;font-weight:bold;}

/* żółte tło */
.color3 {background-color:yellow;}
.color2 {background-color:#fff8f8;}
.testimonial {background-color:#EAEFF0;border:1px dashed #6D8D99; margin:0 auto; padding:10px; vertical-align:top; width:650px;}
.testimonial img {border:1px solid #333333; float:right;margin:0 0 5px 5px;}
.testi_text {color:#333333;font-family:"Courier New",Courier,monospace;font-size:12px;}
.blue-box {color:#333333; background:none repeat scroll 0 0 #D7E2FF; border:1px solid; margin:5px auto; padding:7px; width:650px;}
.pink-box { background:none repeat scroll 0 0 #FBF7BD; border:3px dashed; margin:0 auto; padding:7px; width:650px;}
.black-box { background:none repeat scroll 0 0 #FFFFFF; border:3px solid; margin:0 auto; padding:7px; width:400px;}
.black-box1 { background:none repeat scroll 0 0 #FFFFFF; border:3px solid; margin:0 auto; padding:7px;}
.none-box { background:none repeat scroll 0 0 #FFFFFF; border:0px solid; margin:0 auto; padding:7px;}
.ad-box { background:none repeat scroll 0 0 #FFFFFF; border:3px solid; margin:0 auto; padding:7px; width:400px;}

/* Sales page test in thesis*/

.salesletter3 #content { width: 900px; float: left; }
.salesletter3 #content body{
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}




.salesletter3 #header { padding: 0; border-bottom: 0em; }

.salesletter3 #footer { padding-bottom: 0; border-top: 0em; }

.salesletter3 #footer { display: none; }

.salesletter3 #sidebars { display: none; border: none; }

.salesletter3 #tabs {display:none;}

.salesletter3 #content_box { background:none; }

.salesletter3.comments_closed { display: none; }

.salesletter3 #header #logo { display: none; }




.salesletter3 #header #tagline { display: none; }

.salesletter3 #header {background: none no-repeat; height: 0px; width: 100%; }

.salesletter3 #content { margin: 0 auto; float: none; }

.salesletter3  #content h2 { font-size:38pt; text-align:center; font-weight:bold;color:#800000;margin-top:0;}
.salesletter3 #content h1 { font-size:8pt; text-align:left; font-weight:bold;color:#000000; }
.salesletter3 #content h3 { font-size:24pt; text-align:center; font-weight:bold;color:#993300;margin-top:0; }
.salesletter3 #content h4 { font-size:14pt; text-align:center;font-weight:bold; color:#000000; line-height:1.3;margin-top:0;}
.salesletter3 #content h5 { font-size:14pt; text-align:left; font-weight:bold;color:#800000; line-height:1.3; text-transform:none;}
.salesletter3 #content h6 { font-size:14pt; text-align:left; font-weight:bold;color:#B30A0A; line-height:1.3; text-transform:none;}

.salesletter3 #content h7 { font-size:18pt; text-align:left; font-weight:bold;color:#B30A0A; line-height:1.3; text-transform:none;}
.salesletter3 #content h8 { font-size:22pt; text-align:left; font-weight:bold;color:#B30A0A; line-height:1.3; text-transform:none;}
.salesletter3 #content h9 { font-size:26pt; text-align:left; font-weight:bold;color:#B30A0A; line-height:1.3; text-transform:none;}









.salesletter3 #container { width:900px; border: 0,1em dashed  #CC0000;  }
.salesletter3 a { color: #D70305; }

.salesletter3 #page { background: #fff; }

.salesletter3 .menu a {display: none;}
.salesletter3 input[type="submit"] {background-color:#eeeeee;border:5px solid #800000;}
.salesletter3 input[type="text"] {background-color:#eeeeee;border:2px solid#800000;}








.salesletter4  #content h2 { font-size:24pt; text-align:center; font-weight:bold;color:#A50376;margin-top:0;}

.salesletter4 #content h3 { font-size:14pt; text-align:center; font-weight:bold;color:#A50376;margin-top:0; }
.salesletter4 #content h4 { font-size:14pt; text-align:center;font-weight:bold; color:#000000; line-height:1.3;margin-top:0;}
.salesletter4 #content h5 { font-size:14pt; text-align:left; font-weight:bold;color:#A50376; line-height:1.3; text-transform:none;}
.salesletter4 #content h6 { font-size:11pt; text-align:left; font-weight:bold;color:#000000; line-height:1.3; text-transform:none;}








/* OPTIN */

.sideoptin{width:200px;
background:transparent;

border:0px solid #a50376;
margin:0px 0px;
padding: 20px;
}
.sideoptin input[type="submit"] {background-color:#FEB333;border:2px solid #6B4000;color:#000000;font-weight:bold;}
.sideoptin input[type="text"] {background-color:#eeeeee;border:2px solid#A50376;}
.sideoptin label {font-weight:bold;}
/* POSTOPTIN */

.postoptin{width:400px;
background:#transparent;

border:0px solid #a50376;
margin:0px 0px;
padding: 20px;
}
.postoptin input[type="submit"] {background-color:#FEB333;border:2px solid #6B4000;color:#000000;font-weight:bold;}
.postoptin input[type="text"] {background-color:#eeeeee;border:2px solid#A50376;}
.postoptin label {font-weight:bold;}
/* SLIDEIN */
.gora{height: 10px;background-color:transparent;color:#000000;}
.slide{width:100%; height: 75px;
background-color:#FFFFCC;
border-top:10px solid #a50376;
border-bottom: 1px solid #a50376;
color:#000000;

}
.slide input[type="submit"] {height: 25px; font-size: 12px; background-color:#FEB333;border:2px solid #6B4000;color:#000000;font-weight:bold;}
.slide input[type="text"] {height: 20px;font-size: 12px; background-color:#eeeeee;border:2px solid#A50376;}

.slide #footer a {color:#000000;}