/* GENERAL 
_____________________________________________________________________________*/

html {
	margin-bottom: 1px;
}

body, div, dl, dt, dd, pre, form, fieldset, th, td, img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

label.error {
	margin-left :10px;
	color: #d02c2c;
}

input.error,
textarea.error {
	border: 1px solid #d02c2c;
}

img {
	vertical-align: bottom;
}

.editor-button {
	position:relative;
} 

.editor-button a { 
	display: block; 
	position: absolute; 
	z-index: 1050; 
	top: 15px; 
	left: -16px; 
	width: 16px; 
	height: 12px; 
	background: url('/themes/cp_global_images/edit_template.gif') no-repeat 0 0; 
	text-indent: -9999em; 
	overflow: hidden;
}

.float-left {
	float: left;
	margin: 0 15px 15px 0;
}

.float-right {
	float: right;
	margin: 0 0 15px 15px;
}

body {
	font: 14px "Trebuchet MS", Trebuchet, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 20px;
	background: #AFC8B3 url(/images/hedgehog/bg-body.jpg);
	color: #262626;
}

/* LINKS
_____________________________________________________________________________*/
* {
	outline: none;
}

a {
	text-decoration: none;
	color: #ec6f35;
}

a:hover {
	text-decoration: underline;
}

/* INTERNAL
_____________________________________________________________________________*/

#short #container {
	background: url(/images/hedgehog/bg-internal-middle.jpg) repeat-y;
	width: 974px;
	position: relative;
	margin: 40px auto 100px auto;
	min-height: 700px;
}

#short #background {
	background: url(/images/hedgehog/bg-internal-short.jpg) no-repeat;
	min-height: 408px;
}

h1 {
	color: #05656a;
	font-size: 25px;
}

h2 {
	color: #05656a;
	font-size: 18px;
}

#content {
	position: relative;
	padding-top: 340px;
	margin: auto;
	width: 869px;
	min-height: 310px;
}

.visit {
	position: absolute;
	height: 65px;
	width: 185px;
	top: 210px;
	left: 715px;
}

.fun {
	position: absolute;
	height: 18px;
	width: 158px;
	top: 300px;
	left: 730px;
	background: url(/images/hedgehog/morefun.png) no-repeat top left;
}

.fun:hover {
	background-position: bottom left;
}

.home {
	position: absolute;
	height: 18px;
	width: 85px;
	top: 300px;
	left: 818px;
	background: url(/images/hedgehog/hedgehog-home.png) no-repeat top left;
}

.home:hover {
	background-position: bottom left;
}

.divider-line {
	background: url(/images/hedgehog/divider.png) no-repeat;
	height: 19px;
	width: 869px;
	margin: 40px auto;
}

#page .left {
	float: left;
	width: 47%;
}

#page .right {
	float: right;
	width: 47%;
}

#listing .entry .left {
	float: left;
	width: 150px;
	padding: 0 0 0 55px;
}

#listing .entry .left .listen {
	margin-left: 5px;
}

#listing .entry .left .listen:hover {
	opacity: .8;
}

#listing .entry .right {
	float: right;
	width: 635px;
	padding: 0 0 0 20px;
	border-left: 1px solid #698778;
	min-height: 180px;
}

#listing .entry .right h2 {
	margin: 0;
}

#listing .entry .right .info {
	margin: 0;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}

#listing .entry .right .buylink {
	display: block;
	margin-top: 5px;
}

#listing .entry .right .buylink:hover {
	opacity: .8;
}

#listing .entry .right .copy {
	color: #05656a;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	background: url(/images/hedgehog/bg-internal-footer.jpg) no-repeat;
	height: 52px;
	width: 974px;
	position: relative;
	color: #144e51;
}

#footer i {
	color: #737474;
}

ul.footer-nav {
	padding:0;
	margin:0;
	position: absolute;
	top: 85px;
	left: 50px;
	width: 600px;
}

ul.footer-nav {
	list-style: none;
	font-weight: bold;
}

ul.footer-nav li {
	float: left;
	padding: 0;
}

ul.footer-nav a {
	color: #144e51;
}

#footer .newsletter {
	position: absolute;
	top: 78px;
	left: 675px;
	width: 290px;
}

#footer .newsletter .txt {
	background: transparent url(/images/hedgehog/input.png) no-repeat;
	width: 248px;
	height: 33px;
	border: 0;
	padding: 0px 5px 0 10px;
	line-height: 33px;
}

#footer .submit {
	background: transparent url(/images/site/submit-arrow.png) no-repeat 0 3px;
	height: 22px;
	width: 15px;
	border: 0;
	cursor: pointer;
	position: absolute;
	left: 265px;
	top: 5px;
}