/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body { padding: 0px }
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #000 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 760px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 760px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 50px; position:relative; bottom: 35px;}
	.coda-nav-left a {left: 30px;}
	.coda-nav-right a {right : 30px;}
	/* Tab nav */
	.coda-nav ul li a.current { background: #345 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	
	
	
/* Custom */

/* Left and right arrows absolute positioning */

/*.coda-slider {
	margin: auto;
	float: none;
}



.coda-nav ul{
	display: inline;

}*/

.panel h4{
	margin-bottom: 15px;
	padding-top: 10px;
}
.panel h2.title{
	text-align: center;
	color: #d1eaff;
	font-weight: bold;
	margin-bottom: 15px;
}
.panel h3{
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
}

.coda-nav ul li a, .coda-nav ul li a:visited{
	font-family: Arial, Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 0px 5px;
	color: #ccc;
	border: 1px dotted #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.coda-nav ul li a.current, .coda-nav ul li a:hover {
	color: #fff;
}

.coda-nav ul li a:hover {
	text-decoration: none;
	background-color: #222;
}
.coda-nav ul li a.current {
	background-color: #345;
}

.coda-nav {
	margin: auto;
	margin-bottom: 10px;
}

.coda-slider {
	margin-top: 15px;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
}



/* Unrelated website code */



div.lefthalf {
	width: 300px;
}
div.righthalf {
	width: 270px;
}

.important{
	font-size: 110%;
	font-weight: bold;
}

.floatleft {
	float: left;
	margin-right: 15px;
}
.floatright {
	float: right;
	margin-left: 12px;
}

p.centerphoto {
	text-align: center;
	margin-bottom: 0px;
	padding-top: 5px;
}

p.centerphoto img {
	border: 8px #333 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p.centerphoto a{
	border-bottom: none;
}
p.quote {
	text-align: center;
	font-size: 110%;
	color: #aaa;
}
p.quote span.author {
	display: block;
	margin-top: 5px;
	font-size: 80%;
	position: relative;
	left: 200px;
}

ol {
	list-style: decimal outside none;
}
ol li{
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.checkmark {
	list-style: outside none url(/_img/icons/checkmark.png);
}
ul.checkmark li {
	margin-left: 20px;
	margin-bottom: 10px;
}

span.listTitle {
	display: block;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 8px;
}

.reviews-block {
	width: 760px;
	margin: auto;
	position:relative;
	left: 3px;
}

.reviews-block ul {
	list-style: none none none;
	text-align: center;
}
.reviews-block ul li {
	display: inline;
	margin-right: 20px;
}

.reviews-block ul li img{
	border: 2px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 80px;
}

#bucketlist {
	margin:auto;
	clear:both;
	width: 700px;
}
.bucket {
	border: 1px dotted #555;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
	height: 200px;
}

.bucket h3 {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px dashed #333;
}

.buydownload{
	margin: auto;
	width: 100%;
}

.buydownload ul {
	position:relative;
	float: left;
	left: 50%;
}

.buydownload li{
	position:relative;
	float:left;
	right: 50%;
	width: auto;
	height: 59px;
	border-right: 1px dotted #aaa;
	margin: 0;
}

.buydownload li#lastitem {
	border-right: none;
}


.buydownload a:hover {
	text-decoration: none;
}

.buydownload ul li:hover {
	text-decoration: none;
	background-color: #222;
}

.buydownload ul li:hover span{
	color: #fff;
}
.buydownload li span{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #ddd;
	position:relative;
	top: 16px;
	float:left;
}

.buydownload ul li {
	padding-left: 30px;
	background-image: url('/_img/icons/cart-icon.png');
	background-repeat: no-repeat;
	background-position: 14px 18px;
}
.buydownload ul li#lastitem {
	background-image: url('/_img/icons/download-icon.png');
	background-repeat: no-repeat;
	background-position: 18px 16px;
}

.buydownload.inside ul {
	margin-top: 10px;
	margin-bottom: 15px;
}
.buydownload.inside ul li{
	height: 50px;
	background-position: 14px 15px;
}
.buydownload.inside ul li#lastitem{
	background-position: 18px 13px;
}
.buydownload.inside li span {
	font-size: 16px;
}


