/*
Theme Name: Gotta go to Gozo
Theme URI: http://wordpress.org/
Description: Custom WordPress theme for GGTG.
Author: Paul Portelli | Keen Advertising Ltd.
Version: 1.0
Tags: arkadia, ggtg
*/

/** General Styles **/

body {
	margin: 0;
	padding: 0;
	font-family: "Baskerville", Georgia;
	font-size: 13px;
}

iframe body {
	margin: 0;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}

.wrapper-btm {
	background: url(images/content-bg.png) no-repeat top center;
	min-height: 310px;
}

.wrapper-inner {
	background: url(images/content-inner-bg.png) no-repeat top center;
	margin-top: 10px;
	min-height: 310px;
	padding-top: 50px;
}

a {
	text-decoration: none;
	outline: none;
	color: #0c5a4a;
}

input, textarea {
	background: #f7f7f7;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	font-size: 19px;
	font-family: "Baskerville", Georgia;
	color: #5F5F5F;
	width: 250px;
}

textarea {
	width: auto;
}

/** Headers **/

h2 {
	font-size: 29px;
	color: #0c5a4a;
	font-weight: normal;
	margin-top: 0;
	letter-spacing: -0.8px;
}

.content h2 {
	margin-bottom: 10px;
}


/** Header Styles **/

.header {
	position: relative;
	height: 133px;
}

.logo {
	width: 323px;
	height: 48px;
	position: absolute;
	top: 40px;
	left: 13px;
}

.logo-ark {
	width: 225px;
	height: 94px;
	position: absolute;
	top: 19px;
	right: 19px;
}

/* Navigation */

.navigation {
	position: absolute;
	top: 90px;
	left: 6px;
}

.navigation ul, .navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 20px;
}

.navigation a {
	color: #9f9f9f;
	text-decoration: none;
	letter-spacing: -1px;
}

.navigation a:hover, .navigation .current_page_item a, .navigation .current_page_parent a {
	color: #0c5a4a;
}

.navigation li {
	padding: 3px 7px;
	background: url(images/nav-divider.png) no-repeat center right;
}

.navigation li.page-item-11 {
	background: none;
}


/** Spalsh Styles **/

.splash-spacer {
	height: 405px;
}

.splash {
	width: 100%;
	height: 470px;
	background: url(images/splash-bg.png) no-repeat top center;
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
}

.splash-slider {
	height: 445px;
	margin: 0 auto 15px;
	position: relative;
	width: 950px;
}

.splash-slider img {
	width: 950px;
	height: 445px;
	position: absolute;
	top: 0;
	padding: 0;
}

.splash-slider .slider-wrap {
	height: 445px;
	left: 0;
	margin: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 950px;
}

.splash-slider .slider-wrap ul {
	left: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	width: 99999px;
	padding: 0;
}

.splash-slider ul li {
	display: block;
	float: left;
	height: 445px;
	margin: 0;
	padding: 0;
	width: 950px;
}

.splash-slider .arrow {
	cursor: pointer;
	display: block;
	height: 57px;
	position: absolute;
	text-indent: -9999px;
	top: 115px;
	width: 21px;
	display: none;
}

#thumbNav {
	position: absolute;
	bottom: -13px;
	right: 50px;
}

#thumbNav a {
	color: black;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(images/splash-nav.png) no-repeat top center;
	line-height: 0;
	text-decoration: none;
}

#thumbNav a:hover {
	background-position: bottom center;
}

#thumbNav a.cur {
	background-position: bottom center;
}

#start-stop {
	background: green;
	background-repeat: repeat-x;
	color: white;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	padding: 2px 5px;
	position: absolute;
	right: 45px;
	text-align: center;
	top: 323px;
	webkit-border-bottom-left-radius: 5px;
	webkit-border-bottom-right-radius: 5px;
	width: 40px;
}

#start-stop.playing {
	background-color: red;
}

#start-stop:hover {
	background-image: none;
}

.splash-slider .slider-wrap ul ul {
	background: none;
	border: 0;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.splash-slider .slider-wrap ul ul li {
	background: none;
	float: none;
	height: auto;
	width: auto;
}

#start-stop {
	display: none;
}

