/*
Theme Name: Tourism Hamilton
Theme URI: http://tourismhamilton.com
Author: 2Gen.Net
Author URI: http://2Gen.Net
Description: Custom theme for Tourism Hamilton. 2012.
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


/* ---------------- END RESET ---------------- */ 
::selection {
	background: #f6f6f4; /* Safari */
	}
::-moz-selection {
	background: #f6f6f4; /* Firefox */
}

#topBg {
	/* background: #003254 url('images/bgTopteal.jpg') no-repeat left top; */
	height: 10px;
	top: 0;
}

html {
	font-size:100%;
	min-height:101%;
}
body {
	height: 100%;
	color:#666;
	font-family: 'Signika',Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.3;
}

.entry-content{
	font-family: 'Signika',Tahoma, Geneva, sans-serif;
	line-height:1.25em;
	font-size:1em;
}

a {
    outline: none;
    color: #0296f3;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:visited {
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}

h1 {
	font-weight: 500;
	font-size: 1.5em;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #B02961;
}

h2 {
	font-weight: 900;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #067C7A;
	font-family:'Signika',Tahoma, Geneva, sans-serif;
}

h3 {
	font-weight: 600;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #01578e;
}

h4 {
	font-weight: 400;
}

h5 {
	font-weight: 400;
	margin: 0; padding: 0;
	display: inline;
}

h6 {
	font-weight: 300;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #555555;
	border-bottom: 1px solid #d7d7d2;
}

.line {
	clear: both;
	border-bottom: 1px solid #eeede8;
	margin:0 10px;
}
p {
	margin: 10px 0;
}

.arrow {
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 11px solid #00578E;
	border-left: 11px solid transparent;
	margin-left: 15px;
	
}



.alt {
		background:#00578e;
	}
/* ---------------- MENU ---------------- */ 
.nav ul {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
	float:left;
}
.nav a {
	display:block;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}
.nav li {
	float:left;
	width:auto;
	padding:0;
	margin:0;
}

#topNav {
	padding: 13px 0 5px 0;
	height: 25px;
	background-color: #424243;
	border-top: 1px solid #7B7B7B;
}

#topNav ul li {
	margin-right: 20px;
	padding-left: 20px;
}

#topNav ul li a {
	color: #fff;
	font-size: 1em;
}

#topNav ul li.meeting {
	background: url('images/iconMeeting.png') no-repeat left center;
}
#topNav ul li.sports {
	background: url('images/iconSports.png') no-repeat left center;
}
#topNav ul li.media {
	background: url('images/iconMedia.png') no-repeat left center;
}
#topNav ul li.inside {
	background: url('images/iconInside.png') no-repeat left center;
}
#topNav ul li.newsletter {
	background: url('images/iconNewsletter.png') no-repeat left center;
}
#topNav input[type="text"] {
	width: 180px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: -8px;
	float: right;
	color: #898989;
	font-family: 'Signika',Tahoma, Geneva, sans-serif;
	font-size: .75em;
	padding-left: 10px;
	width:150px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	
}

#socialNav ul li {
	margin-left: 10px;
	vertical-align:middle;
	alignment-baseline:middle;
	text-align:center;
}

#searchform label { color:#ffffff; font-size:1em; font-weight:bold; margin-left:20px; }

#mainNav {
	height: 30px;
	background-color: #000;
	border-radius: 6px;
	padding: 10px 60px 10px 10px;
}

#mainNav ul li a {
	font-size: 1.1em;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0 5px;
	border:1px solid #000;
	border-radius: 4px;
	background:none!important;
}

#mainNav ul li a {
	color: #e7e7e8;
}
#mainNav ul li.two a {
	color: #e7e7e8;
}
#mainNav ul li.three a {
	color: #e7e7e8;
}
#mainNav ul li.four a {
	color: #e7e7e8;
}
#mainNav ul li.five a {
	color: #e7e7e8;
}

#mainNav ul li.six a {
	color: #e7e7e8;
}
#mainNav ul li.seven a {
	color: #e7e7e8;
}


#mainNav ul li a:hover{
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 4px;
	border:1px solid #ffffff;}

