/*
Theme Name: Fredsted Theme 2.0
Theme URI: http://simonfredsted.com
Description: simonfredsted.com theme
Version: 2.0
Author: Simon Fredsted
Author URI: http://simonfredsted.com
Tags: white
*/

body {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	
	font-family: -apple-system, "Helvetica Neue", Helvetica, arial;
	font-size: 14px;
	
	color: #222;
}

.translation {
	color:red;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #1D323F; 
  background: -webkit-linear-gradient(90deg, #232526 10%, #414345 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #232526 10%, #414345 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #232526 10%, #414345 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #232526 10%, #414345 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #232526 10%, #414345 90%); /* W3C */
	
	z-index: -999;

	height: 110px;
}

#header {
	height: 150px;
	padding-top: 30px;
}
::-moz-selection { background: orange; color: #fff; text-shadow: none; }
::selection { background: orange; color: #fff; text-shadow: none; }

/*@media only screen and (max-device-width: 480px) {
   body {
	   width: 480px;
   }
   
   img {
	   width: 100%;
   }
}*/

a {
	color: #045ee7;
	position: relative;
}

a:visited {
	color: trf;
}

a:active {
	top: 1px;
}

#header {
	width: 790px;
	float:left;
}

#header h1 {
 	margin-top: 7px;
 	display: inline-block;
 	float:left;	 	
	border-radius: 3px;
	padding: 2px 4px;
	 margin-left: -5px;
}

h1 a, h1 a:visited {
	color: #f8f8f8;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: -0.04em;
	font-size: 25px;

	z-index: 4999;
}

#sidebar ul li a {
	color: #c4c4c4;
}

h1:hover, #sidebar ul li a:hover, #sidebar ul li a:visited {
	background: #4c4c4c;
	color: #d8d8d8;

}

.description { float: left; }

#sidebar {
	display: inline;
	float:left;
	margin-bottom: 50px;
	width: 500px;
	margin-top: 13px;
	margin-left: 20px;
}

#sidebar ul, #sidebar li, #sidebar a {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: 200;
	border-radius: 2px;
}

#sidebar a {
	padding: 5px 7px;
	margin-left: -8px;
}

#sidebar li {
	margin-right: 20px; }
	
#sidebar ul.sub-menu li {
	display: none;
}

#sidebar ul.sub-menu li:hover > ul {
	display: block;
}



#spacer {
	background: url(spacer.png);
	width: 600px;
	height: 147px;
	display: block;
	clear: both;
}

#archives-3 {
	display: none;
}

#sidebar h2 {
	display:none;
}

hr {
	border: 0;
	border-top: 1px solid #e8e8e8;
	height: 0px;
	margin: 50px 0px;
}

#content  {
	line-height: 1.7em;
}

img.sbubble {
	width: 11px;
	height: 11px;
}

.postcomments {
	padding-right: 10px;
/*	diplay: block;
	width: 450px; **/
}

.postdata {
	margin-bottom: 0px;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 30px;
}

#content h2 a {
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

#content h2 a:hover {
	color: #666;
}

.post ul li {
	padding-bottom: 5px;
}

/*.post ul li:before {
	content: "–";
	margin-right: 15px;
	margin-left: -23px;
}*/

.entry .postmetadata {
	padding-top: 50px;
}

.postmetadata {
	color: #666;
}

.postmetadata a {
	color: #444;
}

.entry img {
	padding: 5px;
	border: 0;
}

.entry img.aligncenter {
	text-align: center!important;
	display: block;
	margin: 0 auto;
}

.entry blockquote {
	border-left: 5px solid #EEE;
	padding-left: 10px;
}

table td, table td * {
    vertical-align: top;
}

#content .navigation {
	font-size: 13px;
	padding: 50px 0;
}

#content .navigation a {
	color: #444;
}

.hidden {
	display: none;
}

.alignleft {
	float: left;
}

img.alignleft {
	padding: 0px 10px 10px 0px;
}

.alignright {
	float: right;
}

ol.commentlist {
	list-style-type: none;
	padding: 0;
}

ol.commentlist img.avatar { 
	float: left;
	padding-right: 10px;
}

ol.commentlist li {
	padding: 20px 20px 15px 20px;
	border-bottom: 1px solid #CCC;
}


ol.commentlist li.alt {
	background: #f9f9f9;
}

ol.commentlist cite a, ol.commentlist cite a:visited {
	color: #222;
}

ol.commentlist .commentmetadata a,
ol.commentlist .commentmetadata a:visited {
	color: #666;
	text-decoration: none;
	line-height: 20px;
}

ol.commentlist li p {
	margin-left: 42px;
}

#footer {
	margin: 100px 0;
	font-weight: 200;

}


span.muted-text  {
	color: #CCC;
}

span.code-text {
	font-family: "Anonymous Pro", "Courier New", sans;
	background-color: #F1f1f1;
	padding: 2px 4px;
}

div.wp-caption {
	background-color: #f2f2f2;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.wp-caption.alignleft {
	margin-left: 0;
	margin-right: 10px;
}

.wp-caption-text {
	margin: 5px;
	font-size: 12px;
}

.wp-caption.alignright .wp-caption-text {
	text-align: right;

}

.wp-caption.alignleft .wp-caption-text {
	text-align: left;

}

ol.commentlist li {
	color: #333;
}
ol.commentlist li cite {
	margin-top: -3px;
	font-weight: 600;
	font-style: normal;
}

ol.commentlist li cite a.url {
	
	text-decoration: none;
	
}

ol.commentlist li cite a.url:hover {
	color: #666;
}

#comment {
	width: 100%;
	height: 130px;
	font: inherit;
	font-size: 14px;
}

#comment, input[type="text"] {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 2px;
	font-size: 17px;
	font-family: "Neue Haas Grotesk Display","Helvetica Neue","Neue Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

  .gist {}
  .gist-file
  .gist-data {max-height: 500px;}
