@import "/css/reset.css";
@import "/css/fonts.css";

img.floatRight { 
    float: right; 
    margin-right: 150px;
    margin-left: 50px; 
}

/* Shit from Screen */

.imageRow {
  *zoom: 1;
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #8ad459;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* end */


/* Shit from ID Tabs */

* { 
  margin:0;
  padding:0;
  border:0;
  outline:0;
} 
body { 
  background-image: url('/img/bright_squares06.png');
	background-repeat;
}

selectedTab {
  background:#FFF;   
  color:#000; 
  /*border-bottom: 4px solid #FFF;*/

}

.tabs { 
  margin: 40px;

}

.tabs li {
  list-style:none;
  /*Try deleting this float*/
  float:left; 
  margin-top: 9px;

}

.tabs a.selected {
  background:#FFF;   
  color:#000; 
  /*border-bottom: 4px solid #FFF;*/

}

.tabs ul {
  background:#222;
  float:right; 
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}

.headers a {
  /*border: 1px solid #ccc;*/
  
  background:#a8a8a8;
  color:#000;
  padding: 0 13px;
	font-size: 18px;
	font-family: 'Eksja-regular';
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  
  
}

.content {
	position: absolute;
	top: 32px; /* Adjust this to make the box meet the bottom of the tabs (originally 32)*/
	left: -20px;
	background: white;
	right: -20px;
  padding: 20px;
	/* / padding-top: 20px; /* */
  min-height: 100%;
	font-family: Helvetica;
}



/*********************************************************/

#contentframe {
	overflow: hidden;
	margin-top: 10px;
	border-top: solid 1px #4F4F4F;
	border-bottom: 10px solid #262626;
	height: 100%;
  width: 85%;
  margin: 100px auto;
	text-align: left;
  padding: 20px 20px 20px 20px;
	background: #262626 no-repeat 90%;
}
h1 {
	text-align: left;
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 60px;
	font-family: 'raleway_thin';
	-webkit-font-smoothing: antialiased;
}
h2 {
	text-align: left;
	color: #FFFFFF;
	margin-top: -2px;
  margin-left: 30px;
	font-size: 30px;
	font-family: 'Eksja-regular';
	-webkit-font-smoothing: antialiased;
}
h3 {
  font-size: 18px;
	font-family: 'Helvetica'; /*Brandon_blk Brandon_med Brevia-Light */
  padding-bottom: 20px;
}
p {
	color: #ff;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	background: #ff;
	text-align: justify;
  margin-left: 15px;
	margin-bottom: 16px;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #686868;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
a:hover {
	color: #686868;
}

#page-wrap {
	width: 85%;
  padding: 0px 0px 0px 0px;
	margin: 100px auto;
}

.tab {
 float: right;  
}
.tabs {
	position: relative;
	min-height: 400px; /* This part sucks */
	clear: both;
	margin: -132px 0;  /* Distance between header stripe and tab contents */
	font-size: 15px;
	font-family: 'Eksja-regular'; 
}
.tab label {
	background: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	/*margin-right: 101px;*/
	position: relative;
	right: 20px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  
}




