/*********************
	Main Navigation
**********************/

#main > nav ul.horizontal_nav {
	display: table;
	height: inherit;
	margin: 0 auto;
}

#main > nav li.parent {
	position: relative;
	float: left;
}

#main > nav li.parent > a {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
}

#main > nav li.parent:hover > a {
	background: url("../images/hover_tab.png") top center repeat-x;
}

#main > nav ul.children {
	background: rgba(0,50,99,1);
background: -moz-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,50,99,1)), color-stop(100%, rgba(0,25,74,1)));
background: -webkit-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -o-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -ms-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: linear-gradient(to bottom, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003263', endColorstr='#00194a', GradientType=0 );
	border-bottom: 10px solid #00676a;
	display: none;
	width: 170px;
	padding: 10px;
	position: absolute;
	z-index: 100;
	margin-left: -90px;
	left: 50%;
}

#main > nav li.parent:hover > ul.children {
	display: block;
}

#navigationBar > nav li.child {
	/*border-top: 1px solid #767475;*/
}

#main > nav li.child a:hover {
	color: #003D79;
	background-color: #FFF;
}

#main > nav li.child:first-child a{
	border: none;
}

#main > nav li.child a {
	color: #FFF;
	display: block;
	font-size: 10px;
	line-height: 25px;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/* white-space: nowrap; */
	border-top: 1px solid #fff;
}

/**********************
	Footer Navigation
***********************/

#main > footer > nav ul.horizontal_nav {
	display: table;
	height: inherit;
	margin: 0 auto;
}

#main > footer > nav li.parent {	
	position: relative;
	float: left;
}

#main > footer > nav li.parent > a {
	color: #FFF;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}

#main > footer > nav li.parent > a:hover {
	text-decoration: underline;
}

/******************
	News Rotator
******************/

#newsCarousel {
	position: relative;
}

#newsCarousel .carousel-inner {
	position: relative;
	height: 324px;
	width: 678px;
	overflow: hidden;
	border: 1px solid #a7b0b7;
}

#newsCarousel .carousel-inner .item {
	height: 324px;
	margin: 0;
}

#newsCarousel .item img {
	width: 100%;
	display: block;
}

#newsCarousel .cc-container {
	background: url("../images/transBG.png") top left repeat;
	color: #FFF;
	position: absolute;
	padding: 10px 12px;
	bottom: 0;
	left: 0;
	/*height: 214px;*/
	width: 656px;
	overflow: hidden;
}

#newsCarousel .cc-container a {
	color: #FFF;
	display: block;
}

#newsCarousel .cc-container h2 {
	font-size: 22px;
	font-family: 'loraregular';
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	width: 592px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#newsCarousel .cc-container p {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 6px;
}

	.carousel .item {
		display: none;
		-webkit-transition: 0.6s ease-in-out left;
		-moz-transition: 0.6s ease-in-out left;
		-o-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}

	.carousel .active,
	.carousel .next,
	.carousel .prev {
		display: block;
	}

	.carousel .next,
	.carousel .prev {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel .active {
		right: 0;
	}

	.carousel .next,
	.carousel .prev {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel .next {
		left: 100%;
	}

	.carousel .prev {
		left: -100%;
	}

	.carousel .next.left,
	.carousel .prev.right {
		left: 0;
	}

	.carousel .active.left {
		left: -100%;
	}

	.carousel .active.right {
		left: 100%;
	}

	.carousel .prev {
		left: -100%;
	}

#newsCarousel .carousel-indicators {
	border-top: 1px solid #2A1F1F;
	height: 41px;
	width: 681px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url("../images/caption_bg.png") center center repeat-x;
}

#newsCarousel .carousel-indicators .control {
	/* border-left: 1px solid #181312; */
	float: left;
	height: 30px;
	width: 127px;
	padding: 6px 0 2px 7px;
}

#newsCarousel .carousel-indicators .control:first-child {
	border-left: none;

}

.carousel-indicators .control a {
	display: block;
	color: #FFF;
	font-size: 11px;
	line-height: 30px;
	width: 130px;
	background: #002051;
	text-decoration: none;
	text-align: center;
}

