@charset "utf-8";
/* CSS Document */

html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
	background-color:#fd0200;
}

div #footer a:link {color: green;}
div #footer a:visited {color: red;}
/*a:hover {background-color: #ffffff;}*/
div #footer a:hover{color:white;}
a {text-decoration: none;}

/*a:link {color: #0000ff;}
a:visited {color: #ff0000;}
a:active {color: #00FF00;}
a:hover {background-color: #ffffff;}
a {text-decoration: none;}*/

div .spacer{
	float:left; 
	width:500px;
}

#mainbody{
	margin:auto;
	width:760px;
	overflow:auto x;
	background-color:white;
}

#header{
	width:760px;
	background-color:white;
	float:left;
	border-left:solid 1px black;
	border-right:solid 1px black;
}

#wordpressheader{
	width:760px;
	background-color:white;
	float:left;
	border-left:solid 1px black;
	border-right:solid 1px black;
}

div #topbar{
	width:760px;
	height:75px;
	background-image:url(../images/header/titleheader.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
}

div #imagebar{
	width:760px;
	height:95px;
	background-color:black;
	float:left;
	padding:0px;
}

div #bottombar{
	width:760px;
	height:25px;
	background-image:url(../images/header/bottom.gif);
	float:left;
}

img{
	border:0px;
	padding:0px;
	float:left;
}

#body{
	float:left;
	width:760px;
	height:600px;
	overflow:auto;
	overflow-x:hidden;
	background-color:white;
	border-left:solid 1px black;
	border-right:solid 1px black;
}

#menu{
	width:756px;
	background-color:white;
	float:left;
	padding-left:2px;
	height:21px;
	padding-right:2px;
}

#content{
	width:748px;
	margin:auto;
	padding:6px;
	background-color:white;
}

#index{
	background-color:red;
	width:748px;
	float:left;
	height:200px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:center;
}

#footer{
	float:left;
	width:752px;
	height:50px;
	font-weight:bold;
	text-align:center;
	padding:4px;
	background-color:black;
	color:white;
	border:1px solid black;
	border-top:none;
}

#wordpressfooter{
	float:left;
	width:752px;
	height:50px;
	font-weight:bold;
	text-align:center;
	padding:4px;
	background-color:black;
	color:white;
	border:1px solid black;
	border-top:none;
}

th{
	text-align:left;
	width:200px;
}

td .breeders{
	text-align:center;
	width:200px;
	background-color:pink;
}

div .buttons{
	float:left;
	width:125px;
	text-align:center;
}

h1{ 
	text-align:center;
}

h2{
	text-align:center;
}

h3{
	text-align:center;
}

h4{
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

p{
	font-size:12px;
}

/* INDEX PAGE */

div #title{
	width:760px;
}

div #toppaw{
	width:760px;
	background-color:pink;
}
	
	div .box1{
		width:360px;
	}
	
div #bottompaw{
	width:760px;
	background-color:red;
}
	div .box2{
		width:255px;
	}




div #boxes{
	width:610px;
	height:610px;
	/*background-color:orange;*/
	float:left;
	text-align:center;
	margin:auto;
}

	div .boxes{
		width:250px;
		height:250px;
		padding:10px;
		background-image:url(../images/box.gif);
		background-repeat:no-repeat;
		float:left;
	}

	div .boxcontent{
		background-color:purple;
		height:150px;
		width:250px;
	}
	
	div .boxtitle{
		background-color:red;
		height:100px;
		width:250px;
	}
	