#mainNav ul li.current-menu-item a, #mainNav ul li.current-page-ancestor a, #mainNav ul li.current_page_item a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 4px;
	border:1px solid #55b0d1;
	color:#ffffff;
}
#mainNav p {
	margin-top: -5px; padding: 0;
	float: right;
}
#mainNav p span.numberLabel{
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
}
#mainNav p span.number{
	color: #fff;
	font-size: 22px;
	line-height: 1;
}


/* ---------------- STRUCTURE	---------------- */

#pageWrapper {
	/* background: #f6f6f4 url('images/bgteal.jpg') repeat-x center top; */
	padding-bottom: 20px;
}

#pageWrapperInner {
	/* background: url('images/bgCenterteal.png') no-repeat center top; */
}

#page {
	overflow:visible;
	width: 940px;
	margin: 0 auto;
	min-height: 1600px;
	padding: 0;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#header .arrow {
	border-top: 11px solid #000;
	margin-bottom: 3px;
}
div#ads {
	text-align: center;
	
	padding-top: 8px;
	background: rgb(6,95,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,95,147,1) 0%, rgba(37,134,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,95,147,1)), color-stop(100%,rgba(37,134,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(6,95,147,1) 0%,rgba(37,134,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(6,95,147,1) 0%,rgba(37,134,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(6,95,147,1) 0%,rgba(37,134,179,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(6,95,147,1) 0%,rgba(37,134,179,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065f93', endColorstr='#2586b3',GradientType=0 ); /* IE6-9 */
	
}
#header div#logoArea {
	height: 70px;
	padding-top: 5px;
}
#header div#logoArea img {
	float: left;
}
#header div#logoArea ul {
	float: right;
}

.bucket {
	width: 220px;
	height: 250px;
	background-color: #fff;
	margin-bottom: 20px;
	float: left;
	border-radius: 6px;
	box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	overflow:hidden;
}

.bucketTitle {
	height: 20px;
	padding: 10px 15px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	text-shadow: #000 0px 1px 0px;
}



#left {
	width: 700px;
	margin-right: 20px;
	float: left;
}
	
	/* ------- slideshow ----------- */
	#left div#slideshowC{
		height: 430px;
		background-color: #fff;
		margin-bottom: 20px;
		border-radius: 6px;
		box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	}
	div#slideshow {
		position: absolute;
		z-index: 1000;
		margin-top: 281px;
	}
	div#slideshow div.bucketTitle {
		background-color: #bd2b67;
		border-radius: 0px;
		color: white;
		text-shadow: #000 0px 1px 0px;
		width: 670px;
	}
	div#slideshow div.arrow {
		border-top: 11px solid #bd2b67;
	}
	html#ie7 div#slideshow {
		margin-top: 278px;
	}
	html#ie7 .meteor-buttons {
		margin-top: -10px !important;
	}
	#left div#slideshowC div.slideshowText {
		margin-top: 50px;
		padding: 5px 20px;
	}
	div.slideshowText h2 {margin-top:0px;}
	#left div#slideshowC div.slideshowText p {
		margin: 0; padding: 15px 0; line-height: 18px;
	}
	
	/* ------- quick links ----------- */
	#left div#quickLinksC{
		width: 220px;
		height: 790px;
		margin-right: 20px;
		box-shadow: 0px 2px 2px rgba(0,0,0,.3);
		background: #fff;
		float: left;
		border-radius: 6px;
	}
	#left div#quickLinks{
		height: 260px;
		background: #2a9dce url('images/bgQuickLinks.png') no-repeat left top;
		border-top-left-radius:6px;
		border-top-right-radius:6px;
	}
	#left div#quickLinks ul {
		padding: 5px 35px;
	}
	#left div#quickLinks ul li {
		list-style: square;
		color: #d7d7d7;
	}
	#left div#quickLinks ul li a {
		color: #636363;
		text-decoration: none;
		line-height: 1.25;
		font-size: 1em;
	}
	#left div#quickLinks ul li a:hover {
		text-decoration: underline;
	}
	
	#left div#weatherWidgetC{
		height: 530px;
		border-bottom-left-radius:6px;
		border-bottom-right-radius:6px;
	}
	
	/* ------- whats new ----------- */
	#left div#whatsNewC{
		width: 460px;
		height: 520px;
		background-color: #fff;
		float: left;
		margin-bottom: 20px;

		border-radius: 6px;
		box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	}
	#left div#whatsNew div.bucketTitle, #left div#quickLinksC div.bucketTitle {
		background-color: #00578E;
	}
	#left div#whatsNew div#whatsNewPic{
		float: left;
		padding: 10px 5px 0 10px;
		width: 150px;
	}
	#left div#whatsNew div#whatsNewText{
		float: left;
		width: 275px;
		padding: 5px 5px 10px 5px;
	}
	#left div#whatsNew div#whatsNewText p {
		padding: 0; margin: 0;
	}
	#left div#whatsNew div#whatsNewText a {
		color: #bd2b67;
		text-decoration: none;
	}
	#left div#whatsNew div#whatsNewText a:hover {
		text-decoration: underline;
	}
	
	/* ------- events ----------- */
	#left div#events {
		clear: both;
	}
	#left div#events div.bucketTitle {
		background-color: #00578E;
		border-radius: 0px;
		color: #white;
		/*text-shadow: #fff 0px 1px 0px;*/
	}
	#left div#events div.arrow {
		border-top: 11px solid #00578E;
	}
	
	#left div#events ul li {
		list-style: none;
		min-height: 40px;
	}
	
	#bucket-upcoming {
		-webkit-box-shadow:none;
		box-shadow:none; 
		float:none;
		height:auto;
		margin-top: 0px;
		margin-bottom:10px;
		padding:10px;
		padding-left: 0px;
		padding-top: 0px;
		width:auto;
	}
	
	div.eventsDate {
		position: absolute;
		width: 35px;
		background-color: #2a9dce;
		margin: 0 5px 0 0px;
		border-radius: 5px;
		text-align: center;
		margin-top: 10px;
		padding: 4px 2px;
	}
	div.eventsDate span.eventsMonth {
		font-size: 12px;
		text-transform: uppercase;
		line-height: 1;
		color: #ffffff;
	}
	div.eventsDate span.eventsDay {
		font-size: 19px;
		line-height: 1;
		color: #ffffff;
	}
	div.eventsText {
		padding-left: 57px;
		width: 400px;
	}
	div.eventsText p {
		margin: 0; padding: 0;
		margin-bottom: 10px;
	}
	div.eventsText h3 {
		padding-top: 10px;
	}
	
	/* ------- left buckets ----------- */
	#left div#bucket1{	
		margin-right: 20px;
		background-color: #bd2b67;
	}
	#left div#bucket1 .arrow {
		border-top: 11px solid #bd2b67;
		position: absolute;
	}
	#left div#bucket2{
		background-color: #067C7A;
	}
	#left div#bucket2 .arrow {
		border-top: 11px solid #067C7A;
		position: absolute;
	}

