/*
  @Nuno Costa [criacaoweb.net] Utils CSS.
  @Licensed under GPL2 and MIT.
  @Status: Stable
  @Version: 0.1-20090418
  
  @Contributors:
        -  http://meyerweb.com/eric/tools/css/reset/index.html 
  
  --------------------------------------------------------------- 
*/
/* From: http://meyerweb.com/eric/tools/css/reset/index.html  (Original) */
/* v1.0 | 20080212 */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*
Stantby for nowbody {
	line-height: 1;
}
*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */
* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
dfn {
	display: none;
	overflow: hidden;
}
/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}
/* Stylesheet: ncleanblueutils Modified On 2009-05-11 02:38:10 */
/*
  @Nuno Costa [criacaoweb.net] Core CSS.
  @Licensed under GPL and MIT.
  @Status: Stable
  @Version: 0.1-20090418
  
  @Contributors:
  
  --------------------------------------------------------------- 
*/
/*----------- Global Containers ----------- */
/* 
.core-wrap-100   =  width - 100% of Browser Fluid
.core-wrap-960   =  width - 960px  - fixed
.core-wrap-780   =  width - 780px  - fixed
.custom-wrap-x   =  width -  custom   - declared in another css (your site css)
*/
.core-wrap-100 {
	width: 100%;
}
.core-wrap-960 {
	width: 960px;
}
.core-wrap-780 {
	width: 780px;
}
.core-wrap-100,
.core-wrap-960,
.core-wrap-780,
.custom-wrap-x {
	margin-left: auto;
	margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-100  .core-float-left,
.core-wrap-960  .core-float-left,
.core-wrap-780  .core-float-left,
.custom-wrap-x  .core-float-left {
	float: left;
	display: inline;
}
.core-wrap-100  .core-float-right,
.core-wrap-960  .core-float-right,
.core-wrap-780  .core-float-right,
.custom-wrap-x  .core-float-right {
	float: right;
	display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-100   .core-center,
.core-wrap-960   .core-center,
.core-wrap-780   .core-center,
.custom-wrap-x   .core-center {
	margin-left: auto;
	margin-right: auto;
}
/* Stylesheet: ncleanbluecore Modified On 2009-05-11 02:35:43 */
/*  
@Nuno Costa [criacaoweb.net]
@Since [cmsms 1.6]
@Contributors: Mark and Dev-Team
*/
body {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bg.jpg) repeat scroll left top;
}
#ncleanblue {
	width: auto;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bg-header-wrap.png) repeat-x scroll left top rgba(0, 0, 0, 0);
}
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
	padding: 0 12px 0 0;
}
a.external:link {
	color: #333;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #333;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
.accessibility, hr {
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: bold;
	width: auto;
	font-family: Arial, sans-serif;
        margin-bottom: 1em;
}
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:12px;}
/*default link styles*/
a {
	color: #333;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
a:visited {
	color: #333;
}
input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 111px;
	width: 960px;
}
#logo a {
        float:left;
	height: 400px;
	width: 250px;
	display: block;
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/logo.png) no-repeat left top;
}
/* ------------ Header - Search ------------ */
div#search {
	width: 190px;
	height: 28px;
	margin-top: 31px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
	width: 143px;
	height: 17px;
	border-style: none;
	color: #999;
	padding: 7px 0px 4px 10px;
	float: left;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/search.png) no-repeat left top;
}
div#search input.search-button {
	width: 37px;
	height: 28px;
	border-style: none;
	text-indent: -9999em;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	background: transparent url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/search.png) no-repeat right top;
}
/* ------------ Content ------------ */
#content {
	width: auto;
	text-align: left;
}

/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
h1.title {
	font-size: 1.8em;
	color: #666666;
	margin-bottom: 0.5em;
}
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 250px;
}
#left .screen {
	margin: 10px 50px;
}
.sbar-title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #252523;
}

.sbar-main {
    padding: 32px 0 25px;
    background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bg-home-top.png) no-repeat scroll 50% 32px rgba(0, 0, 0, 0);
    height: 126px;
}

/* ------------ Main (Right) ------------ */
#main {
margin: 30px 0 0;
    width: 690px;
}
.main-top {
	height: 15px;
	width: auto;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bg__content.png) no-repeat right top;
}
.main-main {
	background: none repeat scroll 0 0 rgba(220, 220, 220, 0.75);
    border: 1px solid #C6C6C6;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}
.main-bottom {
	width: auto;
	height: 41px;
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bull.png) no-repeat  left top;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #301E12;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
    background: none repeat scroll 0 0 rgba(220, 220, 220, 0.75);
    border-top: 1px solid #C6C6C6;
}
#footer {
	color: #FFF;
	font-size: 0.8em;
	height: auto!important;
}
#footer .block {

	margin: 20px 10px 10px;
}
#footer .cms {
	text-align: right;
        color: #727272;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #333;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}
