* {margin:0;padding:0;} 

html, body {
	background-image:url(img/kylie_bg.png);
	background-position:top center;
	background-attachment:scroll;
	background-repeat:repeat-x;
	max-height:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0;
	}

#container {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	position:relative;
	min-height:100%;
	height:auto;
}



/* Popup Box */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8888; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}
@media (min-width: 1366px) {
  .modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
	}
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button.button {
 	background:none;
  border-top:none;
  border-right:none;
  border-left:none;
  padding:0 0 3px 0;
  font-size:16px;
}

button.button:hover {
  color:#a99567;
}
img.button {cursor: pointer;}




.customers {

  border-collapse: collapse;
  width: 100%;
}

.customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.customers tr:nth-child(even){background-color: #dfd6b5;}
.customers tr:nth-child(odd){background-color: #eff0ce;}

.customers tr:hover {background-color: #ddd;}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left:10px;
  text-align: left;
  background-color: #4b6331;
  color: white;
}

.customers th.base_th{
	text-align:right;
	padding-right:10px;
}




#header {
	width:100%;
	background-image:url(img/kylie_header_bg.png);
	height:30px;
	padding-top:50px;
}

#banner {
	width:100%;
	background-image:url(img/kylie_tee_banner.png);
	height:422px;	
	}

#main_content {
	padding-top:20px;
	width:100%;
	padding-bottom:40px;
}

#main_left{
	width:570px;
	float:left;
	padding:0 30px 20px 100px;
	min-height:300px;
}

#main_right{
	width:225px;
	border-left:5px solid #db7029;
	float:left;
	padding-left:30px
}

#footer {
	position:relative;
	margin-top:-40px;
	height:40px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:#db7029;
	width:100%;	
	text-align:center;
	padding-top :20px;
	color:#FFFFFF;
	}

/* SEARCH DIV */


/* SIGN UP DIV */



/* FORM STYLING */


/* GENERAL STYLING */
.heading {
	font-size:26px;
	color:#db7029;
}

#main_right .heading {
	font-size:20px;
	color:#db7029;
}

.subheading {
	font-size:16px;
	color:#333333;
}

.subheading_lte {
	font-size:16px;
	color:#6d9232;
}

p{
	margin-bottom:20px;
}
/* Who we are Picture */

.who_picture {
	width:155px;
	float:left;
	border:1px solid #db7029;
	margin-bottom:20px;
	padding:10px 8px 10px 14px;
	font-size:16px;
	color:#db7029;
	position:relative;
}

.who_gutter {
	width:10px;
	float:left;
}

.left_pad {
	padding-left:17px;
}
.who_jacket, .who_jacket_2, .who_jacket_3 {
	width:50px;
	height:50px;
	position:absolute;
	top:200px;
	left:120px;
	background-image:url(img/green_jacket.gif);
}

.who_jacket_2 {
	top:200px;
	left:80px;
}

.who_jacket_3 {
	top:200px;
	left:40px;
}


/* news item detail divs */
.news_left {
	float:left;
	width:75%;
	margin-bottom:20px;
}

.news_gutter {
	width:20px;
	float:left;
}

.news_right{
	float:left;
	width:20%;
}

/* trophies */
.trophy_pic {
	width:116px;
	height:114px;
	float:left;
	margin-right:20px;
}

.trophy_pic2 {
	width:116px;
	height:228px;
	float:left;
	margin-right:20px;
}

.tp_center {
	margin:auto;
	text-align:center;
	width:116px;
	}

.trophy_text {
	padding-left:50px;
}

/* leader board */

.leaderboard_container {
	background-color:#0c2510;
}

.leaderboard_header {
	background-color:#0c2510;
	font-size:16px;
	color:#FFFFFF;
}

.leaderboard_drk {
	background-color:#ddd9b4;
}

.leaderboard_lte {
	background-color:#f3efcc
}


/* links */

a:link{ color:#db7029 ; font-family: Arial, Helvetica, sans-serif;font-size:12px;text-decoration:underline;}
a:visited{ color:#db7029; font-family: Arial, Helvetica, sans-serif;text-decoration:underline;}
a:hover{ color:#333333;font-family: Arial, Helvetica, sans-serif;text-decoration:none;}
a:active{ color:#db7029;font-family: Arial, Helvetica, sans-serif;text-decoration:underline;}

a.footer:link{ color:#ffffff ; font-family: Arial, Helvetica, sans-serif;font-size:12px;text-decoration:underline;}
a.footer:visited{ color:#ffffff; font-family: Arial, Helvetica, sans-serif;text-decoration:underline;}
a.footer:hover{ color:#ffffff;font-family: Arial, Helvetica, sans-serif;text-decoration:none;}
a.footer:active{ color:#ffffff;font-family: Arial, Helvetica, sans-serif;text-decoration:underline;}

/* CLEAR FIX*/

.clearboth {
	clear:both;
}

.clearboth_trophy {
	clear:both;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.flex-container {
  display: flex;
  flex-direction: row;
}
.flex-container > div {
	margin:10px;
}

.who_jacket_mem,.who_jacket_2_mem,.who_jacket_3_mem {
	width:50px;
	height:50px;
	position:absolute;
	top:160px;
	left:120px;
	background-image:url(img/green_jacket.gif);
}

.who_jacket_2_mem {
	top:160px;
	left:80px;
}

.who_jacket_3_mem {
	top:160px;
	left:40px;
}