body{margin: 0; padding: 0; font-family: halvetica, arial; font-size: 15px;}
img{border: none;}
a{text-decoration: none;}
.doc {
	margin: 0 auto;
	width: 980px
}

.clearfix {
	clear: both;
	height: 0;
	overflow: hidden
}

/** Social buttons */
.social, .social a {
	height: 22px
}
.social a {
	display: block;
	float: left;
	background-repeat: no-repeat
}
.social a.fb {
	background-image: url(images/facebook.png);
	width: 24px
}
.social a.tw {
	background-image: url(images/twitter.png);
	width: 27px
}
.social a.dr {
	background-image: url(images/draugiem.png);
	width: 24px
}

/** Header */
header {
	background-color: #DCCFC6;
}
.hed-contacts{
	text-align: right;	
}
.hed-contacts input{
	background-color: black;
	color: white;
	border: 1px solid black;
	width: 55px;
	height: 20px;
	padding-left: 2px;
	font-size: 15px;
}
.hed-contacts span.names {
	margin-left: 3px;
	margin-right: 8px;
}
header .social{
	display: block;
	float: right;
	margin-left: 9px
}
.details{
	padding-top: 18px;
	padding-bottom: 14px;
}
/** Header augstums, ja rādam suņa details lapu */
header .menu-wrap {
	position: relative;
	height: 87px
}
/** Header augstums, citām lapām */
header.bighead .menu-wrap {
	height: 172px
}
header nav {
	background-color: black;
	height: 30px;
	margin: 0 0 0 160px;
	padding: 0 0 0 72px
}
header nav a {
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0 22px 0 0;
	display: block;
	float: left;
	color: #B28B72
}
header nav a.active, nav a:hover {
	color: white
}
header .logo{
	position: absolute;
	top: 0px;
	left: 0;
}

/** Dog details */
.dog-details {
	background: #DCCFC6
}
.dog-details .doc {
	padding: 35px 0;
	color: #813E11
}
.dog-details .details {
	float: left;
	margin: 0 40px 0 0;
	padding: 57px 0 0 40px;
	width: 365px
}
.dog-details .details h1 {
	margin: 0 8px 20px 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 16px
}
.dog-details .details table {
	width: 100%;
	border: none
}
.dog-details .details table th, .dog-details .details table td {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 7px
}
.dog-details .details table th {
	text-align: left
}
.dog-details .details table td {
	text-align: right
}
.dog-details .image {
	float: right;
	-webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 25px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 25px rgba(50, 50, 50, 0.75);
}
.dog-details .image img {
	display: block;
	border: 0
}

/** Content */
.content {
	margin: 48px 0 40px 0
}
.content aside {
	float: left;
	width: 253px
}
.content aside .banner {
	margin: 0 0 19px 0;
}
.content .article {
	margin-left: 288px;
	text-align: justify;
	font-size: 13px;
	line-height: 15px;
}
.content .article h2, .content .article h1{
	font-size: 22px;
	font-weight: normal;
	margin: 12px 0 12px;
}
.content a.suggest {
	background-color: black;
	color: white;
	padding: 0 6px
}