.splash-cols {
	overflow: hidden;
	position: relative;
	height: 120px;
	top: -167px;
	left: 0;
	width: 932px;
	margin: 0 auto;
	padding-top: 22px;
}

.splash-cols .splash-col {
	width: 267px;
	height: 89px;
	float: left;
	display: inline;
	margin: 0 11px;
	background: #000;
	position: relative;
	background: rgb(12, 90, 74); /* The Fallback */
	background: rgba(12, 90, 74, 0.9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}

.splash-cols .txt, .splash-cols .img {
	position: absolute;
}

/* Splash Col 1 */

.winlabel {
	position: absolute;
	left: -3px;
	top: -3px;
	width: 65px;
	height: 70px;
}

#splash-col-left .txt {
	top: 23px;
	left: 38px;
	width: 163px;
	height: 69px;
}

#splash-col-left .img {
	width: 97px;
	height: 101px;
	right: -17px;
	top: 5px;
}

/* Col 2 */

#splash-col-mid .txt {
	width: 179px;
	height: 66px;
	top: 23px;
	left: 12px;
}

#splash-col-mid .img {
	width: 100px;
	height: 119px;
	top: 1px;
	right: -10px;
}

/* Col 3 */

#splash-col-right .txt {
	width: 147px;
	height: 51px;
	top: 20px;
	left: 15px;
}

#splash-col-right {
	cursor: auto;
}

#splash-col-right .img {
	width: 115px;
	height: 107px;
	top: 0;
	right: -13px;
}

#splash-col-right .player {
	width: 168px;
	height: 22px;
	position: absolute;
	background: #367062;
	top: 71px;
	left: 15px;
	padding-top: 2px;
}


/** Content Styles **/

.content {
	width: 864px;
	margin: 0 auto;
	padding: 0 43px 30px;
	overflow: hidden;
}

.content-home {
	padding-top: 80px;
	overflow: hidden
}

.content .col {
	width: 255px;
	float: left;
	display: inline;
	padding: 0 16px;
	min-height: 285px;
}

.content #left-col {
	background: url(images/col-divider.png) no-repeat top right;
}

.content #right-col {
	background: url(images/col-divider.png) no-repeat top left;
}

/* View Photos */

.vp-left {
	width: 280px;
	background: url(images/vpleft-bg.png) repeat-y top right;
	float: left;
	margin-top: 50px;
	height: 300px;
	height: 520px;
}

.vp-left ul {
	margin: 0;
	padding: 0;
}

.vp-left li {
	padding: 0;
	margin: 3px 0;
	list-style: none;
}

.vp-left .cat-list {
	font-size: 21px;
}

.cat-list a {
	padding: 5px 10px;
	color: #5f5f5f;
	display: block;
	cursor: pointer;
}

.cat-list a:hover {
	background: #f2f2f2;
}

.cat-list a.active {
	background: #0c5a4a;
	color: #fff;
}

.vp-right {
	width: 540px;
	/*height: 520px;*/
	float: left;
	padding: 0 20px;
	margin-top: 50px
}

.vote-img {
	height: 400px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.img-caption {
	padding: 5px;
	background: url(images/caption-bg.png);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-transform: capitalize;
	font-weight: bold;
	width: 100%;
}

.vote-now {
	padding: 10px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	text-align: left;
	margin-top: 20px;
	/*overflow: hidden;*/
	color: #5f5f5f;
	height: 50px;
}

#sb-loading {
	display: none;
}

.btn-voteforimage {
	display: block;
	width: 185px;
	height: 32px;
	background: url(images/btn-voteforimage.png) no-repeat top center;
	margin: 0 auto;
}

.btn-voteforimage:hover {
	background-position: bottom center;
}

.msgvote {
	display: none;
}

.user-details {
	width: 175px;
	float: left;
	display: inline;
	border-right: 1px dotted #aaaaaa;
	margin-right: 15px;
	min-height: 50px;
	font-size: 11px;
	height: 50px;
}

.user-details span {
	font-size: 16px;
	color: #0c5a4a;
}

.user-image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

.total-votes {
	width: 135px;
	float: left;
	display: inline;
}