/* GALLERY STYLES */
div #gallery{
	width:760px;
	margin:auto;
}

	div #gallerybox{
		width:540px;
		height:400px;
		border:1px black solid;
		padding:5px;
		/*background-color:#D7D7D7;*/
		float:left;
		overflow:auto;
	}
	
		div .galleryphotos{
			width:100px;
			padding:2px;
			float:left;
		}
		
		/* MENU */
		#nav-menu ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#nav-menu li
		{
			float: left;
			/*margin: 0 0.15em;*/
		}
		
		#nav-menu li a
		{
			background:url(../images/round18.gif) #fff bottom left repeat-x;
			/*height: 2em;*/
			line-height: 20px;
			height:21px;
			float: left;
			width: 130px;
			display: block;
			/*border: 0.1em solid #dcdce9;*/
			color: #ffffff;
			font-weight:bold;
			font-size:10px;
			text-decoration: none;
			text-align: center;
		}
		
		#nav-menu a:hover, #nav-menu li a:active, #nav-menu li#gcant a, #nav-menu li#gcant, #nav-menu li#gjb a, #nav-menu li#gjb, #nav-menu li#gcabcc a, #nav-menu li#gcabcc, #nav-menu li#bjb a, #nav-menu li#bjb, #nav-menu li#bbrit a, #nav-menu li#bbrit, #nav-menu li#bmanx a, #nav-menu li#bmanx  
		{
			background:url(../images/round18a.gif) #fff bottom left repeat-x;
			/*height: 2em;*/
			height:21px;
			float: left;
			width: 130px;
			display: block;
			/*border: 0.1em solid #dcdce9;*/
			color:#000000;
			text-decoration: none;
			text-align: center;
		}
		
		
		/* Hide from IE5-Mac \*/
		#nav-menu li a
		{
			float: none
		}
		/* End hide */
		
		#nav-menu
		{
			float:left;
			width:130px;
			height:400px;
			padding:0px;
		} 
		
/* BREEDERS MENU STYLES */

div .btitlebox{
	width:400px;
	margin:auto;
	float:left;
	padding:4px;
	background-color:black;
	color:white;
}

div .btitlebox a:link {color: green;}
div .btitlebox a:visited {color: red;}
div .btitlebox a:hover{color:white;}
a {text-decoration: none;}

div .btitle{
	width:300px;
	font-size:16px;
	font-weight:bold;
	float:left;
}	

div .bbacktotop{
	width:100px;
	float:left;
}

div .bbox{
	width:400px;
	float:left;
	padding:2px;
	border:2px black solid;
}

	div .prefix{
		font-weight:bold;
		font-size:14px;
	}

	div .bimg{
		float:left;
		width:100px;
		padding:2px;
	}

	div .binfo{
		float:left;
		width:390px;
		padding:4px;
	}
	
/* END OF BREEDERS MENU STYLES */
		
		
	
/* SHOW DATES STYLES */

div #datesbox{
	background-color:pink;
	width:600px;
	text-align:center;
}
	td .headings{
		background-color:#000000;
		font-weight:bold;
		font-size:14px;
		border:1px black solid;
		text-align: center;
		color:white;
	}
	
	td .row{
		border:1px black solid;
	}
	

/* DOWNLOADS PAGE */

div #downloads{
	margin:auto;
	width:500px;
}
	
	div .downloadbox{
		float:left;
		width:500px;
		border:1px solid black;
	}
	
	div .downloadstitle{
		background-color:black;
		float:left;
	}
	
	div .filerow{
		float:left;
		width:500px;
	}	
	
	div .folder{
		float:left;
		width:396px;
		color:white;
		background-color:black;
		padding:2px;
		font-weight:bold;
		font-size:14px;
	}
	
	div .filename{
		float:left;
		width:320px;
		padding:4px;
	}
	
	div .filesize{
		float:left;
		width:50px;
		padding:4px;
		/*background-color:lime;*/
	}
	
	div .download{
		float:left;
		width:100px;
		padding:4px;
		/*background-color:orange;*/
	}
	
/* COMMENTS FORM */

div #commentsform{
	margin:auto;
	width:500px;	
}

div #borderbox{
	float:left;
	border:2px red solid;
	padding:10px;
}	

div .formrow{
	float:left;
	width:500px;
	padding:2px;
}

div #commentsform input{
	border:.5px grey solid;
	width:200px;
}

div #commentsform textarea{
	border:.5px grey solid;
}

div .formtitle{
	float:left;
	width:115px;
	text-align:right;
	font-weight:bold;
	padding:2px;
	/*background-color:yellow;*/
}

div .forminput{
	float:left;
	width:350px;
	padding:2px;
	/*background-color:lime;*/
}

div .formmsg{
	float:left;
}

.red{
	color:red;
	font-size:14px;
}

.wwwlinks{
	list-style:square;
	/*list-style:url(../images/www.gif);*/
}

ul .links{
	list-style:none;
	padding:4px;
	font-size:14px;
	text-align:center;
}
