/*
Theme Name: Secondsight
Theme URI: http://secondsight.dextera.biz/
Description: Custom theme for Second Sight blog
Version: 0.9
Author: Vitaly Kolesnik
Author URI: http://dextera.biz/
*/

/* main stylesheet is at /wp-content/themes/converge/style.css */

/* redefining some styles */

body {
	background: #fff url(i/bg-secondsight.gif) repeat-x;
	}
	
a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
	}
#content #list .mod {
	margin: 0;
	padding: 30px 0 35px 0;
	border-top: 1px dotted #99a9b5; /* gray 40% */
	}
#content #list .mod-first {
	padding: 0 0 35px 0;
	}
#content #list h2 {
	margin: 0 0 20px 0;
	}

#content #microblog p {
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 11px 0;
	}
#content #microblog ul, #content #microblog ol {
	font-size: 15px;
	line-height: 21px;
	}
#content #blog p, #content #photoblog p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 11px 0;
	}
.postmeta a:link, .postmeta a:visited {
	color: #99a9b5; /* gray 40% */
	}
.postmeta .time {
	color: #99a9b5; /* gray 40% */
	}
.postmeta a:hover {
	text-decoration: none;
	color: #99a9b5; /* gray 40% */
	background-color: transparent;
	}
#cloud {
	line-height: 200%;
	}


/* #d1d9de; gray 30% */