/*  
Theme Name: SurfaceDiary.net V1.0
Theme URI: http://www.surfacediary.net/wp-content/themes/sd10/
Description: Wordpress Theme for SurfaceDiary.net
Version: 1.0 SquareGrid
Author: Christian Meinke
Author URI: http://www.christianmeinke.com/
Last edited: 20.12.2010
*/

/* Reset */

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: #121212;
	}
ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}


/* Global Whitespace Reset */
* {
	margin:0;
	padding:0;
	}
	
body {
	background: #fff;
	font: 70%/1em Helvetica, Arial, sans-serif;
	text-align: center;
	color: #121212;
	}
	
	

/* Links */

a,
a:active,
a:link {
	text-decoration: none;
	color: #121212;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	color: #444;
	text-decoration: none;
	}

a img {
	border: none;
	}
	
p a,
p a:active,
p a:link {
	text-decoration: none;
	color: #121212;
	font-weight: normal;
	border-bottom: 1px dotted;
	}

p a:visited {
	text-decoration: none;
	color: #444;
	}

p a:hover {
	color: #000;
	text-decoration: none;
	border: none;
	}
	
/* Lists */

#nav { padding: 195px 0 0 40px; }
#nav li { float: left; padding-right: 20px;}
#nav a, #content-nav a { 	
	font-size: 1.0em; 
	letter-spacing: 0.1em; 
	font-weight:normal; 
	text-transform:uppercase; 
	}
#nav a span, #widget-bar .tab a span, #content-nav a span { 
	color: #555; 
	padding: 1px 4px 0 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #f0f0f0;
	}
#nav a:hover span, #widget-bar .tab a:hover span, #content-nav a:hover span { background: #bbb; color: #fff; }

#nav { list-style: none; }
#nav a { text-decoration: none; }

#about #nav li.about a span,
#archive #nav li.archive a span,
#links #nav li.links a span { background: #ccc; color: #fff; }

/* Quotes */

blockquote {
	color:#555;
	font-size: 1.0em;
	padding: 0 6.0em 1em 2.0em;
	margin: 0;
	}


/* Images */

img {
	border: none;
	}
	
/* Clearing */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

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

/* hides from IE Mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/*End hide from IE Mac*/


/* Layout */

#content {
	padding: 0 0 4em 0;
	position: relative; 
	}

.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0 0 0 10px;
	text-align: left;
}

/* Grid * Global */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15 {
	display: inline;
	float: left;
}


/* 16 Columns Grid */

.container_16 .grid_1 {
	width: 60px;
}

.container_16 .grid_2 {
	width: 120px;
}

.container_16 .grid_3 {
	width: 180px;
}

.container_16 .grid_4 {
	width: 240px;
}

.container_16 .grid_5 {
	width: 300px;
}

.container_16 .grid_6 {
	width: 360px;
}

.container_16 .grid_7 {
	width: 420px;
}

.container_16 .grid_8 {
	width: 480px;
}

.container_16 .grid_9 {
	width: 540px;
}

.container_16 .grid_10 {
	width: 600px;
}

.container_16 .grid_11 {
	width: 660px;
}

.container_16 .grid_12 {
	width: 720px;
}

.container_16 .grid_13 {
	width: 780px;
}

.container_16 .grid_14 {
	width: 840px;
}

.container_16 .grid_15 {
	width: 900px;
}

.container_16 .grid_16 {
	width: 960px;
}

#header {
	position: relative;
	height: 230px;
	}	
	
.grid-post-wrapper {
	position:absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 210px;
	background: rgb(255, 255, 255); /* The Fallback */
   	background: rgba(255, 255, 255, 0.85);
	padding: 1px 10px 7px 10px;
	}
	
.transparent {
	background: transparent;
	}
	
.white-trans {
	background: rgb(255, 255, 255); /* The Fallback */
   	background: rgba(255, 255, 255, 0.5);
	padding: 1px 10px 7px 10px;
	}	
	
.post-thumb	{
	
	}
	
a.home-block {
	color:#555;
	display: block;
	width: 230px;
	height: 230px;
	background: #f0f0f0;
}

a.home-block:hover {
	color: #fff;
	background: #999;
}


a.post-thumb-block {
	background: #fff;
	display: block;
	width: 230px;
	height: 230px;
}

a.post-thumb-block:hover {}

a.post-thumb-block img {
	width: 100%;
	}

/* header date display */
.the-date { 
	color: #888;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.2em;
	padding: 195px 10px 0 0;
}

#footer {
	/*background: transparent url(../sd10/img/ffffff-trans60.png) center top;*/
	position: relative;  /* Needed for Safari */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	height: 40px;
	font-size: 0.9em;
	color: #888;
	padding: 0 0 1em 10px;
	}	

