/*
Theme Name: GGR Knievel Theme
Theme URI: http://gagarin.nu
Author: GAGARIN.NU
Author URI: http://tijsbakker.nl/
Description: For Fraser Stewart -  http://fraserstewart.com
Version: 1.2
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
html, body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, a:active, a:visited, a:link, a:hover {
	color: #fff;
	}
	
p {
	line-height: 15px;
	}
	
h2 {
	font-size: 18px;
	}

.evil {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, schreefloos;
	background-color: #000;
	color: white;
	margin: 20px;
	}
	
.padding {
	padding: 8px;
	}
	
#content img {
	position: static;
	width: 100% !important;
	height: auto !important;
	}
	
#content iframe {
	position: static;
	width: 100% !important;
	min-height: 300px !important;
	}
	
/*header*/

header {
	width: 50%;
	float: left;
	}
	
.header_info {
	position: absolute;
	width: 184px;
	height: 134px;
	top: 0px;
	left: 0px;
	}
	
.header_info ul {
	visibility: hidden;
	}

.header_info ul li {
	margin-bottom: 3px;
	}

.header_info:hover {
	background-color: #191919;
	filter:alpha(opacity=50);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	}
	
.header_info:hover ul {
	visibility: visible;
	}
	
.header_tags {
	font-size: 9px;
	text-decoration: none;
	}
	
.logo {
	background-image: url('img/fs_logo.gif');
	background-repeat: no-repeat;
	background-size: 180px;
	height: 150px;
	}

.item {
	width: 200px;
	height: 150px;
	background-color: black;
	overflow: hidden;
	}
	
.menu {
	background-color: #191919;
	}
	
.menu ul li {
	margin-bottom: 3px;
	}
		
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/*content*/

#content {
	background-color: #191919;
	width: 50%;
	float: left;
	}
	
#contentInner p {
	margin-bottom: 8px;
	}
	
.index_title {
	margin-bottom: 8px;
	}