/* 07.03.2010   */
/* fishdesign.com.ua */
/* basic styles for text content */


/* =================================================================== */
/* content */



/* text blocks */

div.text {

}


/* text headers */

div.text h1 {
	font-size: 1.35em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 0.5em 0;
	clear: both;
}

div.text h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 0.5em 0;
	clear: both;
}

div.text h3 {
	font-size: 1.05em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1em 0;
	clear: both;
}

div.text h4 {
	font-size: 1em;
	line-height: normal;
	margin: 0 0 1em 0;
	color: #333;
	clear: both;
}


div.text p+h2, div.text p+h3, div.text p+h4,
div.text ul+h2, div.text ul+h3, div.text ul+h4,
div.text ol+h2, div.text ol+h3, div.text ol+h4,
div.text div+h2, div.text div+h3, div.text div+h4
{
	margin-top: 2em;
}



/* paragrafs */


div.text p {
	margin: 0 0 0.5em 0;
	line-height: 1.4em;
}

.big {
	font-size: 1.2em;
}

.small {
	font-size: 0.7em;
	line-height: normal;
}

.smaller {
	font-size: 0.8em;
	line-height: normal;
}

.select {
	line-height: normal;
	font-style:italic;
	color: #666;
}

.annotation {
	font-size: 1.35em;
	line-height: normal;
	color: #afeeee;
}

.stroke {
	/*text-decoration: line-through;*/
	color: #999;
}

.code {
	font-size: 0.75em;
}

.date-and-other {
	font-size: 0.8em;
	line-height: 1em;
	color: #7f7f7f;
}

.url {

}

.text .clients-list-row {
	font-size: 1.2em;
	color: #333;
	line-height: 1.8em;
	margin-top: 0.5em;
	background-color: #eee;
	padding: 10px 15px;
}

/* lists */

.text ul, .text ol {
	margin-bottom: 0.5em;
	float: none;	
}

.text ul li, .text ol li {
	padding-bottom: 0.5em;
}

.text ul li {
	background: url(/images/icons/em_dash.gif) no-repeat 0 0.6em;	
	list-style: none;
	padding-left: 19px; 
}

.text ol {
	list-style: decimal;
	padding-left: 2em;
}


/* images */

.text img {
	margin: 0 0 0.5em 0;
}

.text img.float {
	float: left;
	margin: 0 10px 5px 0;
}

.text img.no-float {
	float: none;
	margin: 0 0 1em 0;
}

.text .illustration {
	margin: 1em 0 2em 0; 
}

.text .illustration .caption {
	color: #333;
	font-size: 0.9em;
	font-style: italic; 
	margin: 0 0 0 100px;
}


/* items */

div.text .item {
	margin: 0 0 1.5em 0;
	width: 100%;
	clear: both;
}

.text .item img {
	margin: 0.2em 5px 5px 10px;
	float: right;
	border: 1px solid #999966;
	padding: 3px;	
}

div.text .item p {
	margin-bottom: 0.3em;
}

div.text .item h3 {
	margin-bottom: 0;
}

div.text .item .date-and-other {
	font-size: 0.8em;
	line-height: 1em;
	margin: 0.25em 0;
	color: #7f7f7f;
}

#internal_layout div.text .item .date_and_other {
	color: #666;
}

#internal_layout .text .item img {
	border-color: #bbb;
}

/* pages navigation */

.text ul.pager {
	font-size: 0.85em;
	margin: 0 0 2em -0.3em;
	padding: 0;
}

.text .item-list ul.pager li {
	background-image: none;
	padding: 0;
	margin: 0 0.3em;
	display: inline;
}


.text .item-list ul.pager li.pager-current {
	font-weight: bold;
	font-size: 1.2em;
}



/* for print link */

.for_print {
	background: url(/images/icons/print.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	font-size: 0.85em;
}

/* more link */

.more {
	background: #fff url(/images/icons/more.png) no-repeat 0 50%;
	padding-left: 20px;
	font-size: 11px; 
	margin-top: 10px;
}


/* feedback form */

div#feedback_form{
	margin: 0 0 20px 0;
}

div#feedback_form div.form {
	width: 450px;
}

div#feedback_form div.form .name {
	width: 200px;
	font-size: 0.9em;
}

div#feedback_form span.required  {
	color: #ffdb00;
}

div#feedback_form div.form p.required, div#feedback_form div.form div.required  {
	color: #ffdb00;
	font-size: 1.1em
}


div#feedback_form div.form .comment {
	font-size: 0.8em;
	position: relative;
	top: -4px;
}


div#feedback_form div.form textarea.wide {
	width: 450px;
	height: 6.3em;
	font: 1em/1.3em Tahoma, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

div#feedback_form div.form input.wide {
	margin: 0 0 5px 0;
	padding: 0;
	width: 250px; 
	height: 1.4em;
	font: 1em/1.3em Tahoma, Verdana, Geneva, sans-serif;
}

div#feedback_form div.form input.button {
	margin: 1em 0 5px 0;
	padding: 0.3em 0.5em;
	font-size: 0.9em;
	line-height: 1em;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}


div#feedback_form h3 {
	margin-top: 15px;
}