.post {
	position: relative;
	height: 230px;
	margin: 10px 10px 0 0;
	background: #fff;
	}
	
.list-post {
	position: relative;
	height: 10em;
	clear: both;
	}	
	
.post-single {
	margin: 10px 10px 0 0;
	padding: 2.4em 10px 2em 10px;
	}
	
.project-single {
	margin: 10px 10px 0 0;
	padding: 4.7em 10px 2em 10px;
	}	
	
.post-comments {
	margin: 10px 10px 0 0;
	padding: 0.8em 10px 2em 10px;
	}
	
	
.post-list {
	margin: 10px 10px 0 0;
	padding: 2em 10px 2em 10px;
	}
	
a.post-list-thumb img {
	display: block;
	float:left;
	width: 70px;
	height: 70px;
	margin: 0 0.8em 0.5em 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	}
	
a.post-list-thumb:hover img {
	border: 1px solid #aaa;
	background: #e0e0e0;
	}	
	
.blank {
	position: relative;
	height: 230px;
	margin: 10px 10px 0 0;
	padding-left:10px;
	}	
	
ul#tags { 
	margin: 1.6em 0 0 0; 
	}
ul#tags li { 
	float: left; 
	background: none; 
	padding: 0; 
	margin: 0 0 1px 0;
	}
ul#tags li:before { 
	content: ""; 
	}
ul#tags a { 
	display: block; 
	color: #888; 
	margin-left: -7px; 
	padding-right: 9px; 
	background: transparent url(../sd10/img/tag-right.png) right 0 no-repeat; 
	font-weight: normal; 
	border: none;
	}
ul#tags a:hover { 
	background: transparent url(../sd10/img/tag-right.png) right -16px no-repeat; 
	color: #555;
	}
ul#tags	a span { 
	font-size: 1.0em; 
	line-height: 1.4em; 
	height: 16px; 
	display: block; 
	background: transparent url(../sd10/img/tag-left.png) 0 0 no-repeat; 
	padding: 0 6px 0 12px; 
	}
ul#tags li:first-child a span { 
	padding-left: 8px; 
	background: transparent url(../sd10/img/tag-left-first.png) 0 0 no-repeat; 
	}
ul#tags a:hover span { 
	background: transparent url(../sd10/img/tag-left.png) 0 -16px no-repeat; 
	color: #444; 
	}
ul#tags li:first-child a:hover span { 
	background: transparent url(../sd10/img/tag-left-first.png) 0 -16px no-repeat; 
	}
ul#tags li.label { 
	float: left; 
	background: #aaa url(../sd10/img/tag-label-right.png) right 0 no-repeat;
	color: #fff; 
	font-size: 1.0em; 
	line-height: 1.4em; 
	height: 16px; 
	padding: 0 12px 0 5px; 
	}
	
.youtube {
	padding: 2.2em 0 0.4em 0; 
	}	


/* Sidebars */	

.sidebar1 {	
	height: 920px;
	overflow: hidden; 
	position: relative;
	margin: 10px 0 0 0;
	}
	
.sidebar2 {
	height: 230px;
	position: relative;
	margin: 10px 0 0 0;
	padding-left:10px;
	}
	
.sidebar3 {
	height: auto;
	margin: 10px 0 0 0;
	padding-left:10px;
	}	
	
.sidebar4 {
	height: auto;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	/*background: transparent url(../sd10/img/twitter-bird-3-icon_edit.png) left 12px no-repeat;*/
	}
	
.sidebar5 {
	height: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}		
	
.sidebar6 {
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	}		
		
	
li.widget, li.widget-blogroll, li.widget-tweets {
	list-style:none;
	padding: 1em 0 0 0;
	color: #333;
	}
	
li.widget {
	width: 220px;
	padding: 0 20px 0 0;
	float: left;
	}	

h3.widget-title {
	color: #888;
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 0 0 1.2em 0;	
	}
	
h3.widget-title a {
	color: #666;

	}	
	
h3.widget-title a:hover {
	color: #333;
	
	}		

li.widget ul, li.widget-blogroll ul, li.widget-tweets ul {
	list-style: none;
	}

li.widget ul li, .post-single ul li, li.widget-blogroll ul li, li.widget-tweets ul li {
	list-style:none;
	line-height: 1.5em;
	padding: 5px 0 10px 0;
	}
	
li.widget-blogroll ul li {
	float:left;
	width:25%;
	padding: 0 0 0.5em 0;
	}	
	
li.widget-tweets ul li {
	float:left;
	width: 210px;
	padding: 0 30px 1.5em 0px;

	}		
	
li.widget ul li.date-heading {
	padding: 10px 0 5px 0;
	}
	
