/*

*/

body {
	margin:0;
	padding:0;
	background: #404040;
	font-size: 75%;
}
h1 {
	font-family:  "Copperplate Gothic Light", "Century Gothic", "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 2.0em;
	line-height: 10px;
	color: #000000;	
}
h2 {
	font-family:  "Copperplate Gothic Light", "Century Gothic", "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 3.0em;
	line-height: 10px;
	Text-shadow: #000000 4px -1.5px 4px;
	color: Red;
}
h3 {
	font-family: "Copperplate Gothic Light", "Century Gothic", "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 10px;
	color: #000000;
}
a {
color:#00CC00;
outline-style:none;
text-decoration:underline;
}
h4 {
	font-family: "Copperplate Gothic Light", "Century Gothic", "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 1.5em;
	line-height: 0px;
	font-weight: bold;
	color: #000000;
}
p, ul, ol {
	line-height: 180%;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 1.2em;
	color: #000000;
}  
img {
	border: 0px solid #666767 url(layoutimages/img01.jpg); 
	background-color: #666767 url(layoutimages/img01.jpg);
}

.thumb {
	width:150px;
	border: 0px solid #000000; 
	margin-left: 0%;	
	margin-top: 0%;
	background-color: #000000;
}
table {
	background-color: #888888;
	border: 4px solid #000000; 
	width: 100%;

}
tr {

}
th {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	text-align: left;
}
td {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	border: 1px solid #000000; 
	padding: 8px;
}
/* Header, image with dog head */
#header {
	height: 190px;
	width: 100%;
	margin-left: 0%;
	background: #902434 url(layoutimages/img02.jpg) left no-repeat;	
}

/* Page, grey area */
#page {
	width: 100%;
	margin-left: 0%;
	
}

/* Content */
#content {
	float: left;
	width: 100%;

}

.post {
	padding: 20px 20px 30px 40px;	
}
.post .title {
	text-align: center;
}
.shadow {
	text-shadow: #000000 4px -1.5px 4px;
}
.red {
	color: red;
	text-shadow: #000000 4px -1.5px 4px;
	}
/* Footer */
#footer {
	clear: both;
	width: 100%;
	height: 55px;
	background: #130D0F url(layoutimages/img04.jpg);
	color: #666767;
}
#footer p {
	text-align: center;
	line-height: normal;
	font-size: 2em;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
}
#navigation-0 {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	height: 27px;
	width:100%;
}
#navigation-0 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	height: 27px;
	width:12.49%;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}
#navigation-0 li a:link, #navigation-0 li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
	height:27px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
}
#navigation-0 li:hover a, #navigation-0 li a:hover, #navigation-0 li a:active {
	display:block;
	height:27px;
	border-left:1px;
	border-right:0%;
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
	text-align:center;
	text-decoration:none;
	color: #FFFFFF;

}
#navigation-0 li ul.navigation-1 {
	margin:0;
	padding:0;
	width:800%;
	list-style:none;
	float:left;
	display:none;
	position:relative;
	border-top:none;
}
#navigation-0 li:hover ul.navigation-1 {
	display:block;
}
#navigation-0 li ul.navigation-1 li {
	clear:left;
}
#navigation-0 li ul.navigation-1 li a:link, #navigation-0 li ul.navigation-1 li a:visited {
	clear:left;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
	border:none;
	position:relative;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;	
	font-size: 70%;		
}
#navigation-0 li ul.navigation-1 li:hover a, #navigation-0 li ul.navigation-1 li a:active #navigation-0 li ul.navigation-1 li a:hover {
	clear:left;
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
	border:none;
	position:relative;
	color: #FFFFFF;	
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;	
}