/* reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%;font-weight:normal}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}
/* end reset */

/*
  normal padding/margin: 15px
  text: #626262
  h*:  league-gother
  body: sans-serif
  em yellow: #d5a217
*/

@font-face {
    font-family: 'League_Gothic';
    font-style: normal;
    font-weight:400;
    src: local('League_Gothic'), url('/fonts/League_Gothic.woff') format('woff');
}

@font-face {
    font-family: 'Liberation Mono';
    font-style: normal;
    font-weight:400;
    src: local('Liberation Mono'), url('/fonts/LiberationMono-Regular.ttf') format('truetype');
}



body {
  background: url('/images/page/white_texture.png');
  font-family: serif;;
  font-weight: 400;
  color: #626262;
  text-shadow: #ffffff 0px 1px;
  font-size: 18px;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

#container {
  width: 640px;
  margin: 0 auto 0 auto;
  padding: 0 30px 0 30px;
/*  background-color: rgba(0,0,0,0.1);*/
}

/* normally grey, yellow on hover */
a {
  text-decoration: none;
  color: #626262;
}

a:hover {
  text-decoration: none;
  color: #d5a217;
/*  border-bottom: 1px dotted;*/
}

ul {
	list-style: disk;
	margin: 20px 0 0px 0;
}

ul li {
	padding: 0.1em;
	margin-left: 2em;
	list-style-type: disk;
}

/* normally yellow, dotted on hover */
.main a {
  color: #d5a217;
}
.main a:hover {
  border-bottom: dotted 1px;
}


.nav {
  font-family: sans-serif;
  font-size: 12px;
  text-align: right;
}

.nav a {
  text-decoration: none;
  font-weight: bold;
  color: #878787;
  background-color: #e6e6e6;
  line-height: 2em;
  padding: 10px 15px 5px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.1);
  margin-left: 2px;
}

.nav a:hover {
  color: #d5a217;
}


#title_container {
  margin-top: 25px;
  margin-bottom: 50px;
}

h1#page_title {
  font-family: 'League_Gothic';
  font-size: 61px;
  line-height: 1em;
  text-align: justify;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h1#page_title:hover {
  color: #626262;
  text-shadow: 10px;
}

#page_title span {
  color: #d5a217;
}

#spiel {
  font-family: sans-serif;
  font-size: .8em;
  text-align: center;
  padding: 5px;
  background: rgba(0,0,0,0.05);
  border-radius: 5px;
}


#footer {
  clear: both;
  text-align: center;
  padding: 50px;
  font-size: .7em;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
}

h1 {
  font-size: 1.8em;
  font-weight: 400;
  font-family: 'League_Gothic';
}

h2 {
  font-size: 1.6em;
  font-weight: 400;
  font-family: 'League_Gothic';
}

.content h2 {
  margin: 30px 0 .3em 0;
  color: #626262;
}

.post h1 {
  border-bottom: solid 1px #626262;
}



.meta {
  font-size: 0.7em;
}

.content {
  margin: .7em 0 60px 0;
}

/* work */

.work_column {
  width: 290px;
  padding: 15px;
  float: left;
  text-align: center;
}

.work_column a:hover {
  border: none;
}

.work_column h2 {
  font-size: 3em;
}

.work_column li {
  list-style: none;
  margin-left: 0px;
}


a.preview_labels {
  display: block;
  width: 290px;
  text-shadow: #ffffff 0px 1px;
  margin: 45px 0 15px 0;
}

a.preview_shots {
  display: block;
  width: 290px;
  height: 290px;
  border-radius: 290px;
  box-shadow: 0 0 0 5px #626262 inset, 0 0 15px black inset;
  border: solid 1px white;
}

a.preview_shots:hover {
  border: none;
  outline: none;

  box-shadow: 0 0 0 5px #d5a217 inset, 0 0 15px black inset;
border: solid 1px white;
}



.work {
  text-align: center;
}

.work_title {
  font-size: 2.5em;
  line-height: 1em;
  color: #d5a217;
  margin-top: 30px;
}

.work_description {
  line-height: 2em;
  font-size: 1.3em;
  margin: 0 0 20px 0;
}

.work img {
  width: 620px;
  z-index: -1;
  position: relative;
}

.shot_wrap {
  width: 620px;
  position: relative;
  left: 10px;
  box-shadow:
    inset 0 0 27px 1px rgba(0,0,0,0.4),
    0 0 0 8px #d9d9d9,
    0 0 1px 10px rgba(0,0,0,0.125);
  margin: 0 0 40px 0;
}


/* end work */

pre, code {
  font-family: 'Liberation Mono', Courier, monospace;
  padding: 5px 5px 3px 5px;
  font-size: 12px;
  border: solid 1px #ccc;
  background: white;
  border-radius: 3px;
  margin: 0;
}

code {
  display: inline;
  white-space: pre-wrap;
}

pre {
  margin-bottom: 1em;
}



code.shell:first-letter {
  font-weight: bold;
  color: black;
}



.read_more {
  font-size: 0.8em;
  position: relative;
  top: -10px;
  color: white ! important;
  background-color: #d5a217;
  text-shadow: none;
  padding: 0 6px 2px 6px;
  opacity: 1;
  border-radius: 2px;
}

header h1 {
	margin-bottom: 0;
}

.content .floated_list_wrap.regular {
	float: left; 
	margin: 0 30px 30px 0; 
	width: 192px;
}

.content .floated_list_wrap.right {
	float: left; 
	margin: 0 0 30px 0; 
	width: 192px;
}

.content .floated_list_wrap h2 {
	margin: 0;
}

.content .floated_list_wrap .inner { 
	padding: 20px; 
	background: rgba(0,0,0,0.05); 
	border-radius: 5px;
	padding: 10px; 
	font-size: 90%; 
}

.content .floated_list_wrap ol {
	margin: 0 0 0 30px;
	list-style-type: decimal;
}

.comments,
.charts {
	background: rgba(0,0,0,0.05);
	border-radius: 5px;
	padding: 15px;
	margin: 15px 0 15px 0;
}