.carousel-indicators .control.active a {
	background: #005e61;
}

.carousel-indicators .control p {
	 -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
	margin: 0;
	
	 /* padding: 0 5px; */
	
	 width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Newsletter Signup */

.newsletter .plugin > p {
	display: none;
}

.newsletter .input_area {
	position: absolute;
	font-family: 'loraregular';
	text-transform: uppercase;
	top: 156px;
	left: 33px;
	height: 30px;
	width: 215px;
}

.newsletter .input_text {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'loraregular';
	line-height: 30px;
	height: 24px;
	width: 209px;
}

.newsletter .input_button {
	background: rgba(0,50,99,1);
background: -moz-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,50,99,1)), color-stop(100%, rgba(0,25,74,1)));
background: -webkit-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -o-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -ms-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: linear-gradient(to bottom, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003263', endColorstr='#00194a', GradientType=0 );
	color: #FFF;
	font-size:15px;
	cursor: pointer;
	height: 26px;
	width: 89px;
	margin-top: 7px;
	font-family: 'loraregular';
	text-transform: uppercase;
	margin-left: 70px;
	text-shadow: 0 0 2px #000;
	text-align: center;
	text-transform: uppercase;
}





/*default */
h1 {
	font-size: 14pt;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

.go {
	font-weight: bold;
	color: #0a0;
}

.stop {
	font-weight: bold;
	color: red;
}

form {
	margin: 0px; padding: 0px;
}

.input_select, .input_button, .input_text {
	font-size: 8pt;
}

.input_button {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

.input_button:hover {
	color: #ccc;
}

.input_block {
	margin-bottom: 10px;
}

.input_block_label {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

.input_block_field {
	padding: 7px;
}

.input_block_labelerr {
	color: red;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

/* dtable */

.dtable th {
	border-bottom: 3px solid #333;
	padding: 2px;
	background-color: #999;
	color: #fff;
	text-align: left;
}

.dtable th a {
	color: #fff;
}

.dtable th.sortable {

}

.dtable th.sorted {
	background-color: #333;
}

/**************
	Video
***************/

#video_gallery, .videos-container {
	
	display: block;
	position: relative;
	left: 0 !important;
	width: 100%;
}
#video_gallery .plugin {
	background: #231F20;
}
#video_gallery .plugin .yt-iframe {
	height: 358px;
	position: relative;
	margin-left: 0;
	width: 679px;
}
#video_gallery .plugin .yt-iframe iframe{
	display: block;
	height: inherit;
	width: inherit;
}

#video_gallery a > .previewImage {
    height: inherit;
	width: inherit;
    margin: 0 auto;
    position: relative;
}
#video_gallery .previewImage > span {
    display: block;
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
}
#video_gallery .previewImage > span.playIconOverlay {
	background: url("http://www.bridgeportbluefish.com/images/play_icon_overlay.png") center center no-repeat;
	z-index: 20;
}

#video_gallery span.transparentOverlay {
	background: rgba(0, 0, 0, 0.61);
	z-index: 10;
}

#video_gallery article:hover span.transparentOverlay {
	display: none;
}

#video_gallery .plugin .button-wrap {
	background: #231F20;
	display: table;
	margin: 0 auto;
	padding: 0.500em;
}

#video_gallery .plugin .pager2 {
	
	float: left;
	list-style: none;
	margin: 0 auto;
	
	z-index: 100;
}

#video_gallery .plugin .pager2 > li,
#news-rotator .flexslider-controls li,
#video_gallery .plugin .view-all {
	background: #002051;
	float: left;
	height: 30px;
	margin-left: 11px;
	width: 120px;
}

#video_gallery .plugin  .pager2 > li > a,
#news-rotator .flexslider-controls li a h1,
#video_gallery .plugin .view-all {
	color: #fff;
	font-size: 13px;
	display: block;
	line-height: 30px;
	height: inherit;
	text-align: center;
	/* width: inherit; */
		text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}


#video_gallery .plugin .pager2 > li.selected,
#news-rotator .flexslider-controls li.flex-active {
	background: #005e61;
}
#video_gallery .plugin .view-all {
	/* margin: .5em; */
}