.total-votes span {
	font-size: 24px;
	color: #0c5a4a;
	display: block
}

.vote-wrapper {
	width: 225px;
	float: left;
	display: inline;
	margin-top: 7px;
	text-align: center;
	overflow: hidden;
	height: 43px;
}

.vote-btn {
	margin-right: 5px;
	width: 185px;
	float: left;
}

.share-photo {
	width: 31px;
	height: 32px;
	float: left;
}

.share-photo a {
	width: 31px;
	height: 32px;
	background: url(images/btn-share.png) top center;
	display: block;
}

.share-photo a:hover {
	background-position: bottom center;
}

.status-msgs {
	display: none;
	padding: 10px;
	text-align: center;
}

/* Photo Competition */

.pc-wrap {
	overflow: hidden;
	margin: 30px 0;
}

.pc-left, .pc-right {
	width: 49%;
	float: left;
	display: inline;
}

.pc-left {
	border-right: 1px solid #f0f0f0;
}

.pc-left a, .pc-right a {
	display: block;
	height: 302px;
	width: 306px;
	margin: 0 auto;
}

.pc-left a {
	/*background: url(images/splash-submitphoto.png) no-repeat top center;*/
	background: url(images/splash-submitphoto2.png) no-repeat top center;
}

.pc-right a {
	background: url(images/splash-vote.jpg) no-repeat top center;
}

/*.pc-left a:hover, */.pc-right a:hover {
	background-position: bottom center;
}




/* Submit Photo */

.po-left {
	width: 460px;
	float: left;
	display: inline;
	height: 285px;
	background: url(images/col-divider.png) no-repeat top right;
	padding: 50px 0;
}

.po-right {
	width: 370px;
	float: left;
	display: inline;
	padding: 30px 0;
}

#submitPhoto .form-row {
	margin-bottom: 15px;
}

#submitPhoto label {
	width: 160px;
	text-align: right;
	font-size: 21px;
	color: #5f5f5f;
	float: left;
	margin-right: 15px;
	line-height: 30px;
}

#btn-submitphoto {
	width: 135px;
	height: 32px;
	display: block;
	background: url(images/btn-submitphoto.png) no-repeat left top;
	cursor: pointer;
	margin-left: 175px;
}

#btn-submitphoto:hover {
	background-position: left bottom;
}

#btn-submitphoto span {
	visibility: hidden;
}

#photo-preview {
	padding: 10px;
	text-align: center;
	width: 350px;
	overflow: hidden;
}

#loader {
	margin-top: 10px;
	margin-bottom: 20px;
	display: none;
	text-align: center;
	font-size: 10px;
}

/* Campaign Material */

.campaign-material {
	background: url(images/cm-bg.jpg) no-repeat top center;
	margin-top: 40px;
	padding-bottom: 30px;
}

.shelf {
	height: 250px;
	width: 768px;
	margin: 0 auto;
	background: url(images/shelf-bg.png) no-repeat bottom center;
	padding: 20px 40px 0;
}

.shelf .tvad {
	width: 163px;
	height: 206px;
	margin: 0 5px;
	float: left;
}

.shelf .radioad {
	width: 159px;
	height: 137px;
	margin: 66px 5px 0;
	float: left;
}

.shelf .magad {
	width: 145px;
	height: 206px;
	margin: 10px 0;
	float: left;
}


/* Top 20 */

.top20-wrap {
	background: url(images/cm-bg.jpg) no-repeat top center;
	margin-top: 40px;
	padding-top: 60px;
}

.top20-row-3, .top20-row-4, .top20-row-5 {
	background: url(images/top20-rope.png) no-repeat top center;
	min-height: 230px;
	position: relative;
}

.top20-row-4 {
	min-height: 190px;
}

.top20-row-5 {
	min-height: 170px;
}

.frame-wrap-3, .frame-wrap-3-portrait, .frame-wrap-4, .frame-wrap-4-portrait, .frame-wrap-5, .frame-wrap-5-portrait {
	position: absolute;
}

.frame-wrap-3 {
	width: 231px;
	height: 149px;
	background: url(images/top20-frame-l.png) no-repeat;
}

