﻿/*
Theme Name: Atix Media Custom Theme
Description: A custom theme for AlbertiAngelo. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.0
Author: Atix Media
Author URI: http://www.atixmedia.com
Tags: AlbertiAngelo, custom theme

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	background:#fff;
	color:#1C1C1C;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

a { 
	color:#0168BF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#1C1C1C;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:1.4em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	margin:0 auto;
	width:985px;
	overflow:hidden;
}


#sidebar{
	float:left;
	width:190px;
	margin:0 -230px 0 0;
	padding:20px;
	background:#eee;
}

.main-width {
	width:985px;
	margin:0 auto;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
}

.clear-right {
	clear:right;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
}

.w-100 {width:100%;}

.font-12 {font-size:1.4em;}

.do-order {float:right; padding-bottom:10px;}

/* Header */

#header {
	margin:0;
	border-top:6px solid #45444E;
	overflow:hidden;
}

#headertitle {
	float:left;
}
#headertitle h1 {
	margin:6px 54px 0 62px;
}
#headertitle h1 a {
	display:block;
	width:223px;
	height:117px;
	background:url(images/logo.jpg) 0 0 no-repeat;
	text-indent:-10000px;
	font-size:10px;
	overflow:hidden;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle strong {
	display:block;
	margin:0;
	background:transparent;
	color:#1C1C1C;
	text-align:center;
	padding:3px 10px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#nav-icons {
	float:right;
	width:314px;
	margin:0;
	padding:0;
}

#nav-icons ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav-icons ul li {
	margin:0 2px 0 0;
	padding:0;
	float:left;
}

#nav-icons ul li a {
	display:block;
	width:29px;
	height:25px;
	text-indent:-10000px;
	overflow:hidden;
}

#nav-icons ul li a#icon-home {
	background:url(images/icon_home.gif) 0 0 no-repeat;
}

#nav-icons ul li a#icon-sitemap {
	background:url(images/icon_sitemap.gif) 0 0 no-repeat;
}

#nav-icons ul li a#icon-contacts {
	background:url(images/icon_contacts.gif) 0 0 no-repeat;
}

#telephones {
	float:right;
	padding:16px 29px 12px 10px;
}
#telephones strong {
	margin:0;
	padding:0;
	display:block;
	width:374px;
	height:106px;
	text-indent:-10000px;
	overflow:hidden;
	background:url(images/telephones.jpg) 0 0 no-repeat;
}

/* Top navigation */
#navbar {
	background:#45444E;
	margin: 0px;
	padding: 0px ;
}

#navbar2 {
	background:#65646E;
	margin: 0px;
	padding: 0px ;
}


	
#nav {
	padding:0 0 0 4.7em;
	margin:0;
	list-style: none;
	background:transparent;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	}

#nav a {
	color:#FFFFFF;
	display: block;
    font-weight:normal;
	padding:0.5em 1.2em 0.6em;
	}
	
#nav a:hover {
	background: #55545E;
	color: #fff;
	display: block;
	text-decoration: none;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#nav li {
	float: left;
	margin: 0;
	padding:0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #45444E;
	color: #FFFFFF;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-top: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #55545E;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: none;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}



/* First Page Styles */

#content{
	background:url(images/mainpage_content_bg.jpg) 26px 100% no-repeat;
	min-height:512px;
}

