.center-title h1{
text-align: center;
font-size: 60px;
text-shadow: 4px 5px 5px #CCC;
}
.center{
margin: 0 auto;
display: block;
text-align: center;
height: 230px;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}
body{
margin: 0px;
}

.slider-wrap{
margin-top: 80px;
}

ul#slider1{}

#page {
	font-family: MuseoSans, Arial;
	color:  #525044;
	font-size: 12px;
	background: #f1eee7;
	padding-bottom: 50px;
}

#page-inner {
	width: 960px;
	margin: 0 auto;
}
.centre{
margin-left: auto;
margin-right: auto;
}

#right a:hover {
	text-decoration: underline;
}

.btn {
	background: #838383;
	color: #f1eee7;
	border-radius: 3px;
	padding: 5px 10px;
}

.box-comment{
position: absolute;
top: 230px;
padding-left: 20px;
color: #fff;
font-size: 16px;
background: rgba(0, 0, 0, 0.5);
padding-right: 20px;
}


/* MAIN CONTENT ------------------------------------------------ */

#main-content {
	width: 650px;
	float: left;
	padding-right: 20px;
	border-right: dotted #c3c3c1 1px;
}

#main-content ul {
	margin: 15px 0;
}

#main-content h3 {
	font-size: 22px;
	margin: 15px 0;
	word-spacing: 4px;
}

.front #main-content li {
	font-size: 16px;
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 5px;
}

.front #main-content a {
	color: #de312a;
}

.front #main-content a:hover {
	text-decoration: underline;
}

.front #main-content p {
	font-size: 16px;
	margin-bottom: 20px;
}

.front .slider-wrap {
	border-top: dotted #c3c3c1 1px;
	border-bottom: dotted #c3c3c1 1px;
}

.front #main-content .slider-wrap li {
	list-style: none;
}

.not-front .slider-wrap {
	margin-bottom: 20px;
}

/* EXAMPLES ------------------------------------------------ */

.slider-wrap ul {
	width: 545px;
	height: 320px;
	overflow: hidden;
}

.slider-wrap li {
	list-style: none;
	margin: 0;
	height: 320px;
}

.view-examples li {
	list-style: disc;
	margin-left: 16px;
	margin-bottom: 5px;
}

.view-examples li a {
	color: #de312a;
}

.view-examples li a:hover {
	text-decoration: underline;
}

/*notes tips*/
#block-block-5 {
	border-top: dotted #c3c3c1 1px;
	margin-top: 20px;
	padding-top: 15px;
}

#block-block-5 li {
	list-style: disc;
	margin-left: 16px;
	margin-bottom: 5px;
}

.not-front .node-content {
	border-bottom: dotted #c3c3c1 1px;
	margin-bottom:  20px;
	padding-bottom: 10px;
}

.slider-wrap.border {
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;
}

.slider-wrap.border .bx-window {
	margin-top: 78px;
}

.slider-wrap .left {
	width: 205px;
	float: left;
}

.slider-wrap .right {
	width: 320px;
	float: left;
}

.slider-wrap .right .album {
	margin-top: 60px;
	font-size: 16px;
}

.slider-wrap .right .band {
	font-size: 14px;
	color: #838383;
}

.slider-wrap .multiple li {
	width: 190px;
}

.slider-wrap .bx-wrapper {
	margin: 0 auto;
}

.slider-wrap .bx-prev {
	position: absolute;
	top: 155px;
	left: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(images/icon_arrow_left.png) no-repeat 0 -31px;
}

.slider-wrap .bx-next {
	position: absolute;
	top: 155px;
	right: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(images/icon_arrow_right.png) no-repeat 0 -31px;
}

.slider-wrap .bx-next:hover,
.slider-wrap .bx-prev:hover {
	background-position: 0 0;
}

.field .field-label {
	font-size: 14px;
	color: #838383;
	font-weight: normal;
	margin-bottom: 5px;
}

/*start / stop*/
.bx-auto {
	text-align: center;	
}

.bx-start {
	color: #f1eee7;
	font-size: 14px;
	background: #838383;
	padding: 4px 7px;
	border-radius: 3px;
	text-transform: capitalize;
}

.bx-start:hover {
	background: #525044;
	text-decoration: none;
}

/*pager*/
.bx-pager {
	text-align: center;
	margin-top: 10px;
}

.bx-pager a {
font-size: 13px;
color: #838383;
padding: 0 5px;
margin: 0 3px;
}

.bx-pager .pager-active,
.bx-pager a:hover {
	color: #fff;
	text-decoration: none;
	background: #9b9b88;
	border-radius: 10px;
}

/*custom field*/
.field-name-field-custom {
	border-top: dotted #c3c3c1 1px;
	border-bottom: dotted #c3c3c1 1px;
	padding:  10px 0;
	margin-bottom: 20px;
}

.page-node-17 .field-name-field-custom {
	border: 0;	
}

.field-name-field-custom p {
	font-size: 16px;
	margin-bottom: 15px;
}

.field-name-field-custom p.check {
	padding-left: 25px;
	background: url(images/icon_check.png) no-repeat 0 2px;
}

.field-name-field-custom p a {
	color: #de312a;
}

.field-name-field-custom p a:hover {
	text-decoration: underline;
}

/*jq block*/
#main-content .field-name-field-jq-code ul {
	margin-top: 5px;
}

.field-name-field-jq-code li {
	list-style: disc;
	margin-left: 16px;
	margin-bottom: 3px;
}

#my-start-stop {
	margin-bottom: 5px;
}

/*captions*/
.slider-wrap ul.captions {
	position: relative;
}

.slider-wrap ul.captions,
.slider-wrap ul.captions li {
	height: 195px;
}

.bx-captions {
	text-align: center;
	margin-left: -22px;
}

/*thumbnails*/
.thumbs {
	text-align: center;
}

.thumbs a {
	padding: 0 5px;
}

.thumbs a.pager-active,
.build-pager a.pager-active {
	border-bottom: solid #de312a 2px;
}

.thumbs a img {
	border: solid #cdcdcd 1px;
}