#leftInterior {
	width: 700px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	min-height: 1240px;
}	
	/* ------- secondary nav ----------- */
		#leftInterior div#secondaryNavC{
			width: 220px;
			margin-right: 20px;
			float: left;
		}
		#leftInterior div#secondaryNav{
			min-height: 260px;
			background: url('images/bgQuickLinks.png') no-repeat left top #f6f6f4;
		}
		#leftInterior div#secondaryNav div.bucketTitle {
			background-color: #dad9d5;
			border-radius: 0px;
			color: #363636;
			text-shadow: #fff 0px 1px 0px;
		}
		#leftInterior div#secondaryNav div.arrow {
			border-top: 11px solid #dad9d5;
		}
		#leftInterior div#secondaryNav ul li {
			list-style: square;
			color: #d7d7d7;
			padding: 3px 0;
		}
		#leftInterior ul, #leftInterior ol {
			padding: 10px 35px;
		}
		#leftInterior ul li {
			list-style: square;
			color: #636363;
			padding: 3px 0;
		}
		#leftInterior ul li a, ul li span {
			color: #636363;
			text-decoration: none;
		}
		#leftInterior ul li a:hover {
			text-decoration: underline;
		}
		
		#leftInterior ul li ul {
			padding: 0 0 0 15px;
			width: 100%;
		}
		#leftInterior ul li ul li {
			list-style: disc;
		}
		
		#secondaryNavAds {
			padding: 15px 20px;
		}
		
			