a.comment-link,
li.post-widget-item a, li.post-widget-item a:visited,
.post-nav a, .post-nav a:visited,
.post-details a, .post-details a:visited,
.post-single ul li a {
	font-weight: bold;
	border-bottom: 1px dotted;
	}

li.widget-blogroll ul li a,
li.widget-tweets ul li a {	
	font-weight: normal;
	border-bottom: 1px dotted;
	}	

a.comment-link:hover,
.post-nav a:hover,
.post-details a:hover,
.post-single ul li a:hover,
li.post-widget-item a:hover,
li.widget-blogroll ul li a:hover,
li.widget-tweets ul li a:hover {
	border-bottom: none;
	}		
	
#widget-bar .widget a {	
	font-weight: normal;
	border-bottom: 1px dotted;
	}

#widget-bar .widget a:hover{
	border-bottom: none;
	}		

#tagcloud { 
	line-height: 2.2em;
	}

.post-single ul, .project-single ul {
	margin: 0.8em 0 0 1em;	
	}	
	
#widget-bar .widget ul {
	margin:0;	
	}		
	
.post-single ul li, .project-single ul li, #widget-bar .widget ul li {
	padding: 0.5em 0em 0.5em 17px;
	background: transparent url(../sd10/img/link-icon.png) 0px 5px no-repeat;
	list-style-type: none;
	color: #777;
	}
	
#widget-bar .widget ul li { padding: 0.5em 0 0.5em 17px; line-height:1.4em; }
	
.post-details ul {
	margin: 0.4em 0 0 0;	
	}	
	
.post-details li {
	float: left;
	line-height: 1.6em;
	text-transform: uppercase;
	padding: 0 0.6em 0 0;
	list-style-type: none;
	}	

.post-nav, .post-details {
	bottom:1.7em; /*22px*/
	position:absolute;
	color: #666;
	line-height: 1.4em;
	padding: 0 1em 0 0;
	}
	
.post-nav p, .post-details p {
	font-size: 1.0em;
	line-height: 1.5em;
	}	
	
div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 5%;
  /*text-align: justify;*/
  width: 45%;
}	
	
.alignleft { float: left; }
.alignright { float: right; }

	
/* Typography */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

p {
	margin: 1.4em 0 0 0;
	font-size: 1.1em;
	line-height: 1.7em;
}

.post-single p {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.post-single p img { 
	margin: 0.8em 1.4em 0.8em 0;
	/*
	padding: 4px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	*/
	
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	
	}
	
.post-single p a:hover img { 

	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	}	

span { color: #666; }

p span { 
	color: #666; 
	line-height: 1.4em;
		}

strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}	
	
small {
	font-size: 0.9em;
	}
	
.uppercase {
     color: #444;
     font-size: 1.1em;
	 line-height: 1.2em;
	 text-transform: uppercase;
     font-weight: normal; 
	 }		
	
h1 { 
	font-size: 1.4em;
	line-height: 1.0em;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}	

h2 {
	color: #888;
	font-size: 1.1em;
	line-height: 1.1em;
	text-transform: uppercase;
	}
	
h3 {
	color: #444;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 1.8em 0 0 0;
	}
	
h4 {
	color: #888;
	font-size: 1.0em;
	line-height: 1.2em;
	text-transform: uppercase;
	}	
	
.post-single h4 {
	margin: 1.4em 0 0 0;
	}	

.description {
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0 10px 2px 0;
	}

.time, .date {
	background: #bbb;
	color: #fff; 
	padding: 2px 3px 0 3px;
	line-height: 1.2em;
	text-transform: uppercase;
	}
	
.date-plain {
	color: #999; 
	padding: 2px 3px 0 5px;
	border-left: 3px solid #ddd;
	line-height: 1.2em;
	text-transform: none;
	}	
	
.post span.time, .post span.date {
	
	}	
		
h1#page-title {
	font-size: 1.1em;
	}		
		
.post-single h1, .post-list h1, .project-single h1 {	
	text-transform: none;
	margin: 0.6em 0 0.6em 0;
	}
	
.post h1 {	
	text-transform: none;
	margin: 0.6em 0 0.4em 0;
	}	

.post-single h1, .project-single h1 {	
	font-size: 1.8em;
	}

.post-single h2, .project-single h2 {
	padding: 0 4em 0 0;
	}
	
	
.post h1 span a, .post-single h1 span a {
	/*background: #fff;
	padding: 1px 2px 0 2px;
	*/
	
	}
	
.post-meta {
	/*background: #fff;
	padding: 2px 3px 0 3px;
	*/
	text-transform: uppercase;
	color: #666; 
	line-height: 1.2em;
	}
	
.devider {
	border-top: 1px dotted #aaa;
	}	
	
/* Comments + Forms */

