/*
Title: SonerEker.com base stylesheet.
Contact: soner@sonereker.com
Created: Sep 17, 2009

         ,+o76667i+,                                                                                                    
       =&$$$$$$$$$$$%!                                                                                                  
      x$$$$86ootx@$$$=                                                                                                  
     =$$$$0      %$$$;                                                                                                  
     t$$$$s      o666:      +7s8%%&xo,                                                                                  
     !$$$$$#x;,           i%$$$#%#$$$$6                                                                                 
      +8$$$$$$$%6+       x$$$%-   +@$$$s                                                                                
        -78@$$$$$$#6,   i$$$$=     x$$$$+                                                                               
           .+78$$$$$@+  &$$$$%88888#$$$$6                                                                               
      ,,,      ,7$$$$#  %$$$$@@@@@@@@@@@7                                                                               
     o$$$0       %$$$$, &$$$$+               ,!!.                                                                       
     t$$$&      =$$$$8  =$$$$s.       ,    -8$$$@0.                                                                     
     t$$$$@8&s&%$$$$%:   t$$$$@s7t7x&@$o   %$$$$$$6                                                                     
     -s#$$$$$$$$$@&i      -0@$$$$$$$$$#x   ;#$$$$%!                                                                     
        .:+=iii=-.           !=iooo;-,       +ii-

*/

@font-face {
	font-family: "YanoneTagesschrift";
	src: url("http://sonereker.com/fonts/YanoneTagesschrift.ttf")
	}

body {
	padding: 0;
	margin: 0;
	background: #323232;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #e2e1dc;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	}

ol, ul, h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 20px;
	}

p {
	line-height: 1.6em;
	font-size: 1.2em;
	text-align: justify;
	}

h1 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 10px 0;
	margin: 0;
	color: #fff;
	}

h2 {
	font-size: 1.4em;
	color: #fff;
	padding: 10px 0;
	font-weight: normal;
	}

h3 {
	font-size: 1.4em;
	color: #a5c261;
	font-weight: normal;
	}

h1#logo {
	width: 75px;
	height: 75px;
	background: url(/images/se.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	}

h2#page-title {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: right;
	color: #a22428;
	border-bottom: 3px double #111;
	}

.links-rss {
	text-align: left;
	}

hr {
	display: none;
	}

.clear {
	clear: both;
	}

span.amp {
	font-family: "Baskerville";
	font-style: italic;
	}

#container {
	width: 918px;
	margin: 30px auto;
	font-size: 1.2em;
	line-height: 1.6em;
	font-style: normal;
	}

body#home div#container {
	width: 300px;
	margin: 20px 20px;
	}

#content {
	background: rgba(68, 69, 71, 0.5);
	padding: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	}

#links {
	overflow: hidden;
	}

.wrap {
	margin-bottom: 20px;
	}

.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.link {
	width: 266px;
/* 400 */
	margin: 5px;
	padding: 15px;
	background: rgba(68, 69, 71, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	}

.link .date {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	text-align: left;
	width: 70px;
	font-size: 2.1em;
	font-weight: bold;
	color: #323232;
	}

.link .body {
	font-size: 11pt;
	line-height: 1.5em;
	float: right;
	width: 175px;
	padding-left: 10px;
	border-left: 1px solid #333;
	}

code {
	font-family: Monaco, Menlo, "Courier New", mono;
	font-size: 13px;
	padding: 10px;
	background: #333;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#footer {
	width: 100%;
	margin-top: 20px;
	height: 50px;
	background: rgba(68, 69, 71, 0.5);
	}

#footer p {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 50px;
	width: 918px;
	margin: 0 auto;
	}

#print-footer {
	display: none;
	}

a, a:visited {
	color: #ddbf6a;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}