.frame-wrap-3-portrait {
	width: 149px;
	height: 231px;
	background: url(images/top20-frame-l-port.png) no-repeat;
}


.top20-wrap .frame-img {
	position: absolute;
	overflow: hidden;
}

.frame-img img {
	border: 0;
}

.top20-wrap .frame-container {
	position: relative;
}

.frame-wrap-3 .frame-img {
	width: 203px;
	height: 121px;
	top: 14px;
	left: 14px;
}

.frame-wrap-3-portrait .frame-img {
	width: 121px;
	height: 203px;
	top: 14px;
	left: 14px;
}

.frame-wrap-4 {
	width: 189px;
	height: 122px;
	background: url(images/top20-frame-m.png) no-repeat;
}

.frame-wrap-4-portrait {
	width: 122px;
	height: 189px;
	background: url(images/top20-frame-m-port.png) no-repeat;
}

.frame-wrap-4 .frame-img {
	width: 161px;
	height: 94px;
	top: 14px;
	left: 14px;
}

.frame-wrap-4-portrait .frame-img {
	width: 94px;
	height: 161px;
	top: 14px;
	left: 14px;
}

.frame-wrap-5 {
	width: 163px;
	height: 107px;
	background: url(images/top20-frame-s.png) no-repeat;
}

.frame-wrap-5-portrait {
	width: 107px;
	height: 163px;
	background: url(images/top20-frame-s-port.png) no-repeat;
}

.frame-wrap-5 .frame-img {
	width: 135px;
	height: 79px;
	top: 14px;
	left: 14px;
}

.frame-wrap-5-portrait .frame-img {
	width: 79px;
	height: 135px;
	top: 14px;
	left: 14px;
}

.frame-peg-3, .frame-peg-4, .frame-peg-5 {
	position: absolute;
}

.frame-peg-3 {
	width: 20px;
	height: 80px;
	background: url(images/top20-peg-l.png) no-repeat;
	top: -56px;
	left: 100px;
}

.frame-wrap-3-portrait .frame-peg-3 {
	left: 64px;
}

.frame-peg-4 {
	width: 20px;
	height: 80px;
	background: url(images/top20-peg-m.png) no-repeat;
	top: -42px;
	left: 84px;
}

.frame-wrap-4-portrait .frame-peg-4 {
	left: 51px;
}

.frame-peg-5 {
	width: 15px;
	height: 67px;
	background: url(images/top20-peg-s.png) no-repeat;
	top: -34px;
	left: 71px;
}

.frame-wrap-5-portrait .frame-peg-5 {
	left: 46px;
}

.frame-rank-3, .frame-rank-4, .frame-rank-5 {
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 24px;
	width: 45px;
	height: 45px;
	background: url(images/top20-rank-l.png) no-repeat;
	line-height: 45px;
	top: -11px;
	left: -11px;
}

.frame-rank-4, .frame-rank-5 {
	background: url(images/top20-rank-m.png) no-repeat;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	top: -3px;
	left: 3px;
}


/* Contact us */

.btn-sendmsg input {
	width: 135px;
	height: 32px;
	border: none;
	padding-top: 28px;
	background: url(images/btn-sendmsg.png) no-repeat top center;
	cursor: pointer;
}

.btn-sendmsg input:hover {
	background-position: bottom center;
}

.wpcf7 br {
	margin-bottom: 5px;
}

.contact-wrap {
	overflow: hidden;
}

.contact-left, .contact-right {
	width: 50%;
	float: left;
	display: inline;
}


/** NEW VOTE PHOTO PAGE **/

.gallery-wrap {
	overflow: hidden;
}

.gallery-wrap-container {
	height: 560px;
}

.gallery-wrap ul {
	margin: 0;
	padding: 0;
}

.gallery-wrap li {
	float: left;
	display: inline;
	margin: 10px;
	padding: 0;
	width: 160px;
	height: 120px;
	list-style: none;
	overflow: hidden;
	text-align: center;
}

/* Gallery Pagination */

