/* CSS for The Tortuga Twins Members site */
/* http://www.tortugatwins.com/amember/member.php */
/* Created by Andy Blau of Just Adequate Media - http://www.justadequate.com */
/* You really shouldn't steal this...but then again, why would you want to? */

body { background-color: #000000; color: #FFFFFF; }

a:link { color : #E80000;text-decoration: none; }
a:visited { color : #C89898;text-decoration: none; }
a:hover { color: #FFFF00; text-decoration: underline; }
a:active { color: #FFFF00; text-decoration: underline; }
a.externallink {
/*  padding-right: 15px;
  background: url(/members/inside/images/external-link.png) top right no-repeat;*/
}
a img { border: 0 } ;
.home { border: 1px solid #CC0000; }

.listtit { font-size: 130%; font-weight: bold; }

.pictit  {
	font-size: 80%;
	font-style: italic;
	color:#9898FF;
	}

.comment {
	font-family: courier;
	color: #FF3333;
	}

.vidlink  {
	font-style: italic;
	color:#9898FF;
	}

.main {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
}

.disclaim {
	font-family: arial, sans-serif;
	color: #BF7700;
	font-size: 75%;
	margin: 0px 30px;
	font-style: italic;
}

/* Added by Bryan Ragon */
.largephoto {
	width: 700px ;
}
.smallphoto {
	width: 200px ;
}
.mediumphoto {
	width: 350px ;
}
.captionedphoto, .captionedvideo {
	display: block;
	text-align: center; /*centers text & image*/
	margin: 10px auto; /*centers the whole div*/
	padding: 0px 0px 10px 0px; /*this depends of your design*/
	font-size: 105%;
	font-style: italic;
	color: #9898FF;
}
.captionedphoto img {
	padding-bottom: 10px;
	border: 0px;
}

.floatright {
	float: right ;
}
.floatleft {
	float: left ;
}
.photos2col {
	width: 45% ;
}
.photos3col {
	width: 32% ;
}
.video2col {
	width: 640px ;
}
.clearboth {
	clear: both ;
}
.clearright {
	clear: right ;
}
.clearleft {
	clear: left ;
}
.blogcom {
	color: #C0C0C0 ;
}
#members_header {
	margin: 0px;
	padding: 0px;
	text-align: center;

}
#members_banner {
	margin: 0px auto;
	width: 745px ;
	height: 96px ;
}
#members_banner img {
	border: 0px ;
}
#members_menubar {
	height: 32px ;
	width: 100% ;
	background: #000000 url(inside/images/interior/members_menubar_back.jpg) repeat-x ;
}
#members_menubar #members_menubar_buttons {
	margin: 0px auto;
	width: 448px ;
	height: 32px ;
}
#menubar_gallery {
	width: 56px ;
	height: 32px ;
	background: #000000 url(inside/images/interior/interior_r2_c5.jpg) ;
	float: left ;
}
#menubar_gallery:hover {
	background: #000000 url(inside/images/interior/interior_r2_c5_f2.jpg) ;
}

#menubar_downloads {
	width: 78px ;
	height: 32px ;
	background: #000000 url(inside/images/interior/interior_r2_c6.jpg) ;
	float: left ;
}
#menubar_downloads:hover {
	background: #000000 url(inside/images/interior/interior_r2_c6_f2.jpg) ;
}
#menubar_personal_selected {
	width: 104px ;
	height: 32px ;
	background: #000000 url(inside/images/interior/interior_r2_c7_f2.jpg) ;
	float: left ;
}
#menubar_fan {
	width: 64px ;
	height: 32px ;
	background: #000000 url(inside/images/interior/interior_r2_c8.jpg) ;
	float: left ;
}
#menubar_fan:hover {
	background: #000000 url(inside/images/interior/interior_r2_c8_f2.jpg) ;
}
#menubar_news {
	width: 88px ;
	height: 32px ;
	background: #000000 url(inside/images/interior/interior_r2_c9.jpg) ;
	float: left ;
}
#menubar_news:hover {
	background: #000000 url(inside/images/interior/interior_r2_c9_f2.jpg) ;
}

#menubar_contact {
	width: 58px ;
	height: 32px ;
	background: #000000 url(inside/images/interior/interior_r2_c10.jpg) ;
	float: left ;
}
#menubar_contact:hover {
	background: #000000 url(inside/images/interior/interior_r2_c10_f2.jpg) ;
}
#members_menubar a {
	display: block ;
	width: 100% ;
	height: 100% ;
}
img.members_header {
	margin: 12px 0px 12px 0px ;
	border: 0px ;
}
.sectionbreak {
	width: 95% ;
	margin: 0px auto ;
}
.glidecontentwrapper{
	width: 100% ;
	height: 320px ;
	margin-left: 10px ;
}
.glidecontenttoggler {
	margin-bottom: 6px ;
}

#jquery-lightbox {
	z-index: 1000 ;
}

/* FlowPlayer CSS */
/* player container */
div.flowplayer, a.flowplayer {
	height:240px;
	width:320px;
	/*border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;*/
	cursor:pointer;
	/*float:left;*/
	text-align:center;
	margin-right: 0 auto ;
	display:block ;
}

/* play button */
div.flowplayer img, a.flowplayer img {
	margin-top:67px;
}

/* info area */
div.flowplayer div.info, a.flowplayer div.info{
	height:40px;
	background:#000 url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

/* duration data inside info area */
div.flowplayer div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}
a.flowplayer {
	width: 640px ;
	height: 480px ;
	margin-left: 10px ;
}
a.flowplayer img {
	margin-top: 150px ;
}


