@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  


body { 
	background-color:#FFF; background-image:url(images/bg.jpg); background-repeat:repeat-x;
	font-family: 'Yanone Kaffeesatz', arial, serif;
}

a {
		color:#d43a11;
		text-decoration:underline;
	}
	
a:hover {
		color:#666;
		text-decoration:underline;
}

#contenter p b {
	color:#C30; font-weight:900;
}

#wrapper {
	width:960px;
	margin-left:auto; margin-right:auto;
}

#header {
	height:421px;
	width:960px;
	background-image:url(images/top-bg.jpg); background-position:center;
}

#topContact {
	height:30px; width:960px; float:left;
	margin-top:320px;
	color:#FFF;
	font-weight:bold;
	font-size:1.4em;
	padding-left:40px;
}

#topContact p {
	float:left;
}

#topNav {
	width:960px; float: left;
	margin-top:26px;
	text-align:center;
}

#topNav ul li {
	display:inline;
	list-style:none;
}

#topNav ul li a {
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	margin-right:23px;
	margin-left:3px;
	color:#000;
}

#topNav ul li a:hover {
	color:  #FFF;
}


/* content */

#contenter { 
	width:900px;
	margin-left:auto; margin-right:auto;
}

#contenter h1, h2, h3 {
	text-decoration:none;
}

#contenter h1 {
	font-size: 3em;
	text-align: left;
	padding-bottom:20px;
	padding-top:20px;
}

#contenter h2 {
	font-size: 2.2em;
	font-weight:100;
	line-height:39px;
}

#contenter p {
	font-family: 'Droid Sans', arial, serif; text-decoration:none; font-size:0.9em; color:#333; font-weight:100;
	padding-bottom:20px;
}
	
#contenter p a {
		color:#d43a11;
		text-decoration:underline;
	}
	
#contenter p  a:hover {
		color:#666;
		text-decoration:underline;
}

#contenter p b {
	color:#C30; font-weight:900;
}


/* footer */

#footer { width:900px; margin-left:30px; margin-top:50px; }

#footer ul li { display:inline; list-style:none; padding-right:20px; }

#footer ul li a {
	font-size:0.9em;
	color:#999;
}

#footer ul li a:hover { color: #C30; }

#footer h3 { color:#666; font-size:1.1em; padding-bottom:5px; }

#footer p { color:#666; font-family:Arial, Helvetica, sans-serif; font-size:.6em; padding-top:40px;}
#footer a { color:#666; text-decoration:underline; }
#footer a:hover { color:#333; text-decoration:underline; }
	


/* tools */

.headerPhone {
	color:#FC0;
	float:right; 
	padding-right:80px; 
	margin-top:-8px;
	font-size:1.5em;
}

.latin {
	font-weight:100;
	color:#999;
	padding-left:50px;
}

#snake {
	width:900px; height:316px;
	clear:left;
}

#snakeminor {
	width:300px;
	height:400px;
	float:left;
}

.venomous {
	color:#C00;
	padding-right:10px;
}

.nonvenomous {
	color:#363;
	padding-right:10px;
}

#dontsteal {
	width:700px;
	height:61px;
	background-image:url(images/warning-bar.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:35px;
}

#dontsteal p {
	text-align:left;
	text-size:.6em;
	color:#333;
	margin-left:60px;
	margin-right:60px;
}

#dontsteal p a {
	color:#d43a11;
}

.whoadude {
	background-color:#900;
	color:#FFF;
	padding-left:20px;
}

.alignleft {
	float:left;
}

#sidebox {
	width:400px;
	margin-left:20px; padding-top:20px; padding-left:20px; padding-bottom:20px;
	float:right;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px;
}

#sidebox b {
	font-size:19px;
	margin-bottom:10px;
}

#sidebox .req {
	font-size:10px;
	color:#F90;
}

#post-footer-content { width:900px; margin-left:auto; margin-right:auto; margin-top:50px; margin-bottom:50px; color:#666; }

.clearit { clear:both; }


@media only screen and (min-width: 200px) and (max-width: 700px) {
	#wrapper {
		width:500px;
	}
	
	#contenter {
		width:460px;
		padding:10px 20px;
	}
	
	#header {
		width:500px;
		background-position:50% 55px;
	}
	
	#topContact {
		width:500px;
		font-size:1em;
	}
	
	#topNav {
		width:500px;
		background-color:#C30;
		margin-top:5px;
	}
	
	#topContact p {
		display:none;	
	}
	
	#topNav ul li {
		display:block;
		height:34px;
		border-bottom:1px solid #C96;
		padding-top:10px;
	}
	
	#topNav ul li a  {
		color:#fff;
  		display:block;
  		font-size:1.3em;
  		font-weight:bold;
  		height:100%;
  		margin-left:0;
  		margin-right:0;
  		text-decoration:none;
		width:100%;
		text-shadow:1px 1px 2px #000;
	}
	
	#footer {
		width:500px;
		margin:0px;
	}
	
	#post-footer-content {
		width:500px;
		margin:0px;
	}
	
	.headerPhone {
		display:block;
		position:absolute;
		top:10px;
		background-color:#000000;
  		color:#FFCC00;
  		font-size:3em;
  		left:0;
  		margin-right:0;
  		margin-top:-10px;
  		right:0;
  		text-align:center;
		padding:10px 5px;
	}
	
}
