@import "tabs.css";
/*@import "loopscalc.css";*/

/* FIRST */

* { padding: 0; margin: 0; }
html, body {padding: 0;}
html {margin: 0;}

body {
	font: 12px Arial, Tahoma, Verdana, San-serifs;
	background: #F07575 url(images/background3.jpg); 
	text-align: center;
	margin: 10px 0px 20px;
	/*background: gradient(linear, left top, left bottom, from(#f4e9be), to(#ffffff));*/

    
  	/*background-color: #F07575;*/ /* fallback color if gradients are not supported */
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4E9BE), to(khaki)); 
    background-image: -webkit-linear-gradient(top, #F4E9BE, khaki); 
    background-image:    -moz-linear-gradient(top, #F4E9BE, khaki); 
    background-image:     -ms-linear-gradient(top, #F4E9BE, khaki); 
    background-image:      -o-linear-gradient(top, #F4E9BE, khaki); 
    background-image:         linear-gradient(top, #F4E9BE, khaki); 
    */
}

form {margin:0; padding:0;}

p { margin: 3px 0px 7px 0px;}
p.podpis { margin: 15px 0px 7px 0px; text-align: right; font-weight: bold;}

#content ul, #content ol {margin-top: 10px; margin-bottom: 10px;}
#content ul ul, #content ol ol {margin-top: 0px; margin-bottom: 0px;}

a { text-decoration: none; color: #8A672C;}
a:hover {color: #928641; text-decoration: underline;}
/*a:active {font-weight: bold; }*/

a.perelink {color: black;}
a.current_url {font-weight: bold; text-decoration: underline;}

li {margin-left: 30px;} 

li.current_url a {font-weight: bold;}
li.current_url li a {font-weight: normal;}

li.current-page {/*text-decoration: underline;*/ color: #8A672C; font-size: 14px; font-weight: bold;}
li.current-page a {font-weight: bold;}
li.current-page li a {font-weight: normal;}

a img { border: none; text-decoration: none;} /* ie fix*/
a img, a:visited img, a:hover img, a img:hover, img+a, img+a:hover { border: none; text-decoration: none;}



/* H */
h1 {font-size: 15pt; margin: 10px 0 10px 15px; color: #906728; font-weight: normal; line-height: 1.2em; }

#content h1 a {color: #8A672C;}
#content h1 a:hover {text-decoration: none; color: #928641;}

h2 {font-size: 11pt; margin: 5px 0 10px 15px; color: #906728;}
h2.box {margin: 0 0 5px 0;}
h2.last_comment {
    background-image: none;
    font-size: 6pt;
    margin-top: 10px;
    color: #906728;
    border: 1px dashed GoldenRod;
}


/*
div.last_comments_widget > .widget-content > h2:first-child {
	background: url('images/sidebar.jpg') no-repeat left center !important;
    font-weight: normal !important;
    font-size: 16px !important;
    padding:10px !important;
    */
/*border-bottom: none !important;*//*

}
*/

div.widget {
    border: 1px dashed PaleGoldenRod;
    margin-bottom: 4px;
    padding: 2px;
    background-color: FloralWhite;
}

div.widget-content {
    padding: 4px;
}

div.last_comments_widget > .widget-content > h2 {
    background-color:lightgray;
    background-image:none !important;
    font-size:12px !important;
    padding:3px !important;
    font-weight: bold !important;
}



h3 {font-size: 10pt; margin: 5px 0 10px 0px;}
h4 {font-size: 9pt; margin: 5px 0 10px 0px;}
h5 {font-size: 8pt; margin: 5px 0 10px 0px;}
h6 {font-size: 7pt; margin: 5px 0 10px 0px;}

pre { margin: 10px 0; background: #E8E8E8 url(images/note.png) no-repeat 445px 5px; padding: 10px; border: 1px solid #DDDDDD; overflow: auto; font-size: 10pt;}
*html pre {width: 410px;}
*+html pre {width: 410px; }

blockquote {padding: 10px; margin: 15px 0 10px 40px; background: #E8E8E8;}
blockquote p {width: 100%; margin: 0; }

/* STRUCTURE */

#wrap {
	display: block;	
	width: 960px; 
	text-align: left;

    padding: 10px;
    margin: 0 auto;
    background-color: #FFFFFF;
    
    box-shadow: 0 5px 17px 6px rgba(98, 120, 107, 0.4);
    -moz-box-shadow: 0 5px 17px 6px rgba(98, 120, 107, 0.4);
    -webkit-box-shadow: 0 5px 17px 6px rgba(98, 120, 107, 0.4);

	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;

    border-color: #8A672C;
}
       
#header {background: url('images/header.jpg') no-repeat;	height: 134px;}

a#logo {
    display:block;
    background-image: url("images/logo.png");
    width: 308px;
    height: 94px;
    position: absolute;
    top: 27px;
}

#header_tags{
    height: 83px;
    margin-left: 376px;
    margin-top: 4px;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    width: 535px;
    background-color: rgba(255, 255, 255, 0.3);

    border: 1px solid lightgray;
    z-index: 100;
    
    box-shadow: 0 0px 0px 0px rgba(90, 120, 107, 0.4);
    -moz-box-shadow: 0 0px 0px 0px rgba(90, 120, 107, 0.4);
    -webkit-box-shadow: 0 0px 0px 0px rgba(90, 120, 107, 0.4);
    
    border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;

}

.header_tags_hovered {
    height: auto !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid lightgray;
    z-index: 100;
    
    box-shadow: 0 3px 3px 3px rgba(10, 10, 10, .1) !important;
    -moz-box-shadow: 0 3px 3px 3px rgba(10, 10, 10, .1) !important;
    -webkit-box-shadow: 0 3px 3px 3px rgba(10, 10, 10, .1) !important;
    
    border-radius: 4px 4px 4px 4px !important;
    -moz-border-radius: 4px 4px 4px 4px !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
}

.header_tags_highlighted {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#header_tags a{
    /*color:darkgray;*/
}

#header h1 {margin: 0px 0px 0px 0px; padding: 0px; color: #8A672C;	font: 36px Georgia, Times, Serif;}

#navigation {display: block; clear: both; font-size: 12px; font-weight: bold;}
#navigation ul {clear: both; list-style: none; float: left;	margin: 100px 0px 0px 0px; padding: 0px;}
/*#navigation li {float: left; margin: 0px; padding: 5px 6.8px; font: 16px Georgia, Times, Serif;}*/

#navigation li {
    float: left;
    font: 16px Georgia,Times,Serif;
    margin: 7px;
}

#header_text {
	position: absolute;
	top: 165px;
	/*margin-left: -556px;*/
	margin-left: 140px;
	color: #FFFFFF;
	font: 16px Georgia, Times, Serif;
	/*display: inline;*/
	/*border: 1px dotted gray;*/
	clear: both;
}

#content {
	width: 560px;	
	float: left; 
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	/*border: 0px dotted gray;*/
	display: inline;
	/*
	background-image: url(http://tamica.ru/application/maxsite/templates/Scrapbook/images/page-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	*/
}

#content h1 {
	color: #906728; 
	margin: 0px; 
	padding: 10px 0px 10px 0px;
	font: 18pt Georgia, Times, Serif;
}

#content .info h1{padding: 5px 0px 10px 0px;}

#content h2{
    font: 14pt Georgia,Times,Serif;
    margin: 6px 0 8px;
    padding: 0 0 0;
}

/*#content h1.category {font-size: 18pt; padding: 10px 0px 10px 0px;}*/
/*#content img {border: 1px solid #8A672C; padding: 3px; margin: 5px;}*/
#content img {border: 1px solid #8A672C; padding: 0px; margin: 0px;}

#content img.rss{
	border: 0px;
	margin-bottom: -3px;
}

#sidebar {float: right;	width: 380px; padding: 0px 0px 0px 0px;}

#sidebar-top {float: none; width: 340px; padding: 0 0 9px 19px; }

#sidebar1 {float: left;	width: 170px; padding: 0px 10px; margin: 5px; padding: 1px;}

#sidebar2 {float: right; width: 170px; padding: 0px 10px; margin: 5px; padding: 1px;}

#sidebar h2 {
    background: url('images/sidebar-bg.jpg') repeat-x left center;
    padding: 10px;
    margin: 0px 0px 5px 0px;
    color: #906728;
    font: 16px Georgia, Times, Serif;
}

/*#footer {background: url('images/footer-middle.jpg') repeat-y; clear: left; padding: 0px 15px; position: relative;}
#footer-top {background: url('images/footer-top.jpg') no-repeat; clear: both; height: 9px !important; margin:0px; padding:0px; overflow:hidden;}
#footer-bottom {background: url('images/footer-bottom.jpg') no-repeat; clear: left; height: 9px !important; margin:0px; padding:0px; overflow:hidden;}
*/

#footer {background: url('images/footer.jpg') no-repeat; clear: left; padding: 0px 15px; position: relative;}
#footer-top {clear: both; height: 9px !important; margin:0px; padding:0px; overflow:hidden;}
#footer-bottom {clear: left; height: 9px !important; margin:0px; padding:0px; overflow:hidden;}


/* DIV */

div.loginform {position: fixed; top: 20%; left: 50%; margin-top: 50px; margin-left: -150px; text-align: center;  padding: 20px 20px 20px 15px; border: 3px outset #928641; background: #f6efca; width: 300px;}
* html div.loginform {position: absolute;}

div.twitter {}
div.twitter p {border-bottom: 1px solid #5368A1; padding: 0 0 10px 0;}
div.twitter a {font-weight: bold;}

div.pagination {text-align: center;	padding: 0px 0px 20px 0px; }

#flogin span {display: block; font-weight: bold;}
#flogin_user {width: 98%;}
#flogin_password {width: 98%;}
#flogin_submit { margin: 5px 0;}

div.page_content {margin-bottom: 20px;}

div.info {
    color: gray;
    font-size: 8pt;
    line-height: 1.4em;
    margin: 5px 0 7px;
}

div.info span {font-weight: bold;}

div.tagclouds {text-align: center;}
div.tagclouds span {line-height: 1.4em;}

div.catclouds {text-align: center;}
div.catclouds span {line-height: 1.4em;}

div.home_top {background: #F6EFCA; padding: 1px 5px;}

div.page_other_pages {margin: 20px 0 20px 0;}
div.page_other_pages h3 {color: black; margin: 0 0 5px 0; background: #E8E8E8; padding: 3px;}
div.page_other_pages ul {list-style-type: square;}


div.gallery {border: 5px double white; background: #E4EAEE; padding: 7px 3px 3px 3px; text-align: justify;}
div.gallery img {border: 1px solid #7E7E82; margin: 0 4px; }
div.gallery img:hover {border: 1px solid #922A35; }
div.gallery div {text-align: left; font-weight: bold; margin: 0 0 3px 3px;}


/* LIST */
ul.is_link {
    line-height: 1.5em;
    list-style-type: none;
    margin: 0 5px 10px;
    padding: 0;
}

ul.is_link li {
    margin-left: 0px;
}

ul.is_link ul {margin: 0; padding: 0px; list-style-type: none;}

/*ul.is_link li {margin: 0px; background: url(images/bullet.jpg) no-repeat 0 6px; padding: 0px;}*/
ul.is_link li li {margin-left: 15px;}
ul.is_link li a {display: block; border-bottom: 1px dashed #DAEBCA; padding: 4px;}
ul.is_link li br{display: none;}
ul.is_link li a:hover {
    background-color: Beige;
    color: DimGray;
    text-decoration: none;
/*
    background-color: AntiqueWhite;
    color: PaleVioletRed;
    text-decoration: none;
*/
}



li.level0, li.level0 a {}
li.count0 {color: gray;}

ul.category {color: gray;}
ul.category div.category_desc {color: gray;}


ul.last_comment {font-size: 8pt; }
ul.last_comment em {display: block; color: gray; font-size: 0.9em; text-align: right;}
ul.last_comment li {margin-bottom: 7px;}

div.comments ul.last_comment li {margin: 5px 0;}

ul.links div {margin: 0px 0 5px 0; font-style: italic; color: gray; line-height: 1.0em; font-size: 0.9em;}


/* CALENDAR */
div.calendar table {width: 100%; padding: 0px 0px 10px;}
div.calendar td {border: 1px solid white; text-align: center; padding: 1px; font-size: 8pt;}
div.calendar tr.week td {background: #d5ef80;}
div.calendar div.today {background: #d5ef80;}
div.calendar div.today-content {background: #d5ef80;}
div.calendar td a {text-decoration: underline;}
div.calendar th {background-color: #d5ef80;	text-align: center;	color: #928641;}
div.calendar tr.week td{color: #928641;}


/* COMMENTS */
div.comment-form {line-height: 1.2em; width: 100%;}

div.comment-form label {
	width: 120px;
	float: left;
	font-weight: bold; 
	text-align: right; 
	clear: both; 
	margin: 3px;
}

div.comment-form p {margin: 3px;}
div.comment-form input.text {width: 300px; margin: 3px;}
div.comment-form input.no-margin {width: auto; margin: 3px; }
div.comment-form textarea {width: 99%; margin: 3px;}
*html div.comment-form textarea {width: 95%; margin: 3px;}
div.comment-form span { position: relative; top: -5px; font-size: 8pt; color: gray;}
div.comment-form span.black { font-size: 9pt; color: black;}
div.comment-form input.comments_submit {width: 120px; margin-left: 126px;}
div.comment-form input.comments_captha {width: 90px;}
div.comment-form img { position: relative; top: 7px; }

div.comment-form div.comments-reg {border: 1px solid #928641; margin: 10px 0; background: #f6efca; padding: 10px; -moz-border-radius: 10px;}
div.comment-form div.comments-noreg {border: 1px solid #928641; margin: 10px 0; background: #f3e6e5; padding: 10px; -moz-border-radius: 10px;}
div.comment-form div.comments-textarea {border: 1px solid #928641; margin: 10px 0; background: #e4eec0; padding: 10px; -moz-border-radius: 10px;}

div.comment-form div.comments-user {border: 1px solid #928641; margin: 10px 0; background: #f6efca; padding: 10px; -moz-border-radius: 10px; font-weight: bold;}

div.comment-ok {background: #40A040; color: white; padding: 10px; text-align: center; -moz-border-radius: 10px; font-weight: bold;}
div.comment-error {background: #FF4040; color: white; padding: 10px; text-align: center; -moz-border-radius: 10px; font-weight: bold;}

div.comment-form .comment_button input {margin: 0px; padding: 0 5px; font-size: 8pt;}


div.comments {margin: 20px 0 0 0;}
div.comments ul, div.comments ol {margin: 10px 0 20px 0;}

div.comments li {
	border-bottom: 1px solid #8A672C; 
	margin: 0 0 20px 30px;
	min-height: 40px;
}

div.comments li span {border-bottom: 1px solid #8A672C; font-style: italic;}

div.comments h3.comments {background: #E8E8E8; padding: 3px;}
div.comments blockquote {margin-left: 0; padding: 10px; border-left: 2px gray solid;}

div.comments-link { float: right; font: 12px Georgia, Times, Serif;}


/* comusers*/

form.comusers-form p strong {width: 248px; display: block; float: left;}
form.comusers-form p input[type="text"], form.comusers-form p input[type="password"], form.comusers-form p input[type="file"] {width: 260px; }
form.comusers-form p textarea {width: 260px; height: 300px;}
form.comusers-form p  {background: #EEEEEE;}
form.comusers-form p.info  {background: none; color: #B00000; margin: 0 0 15px 0; border: 1px solid #B00000; padding: 3px; text-align: center;}


/* SITEMAP */
div.sitemap ul {list-style-type: none; margin: 0;}
div.sitemap h3 {margin: 15px 0 5px 0;}
h2.sitemap {margin: 25px 0 0 0; background: #DDDDDD; padding: 3px;}

/* IMG */
img.text {margin: 5px 10px 5px 0px;}
img.text-left {float: left; margin: 5px 10px 5px 0px;}
img.text-right {float: right; margin: 5px 0 5px 10px;}
img.text-center {margin: 0 auto; display: block;}
img.border {border: 1px solid #3D61B6; }

img.left {float: left; margin: 5px 10px 5px 0px;}
img.right {float: right; margin: 5px 0 5px 10px;}
img.center {margin: 0 auto; display: block;}

img.smiley {vertical-align: middle;}




/*  PRE to OL */
div.pre {background: #F0F0F0; padding: 5px; overflow: auto; width: 99%; margin: 0 0 10px 0;}
ol.pre {line-height: 1em; font-family: monospace; padding: 0; margin: 0 0 0 30px;  }
ol.pre li {padding: 0; margin: 0; white-space: pre; line-height: 0.8em;}
ol.pre li.odd {background: none;}
ol.pre span.php-comment {color: gray;}


/*FORMS*/
div.forms {background: #eeeeee; padding: 10px 5px 0 5px; border: #E0E0E0 1px solid;}
div.forms div {margin: 5px 0 15px 0; }
div.forms div.break {height: 0; padding: 0; margin: 0; clear: both; }
div.forms span {display: block; float: left; text-align: right; width: 165px; padding: 0 10px 0 0;}
div.forms input {width: 270px;}
div.forms select {width: 270px;}
div.forms textarea {height: 100px; width: 270px;}
div.forms input.forms_checkbox {width: auto;}
div.forms input.forms_submit {width: auto;}
div.forms input.forms_reset {width: auto;}
div.forms-post h2 {color: red; font-size: 18pt; margin: 20px 0;}

/* OTHER */
span.cut {display: block; }
div.break {clear: both;}



#content blockquote {border-left: 3px solid #E8E5D6; border-right: 3px solid #E8E5D6; color: #888888; padding: 10px; margin: 10px;}

.entry_break {background: url('images/line_break.jpg') no-repeat left center;
		      clear: both; height: 55px; width: 407px; display: block; margin: auto;}

.entry_break_container {
	text-align: center;
	width: 545px;
}

.entry_category {float: right; font: 12px Georgia, Times, Serif;}

.entry_comment {float: right; font: 12px Georgia, Times, Serif;}

.page_only {clear: both; padding: 5px 15px 10px 0px; color: #464648;}

.page_only p {line-height: 15px;}

/*.page_only blockquote {background: url('images/blockquote.jpg') no-repeat; padding: 0px 0px 0px 30px; margin: 20px;}*/

.entry_footer {clear: both; border-top: 1px dashed #928641;	padding: 5px 0px;}

a.add_smile {
	
}

a.add_smile {
}

img.add_smile_img {
	border: 0px none;
	margin: 2px;
}

p#smiles_list{
	
}


p#smiles_list img{
	border: 0px none;
	margin: 0px;
	
}

/*
form.search_form_widget{
    display: block;
    margin-left: 0;
    margin-top: 0;
    position: relative;
}
*/

div#buttons {
    height: 25px;
    margin: 1px 0 0 928px;
    padding: 10px 0 0;
    position: relative;
    width: 25px;
}

div#buttons a {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    
}

img { margin:0; padding:0;}

#search_form {
    float: right;
    margin-right: 0.5em;
    margin-top: 5.9em;
    position: relative;
}

#search_form input[type="text"] {
    font-size: 13px;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 136px;
}

#search_form input[type="submit"] {
    font-size: 11px;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 52px;
}

form.search_form_widget input.search_text{
	width: 123px;
}


div.tagclouds{
	clear:both;
}


div.comment {
	clear: both;
}

table#ad_table {
	width: 378px;	
}

div#lx_21214 {
	clear: both;
}

img#rss_site {
	border: 0px;
}

div#catalogs_list {
	clear: right;
	width: 183px;
	float: right;
}

div.type_users_form p {
	padding: 2px 4px;
}

div#ad-home-left {
	float: left;
	margin: 5px;
}

div#ad-home-right {
	float: left;
	margin: 5px;
}

div#calc_panel, div#chat_panel, div#scheme_panel{
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */

    /*behavior: url(border-radius.htc);  IE border-radius */

    background-color: Khaki;
    border: 2px solid #8A672C;
    clear: both;
    font-size: 18px;
    line-height: 25px;
    padding: 4px;
    margin: 2px;
}

div#calc_panel img, div#chat_panel img, div#scheme_panel img{
	border: 0 solid;
	vertical-align: middle;
	margin: 1px 6px 6px 4px;
	width: 25px;
	height: 25px;
}

div#calc_panel a, div#chat_panel a, div#scheme_panel a{
	vertical-align: middle;
	line-height: 40px;
}

div.search_form_widget {
	display: none;
}

img#forum_smile {
    display: block;
    float: right;
    margin-top: -6px;
}

ul.links_list {
	text-align: center;
}

ul.links_list a:hover{
	background-color: inherit !important;
}


/* ADVERTISEMENT START*/

#advertisement-top{
    border-bottom: 1px dashed #8A672C;
    color: #464648 !important;
    font: 14px Arial,Tahoma,Verdana,San-serifs !important;
    height: 64px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 14px;
    width: 960px;
}

#advertisement-top img{
    float: left !important;
    border: 1px solid #8A672C !important;
    margin: 0 10px 5px 0 !important;
}

#advertisement-top a, a.mctitle2466{
    color: #8A672C !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 12px !important;
    font-family: Arial,Tahoma,Verdana,San-serifs !important;
    text-align: left;
}



#advertisement-sidebar{
	clear: both;
}

.mcdesc2466 {
    font-weight: normal !important;
}


#ad_ebaytoday {
    font-size: 17px;
    color: #008800 !important;
    border: 1px dashed;
    padding: 5px;
    margin: 5px;
}

#ad_ebaytoday a{
    color: #CD6060;
}

#ad_ebaytoday span a{
	color: #676080;
}

#yandex_ad {
    min-height: 90px;
}

#google_ad {
    text-align: center;
}
/* ADVERTISEMENT END */

#yaplayer {
    border: 1px dashed;
    display: block;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    width: 356px;
	color: #008800 !important;
}

#yaplayer object {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
