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

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
	/*font-family: "Trebuchet Ms", arial, verdana, sans-serif;*/
}

thead th,
tbody th{
/*font-family: "Trebuchet Ms", arial, verdana, sans-serif;*/
}

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

.menu{
/*font-family: "Trebuchet Ms", arial, verdana, sans-serif;*/
}

blockquote{
/*font-family: "Trebuchet Ms", arial, verdana, sans-serif;*/
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	color: #ccc;
	background: #000;
/*	font: normal 0.9em/150% 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;*/
	font: normal medium;
	line-height: 1.5;
	text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}
*, p {
	color: #ccc;
}


#wrap{
	width: 99%;
	min-width: 940px;
	max-width: 1300px;
	background: #000;
	margin: 0px auto 0px auto;
	padding: 4px 0px 0px 0px;
	border: 0px;
}


#header{
	padding: 0px;
	margin: 0px auto;
	position: relative;
	top:0;
	left:0;
	text-align:center;
	text-shadow: 0px 1px 1px #666;
}


#footer{
	text-align:right;
	padding:4px;
	margin:-40px 0px;
	/* background:#efefef; */
	background:#000;
	/* border-top:1px solid #ccc; */
	color:#999;
	font-size:0.8em;
	text-shadow:0px 0px 1px #666;
}


#link-top{
	float:right;
	color:#666;
	text-decoration:none;
	display: inline-block;
	padding:5px 10px;
	background:#e5e5e5;
	line-height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


/*---------------------------------
	My CSS
-----------------------------------*/

a.button {
	color: black;
}

a img{
	border: none;
	outline: none;
}
td img{
	border: none;
	outline: none;
	vertical-align: bottom;
}



#debug{
	text-align: left;
	color: lightgray;
}


.my_gallery{
	margin: auto;
}
	.my_gallery div{
		display: inline-block;
		position: relative;
	}
	.my_gallery a img{
		display: block;
		position: relative;
	}


ul#my_tabs{
	margin: 0px;
	padding: 0px;
}
	ul#my_tabs li a{
		width: 120px;
		color: #666;
		background: #000;
	}
	
	ul#my_tabs li a:hover{
		background: #fff;
	}
	
	ul#my_tabs li.current a{
		background: #000;
		color: #ccc;
	}


.my_tab_content{
	min-height: 600px;
	border-top: none;
	position: relative;
}


.h1 {
	font-size: 160%;
	line-height: 200%;
	color: #ccc;
	text-shadow: 0px 1px 1px #666;
	font-weight: bold;
	margin: 0px 20px;
}
.h2 {
	font-size: 130%;
	line-height: 200%;
	color: #ccc;
	text-shadow: 0px 1px 1px $666;
	font-weight: bold;
	margin: 0px 20px;
}

.gallery > a > div {
	display: table-cell;
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
	layout-grid-line: 160px;
	background-color: black;
}

.gallery > a > div > img {
	margin: auto;
	max-width: 160px;
	max-height: 160px;
	vertical-align: middle;
}


dt {
	font-weight: bold;
}


#dummy{
    /* dummy of iframe */
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
    border: none;
}


/* --------------------
  appending to kickstart.css
   -------------------- */

/*
  button black
*/

button.black,
a.btn.black,
a.button.black,
input[type=submit].black,
input[type=reset].black,
input[type=button].black{
text-shadow:0 -1px 0 #666;
color:#fff;
border:1px solid #666;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(7,7,7,1) 44%, rgba(17,17,17,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(44%,rgba(7,7,7,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(7,7,7,1) 44%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(7,7,7,1) 44%,rgba(17,17,17,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(7,7,7,1) 44%,rgba(17,17,17,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(7,7,7,1) 44%,rgba(17,17,17,1) 100%); /* W3C */
}
	
	button.black:hover,
	a.btn.black:hover,
	a.button.black:hover{
	text-shadow:0 1px 0 #666;
	border:1px solid #666;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(5,5,5,1) 44%, rgba(13,13,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(44%,rgba(5,5,5,1)), color-stop(100%,rgba(13,13,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(5,5,5,1) 44%,rgba(13,13,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(5,5,5,1) 44%,rgba(13,13,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(5,5,5,1) 44%,rgba(13,13,13,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(5,5,5,1) 44%,rgba(13,13,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d0d0d',GradientType=0 ); /* IE6-9 */
}