.gallery-pagination {
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	color: #5F5F5F;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}

.total-imgs {
	width: 300px;
	float: left;
	display: inline;
}

.pagination-wrap {
	width: 200px;
	float: right;
	display: inline;
	text-align: right;
}

.pagination-prev {
	width: 18px;
	height: 18px;
	background: url(images/btn-arr-left.png) no-repeat top left;
	display: inline-block;
	vertical-align:middle;
	cursor: pointer;
}

.pagination-nxt {
	width: 18px;
	height: 18px;
	background: url(images/btn-arr-right.png) no-repeat top left;
	display: inline-block;
	vertical-align:middle;
	cursor: pointer;
}

.pagination-prev:hover, .pagination-nxt:hover {
	background-position: bottom left;
}

#sb-counter {
	color: #006757;
}



/** Participants **/

.participants-wrap {
	background: url("images/cm-bg.jpg") no-repeat top center;
	padding-top: 40px;
	min-height: 500px;
}

.pcount {
	color: #5f5f5f;
	font-size: 19px;
	text-align: center;
}

.part-letters {
	background: #fff;
	padding: 10px;
	margin-bottom: 40px;
}

.part-letters ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.part-letters li {
	margin: 0 1px;
	padding: 0;
	display: inline;
	text-align: center;
	list-style: none;
}

.part-letters a {
	font-size: 15px;
	color: #5f5f5f;
	padding: 3px;
}

.part-letters a:hover {
	color: #0c5a4a;
}

.part-letters li a.active-letter {
	color: #0c5a4a;
	text-decoration: underline;
}

.participant {
	background: url(images/part-bg.png) no-repeat bottom center;
	padding: 0 75px 15px;
	margin-bottom: 5px;
}

.part-details {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	cursor: pointer;
}

.part-details:hover .part-count {
	color: #0c5a4a;
}

.part-pic, .part-name, .part-count, .part-icon {
	float: left;
	display: inline;
	line-height: 60px;
	height: 60px;
}

.part-pic {
	width: 60px;
	height: 60px;
	position: relative;
	margin-right: 15px;
}

.part-pic-frame {
	background: url(images/part-pic-frame.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
}

.part-pic-frame img {
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	top: 5px;
	left: 5px;
}

.part-name {
	font-size: 28px;
	color: #0c5a4a;
	width: 300px;
}

.part-count {
	width: 260px;
	font-size: 19px;
	background: url(images/part-count-bg.png) no-repeat center right;
	color: #5f5f5f;
	padding-right: 10px;
}

.part-icon {
	width: 45px;
	background: url(images/part-icon-bg.png) no-repeat;
}

.part-details .close {
	background-position: top right;
}

.part-details .open {
	background-position: bottom right;
}

.part-photos {
	background: #fff;
	padding: 10px;
	border-top: 1px dotted #f2f2f2;
	display: none;
}

.part-photos ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.part-photos li {
	float: left;
	margin: 5px;
	list-style: none;
}

.part-photos a img {
	border: none;
}




/* Bottom Column Styles */

/* Col 1 */

.panel-overlay {
	display: none;
}

#latest-imgs-frame {
	position: absolute;
	top: 0;
	left: 0;
}

.filmstrip li {
	overflow: hidden;
}


/* Col 2 */

.latest-members {
	width: 100%;
	min-height: 100px;
}

.latest-members ul {
	margin: 0;
	padding: 0;
}

.latest-members li {
	float: left;
	margin: 0 5px 5px;
	padding: 0;
	width: 52px;
	list-style: none;
}

.latest-members .lm-name {
	color: #9d9f9f;
	display: block;
	text-align: center;
}

/* Col 3 */

.latest-comments ul, .latest-comments li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.latest-comments a {
	padding: 5px 8px;
	background: #f7f7f7;
	display: block;
	color: #5f5f5f;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 5px;
}

.latest-comments a:hover {
	text-decoration: underline;
}


/** Footer Styles **/

.footer {
	width: 950px;
	margin: 0 auto;
	background: url(images/footer-bg.png) no-repeat top center;
	padding: 20px;
	text-align: center;
	color: #9a9a9a;
	font-size: 10px;
	line-height: 17px;
}

.footer a {
	color: #9a9a9a;
}
