/*  
Theme Name: USETHICS Theme (Clients)
Theme URI: http://usethics.ru
Description: WP glamorous theme designed by <a href="http://usethics.ru" color="#C32B90">U S E T H I C S</a>.
Version: 0.1
Author: Vlad V. Golovach
Author URI: http://www.usethics.ru/

	This theme was designed and built by Vlad V. Golovach

*/
@import url("../usethics-common/base.css");

/**/
/* clientlist */
/**/

#container  ul.simple, #container  ul.simple li{ list-style:  none outside; padding: 0; margin:0}
#container  ul.simple li p, #container ul.simple li h4{ /*padding: 5px 20px; */ }
#container { width: 100%; text-align: left;}


#container h3 { /*background: url(images/prjcount.png) right center no-repeat;*/}

#container h3 { 
	font-size: 1.5em; 
	height: 32px;  
	padding: 0px 0px 0px 25px; 
	margin: 0; 
	position: relative; 
	cursor: pointer; 
}

#container h3 a, #container h3 a:hover, #container h3 a:visited {
	line-height: 32px;
	color: #3296FF;
	text-decoration: none;
}	

#container h3 span.pm {
	font-family: Verdana;
	font-weight:normal;
	font-size: 1.4em;
	line-height: 26px;
	color: #000;
	position: absolute; 
	left: 5px;
	right:5px;
	bottom:5px;
	
}
#container h3 span.count {
	font-weight:normal;
	font-size: 1em; 
	height: 32px;  
	line-height: 32px; 
	color: #3296FF;
	position: absolute; 
	right: 10px;

}

#container h3 span.count  .plus{
	background: url(images/uzx_clientcountplus.png)  no-repeat;
	height:16px;
	width: 16px;
	margin-top:8px;
}

#container h3 p {
	background-color:#fff;
	position:absolute;
	margin:0;
	right:3px;
	top:3px;
	padding: 4px 4px 0px 0px;
}
#container h3 p img {
	display:none;
	
}

div.heading {
	margin: 0px 0 0 0;
	padding:0
}

div.collapse{ 	
	margin:0; 
	padding:0;
	margin-right:0px;
	width: 99%;
	background: url() top center no-repeat;
}	

div.collapse-container {
	height: 100%;
}

div.collapse-container {

	height: 100%;
	background: url() bottom no-repeat;
}

/**/
/* projectlist */
/**/

.clientlist {
	font-size: 1em;
	padding: 5px 0px 5px 5px;
	margin-right:120px; /* adaptable margin, script controls it*/
}

.clientlist p {
	background: url(images/hyphen.png) left 8px no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}

/**/
/* add project box */
/**/
#projectbox {
	padding: 0px 35px 5px 5px;
}

#projectbox p {
	margin:0;
	padding:0;
}

#projectbox textarea{
	width:100%;
	height:100px;
	padding:5px;
	margin:0;
}

#projectbox #submit {
	background-color: #c8c8c8;
	color: #333;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	margin-top:5px;
	height: 26px;
	width: 150px;
	cursor: pointer;
	border: none;
}

/**/
/* clients feed differs from blog and lib*/
/**/
.blogpost {
	padding: 0;
	border: none; /*overwrite border in main blog*/
}

.blogpost .client-container {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #F5F5F5;
}

.blogpost .client-container p {
	margin: 0;
	padding: 0;
}

.blogpost .client-container  .title{
	font-size: 2em;
	text-align: left;
	line-height: 1.2em;
	padding-left: 10px
}

.blogpost .client-container  .logo {
	padding-right: 15px;
	width: 140px;
	text-align: right
}


.current_sitemap_node {font-size:.9em; font-weight: normal }
/**/
/*Comment form*/
/**/
.commentlist .normal, .commentlist .alt  {
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px solid #F5F5F5
}

.commentlist p {
	margin: 0
}

/**/
/*Sidebar*/
/**/
#sidebar {
	color: #666;
}

#sidebar #pages {
	border-top: 17px solid #ffa32d;
}

#sidebar #calloutbox li {
	color: #666;
	list-style: square outside;
	margin-top:5px;
	margin-left:15px
}

#sidebar #calloutbox li span {
	color: #000
}

#sidebar #calloutbox ul.descr {
	font-size: 1em;
	padding: 5px 0 10px 0;
	margin: 0
}

#sidebar #calloutbox ul.descr li {
	margin: 4px 0;
}

#sidebar #calloutbox ul.descr li a {
	font-weight: 700;}

#sidebar h2,#sidebar .sidebartitle {
	font: normal 1.40em/100% Arial, Tahoma, "Trebuchet MS", sans-serif !important;
	color: #000;
	border: none;
	margin: 0;
	padding: 0
	
}

#sidebar .sidebartitle {
	/*display: none;*/
	padding-bottom: 15px;
}

#sidebar #calloutbox .showall {
	padding-top:5px;
	font-weight:bold;
	background: url(images/showall.png) left 12px no-repeat;
	margin-left: 0px;
	padding-left: 10px;
}