/* Table Cells
--------------------------------- */

.dtable_spanbar {
	background-color: #ddd;
}

.dtable_row0 {
	background-color: #eee;
}

.dtable_row1 {
	background-color: #fff;
}

td.dtable_row a, td.dtable_row1 a,
td.dtable_row0 a {
	color: #000;
}

/* Team Calendar
--------------------------------- */

.homekey,
.awaykey {
	display: inline-block;
	margin: 0px 10px;
	border: 2px solid #000;
	padding: 5px;
	font-weight: bold;
}

.homekey {
	color: #fff;
}

.dtable_date {
	border: 1px solid #333;
	padding: 0px;
}

.dtable_date_dayofmonth {
	padding: 0px 2px;
	background-color: #ddd;
	text-align: right;
	font-weight: bold;
	color: #000;
}

.dtable_date_info {
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.homegame {
	color:#fff;
}

.homegame a, .homegame a:visited {
	color: #fff;
}


/* vallegend */

.vallegend {
	border: 1px solid #bf0000;
	font-size: 8pt;
	padding: 5px;
	background-color: #eee;
}

.vallegend_item {
	font-weight: bold;
}

/* pagetabs */

.pagetabs {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom : 1px;
	padding-left : 10px;
	border-bottom: 2px solid #000;
}

div.pagetabs ul, div.pagetabs li {
	list-style: none;
	display : inline;
	list-style-position: outside;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

div.pagetabs li a {
	padding : 1px 8px 1px 8px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

div.pagetabs li.pagetabselected a {
	color: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #555;
}

div.pagetabs li a:hover {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	background-color: #eee;
}

/**
 * End shared / common classes
 */


img {
	border: 0px;
}

a { color: #333; } 
a:visited { color: #555; }
a:active { color: #555; }

.leftnavad {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.white { color: #fff; }

/*
 * Blocks
 **/

h2 a {
	text-decoration: none;
	color:#fff;
}

.homearticle td {
	color: #000;
}

.homearticle h2 {
	color: #FFFFFF;
	background-color:#06337B;
	font-size: 11pt;
	text-align: right;
	padding: 2px;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticle_date {
	font-size: 7pt;
}

.homearticle .block {
	padding: 2px;
}

/* vertical home articles */

.homearticlevert {
	color: #fff;
	margin: 10px 20px 10px 20px;
	background-color: #000;
}

.homearticlevert h2 {
	font-size: 10pt;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticlevert_container {
	-moz-opacity: .7;
	filter:alpha(opacity: 70);
	opacity: .7;
}

.homearticlevert .block {
	color: #fff;
	padding: 2px;
}

.homearticlevert_image {
	margin: 10px 20px 10px 10px;
}

.homearticlevert_image img {
	border: 3px solid #fff;
}

/* end vertical home articles */


.block {
	margin-bottom: 5px;
}

.block_caption {
	padding: 2px 0px 2px 0px;
	font-size: 7pt;
	color: #333;
	text-align: center;
}

.block_imagecontainer1, .block_imagecontainer2, .block_imagecontainer3, .block_imagecontainer4, 
.block_imagecontainer5, .block_imagecontainer6, .block_imagecontainer7  {
	padding: 0px;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

.block_imagecontainer1 {
	float: left;
}

.block_imagecontainer2 {
	float: right;
}

.block_imagecontainer5 {
	background: inherit;
}

.block_imagecontainer7 {
	background: inherit;
	border: none;
}


.homeheadline h2 {
	padding: 0px;
	margin: 0px;
}

.homeheadline .block {
	font-size: 7pt;
}

/*
 * Headers
 **/

h1 {
	font-size: 14pt;
	font-family: arial;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

.stop {
	font-weight: bold;
	color: red;
}

.greenbox {
	border: 2px solid #304778;
	/*border: 2px solid #478e2b;*/
	background-color: #092051;
	color: #fff;
	margin-bottom: 13px;
}

.greenbox a { color: #fff; }

.greenbox h3 {
	margin: 0px;
	padding: 2px;
	color: #efe;
	font-size: 9pt;
	font-weight: normal;
	/*background-color: #478e2b;*/
	background-color: #304778;
}

.greenbox_body {
	background-color: #092051;
	padding: 5px;
}

.greenbox ul {
	margin: 0px;
	padding: 0px;
	margin: 5px 5px 0px 10px;
	padding-left: 10px;
}

/*
 * Vertical dropdown nav
 **/

.vnav_wrapper {
	position: absolute;
	background-color: #2A6738;
	font-size: 7pt;
	border-right: 1px solid #478956;
	border-top: 5px solid #478956;
	width: 175px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
}

.vnav_wrapper a, .vnav_wrapper a:visited, .vnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.vnav_item {
	padding: 5px;
	border-bottom: 1px solid #478956;
}

.vnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #478956;
	font-weight: bold;
}

/*
 * Horizontal dropdown nav
 **/

.hnav_wrapper {
	position: absolute;
	background-color: #2A6738;
	font-size: 7pt;
	border-right: 1px solid #478956;
	border-top: 5px solid #478956;
	width: 175px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
}

.hnav_wrapper a, .hnav_wrapper a:visited, .hnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.hnav_item {
	padding: 5px;
	border-bottom: 1px solid #478956;
}

.hnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #478956;
	font-weight: bold;
}

/*
 * Multimedia
 **/

.multimedia_navbar {
	border-bottom: 2px solid #144711;
	padding: 3px;
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia .singleitem {
	margin: 10px;
	text-align: center;
}

/*
 * Home page event calendar
 **/

.leftevent {
	margin-left: 5px;
	margin-top: 15px;
	color: #222;
	background-image: url("http://www.bridgeportbluefish.com/images/left_eventbg.gif");
}

.leftevent_photo img { border: 1px solid #000; }
.leftevent_title { 
	font-weight: bold; 
	}

.leftevent td, .leftevent td a {
	font-size: 7pt;
	color: #222;
}

.leftevent td.textblock {
	padding: 0px 10px 2px 10px;
}

.leftevent td.datecell {
	background-image: url("http://www.bridgeportbluefish.com/images/left_eventdatebg.gif");
	height: 32px;
	color: #f1f1f1;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

/* ==================================================
 * EVENT CALENDAR
================================================== */

.smcalendar {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background-color: #999;
	color: #fff;
}

.smcalendar_nav {
	margin-bottom: 15px;
	border-bottom: 2px solid #333;
	padding: 3px;
}

.smcalendar th,
.smcalendar td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 3px;
	text-align: center;
	font-size: 0.9em;
}

.smcalendar td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.smcalendar th.smcalendar_title {
	border-bottom-width: 2px;
	background-color: #666;
}

.smcalendar_date a {
	display: block;
	font-weight: bold;
	color: #fff;
}

.smcalendar_notfilled {
	background-color: #ccc;
	color: #000;
}

.smcalendar_filled {
	background-color: #666;
}

/* ==================================================
 * EVENT VIEWER
================================================== */

.event {
	margin-bottom: 1em;
}

.event h3 {
	border-bottom: 3px solid #333;
	padding: 2px;
	background-color: #999;
	color: #fff;
}

.event .imgbox {
	border: 1px solid #333;
}

/* 
 * News
 **/

.article {
	margin-bottom: 10px;
}

.article h2 {
	font-family: arial;
	font-size: 13pt;
}
 
.article h2 a {
	text-decoration: none;
	color: #06225d;
}

.article .links {
	text-align: right;
}

/* 
 * Scrolling Sponsors
 **/

.simply-scroll-container { 
	position: relative;
}
 
.simply-scroll-clip {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.simply-scroll-list { 
	position: absolute;
	left: 0px;
	top: 0px;
}

.simply-scroll a {
	float: left;
	margin-right: 5px;
	display: block;
	height: 100px;
	text-align: center;
}

.simply-scroll img {
	vertical-align: middle;
	height: 100px;
}

/****************
Header Background
****************/
.homeLogo img {
    position: absolute;
    left: -279px;
    height: 590%;
    width: 156%!important;
}