/* 
Theme Name: metamorph_DNA
Theme URI: http://metamorphozis.com/wptheem/index.php?wptheme=metamorph_DNA
Description: Free WordPress Theme based on <a href="http://www.metamorphozis.com" target="_blank">Metamorphosis Design</a> template "metamorph_DNA" 
Version: 1.0.3
Author: Oleg Lazarenko
Author URI: http://www.metamorphozis.com/
Tags: valid XHTML, blue, fixed width, two columns, widgets, valid CSS, widget ready, simple, clean, white, metamorph
*/



*{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #295C6F;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #295C6F;
}

body {
	
	background: #6192A3 url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content{
	margin: 0 auto;
	width: 792px;
	text-align: left;
}

#main{
	width: 778px;
	background: url(images/back_top.jpg) repeat-x top;
	padding-top: 10px;
}

#back{
	width: 778px;
	background: #ffffff;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
}

#header {
	height: 280px;			
}

#logo {
	width: 758px;
	height: 150px;
	text-align: right;
	padding-right: 20px;
	padding-top: 35px;
	background: url(../../../images/topbanner.jpg) no-repeat;

	/*background: url(images/topbanner2.jpg) no-repeat;
	width: 758px;
	height: 121px;*/
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo H2 {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}


#menu{
	width: 778px;
	/*border-top: 6px solid #FFF;*/
	height: 56px;
	background: url(images/buttons.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 120px;
	height: 38px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 18px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 120px;
	height: 38px;
	color: #ff0000;
	text-decoration: underline;
	background: url(images/buttons_r.gif) repeat-x;
}


#menu2{
	width: 778px;
	height: 60px;
}
#menu2 a {}
#menu2 a:hover {}











#right
{
	width: 223px;
	float: right;
	margin-right: 5px;
}

#right H3
{
	width: 198px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	
}

#right .title_back{
	background: url(images/title_back.gif) no-repeat top;
	padding: 10px;
}


#right li  {
	padding-left: 20px;
	padding-bottom: 5px;
}

#right a {
	color: #295C6F;
}
#right a:visited {
	color: #295C6F;
}

#right p{
	font-size: 10px;
}

.bot {
	padding: 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #686868;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#left
{
	width: 500px;
	padding: 10px;
	/*border:solid #000 1px;*/
}

#left H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #295C6F;
}

#left a {
	color: #295C6F;
	text-decoration: none;
}

#left ol, #left ul {
	margin-left: 30px;
}

#left p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #295C6F;
}
.date {
	text-align: right;
	color: #295C6F;
	font-size: 11px;
}

.date a {
	color: #295C6F;
}


#footer {
	height: 54px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #6F9EAF;
	margin-left: 5px;
	margin-right: 5px;
	background: url(images/footer.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #333333;
}



/********************* Calendar *******************/
#calendar1, #calendar_wrap 
{
	padding: 20px 10px 20px 10px;
}

#calendar_wrap 
{
	margin-bottom: 10px;
}

#calendar table, #wp-calendar
{
	width: 100%;
	text-align: center;
}

#calendar thead, #wp-calendar thead
{

}

#calendar tbody td, #wp-calendar tbody td
{
	border: 1px solid #F1F1F1;
}

#calendar #prev, #wp-calendar #prev
{
	text-align: left;
}

#calendar #next, #wp-calendar #next
{
	text-align: right;
}

#calendar tfoot a, #wp-calendar tfoot a
{
	text-decoration: none;
	font-weight: bold;
}

#calendar #now, #wp-calendar #now, #wp-calendar #today
{
	background: #686868;
	border: 1px solid #D6CE84;
	font-weight: bold;
	color: #ffffff
}



.widget_search
{

}

.post-body
{

	margin-top:15px;
}

div.navigationbottom

{
	margin-top:10px;
	margin-bottom:10px;
}

div.navigationbottom .leftnav
{
	float:left;
}

div.navigationbottom .rightnav
{
	float:right;
}

/************* Comments ***************/
#commentform textarea 
{
	width: 80%;
	border: 1px solid #666666;
	padding:10px;
}

#submit
{
	width: 120px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(images/footer.gif) repeat-x;
	overflow:hidden;
        vertical-align: top;
	border:none;
}

#submit:hover
{
	background: url(images/footer.gif) repeat-x;
        text-decoration: underline;
}

div.imgbox
{
	float:left;
	margin:5px;
}

/**************** IE 7 *******************/
li.cat-item
{
	font-size:12px;
	font-weight:normal;
}

#calendar table, #left #wp-calendar
{
	font-size:12px;
	font-weight:normal;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/*
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*/
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content .categor
{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 10px;
background: #F7F7F7;
}

#commentlist li
{
margin-left: 20px;
padding-bottom: 20px;
font-size: 11px;
}

#author, #email, #url
{
border: 1px solid #666666
}

.side_contents{
text-align:center;
padding:5px 0 15px 0;
}


#company table td{
padding:5px;
}

.table{
	background:#999;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	text-align:center;
}

.table-left{
	/*background:#999;*/
	background: url(images/title3.gif) repeat-x;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	color:#000;
	font-weight:bold;
	padding-left:10px;
	width:200px;
}

.table-left2{
	/background:#999;*/
	background: url(images/title2.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	width:200px;
	border:1px solid #ccc;
}
.table-right{
	background:#FFF;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	color:#000;
	font-weight:bold;
	padding-left:10px;
}
.table-right2{
	background:#FFF;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	color:#000;
	font-weight:bold;
	padding-left:10px;
}

.table-right3{
	background:#FFF;
	border:1px solid #ccc;
	color:#000;
	font-weight:bold;
	padding-left:10px;
}

.table-right4{
	background:#FFF;
	border:1px solid #ccc;
	color:#000;
	font-weight:bold;
	padding-left:10px;
}


#news-date{
padding-right:10px;
font-weight:bold;
}

#news-contents{
}

span.strong{
font-weight:bold;
color:#ff0000;
}

#services p{
padding:10px 10px 20px 10px;
}

.work-left{
width:245px;
float:left;
padding-right:10px;
padding-bottom:20px;
}

.work-right{
padding-bottom:20px;
}

#work img{
border: 1px solid #cccccc;
}

#side img{
border: 1px solid #cccccc;
}

span.work-detail{
color:#666666;
font-size:10pt;
}

.kome{
color:#ff0000;
font-weight:bold;

}