#footer a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------ END LAYOUT ---------------*/

/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {border-bottom: 1px dotted #838383;padding: 5px 0 5px 0;}
.NewsSummary a {
background: url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bullet-list-item-fwa.png) no-repeat scroll 5px 4px rgba(0, 0, 0, 0);
    display: block;
    margin: 0;
;padding: 0 10px 20px 20px;
}
.NewsSummary a:hover {text-decoration:underline;}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-size: 0.9em;
padding-left:20px;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */
#bottom {background:url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bg-home-top-wrap.png) repeat-x; height:183px;
}
.bar {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #333333;
    float: left;
    margin: 0 78px 0 0;
    overflow: hidden;
    padding: 0;
    width: 178px;
}
.bar-4 {
    margin: 0;
}
#menuwrapper {
    float: left;
    left: 30px;
    margin: 0;
    position: relative;
    top: 60px;
}
#menuwrapper ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 31px;
	float: right;
}
#menuwrapper ul li {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	float: left;
	position: relative;
}
#menuwrapper ul li a, #menuwrapper ul li.menuactive a {
	display: block;
	margin: 0;
	padding: 1px 10px 0 10px;
	font: normal 14px/28px 'Arial', sans-serif;
	color: #fff;
	text-decoration: none;
	background:url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bg-menubar-item-1.png) no-repeat scroll 99999px 0 rgba(0, 0, 0, 0);
}
#menuwrapper ul li .sf-sub-indicator {
	display: none;
}
#menuwrapper ul li:hover a,
#menuwrapper ul li.hover a,
#menuwrapper ul li.menuactive a,
#menuwrapper ul li.menuactive a {
	background-position: 0 0;
	background-repeat: repeat-x;
	border-radius: 5px;
	border-top: 1px solid #fff;
	line-height: 28px;
	padding: 0 10px;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	color: #0a3a4a;
}
#menuwrapper ul li ul {
	display: none;
	background: #091E33 none;
	width: 180px;
	height: auto;
	border-radius: 5px;
}
#menuwrapper ul li:hover ul,
#menuwrapper ul li.hover ul {
	display: block;
	width: 180px;
	position: absolute;
	z-index: 999999;
	margin: 5px 0 0 0;
	padding: 5px 0;
}
#menuwrapper ul li:hover ul li,
#menuwrapper ul li.hover ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
	background: transparent none;
}
#menuwrapper ul li:hover ul li a {
	display: block;
	color: #EDBC1A;
	line-height: 18px;
	float: none;
	padding: 5px 10px;
	background: transparent none;
	border: 0 none;
	box-shadow: none;
}
#menuwrapper ul li ul li:hover a span {
	color: #fff;
	line-height: 18px;
	border-radius: 0;
	border: 0 none;
	box-shadow: none;
}
#menuwrapper ul li ul li a.menuactive span {
	color: #fff;
}
#menuwrapper ul li:hover ul li .sf-sub-indicator {
	display: block;
	float: right;
	line-height: 18px;
}
#menuwrapper ul li:hover ul li ul,
#menuwrapper ul li.hover ul li ul {
	display: none;
}
#menuwrapper ul li:hover ul li:hover ul,
#menuwrapper ul li.hover ul li.hover ul {
	display: block;
	height: auto;
	float: left;
	margin: -33px 0 0 175px;
	border-radius: 5px;
}
#menuwrapper ul li:hover ul li:hover ul li a,
#menuwrapper ul li.hover ul li.hover ul li a {
	color: #9ac836;
}
#menuwrapper ul li:hover ul li:hover ul li:hover a,
#menuwrapper ul li.hover ul li.hover ul li.hover a {
	color: #fff;
}
.dolny-1{ float: left;
    padding: 20px 40px 20px 0;
    width: 200px;}
.dolny-2{float:left;width:240px; padding: 20px 40px 20px 0;}
.dolny-3{float:left;width:400px; padding: 20px 40px 20px 0;}
.dolny-1 ul ul li {
    background:url(https://www.goldenenglish.lakomdar.webd.pl/uploads/NCleanBlue/bullet-list-item-fwa.png) no-repeat scroll 5px 9px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #838383;
    display: block;
    margin: 0;
    padding: 5px 10px 5px 20px;
}
.dolny-1 ul ul li a {
    color: #333333;
    text-decoration: none;
}
.dolny-1 ul ul li a:hover { text-decoration:underline;}
.main-main table td {border: 1px solid #bbb;padding: 3px;}
/* Stylesheet: Layout: NCleanBlue Modified On 2014-02-10 10:05:18 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #999;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #999;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* Stylesheet: FormBuilder Default Style Modified On 2014-01-30 00:13:29 */
