/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*-- Added fonts --*/

@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
/*Font size hack*/


h1,h2,h3,h4,h5,h6{
font-family: "Metrophobic", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
height:50px;
font-family: "Arimo", arial, verdana, sans-serif;
}
.menu li
{
	background-color:#fd7c14;
}
blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
/*background:#efefef url(css/img/gray_jean.png);*/
font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:left;
padding:20px;
/*margin-left:10px;*/
border-top:1px solid #ddd;
color:#999;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

/* ////////////////////////////////TP OVERRIDES/////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
 */

/* Changes the color of the body background color 
 */

body{
    background-color: #EBEBEB;
 }
 /* Changes the width and color of the template 
 */
 .grid{
max-width:970px;
background-color: #ffffff;
padding:0;
}

*[class*="col_"]{
	margin-top: 0;
	margin-bottom: 0;
}
/*Creates a background color and margins and paddings for transparent images
 * in the header
 */
.Bannerwrapper{
    width:100%;
   /* height:180px;*/
	height:0;
    margin:auto;
    background-color: #ffffff;
}
#slideshow{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Forces images to stay within a 400px max height, and hides the overflow
 */
/*#slider {
    margin:0;
    width:100%;
    max-height:400px;
    overflow:hidden;
}*/
/*.slideshow{
	max-height: 400px;
}*/
.bx-viewport{
	max-height: 400px;
}
.bx-wrapper{
	margin: 20px 20px 20px;
}


/* /////////////////
 MENU OVERRIDES TOP MENU*
 ////////////////////////*/

/* Displays the menu items inline */

/*.tp-realm-menu dd{
		display:inline;
		
	}
*/
/* Styles the a tag */

/*.tp-realm-menu dd a{
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 44px;
}*/

/* background color of the menu bar */

/*.tp-realm-menu {
background-color:#333333;
}*/

/* background color of the selected */

.tp-realm-menu {
background-color:#333333;
}


/*Controls the padding of the 3 call to action panel
 * */
 .col-wrapper {
    padding-left: 20px;
    padding-right:20px;
    height: auto;
}

h1.cta{
	font-size: 32px 3.2rem;
    font-family: 'Oswald', sans-serif;
    text-align: :left;
    color:#666;
}

#sponsors{
	
}
#footer{
	background-color: #ffffff;
	width:970px;
}
/* below stying added 23rd July Mike and Stephie */

li.nav-current.nav-path-selected {
  background-color: #666666;
}
li.menu-toggle.first 
{
	background-color:#2897ce;
}
.tp-bottom-bar>li.menu-toggle.first + li
{
	background-color:#2897CE;
}
.menu li a
{
  color:#fff;
  font-size: 22px ;
  padding: 14px 25px !important;
}
.menu li a:hover, .menu li.hover>a {
  background-color:#888;
}
.menu li.current>a:hover, .menu li.current.hover>a
{
  background-color:#888;
}
/* fix for manual nav text missing when adding a menu item */
#ccm-edit-addRow {
	color:#555;
}
/* override for li items */
li {
  padding:0;
}

h1 {
	font-family: "Permanent Marker";
	font-size:  2.0em;
	color: #666666;
}
h2 {
	font-family: "Permanent Marker";
	font-size:  1.8em;
	/*color: #FD7C14;*/
	color: #669803;
}
h3 {
	font-family: "Open Sans";
	font-size:  1.4em;
	color: black;
}
h4 {
	font-family: "Open Sans";
	font-size:  1.2em;
	color:#ff0000;
}
p {
	font-family: "Open Sans";
	font-size:  0.9em;
	text-align: justify;
	line-height: 1.3;
}
a {
	color: #669803;
	font-weight: bold;
	font-size:  1.0em;
	text-decoration: none;
}

a:hover {
	color: #fd7c14;
}

.menu {
	/*background-color: #333333;*/
	background-color: #FD7C14;
}
.menu li
{
	height:50px;
}

.menu li.current {
	background-color: #666666;
}

.ourSponsers {
	padding-left:30px;
	font-family: "Permanent Marker";
	color: white;
	font-size:22px 2.2rem;
	background-color: #FD7C14;
	height: 50px;
	padding-top:10px;
}
#bannerID {
	background-color: black;
}
#footer {
	background-color:#333333;
	height:50px;
}
.slideshow {
	height: 400px;
}
.footerRightText {
	text-align: right;
	margin-right:-20px; /* temporary fix using negative margin, revisit later - Mike Stephie */
}
.tpRightColBorder
{
	border-right:solid 1px orange;
}
.tpRightColBorder2
{
	border-right:solid 1px orange;
}
label, input {
	color: #000000;
	font-size: 1.0em;
	line-height: 1.2em;
}

textarea {
	font-size:1.0em;
	width:230px;
	height: 100px
}
div.scrollableArea {
	margin-bottom:10px;
	margin-top:12px;
}

/*Pro News Content Page*/

.pronews_content{
	padding: 15px 15px 0px 15px;

}
.col_3
{
	width:25%;
}

.col_4
{
	width:33.3%;
}
.col_6
{
	width:50%;
}
