/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
img
{
		border:0px;
}

html, body
{
	
	
	padding:0px;
	margin:0px;
}
html{
	background-color:#568AC6;

	background-image:url('/assets/images/winter.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
		//height:100%;
	min-height:100%;
}

/* BACKGROUND DIV */
/*#conteiner
{
	//height:100%;
	min-height:100%;
	
}

#reduser
{
	width:100%;

	padding-bottom:380px;
	min-height:800px;
	//height:800px;
}*/
/*END BACKGROUND DIV */

/*MAIN TABLE*/
table.mainTable
{
	width:994px;
	margin-top:22px;

}
td.dog_face_top
{	
	text-align:right;
	background:url('/assets/images/dog_top_.gif');
	background-repeat: no-repeat;
	background-position:right bottom;
}

img.dog_top
{
	margin-right:14px;
}

td.header_bg
{
	width:605px;
	height:91px;
	padding-top:30px;
	background:url('/assets/images/header_b.gif');
	background-repeat: no-repeat;
	background-position:left bottom;
	text-align:left;
	text-align:justify;

	

}

td.header_bg a
{
	color:#d0e2eb;
	
	font-size:40px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	text-align:justify;
}

td.pups
{
	width:248px;
	height:91px;
	background:url('/assets/images/puppes_head.png');
	//background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/puppes_head.png',sizingMethod=crop);
	background-repeat: no-repeat;
	background-position:right top;	
}


td.footer
{
	width:994px;
	height:112px;
	background:url('/assets/images/footer.png');
	//background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mal.amd.ict/wp-content/themes/default/images/footer.png',sizingMethod=crop);
	background-repeat: no-repeat;
	background-position:right top;	
}
/*END MAIN TABLE*/


/* NEWS TABLE*/
table.news
{ 
	margin-top:5px;
	width:605px;
}

td.newsHeader
{	
	padding:5px 0;
	color:#feffff;
	font-size:30px;
	font-family: Arial, Tahoma, verdana;
	font-weight:bold;
	text-align:left;
}
td.newsHeader a{
	color:#feffff;
	font-size:18px;
}

td.newsHeader span
{		
	color:#1f3c5c;
	font-size:15px;
}
td.newsHeader img
{	
	border:solid #D0E2EB 3px;
}
td.news_title img{
border:solid #D0E2EB 3px;
}

td.news_title, td.news_title a
{
	color:#1f3c5c;
	font-size:15px;
	font-family: Arial, Tahoma, verdana;
	font-weight:bold;
	text-align:left;
	/*padding-top:16px;*/
}

td.news_photo
{
	width:180px;

}


td.news_description
{	
	color:#1f3c5c;
	font-size:14px;
	font-family: Arial, Tahoma, verdana;
	/*font-weight:bold;*/
	text-align:justify;
}
td.news_description p
{	
	margin:0px;
}

td.news_description a, p.dog_position
{	
	font-weight:bold;
	color:#0052B1;
}

p.dog_position{
	text-align:center;
}
td.news_description img
{	
	border:solid #D0E2EB 3px;
}

td.news_separator
{
	width:100%;
	height:16px;
	background:url('/assets/images/hr.png');
	//background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/hr.png',sizingMethod=crop);
	background-repeat: no-repeat;
	background-position:center;	
}
td.news_separator2
{
	height:15px;
	background:url('/assets/images/separator_small.png');
	//background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/separator_small.png',sizingMethod=crop);
	background-repeat: no-repeat;
	background-position:center;	
}
/*END NEWS TABLE*/


/*OUR DOGS TABLE*/

td.dog_title
{
	padding-left:5px;
	color:#1f3c5c;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
	text-align:left;
}
p.type_info
{
	padding-left:5px;
	color:#feffff;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	margin:0 0 5px;
}
p.guest_book
{
	padding-left:5px;
	color:#1f3c5c;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
}
p.type_info span
{
	padding-left:5px;
	color:#1f3c5c;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}

p.descr_header
{
	/*padding-left:5px;*/
	color:#feffff;
	font-size:14px;
	font-family:Arial;
	font-weight:bolder;
}
p.descr
{

}

td.bottom_pics a
{
	color:#feffff;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
}
td.bottom_pics
{	
	padding:5px;
	width:155px;
	text-align:center;
}

/*END OUR DOGS TABLE*/

/*CONTACTS TABLE*/
table.contacts
{
	width:244px;
}
span.phone_number
{
	color:#fff;
	font-size:24px;
	font-family:Arial;
	font-weight:bold;
	text-align:right;
}

td.input
{	
	padding-top:15px;
	text-align:right;
}
.input
{
	color:#d0e2eb;
	margin-right:5px;
	font-size:13px;
	font-family:Arial, Tahoma, Verdana;
	border:0px;
	background:none;
	color:#D0E2EB;
	text-decoration:underline;
	cursor:pointer;
}
input.subscribe
{
	width:180px;
	border:solid  #3e74b1 1px;
}
span.mail_adr
{
	color:#fff;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	text-align:right;
}

td.img_phone
{
	width:48px;
	
	background:url('/assets/images/phone.gif');
	background-repeat: no-repeat;
	background-position:center top;	
}


/*END CONTACTS TABLE*/



/*SITE NAVIGATOR MENU*/
td.td_navigator
{
	padding-right:21px;
	/*width:141px;*/
	min-height:187px;
	text-align:right;
	

}

#navigator
{
	padding:0px;
	/*font-weight:bold;*/
	margin-left:0px;
	margin-top:14px;
}

ul a
{
	text-align:right;
	font-size:18px;
	font-family:Arial;
	text-decoration:none;

	
}

/* backlight selected page */
li.current_page_item{
	list-style-image:url('/assets/images/dog_ul.gif');
}

li.current_page_item a 
{
	color:#1f3c5c;
	font-size:18px;
	font-family: Arial, Tahoma, verdana;
	font-weight:bold;
	line-height:24px;
}
.page_item{
	list-style-type: none;
	
}

.page_item a
{
	line-height:24px;
	font-weight:bold;
	color:#e7f0f5;
	font-family: Arial, Tahoma, verdana;
}
/* END SITE NAVIGATOR MENU*/


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
textarea{
	width:500px;
}
table.guest{
color:#1F3C5C;
font-weight:bold;
font-size:13px;
}
table.guest input{
width:200px;
}
.relative{
	position:relative;
}
table.guest input.submit{
border:none;
background:none;
background-image:url('/assets/images/send_button.gif');
width:140px;
font-weight:bold;
color:white;
font-size:10px;
height:24px;
cursor:pointer;
padding-bottom:5px;
}