#right {
	width: 220px;
	float: left;
}
	#right div#calendarC {
		width: 220px;
		height: 440px;
		float: left;
		margin-bottom: 20px;
		margin-top: 10px;
		/*background: #00b0ad url('images/bgCalendargrey.png') no-repeat left bottom;*/
		background-color: whitesmoke;
		border-radius: 6px;
		box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	}
	#right div#calendarC .bucketTitle {
		background-color: #b02961;
		color:white;
	}
	#right div#calendarC .arrow {
		border-top: 11px solid #b02961;
		position: absolute;
	}
	
	#right div#bucket3{	
		margin-right: 20px;
		background: #000 url('images/bgBucket3blue.png') no-repeat left bottom;
	}
	#right div#bucket3 .bucketTitle {
		background-color: #00578E;
	}
	#right div#bucket3 .arrow {
		border-top: 11px solid #00578E;
		position: absolute;
	}
	#right div#bucket4{
		background: #00447a url('images/bgBucket4teal.png') no-repeat left bottom;
	}
	#right div#bucket4 .bucketTitle {
		background-color: #8f8f90;
	}
	#right div#bucket4 .arrow {
		border-top: 11px solid #8f8f90;
		position: absolute;
	}	
	#right div#bucket5{
		background: #00447a url('images/bgBucket5blue.png') no-repeat left bottom;
	}
	#right div#bucket5 .bucketTitle {
		background-color: #00578e;
	}
	#right div#bucket5 .arrow {
		border-top: 11px solid #00578e;
		position: absolute;
	}

#footer {
	clear:both;
	height: 200px;
}
	#footer div#partnersC {
		float:right;
		position:relative;
		left:-50%;
		text-align:left;
	}
	#footer div#partnersC ul {
		list-style:none;
		position:relative;
		left:50%;
	}
	#footer div#partnersC ul li {
		margin: 20px;
		float: left;
	}
	
	#footer div#footerNav {
		float:right;
	    position:relative;
	    left:-50%;
	    text-align:left;
	    margin: 20px 0 0 0;
	}
	
	#footer div#footerNav ul{
	    list-style:none;
	    position:relative;
	    left:50%;
	}
	
	#footer div#footerNav ul li {
		border-left: 1px solid #555555;
		padding: 0 5px;
		display:inline;
	}
	#footer div#footerNav ul li:first-child {
		border-left: none;
	}
	#footer div#footerNav ul li a {
		color: #555555;
	}
	
/* ------- contentText ----------- */
#contentText{
	width: 445px;
	float: left;
	margin-bottom: 20px;
	padding-right: 15px;
}

#contentText ol li, #contentTextNoChild ol li {
	list-style: decimal;
	padding: 3px 0;
}

#contentText h2, #contentTextNoChild h2 {
	color: #067C7A;
	padding: 10px 0;
	font-weight: 500;
	font-size: 1.4em;
}

.post {
	padding-bottom: 10px;
}

#weatherWidget {
	padding: 20px;
	color: #000;
	font-size: 13px;
}
#weatherWidget .textwidget {
	margin-top: 100px;
	font-size: 11px;
	font-family: arial;
}
#contentText ol li a, #contentText ul li a, #contentTextNoChild ol li a, #contentTextNoChild ul li a {
    outline: none;
    color: #0296F3;
    text-decoration: none;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 0px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
#secondaryNav .current_page_item > a, .activeLink {
	font-weight: 400;
	text-decoration: underline;
}

/***** EVENTS *****/
.calendar {
	font-size: 16px;
	color: #003366;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	border: 4px solid #fff;
	width: 182px;
	margin: 15px;
	height: auto;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.29);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.29);
	box-shadow: 0 2px 4px rgba(0,0,0,0.29);
}
#calendar {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	height: auto;
	background-color: #fff;
}
#calendar h1 {
	font-size: 18px;
	color: #9a102e;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.calTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px;
	background-color: #e6e6e6;
}
.bottomDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 0 0;
}

#calendar td {
	text-align:center;
	padding: 4px 5px;
}

#calendar th {
	font-size: 13px;
	text-decoration: none;
	background-color: #ebebeb;
	text-align: center;
	margin: 0;
	height: auto;
	width: 30px;
	padding: 5px 0;
	border-bottom: 1px solid #cacaca;
}