#commentform {
	padding: 1em 0 0 0;
	}
	
img.avatar { 
	float: left; 
	margin: 0 0.8em 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	}

.solo-subscribe-to-comments { margin:0; padding: 0; }

.subscribe-to-comments {
	font-size: 1.0em;
	padding: 6px 0 0 30px;
	}
	
#commentform input#subscribe {
	margin: 0px 10px 0 10px;
	}

#solo-subscribe-email {
	margin: 0 4px 0 12px;
	}


input, textarea	{
	font: 100%/1.4 Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	background: #fff;
	color: #444;
	padding: 4px 2px 4px 2px;
	outline: none;	
	margin: 0 1em 0.2em 0;	
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		
	}
	
input:hover, textarea:hover, input:focus, textarea:focus { 
	border: 1px solid #999; 
	}
	
input#author, input#email, input#url, input#s {
	width: 45%;
	}
	
input#wpcf_your_name, input#wpcf_email, input#wpcf_subject {
	width: 70%;
	}	

textarea#comment, textarea#wpcf_msg {
	width: 90%;
	}
	
input#submit, input#contactsubmit, input#searchsubmit {
	color: #444;
	padding: 4px 7px 4px 7px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		
	}	
	
input#submit:hover, input#contactsubmit:hover, input#searchsubmit:hover {
	color: #121212;
	background: #f5f5f5;
	}

ol {
	height:  1%;
	}

#commentform input, #commentform textarea {
	margin: 0 1em 0.2em 0;
	}


label {
	color: #777;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 1em 0 2em 0;
	}
	
.commentlist cite {
	color: #777;
	line-height:1.8em;
	}
	
cite.fn {
	font-weight: bold;
	font-size: 1.2em;
	}
	
ol.commentlist  li {
	padding: 0.8em 2em 1.2em 0;
	margin: 0;
	list-style-type:none;
	background: none;
}

.commentlist p {
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 1.1em;
	margin: 1em 0 0 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#searchform {
	padding: 2em 0 2em 0;
	font-size: 1.1em;
	}


/* Tooltips */

p#vtip { 
	font-size: 1.0em;
	display: none; 
	position: absolute; 
	padding: 0.3em 0.6em 0.2em 0.6em; 
	left: 5px; 
	color: #444;
	background: #fff; 
	text-align: left;
	line-height: 1.4em;
	border: 1px solid #d5d5d5; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	z-index: 9999;
	}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
	}
	
p#vtip #vtipArrow img {
	border: none;
	background: transparent;
	margin:0;
	padding: 0;
	}
	
	
.tw-passion {
	/* background: #fff url(../sd10/img/bg-tw-passion.png) left 15px no-repeat; */
	}


#social-wrapper {
	padding: 1.1em 0 2.6em 1em;
	}

a.twitter-link, a.facebook-link, a.youtube-link {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 1.4em 0 0;
	text-indent: -3000px;
	background: transparent url(../sd10/img/twitter.png) left top no-repeat;
	background-position: 0px -16px;
	border-bottom: none;
	float: left;
	}

a.facebook-link {
	background: transparent url(../sd10/img/facebook.png) left top no-repeat;
	background-position: 0px -16px;
	}
	
a.youtube-link {
	background: transparent url(../sd10/img/youtube.png) left top no-repeat;
	background-position: 0px -16px;
	}	
	
a.twitter-link:hover, a.facebook-link:hover, a.youtube-link:hover {
	background-position: 0px 0px;
	}
	
.tweetmeme_button {
	float: right;
	margin: 27px 0 0 25px;
	}	
	
#link-wrapper {
	margin: 0;
	padding: 20px 0 0 0;
	}
	
#link-wrapper img, #link-wrapper a img {
	border: none;
	padding: 0;
	margin: 0 8px 20px 0;
	float: left;
	}	
	
#topcontrol { display: none;}	

/* Slickr Flickr Gallery */
.slickr-flickr-gallery { background: #fff; padding: 5px 0 0 0; width: 960px;}
.slickr-flickr-gallery ul { list-style: none; margin: 0; padding: 0 }
.slickr-flickr-gallery ul li { display: inline; }
.slickr-flickr-gallery ul img {  
	margin: 0 10px 10px 0;
	position:relative; 
	width:70px;
	height:70px;
	}
.slickr-flickr-gallery ul a:hover img { 
	
	}

/* jQuery Nivo Slider v1.1 */

#slider {
	position:relative;
	margin: 20px 0 40px 0px;
	/*
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	*/
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-controlNav {
	position:absolute;
	left:40%;
	bottom:-25px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../sd10/img/bullets.png) no-repeat;
	text-indent:-9999px;	
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../sd10/img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav {
	left:10px;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.6;
	width:440px;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