.main-page-post {padding:48px 83px 0px 386px;}
.border-top {background:#F2F2F2 url(images/border_side.gif) 0 0 repeat-x;}
.border-right {background:url(images/border_side.gif) 100% 0 repeat-y;}
.border-left {background:url(images/border_side.gif) 0 0 repeat-y;}
.border-bottom {background:url(images/border_bottom.gif) 0 100% repeat-x;}
.border-bottom-right {background:url(images/border_bottom_right.gif) 100% 100% no-repeat;}
.border-bottom-left {background:url(images/border_bottom_left.gif) 0 100% no-repeat;}
.border-top-right {background:url(images/border_top_right.gif) 100% 0 no-repeat;}
.border-top-left {background:url(images/border_top_left.gif) 0 0 no-repeat; width:100%;}
.border-padding {padding:21px 39px 41px;}

.border2-top {background:#FFFFFF url(images/border2_top.gif) 0 0 repeat-x;}
.border2-right {background:url(images/border2_right.gif) 100% 0 repeat-y;}
.border2-left {background:url(images/border2_left.gif) 0 0 repeat-y;}
.border2-bottom {background:url(images/border2_top.gif) 0 100% repeat-x;}
.border2-bottom-right {background:url(images/border2_bottom_right.gif) 100% 100% no-repeat;}
.border2-bottom-left {background:url(images/border2_bottom_left.gif) 0 100% no-repeat;}
.border2-top-right {background:url(images/border2_top_right.gif) 100% 0 no-repeat;}
.border2-top-left {background:url(images/border2_top_left.gif) 0 0 no-repeat; width:100%; min-height:500px;}
.border2-padding {padding:25px 28px 35px 0;}



.main-page-post .post {margin:0; padding:0;}
.main-page-post .post h2 {font-family:Arial, Helvetica, sans-serif; font-size:1.8em; font-weight:bold; color:#1C1C1C; padding:0 0 10px; margin:0;}
.main-page-post .post .postentry {padding:0 0 21px;}
.main-page-post .post .postentry p strong {font-weight:normal;}
.main-page-post .post .postentry p strong a {color:#1C1C1C; text-decoration:none;}
.main-page-post .post .postentry p strong a:hover {text-decoration:underline;}
.main-page-post .post ul {margin:0; padding:0; list-style:none;}
.main-page-post .post ul li {margin:0; padding:0;}


.edit-link {padding:0 0 20px; margin:0; text-align:left; font-size:1.4em;}


.main-page-news {padding:0 83px 10px 475px; min-height:200px;}
.main-page-news .post {margin:0; padding:0;}
.main-page-news .post strong.posttitle {font-family:Arial, Helvetica, sans-serif; font-size:1.8em; font-weight:bold; color:#1C1C1C; padding:0; margin:0; display:block;}
.main-page-news .post strong.posttitle a {color:#1C1C1C;}
.main-page-news .post .date {font-size:1.4em; padding:4px 0 1px;}
.main-page-news .post .postentry {padding:10px 0 10px;}
.main-page-news .post .postentry p {margin:0; padding:0;}
.main-page-news .post .postentry img {display:none;}
.main-page-news .post .postmetadata {padding:0 0 20px; margin:0; color:#1C1C1C; font-size:1.4em;}
.main-page-news .post .postmetadata a {color:#0168BF; text-decoration:underline;}
.main-page-news .post .postmetadata a:hover {text-decoration:none;}


#site-map {padding:60px 83px 40px 475px; min-height:200px;}
#site-map .post {margin:0; padding:0;}
#site-map .post h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0; margin:0;}
#site-map .post h2 a {color:#1C1C1C;}
#site-map .post .postentry {padding:10px 0 10px;}
#site-map .post .postentry p {margin:0; padding:0;}
#site-map .post .postmetadata {padding:0 0 20px; margin:0; color:#1C1C1C; font-size:1.4em;}
#site-map .post .postmetadata a {color:#0168BF; text-decoration:underline;}
#site-map .post .postmetadata a:hover {text-decoration:none;}
#site-map ul {color:#0168BF; font-size:1.4em; margin:0; padding:5px 15px;}

.image-links {padding:0 0 0 3px; margin:0; list-style:none; font-size:1.2em;}
.image-links li {float:left; background:url(images/service_clean_skin_cen.jpg);}
.image-links li a {display:block; background:url(images/service_clean_skin_bot.jpg) bottom no-repeat; color:#FFFFFF;}
.image-links li a span {display:block; background:url(images/service_clean_skin_top.jpg) top no-repeat; width:242px; padding:28px 0 154px;}
.image-links li a span span {padding:0 40px 0 25px; background:none; display:block; width:auto;}

.image-links li.link-2 {float:left; background:url(images/service_clean_textile_cen.jpg);}
.image-links li.link-2 a {display:block; background:url(images/service_clean_textile_bot.jpg) bottom no-repeat; color:#FFFFFF;}
.image-links li.link-2 a span {display:block; background:url(images/service_clean_textile_top.jpg) top no-repeat; width:242px; padding:28px 0 154px;}
.image-links li.link-2 a span span {padding:0 40px 0 25px; background:none; width:auto;}

.image-links li.link-3 {float:left; background:url(images/service_clean_premises_cen.jpg);}
.image-links li.link-3 a {display:block; background:url(images/service_clean_premises_bot.jpg) bottom no-repeat; color:#FFFFFF;}
.image-links li.link-3 a span {display:block; background:url(images/service_clean_premises_top.jpg) top no-repeat; width:242px; padding:28px 0 154px;}
.image-links li.link-3 a span span {padding:0 40px 0 25px; background:none; width:auto;}

.image-links li.link-4 {float:left; background:url(images/service_delivery_cen.jpg);}
.image-links li.link-4 a {display:block; background:url(images/service_delivery_bot.jpg) bottom no-repeat; color:#FFFFFF;}
.image-links li.link-4 a span {display:block; background:url(images/service_delivery_top.jpg) top no-repeat; width:253px; padding:28px 0 154px;}
.image-links li.link-4 a span span {padding:0 50px 0 25px; background:none; width:auto;}


.button-services {float:right; padding:9px 13px 10px 10px;}

.tags-cloud {float:left; width:730px; padding:15px 0 10px 25px;}
.tags-cloud h2 {font-family:Arial, Helvetica, sans-serif; font-size:1.8em; font-weight:bold; color:#1C1C1C; padding:0 0 8px; margin:0;}
.tags-cloud p {font-family:Arial, Helvetica, sans-serif; font-size:1.8em; font-weight:bold; color:#1C1C1C; padding:0 0 8px; margin:0;}
.tags-cloud h2 p {margin:0; padding:0; font-size:1em;}
.tags-cloud .body {font-size:1.4em;}
.tags-cloud a {color:#0168BF; text-decoration:underline;}
.tags-cloud a:hover {text-decoration:none;}

.right-column .tags-cloud {float:none; width:auto; padding:15px 0 10px 0;}
.right-column .tags-cloud h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 8px; margin:0;}
.right-column .tags-cloud p {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 8px; margin:0;}
.right-column .tags-cloud h2 p {margin:0; padding:0; font-size:1em;}
.right-column .tags-cloud .body {font-size:1.4em;}
.right-column .tags-cloud a {color:#0168BF; text-decoration:underline;}
.right-column .tags-cloud a:hover {text-decoration:none;}

/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#4588c4;
	font-size:1.2em;
	text-transform:uppercase;
}


/* Footer */

#footer {border-top:1px solid #87878D; color:#1C1C1C; padding-bottom:30px;}


#footer .atix-logo {float:left; padding:24px 10px 10px 57px; font-family:Tahoma, "Times New Roman", Times, serif; font-size:1.1em; color:#5E5E5E; background:url(images/atix_logo.gif) 7px 14px no-repeat; line-height:1.6em;}
#footer .atix-logo a {color:#0175BF;}

#footer .counter {float:right; padding:24px 20px;}


#footer #nav {margin:0 100px 0 160px; overflow:hidden; padding:24px 0 0 0; font-size:1.1em; line-height:1.6em; text-align:center;}
#footer #nav li {display:inline; float:none; background:url(images/footer_separator.gif) 0 3px no-repeat; padding:0;}
#footer #nav span li {display:inline; float:none; background:none; padding:0;}
#footer #nav a {color:#1C1C1C; display:inline; font-weight:normal; padding:0 4px 0 8px; text-decoration:underline;}
#footer #nav a:hover {background:none; color:#1C1C1C; display:inline; text-decoration:none;}

#footer ul#nav li:hover ul {display:none;}


#footer .copy {margin:0 180px; font-size:1.1em; line-height:1.6em; text-align:center; padding-top:3px;}
#footer .copy a {color:#1C1C1C;}




/* Services */

#sidebar-1 {float:left; width:280px;}
#sidebar-1 ul {list-style:none; margin:0; padding:82px 9px 30px 30px; font-size:1.2em;}
#sidebar-1 ul li {margin:0 0 2px; padding:0;}
#sidebar-1 ul li a {display:block; background:#45444E url(images/services_right.gif) 100% 0 repeat-y; color:#FFFFFF;}
#sidebar-1 ul li a span {display:block; background:url(images/services_bottom_right.gif) 100% 100% no-repeat;}
#sidebar-1 ul li a span span {display:block; background:url(images/services_top_right.gif) 100% 0 no-repeat;}
#sidebar-1 ul li a span span span {display:block; background:url(images/services_bottom_left.gif) 0 100% no-repeat; width:100%;}
#sidebar-1 ul li a span span span span {display:block; background:url(images/services_top_left.gif) 0 0 no-repeat; padding:8px 18px 7px; width:auto;}


#sidebar-1 ul li a:hover {background:#265BA4 url(images/services_act_right.gif) 100% 0 repeat-y; text-decoration:none;}
#sidebar-1 ul li a:hover span {background-image:url(images/services_act_bottom_right.gif);}
#sidebar-1 ul li a:hover span span {background-image:url(images/services_act_top_right.gif);}
#sidebar-1 ul li a:hover span span span {background-image:url(images/services_act_bottom_left.gif); width:100%;}
#sidebar-1 ul li a:hover span span span span {background-image:url(images/services_act_top_left.gif); width:auto;}

#sidebar-1 ul li.current_page_item a {background:#265BA4 url(images/services_act_right.gif) 100% 0 repeat-y; text-decoration:none;}
#sidebar-1 ul li.current_page_item span {background-image:url(images/services_act_bottom_right.gif);}
#sidebar-1 ul li.current_page_item span span {background-image:url(images/services_act_top_right.gif);}
#sidebar-1 ul li.current_page_item span span span {background-image:url(images/services_act_bottom_left.gif); width:100%;}
#sidebar-1 ul li.current_page_item span span span span {background-image:url(images/services_act_top_left.gif); width:auto;}

.right-column {float:right; width:100%; margin-left:-300px;}
.right-column .margin {margin:0 45px 0 292px; padding:17px 0;}
.right-column h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 19px; margin:0;}
.right-column .post {padding:15px 0;}
.right-column .postentry h2 {padding-top:20px;}


/* Pages */

#content-page {padding:34px 70px;}
#content-page h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 8px; margin:0;}

#content-form {padding:34px 16px 40px 70px;}
#content-form h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 8px; margin:0;}
#content-form .form {float:left; width:415px;}
#content-form .form p {font-size:1.4em; padding-right:50px;}
#content-form .form label {width:80px; display:block; float:left; text-align:right; margin-right:10px; font-size:1.4em; padding-top:2px;}
#content-form .form input {border:1px solid #7C7C7C; padding:1px 5px 2px; margin-bottom:5px; width:200px;}
#content-form .form textarea {border:1px solid #7C7C7C; padding:1px 5px 2px; margin-bottom:5px; width:290px; height:120px;}
#content-form .form input.button {border:none; margin-left:90px; padding:5px 0 0; width:auto;}
#content-form .contacts-page-post {float:right; width:465px;}

#content-form .form label.error {width:auto; padding:3px 10px; font-size:1.1em; margin:0 0 5px 90px; border:1px dotted #FF5555; background:#FAEBE7;}
#content-form .form input.error {border: 1px dotted #FF5555;}


#content-orderform {padding:34px 16px 40px 70px;}
#content-orderform h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 8px; margin:0;}
#content-orderform .form {}
#content-orderform .form p {font-size:1.4em; padding-right:50px;}
#content-orderform .form label {width:80px; display:block; float:left; text-align:right; margin-right:10px; font-size:1.4em; padding-top:2px;}
#content-orderform .form input {border:1px solid #7C7C7C; padding:1px 5px 2px; margin-bottom:5px; width:200px; float:left;}
#content-orderform .form textarea {border:1px solid #7C7C7C; padding:1px 5px 2px; margin-bottom:5px; width:290px; height:120px;}
#content-orderform .form input.button {border:none; margin-left:90px; padding:5px 0 0; width:auto;}

#content-orderform .form label.error {width:auto; float:left; padding:3px 10px; font-size:1.1em; margin-left:10px; border:1px dotted #FF5555; background:#FAEBE7;}
#content-orderform .form input.error {border: 1px dotted #FF5555;}

#content-form .form .success {width:370px; text-align:center; padding:3px 10px; font-size:1.2em; margin-bottom:10px; border:1px dotted #446423; background:#EFF5EA;}
#content-orderform .form .success {width:423px; text-align:center; padding:3px 10px; font-size:1.2em; margin-bottom:10px; border:1px dotted #446423; background:#EFF5EA;}



#content-category {padding:34px 15px;}
#content-category h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 30px 282px; margin:0;}
#content-category h2.main-title {padding:0 0 30px 282px;}
#content-category .post strong.posttitle {font-family:Arial, Helvetica, sans-serif; font-size:2.2em; font-weight:bold; color:#1C1C1C; padding:3px 0 3px; margin:0; display:block;}
#content-category .post strong.posttitle a {color:#1C1C1C;}
#content-category .left-column {float:left; width:245px;}
#content-category .left-column strong {display:block; background:#205B9C url(images/left_heading.gif) 0 0 repeat-y; padding:3px 25px 4px; font-size:1.2em; color:#FFFFFF; font-weight:normal; margin:0 0 10px;}
#content-category .left-column strong span {text-transform:lowercase;}
#content-category .left-column p {font-size:1.2em; line-height:1.5em; margin:0; padding:0 0 5px 25px;}
#content-category .left-column a {color:#1C1C1C; text-decoration:underline;}
#content-category .left-column a:hover {text-decoration:none;}


#content-category .right-column {float:right; width:100%; margin-left:-290px;}
#content-category .right-column .margin {margin:0 45px 0 282px; padding:5px 0;}
#content-category .right-column h2 {font-family:Arial, Helvetica, sans-serif; font-size:2.4em; font-weight:bold; color:#1C1C1C; padding:0 0 4px 0; margin:0;}
#content-category .right-column .date {font-size:1.4em; padding-bottom:10px;}
#content-category .right-column .post {padding:15px 0;}
#content-category .right-column .postentry h2 {padding-top:20px;}


.post-tags {font-size:1.4em; padding:5px 0 15px;}




.comments {border-top:1px solid #D6D6D8;}

/* Post */
.post {
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.4em;
	line-height:normal;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {

}
.postentry a:hover {
	text-decoration:none;
}

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

.postentry table {
	margin:0 0 10px;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#C0C0C0;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0px;
	color:#000;
	font-size:1.4em;
	width:475px;
}


.postentry table tr td {
	padding:6px 16px;
	border-width:1px 0 0 1px;
	border: 1px #C0C0C0 solid;
	border-collapse:collapse;
	text-align: left;
	font-weight:normal;
}

.postentry table tr td div {
	text-align:center;
}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#C0C0C0;
	padding:12px 16px;
	background:#265BA4 url(images/th_bg.gif) 0 0 repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}

.postentry table tr td.nice {
	color:#0168BF;
	font-weight:bold;
}
.postentry table tr td.nice div {
	color:#1C1C1C;
	font-weight:bold;
}


.postentry table tr th.col-1 {
}
.postentry table tr th.col-2 {
	text-align:center;
}

/* Comments */

#comments {
}

#comments form {}
#comments form label {float:left; width:190px; font-size:1.4em; text-align:right; margin-right:10px;}
#comments form label span {color:#EE0101; font-weight:bold; font-size:1.1em;}
#comments form input {border:1px solid #7C7C7C; padding:1px 5px 2px; margin-bottom:5px; width:200px;}
#comments form textarea {border:1px solid #7C7C7C; padding:1px 5px 2px; margin-bottom:5px; width:410px; height:120px;}
#comments form input.button {border:none; margin-left:200px; padding:5px 0 0; width:auto;}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
	font-size:1.4em;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.4em;
}


textarea#comment {
	width:440px;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.price table {
	margin:0 0 10px;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#C0C0C0;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0px;
	color:#000;
	font-size:1.4em;
	width:600px;
}

.adress table {
	margin: 0 0 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C0C0C0;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000;
	font-size: 1.4em;
	width: 100%;
	table-layout: auto;
	height: 100%;
}

.price table tr td {
	padding:6px 16px;
	border-width:1px 0 0 1px;
	border: 1px #C0C0C0 solid;
	border-collapse:collapse;
	text-align: left;
	font-weight:normal;
}

.price table tr td div {
	text-align:center;
}

.price table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#C0C0C0;
	padding:12px 16px;
	background:#265BA4 url(images/th_bg.gif) 0 0 repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}

.price table tr td.nice {
	color:#0168BF;
	font-weight:bold;
}
.price table tr td.nice div {
	color:#1C1C1C;
	font-weight:bold;
}


.price table tr th.col-1 {
}
.price table tr th.col-2 {
	text-align:center;