/*
 * Postems Standard Schnauzers
 */
.gameness {

}
.center { 
	text-align: center;
	margin: 0 auto;
	}

.banner{
	background:url(../images/star_small.png) no-repeat 0px 0px;	/* was ban1  or test */
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	/* -moz-background-size: cover; */
	min-height: 860px;
	border-bottom: 8px solid #efebe4;
	}
	
.banner-info h2 {
	font-size: 250%;
	margin: 0;
	color:#333;
	font-weight: 300;
	line-height: 2.0em;
	letter-spacing: 2px;
	font-family: 'Bevan', cursive;
}

.banner-info {
	min-height: 350px;
	margin-top: 58px;
	width: 90%;
}

.banner-info p {
	line-height:1.8em;
	font-size:14px;
	color:#E2CFCF;
	margin:17px 0 40px 0;
}

.banner-info a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	background:#2f6818;
	padding: 9px 22px;
}

/*--banner--*/
.banner-top{
	padding: 0;
	position:relative;
}
.top-banner,.top-banner1,.top-banner2 {
	position: absolute;
	top:0;
	left:0;
	width:86%;
	padding: 1.5em;
  	background: brown;
}
.top-banner h3,.top-banner1 h3,.top-banner2 h3{
	color:#fed;
  	font-size:1.50em;
}
.top-banner h3 span,.top-banner1 h3 span,.top-banner2 h3 span{
  	font-size: 39px;
  	display: block;
}

.top-banner h4,.top-banner1 h4,.top-banner2 h4 {
	color: #fed;
  	font-size: 1.50em;
	font-weight: 700;
	letter-spacing: 1px;
}
.top-banner h4 span,.top-banner1 h4 span,.top-banner2 h4 span{
  	font-size: 120%;
  	display: block;
}

.top-banner1{
	bottom: 0;
	top:auto;
	background: #1da8b1;
}
.top-banner2{
	background: #fd4641;
}


.navigation{
/* margin: 48px 0 48px 200px; original */
margin: 8px 0 8px 0px;
float:left;		/* was right */
}
.navigation ul {
	margin:0;
	padding:0 0px;
}
.navigation ul li	{
	list-style-type:none;
	display:inline-block;
}
.navigation ul li a	{
	font-family: 'Stint Ultra Condensed', cursive;
	color: brown;		/* #735b36; */
	font-size: 125%;		/* was 24px */
	letter-spacing: 1px;
}
.navigation ul li a:hover	{
	color: silver;	/*		#2f6818;  */
}
.navigation ul li span	{
	border-left: 1px solid silver;		/* #2f6818; */
	margin: 0 8px;
}

/*
 * *********************************************************************
 */
#gradient_1 {
    height: 200px;
    background: #61437f; /* For browsers that do not support gradients */
/*
    background: -webkit-linear-gradient(#61437f, white); * For Safari 5.1 to 6.0 *
    background: -o-linear-gradient(#61437f, white); * For Opera 11.1 to 12.0 *
*/	
    background: -moz-linear-gradient(#61437f, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#61437f, white); /* Standard syntax (must be last) */
}
.gradient_2 {
    background: #61437f; /* For browsers that do not support gradients */
/*
    background: -webkit-linear-gradient(left, #61437f, white); * For Safari 5.1 to 6.0 *
    background: -o-linear-gradient(left, #61437f, white); * For Opera 11.1 to 12.0 *
*/	
    background: -moz-linear-gradient(left, #61437f, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #61437f, white); /* Standard syntax (must be last) */
}
.gradient_3{
    background: #61437f; /* For browsers that do not support gradients */
/*
    background: -webkit-linear-gradient(right, #61437f, white); * For Safari 5.1 to 6.0 *
    background: -o-linear-gradient(right, #61437f, white); * For Opera 11.1 to 12.0 *
*/	
    background: -moz-linear-gradient(to left, #61437f, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #61437f, white); /* Standard syntax (must be last) */
}
.round_top_corners {
	border-top-right-radius: 7px; 
	border-top-left-radius: 7px; 
}
.round_right_corners {
	border-top-right-radius: 7px; 
	border-bottom-right-radius: 7px; 
}
.bold {
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 115%;
}

.moreinfo {
	font-size: 90%;
	}
.moreinfo2 {
	font-size: 100%;
	list-style-type: none;
	}	
.moreinfo3 {
	font-size: 90% !important;
	list-style-type: none !important;
	padding :0 0 0 1.0em;
	}
.rignt_nav {
	background-color: #e7e7e7; 
	padding: .50em;
}
.mar_1_5 { 
	margin-left: 1.0em; 
	clear: right; 
	line-height: 2.0em;
	}
