/* General styles for site */

/* copy styles */	
	* {
		padding: 0px;
		margin: 0px;
		color: #42516b;
	}
		
	body {			
		background-color: #c6b67b;
		color: #42516b;
		font: .75em/1.2em arial, helvetica, verdana, sans-serif;
		text-align: center;
	}	
	
	h2 {
		font-size: 1.1em;
		margin: 0 0 5px 0;
		border-bottom: 1px solid #C6B67B;
	}
		
	input, textarea, select {
		font-size: 1em;
	}
	
	.lg {
		font-size: 1.2em;
	}

	.sm {
		font-size: .8em;
	}
	
	.errormsg {
		color: #f00;
	}
	
	p {
		margin-bottom: 15px;
	}
	
	ul {
		margin-left: 15px;
	}
	
	li {
		padding-top: 3px;
	}
	
	.clear {
		clear: both;
	}
	
	label {		
		font-weight: bold;
	}
			
/* link styles */
	a,
	a:link,
	a:visited,
	a:active {
		color: #42516b;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	ul.navtext li a,
	ul.navtext li a:link,
	ul.navtext li a:visited,
	ul.navtext li a:active {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		border: none !important;
	}
	
	ul.navtext li a:hover {
		color: #42516b;
	}
	
	#adminbar a,
	#adminbar a:link,
	#adminbar a:visited,
	#adminbar a:active {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		border: none !important;
	}
	
	#adminbar a:hover {
		color: #42516b;
	}
	
	#header a,
	#header a:link,
	#header a:visited,
	#header a:active,
	#header a:hover {
		display: block;
		height: 100%;
		width: 100%;
		text-decoration: none;
		border: none !important;
	}
	
	.doglistingimg a {
		display: block;
		height: 100%;
		width: 100%;
		text-decoration: none;
		border: none !important;
	}
		
/* template styles */
	#container {
		width: 620px;
		margin: 20px auto;
	}
	
	#header {
		height: 62px;
		background: url(../images/header.gif) top left no-repeat transparent;
		padding: 0;
		margin: 0;
		text-indent: -9999px;
	}
	
	#navbar {
		background-color: #c69e4a;
		border-left: 1px solid #42516b;
		border-right: 1px solid #42516b;
		font-weight: bold;
		padding: 2px 0;
	}
	
	#adminbar {
		background-color: #c69e4a;
		border-left: 1px solid #42516b;
		border-right: 1px solid #42516b;
		font-weight: bold;
		padding: 2px 5px;
		overflow: hidden;
	}
	
	#adminbar_lt {
		float: left;
	}
	
	#adminbar_rt {
		float: right;
	}
	
	ul.navtext {	
		list-style-type: none;
		text-align: center;
		margin: 0;
	}
	
	ul.navtext li {
		display: inline;
		padding: 0 25px;
		vertical-align: middle;
	}
	
	#content {	
		background-color: #ffff9c;
		border-left: 1px solid #42516b;
		border-right: 1px solid #42516b;
		text-align: left;
		padding: 20px;
		padding-bottom: 30px;
	}
	
	#footer {
		width: 620px;
		height: 13px;
		background: url(../images/footer.gif) top left no-repeat transparent;
	}
	
	#footerbase {
		text-align: left;
		padding-left: 10px;
	}
	
/* section/page specific styles */
	#outercentershell {
		text-align: center;
	}
	
	#login {
		width: 300px;
		margin: auto;
		overflow: hidden;
		text-align: center;
	}
	
	#insertupdatedog {
		width: 500px;
		margin: auto;
		overflow: hidden;
	}
		
	.doglisting {
		text-align: left;
		float: left;
		width: 250px;
		padding: 0 0 20px 10px;
		margin: 10px;
	}
	
	.doglistingimg {
		height: 100px; 
		width: 100px;
		padding: 5px;
		/*border: 1px dashed #C6B67B;*/
		margin: 0 0 3px 3px;
		float: right;
	}
	
	.submit {
		text-align: center;
	}
	
/* form styles */	
	input, textarea, select {
		border: 1px solid #42516b;
		color: #42516b;
		font-family: arial, helvetica, verdana,sans-serif;
	}
	
	input.radio, input.checkbox {
		border: none !important;
	}
		
	input.button {
		padding: 0 4px;
		margin: 2px;
		background-color: #c69e4a;
		color: #42516b;
		font-weight: bold;			
		border: 3px double #c6b67b;
	}
	
	input.button:hover {
		color: #c69e4a;
		background-color: #42516b;
	}
	
	
	