.today, .today a {
	background-color:#7bd9d8;
	vertical-align: top;
	color:#ffffff!important;
	height: auto;
}

.startDay {
	vertical-align: top;
	height: auto;
	background-color: #7bd9d8;
}

#calendar a:hover {
	color: #006699;
	text-decoration: underline;
}
.myday {
	vertical-align: top;
	padding: 2px 0 0 0;
}

#calendar h2 {
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calendar p {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.days {
	text-decoration: none;
	vertical-align: top;
	
	text-align: center;
	margin: 0px;
}

#calendar a {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.eventLink {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.calNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #000000;
}
.calTitle span a {
	color: #766c67;
	font-size: 10px;
	display:block;
}
html#ie7 form#chooseDateForm, html#ie8 form#chooseDateForm {
	margin-top: 5px;
}
form#chooseDateForm {
	padding: 0 19px;
}
form#chooseDateForm span {
	color: #fff;
	font-size: 12px;
}
form#chooseDateForm option {
	background-color: #fff;
}
form#chooseDateForm input[type='text'], form#chooseDateForm select {
	height: 24px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #898989;
	font-family: 'Signika',Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	padding-left: 5px;
	
	background: rgb(245,245,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
form#chooseDateForm input[type='text'] {
	width: 122px;
}
form#chooseDateForm2 input[type='text'] {
	width: 122px;
}
form#chooseDateForm select {
	width: 180px;
}
form#chooseDateForm input[type='submit'] {
	border: 1px solid #fff;
	background-color: #00b0ad;
	color: #fff;
	font-family: 'Signika',Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 2px 15px;
	margin-top: 5px;
}
form#chooseDateForm2 input[type='submit'] {
	border: 1px solid #fff;
	background-color: #00b0ad;
	color: #fff;
	font-family: 'Signika',Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 2px 15px;
	margin-top: 5px;
}

.wp-tab-content-wrapper {
	color:#666 !important;
	font-family: 'Signika', sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 1.3;
}
.wp-tab-title {
	color: #01578e !important;
	font-size: 16px !important;
	font-family: 'Signika', sans-serif !important;
}
.wpcf7-list-item {
	display: block;
}
.featurePartners {
	background-color: #FDF6EC;
	padding: 5px 15px;
	border-bottom: 1px solid #d7d7d2;
	border-top: 1px solid #d7d7d2;
}
.subLink {
	margin-left: 20px;
}
.req {
	color: #CC0000;
}
td[valign=middle] {
	vertical-align: middle;
}
td[valign=top] {
	vertical-align: top;
}
td img {
	margin-right: 15px;
	margin-bottom: 15px;
}
table#logos td {
	border-bottom: 1px solid #d7d7d2;
	padding-top: 15px;
}

/** pagination **/
.wp-pagenavi {
	margin-top: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
	border-left: 1px solid #d7d7d2;
	padding: 0 5px;
}
.wp-pagenavi .first {
	border-left: none;
}

.banner {
	height: 281px;
	width: 700px;
	overflow: hidden;
}
.banner img{
	height: 281px;
}

#contentTextNoChild {
	width: 640px;
	float: left;
	margin-bottom: 20px;
	padding: 0 30px;
}
.tubepress_embedded_title {
	position: absolute;
	margin-top: 330px;
	text-align: center;
	font-weight: 300 !important;
	font-size: 30px;
	padding: 0;
	color: #01578e;
	width: 50%;
}
div.tubepress_container div.pagination {
    margin-top: 40px !important;
}
.tubepress_thumbnail_area {
	padding-right: 14px;
	padding-left: 14px;
}
.tubepress_thumb {
	margin: 0 6px;
}

hr.faded {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

ol.sublist1 {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.sublist1 > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.sublist1 > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol.sublist1 > li {
  margin: 0;
}

li ol.sublist1 > li:before {
  content: counters(item, ".") " ";
}

#google_translate_element{ clear:both; margin:0 auto; padding-top:10px; text-align:center; }
/***** WP Meta links *****/
span.edit-link a{
	background:#f4f3ee;	
	font-size:11px;
	padding:1px 6px;
	color:#666;
	border:#CCC 1px solid;
}