/*
Theme Name: Sleepy Blue
Theme URI: http://www.ehomy.net/
Description: A Smart 2-column, blue and gray Wordpress theme designed by <a href="http://www.ehomy.net">Eyoung</a>. 
Version: 1.0
Author: Eyoung
Author URI: http://www.ehomy.net/

	This theme is released under Creative Commons Attribution 2.5 License.

*/


/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

body {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	font: 70%/150% 'Lucida Grande', Verdana, Arial, Sans-serif;
	color: #333;
	}

/********************************
*	Typo & Basics
*********************************/

p,ol,ul {
	line-height: 160%;
	}

a {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #06c;
	text-decoration: underline;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lucida Grande', "Trebuchet MS";
	}
h1 {font-size: 1.8em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

blockquote {
	margin: 10px 20px 10px 0;
	padding: 5px 20px 5px 60px;
	background: url(http://www.leibniz-blogs.it/gallery/quote2.gif) no-repeat 15px 15px;
	color: #808080;
	text-align: left;
	}

code {
	margin: 0;
	padding: 0 3px 1px;
	border: 1px dashed #ddd;
	background: #fafafa;
	font: 1em "Courier New", Courier, Fixed;
	color: #999;
	}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {margin: 0 auto;}

.alert {
	font-weight: bold;
	color: #f00;
	}


/********************************
*	Outline
*********************************/

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent url(images/bg-wrapper.gif) repeat center top;
	}

#container {
	width: 840px;
/*	width: 840px = 580px + 260px ! */
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}
.container-inner {
	float: left;
	width: 100%;
	height: 100%;
	background: transparent url(images/bg-container.gif) repeat-y center top;
	margin: 0;
	padding: 0 0 20px 0;
	}


/********************************
*	Header
*********************************/

#header {
	width: 100%;
	height: 140px;
	background: transparent url(images/bg-header.gif) repeat-x center top;
	overflow: hidden;
	}
.header-inner {
	width: 840px;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/bg-header-inner.gif) no-repeat center bottom;
	position: relative;
	}

/*	Logo or Title	*/
img.logo {
	position: absolute;
	top: 28px;
	left: 40px;
	width: 240px;
	height: 45px;
	border: none;
	}
#header h1.blog-title {
	position: absolute;
	top: 32px;
	left: 40px;
	margin: 0;
	color: #fff;
	}
#header h1.blog-title a {
	color: #fff;
	}
#header p.blog-tagline {
	position: absolute;
	top: 55px;
	left: 40px;
	margin: 0;
	color: #adf;
	}
#header h1.blog-title a,
#header p.blog-tagline {
		width: 0;
		height: 0;
		display: none;
		}


/*	Site Admin	*/
.admin {
	position: absolute;
	top: 68px;
	right: 270px;
	margin: 0;
	font-weight: bold;
	}
.admin,
.admin a {
	color: black;
	}
.admin a:hover {
	color: #0af;
	text-decoration: none;
	}

/*	Top Menu	*/
ul.topmenu {
	position: absolute;
	top: 3px;
	right: 13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.topmenu li {
	float: left;
	padding: 0 10px 0 7px;
	background: transparent url(images/sep-topmenu.gif) no-repeat right 4px;
	color: #eff;
	font-weight: bold;
	}
ul.topmenu li.chinese {
	background: transparent none;
	}
ul.topmenu li a {
	color: #eff;
	}
ul.topmenu li a:hover,
ul.topmenu li.current_page_item a {
	color: #eff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

/*	Search	*/
.search {
	position: absolute;
	right: 35px;
	top: 76px !important;
	top: 75px;
	}
.search input {
	width: 189px;
	height: 16px;
	padding: 2px 5px;
	border: 2px solid #e3e3e3;
	background: #fafafa url(images/bg-input.gif) repeat-x 0 0;
	color: #ddd;
	}
.search input:focus {
	border: 2px solid #76bcff;
	background: #fcfeff none;
	color: #76bcff;
	}

/*	Navigation	*/
.navigation {
	position: absolute;
	top: 102px;
	left: 0;
	width: 520px;
	margin: 0 0 0 40px;
	font-weight: bold;
	color: #999;
	}
.navigation p {
	margin: 0;
	}
.navigation p a,
.navigation p a:hover {
	color: #999;
	}

/********************************
*	Content
*********************************/


#content {
	float: left;
/*	width: 520px + 20px + 40px = 580px ! */
	width: 520px;
	height: 100%;
	margin: 0;
	padding: 0 20px 0 40px;
	overflow: hidden;
	}

.paged {
	padding: 15px 0 5px;
	text-align: center;
	}
.paged a {
	line-height: 20px;
	border: 1px solid #ddd;
	background: #f2f2f2 none;
	color: #aaa;
	padding: 1px 5px;
	}
.paged a:hover {
	border: 1px solid #ddd;
	background: #eee none;
	text-decoration: none;
	color: #999;
	}





.post {
	padding: 20px 0 25px;
	background: transparent url(images/sep-post.gif) no-repeat center bottom;
	}


/*	Post Date	*/
.post-date {
	float: left;
	margin: 0 12px 10px 0;
	}
.post-date .month {
		width: 48px;
		height: 16px;
		display: block;
		margin: 0;
		background: #c0c0c0 url(images/post-month-r.gif) no-repeat 0 0;
		color: #fff;
		text-align: center;
		line-height: 16px;
		}
.post-date .day {
		width: 48px;
		height: 28px;
		margin: 1px 0 0 0;
		display: block;
		background: #c0c0c0 url(images/post-day-r.gif) no-repeat 0 0;
		color: #fff;
		text-align: center;
		line-height: 28px;
		font-size: 20px;
		}

/*	Post Title	*/
.post-title {
	margin: 0;
	padding: 1px 0 5px 0;
	}
.post-title,
.post-title a {
	color: #fa3;
	}
.post-title a:hover {
	text-decoration: none;
	background: #fff2da;
	color: #f68300;
	}

/*	Post Meta	*/
.post-meta {
	line-height: 22px;
	margin: 0 0 0 0px;
font-size: 1.0em;
color: #6D7B8D;
	}

.post-meta a {
	border: 0px solid #;
	background: none;
	padding: 1px 5px;
color: #6D7B8D;
	}

.post-meta a:hover {
	border: 0px solid #;
	background:  none;
	text-decoration: underline;
text-underline-style: dotted;
	color: #6D7B8D;
	}

.post-cmt a {
color: #6D7B8D;		
padding-left: 18px;
		background: # url(images/post-cm.gif) no-repeat 1px 0 !important;
		background: # url(images/post-cm.gif) no-repeat 1px 1px;
		}
.post-cmt a:hover {
		border: 1px solid #;
		background: # url(images/post-cm.gif) no-repeat 1px -16px !important;
		background: # url(images/post-cm.gif) no-repeat 1px -15px;
		color: #;
		}

.post-twi a {
		padding-left: 18px;
		background: #f2f2f2 url(images/iconTwitter.gif) no-repeat 1px 0 !important;
		background: #f2f2f2 url(images/iconTwitter.gif) no-repeat 1px 1px;
		}
.post-twi a:hover {
		border: 1px solid #;
		background: #edf8ff url(images/iconTwitter.gif) no-repeat 1px -16px !important;
		background: #edf8ff url(images/iconTwitter.gif) no-repeat 1px -15px;
		color: #76b6e2;
		}


.post-cat a {
		
color: #6D7B8D;
padding-left: 18px;
		background: # url(images/post-ca.gif) no-repeat 1px 0 !important;
		background: # url(images/post-ca.gif) no-repeat 1px 1px;
		}
.post-cat a:hover {
		border: 1px solid #;
		background: # url(images/post-ca.gif) no-repeat 1px -16px !important;
		background: # url(images/post-ca.gif) no-repeat 1px -15px;
		color: #;
		}

.post-tag a {
color: #6D7B8D;
		padding-left: 18px;
		background: # url(images/post-ta.gif) no-repeat 1px 0 !important;
		background: # url(images/post-ta.gif) no-repeat 1px 1px;
		}
.post-tag a:hover {
		border: 1px solid #;
		background: # url(images/post-ta.gif) no-repeat 1px -16px !important;
		background: # url(images/post-ta.gif) no-repeat 1px -15px;
		color: #;
		}

/*	Post Entry	*/
.post-entry {
	clear: both;
	width: 500px;
	margin: 0 0 0 20px;
	overflow: hidden;
	text-align: justify;
	}
.post-entry a {
	color: #06c;
	border-bottom: 0px dotted #06c;
	}
.post-entry a:hover {
	text-decoration: none;
	background: #fffdf1;
	color: #f83;
	border-bottom: 0px solid #f83;
	}
.post-entry strong {
	color: #444;
	}

.post-entry img {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
border:0px;
	}

.post-entry img.foto-des {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
border:0px;
	}

.category-tweets li {
	list-style-image:url(http://www.leibniz-blogs.it/gallery/twi.gif);
}



#aktt_tweet_digest li {
	list-style-image:url(http://www.leibniz-blogs.it/gallery/twi.gif);
}



/********************************
*	Sidebar
*********************************/

#sidebar {
	float: left;
/*	width: 200px + 40px + 20px = 260px ! */
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 0 40px 0 20px;
	background: transparent url(images/sep-sidebar.gif) no-repeat left top;
	color: #999;
	}

#sidebar h2 {
	clear: both;
	margin: 10px 0;
	text-align: center;
	color: #666;
	}
#sidebar h2 span {
	color: #aaa;
	}

#sidebar ul {
	clear: both;
	width: 200px;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul ul {
	margin: 0 0 15px 0 !important;
	margin: 0 0 5px 0;
	}
#sidebar ul li {
	clear: both;
	}

ul.sb-widgets {
	clear: both;
	width: 200px;
	}
ul.sb-widgets li {
	width: 200px;
	line-height: 22px;
	}
ul.sb-widgets li a {
	width: 174px; /* Hello IE6 */
	display: block;
	color: #589edf;
	border-bottom: 1px dotted #eee;
	padding: 0 0 0 26px;
	}
ul.sb-widgets li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #efeac5;
	background: #f7fbff;
	color: #f80;
	}


/********************************
*	Comments
*********************************/

h3#comments,
h3#addcomment {
	color: #f80;
	margin-left: 20px;
	}
.cmt-info {
	margin-left: 20px;
	margin-bottom: 20px;
	}

ol#cmt-list {
	width: 520px;
	height: 100%;
	margin: 0;
	padding: 25px 0 0 0;
	list-style-type: none;
	background: transparent url(images/sep-post.gif) no-repeat center top;
	color: #666;
	}

ol#cmt-list li {
	width: 500px;
	margin: 10px 0;
	padding: 0 0 25px 0;
	background: transparent url(images/sep-post.gif) no-repeat center bottom;
	}

.cmt-author {
	color: #aaa;
	}
.cmt-author span {
	font-family: 'Lucida Grande', "Trebuchet MS";
	font-weight: bold;
	}
.cmt-author a {
	color: #f80;
	}
.cmt-author a:hover {
	text-decoration: none;
	background: #fff2da;
	color: #f68300;
	}
.cmt-meta {
	margin-top: 2px;
	font-size: 100%;
	color: #999;
	}
.cmt-info a,
.cmt-meta a,
.cmt-meta span {
	border: 1px solid #ddd;
	background: #f2f2f2 none;
	color: #aaa;
	padding: 1px 5px;
	}
.cmt-info a:hover,
.cmt-meta a:hover {
	border: 1px solid #ddd;
	background: #eee none;
	text-decoration: none;
	color: #999;
	}
.cmt-text {
	clear: both;
	width: 480px;
	overflow: hidden;
	margin: 0 0 0 20px;
	}

.cmt-tbpb {
	margin: 0 0 0 20px;
	width: 500px;
	overflow: hidden;
	}
.cmt-text a,
.cmt-tbpb a {
	color: #589edf;
	border-bottom: 1px dotted #589edf;
	}
.cmt-text a:hover,
.cmt-tbpb a:hover {
	text-decoration: none;
	color: #06c;
	border-bottom: 1px solid #06c;
	}
.cmt-login {
	margin: 0 0 0 20px;
	}

/*	Gravatar	*/
img.cmt-gravatar {
	float: left;
	width: 36px;
	height: 36px;
	margin: 0 10px 0 0;
	border: 2px solid #f5f5f5;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	}

/* Comment Form	*/
label {
	margin: 0 0 0 5px;
	font-weight: bold;
	color: #999;
	}
input#author,
input#email,
input#url,
textarea#comment {
	width: 180px;
	height: 16px;
	margin: 0 0 0 20px;
	padding: 2px 5px;
	border: 2px solid #e3e3e3;
	background: #fafafa url(images/bg-input.gif) repeat-x 0 0;
	color: #999;
	}
input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus {
	border: 2px solid #76bcff;
	background: #fcfeff none;
	color: #666;
	}
textarea#comment {
	width: 450px;
	height: 200px;
	margin: 0 0 0 20px;
	}
input#submit {
	margin: 0 0 0 20px;
	}


/********************************
*	Footer
*********************************/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5 url(images/bg-footer.gif) repeat-x center top;
	color: #bbb;
	}

.footer-inner {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 21px 0 15px;
	position: relative;
	}

#footer a {
	color: #bbb;
	}
#footer a:hover {
	color: #999;
	text-decoration: none;
	}

/*	Media Temple	*/
a.logo-mt {
	width: 200px;
	height: 20px;
	position: absolute;
	top: 29px;
	right: 0;
	background: transparent url(images/logo-mt.gif) no-repeat 0 0;
	}
a.logo-mt:hover {
	background: transparent url(images/logo-mt.gif) no-repeat 0 -20px;
	}


/********************************
*	Customized Stuff
*********************************/


/*	RSS Feeds	*/
.subscription {
	width: 193px;
	height: 80px;
	margin: -21px 0 16px 7px;
	padding: 0;
	background: transparent url(images/sb-rss1.gif) no-repeat right top; 
	position: relative;
	}
img.feedburner {
		position: absolute;
		top: 6px;
		left: 0;
		border: none;
		}
ul.feeds {
		position: absolute;
		top: 38px;
		left: 0;
		}
ul.feeds li {
		padding: 0 0 0 20px;
		background: transparent url(images/sb-feeds.gif) no-repeat 0 2px;
		}
ul.feeds li a {
		font-weight: bold;
		border-bottom: 1px dotted #f62;
		color: #f62;
		}
ul.feeds li a:hover {
		text-decoration: none;
		border-bottom: 1px solid #f00;
		color: #f00;
		}


ul.aktt_tweet_digest {
		padding: 0 0 0 20px;
		background: #fff url() no-repeat 0 2px;
		}
ul.aktt_tweet_digest li a {
		font-weight: bold;
		border-bottom: 1px dotted #CCFFFF;
		color: #8AD4D8;
	list-style-image:url(http://www.leibniz-blogs.it/gallery/ttwi.gif);
}

ul.aktt_tweet_digest li {
	list-style-image:url(http://www.leibniz-blogs.it/gallery/ttwi.gif);
}

ul.aktt_tweet_digest li a:hover {
		text-decoration: none;
		border-bottom: 1px solid #CCFFFF;
		color: #ff6600;
		}




/*	Technorati	*/
a.sb-technorati {
	display: block;
	width: 136px;
	height: 30px;
	margin: 0 auto;
	background: transparent url(images/sb-technorati.gif) no-repeat 0 0;
	}
a.sb-technorati:hover {
	background: transparent url(images/sb-technorati.gif) no-repeat 0 -30px;
	}

/* Ads	*/
.sb-ads {
	width: 180px;
	margin: 0 auto;
	}
.adsense {
	margin: 0 0 0 -2px;
	}


/********************************
*	Sidebar Widgets
*********************************/

li.widget {
	clear: both;
	width: 200px;
	}

/*	Drop-Down Menus. btw This is really stupid. */
li select {
	margin: 0 0 0 36px;
	}

/*	Tag Cloud */
li#tag_cloud {
	text-align: justify;
	}
li#tag_cloud a {
	display: inline;
	width: auto;
	border: none;
	background: transparent none;
	padding: 0;
	}
li#tag_cloud a:hover {
	background: #fffdf1 none;
	}

/*	Flickr RSS */
h2 span.flickr-blue {
	color: #3282e2 !important;
	}
h2 span.flickr-pink {
	color: #fe329c !important;
	}
li#flickrrss {}
li#flickrrss a {
	float: left;
	display: inline;
	width: 75px;
	height: 75px;
	margin: 0 7px 15px 8px;
	padding: 5px;
	border: none;
	background: #76a8eb url(images/sb-flickrrss.gif) no-repeat 0 0;
	}
li#flickrrss a:hover {
	background: #fe76bc url(images/sb-flickrrss.gif) no-repeat 0 -85px;
	}
li#flickrrss img {
	width: 75px;
	height: 75px;
	border: none;
	display: block;
	}

/*	Archives	*/
li#archives {}
li#archives	a {
	background: transparent url(images/sb-archives.gif) no-repeat 5px 0;
	}
li#archives	a:hover {
	background: #fffdf1 url(images/sb-archives.gif) no-repeat 5px -66px;
	}

/*	Categories	*/
li.cat-item {}
li.cat-item	a {
	background: transparent url(images/sb-category.gif) no-repeat 5px 0;
	}
li.cat-item	a:hover {
	background: #fffdf1 url(images/sb-category.gif) no-repeat 5px -66px !important;
	}

/*	Pages	*/
li#pages {}
li#pages a {
	background: transparent url(images/sb-pages.gif) no-repeat 5px 0;
	}
li#pages a:hover {
	background: #fffdf1 url(images/sb-pages.gif) no-repeat 5px -66px;
	}

/*	Links	*/
li#links {}
li#links a {
	background: transparent url(images/sb-links.gif) no-repeat 5px 0;
	}
li#links a:hover {
	background: #fffdf1 url(images/sb-links.gif) no-repeat 5px -66px;
	}

/*	Meta	*/
li#meta {}
li#meta a {
	background: transparent url(images/sb-meta.gif) no-repeat 5px 0;
	}
li#meta a:hover {
	background: #fffdf1 url(images/sb-meta.gif) no-repeat 5px -66px;
	}

/*	Recent/Popular Posts	*/
li#recent-posts,
li#popular-posts {}
li#recent-posts a,
li#popular-posts a {
	background: transparent url(images/sb-posts.gif) no-repeat 5px 0;
	}
li#recent-posts a:hover,
li#popular-posts a:hover {
	background: #fffdf1 url(images/sb-posts.gif) no-repeat 5px -66px;
	}


/********************************
*	Pages
*********************************/

/*	Archives	*/
.tagcloud {
	width: 500px;
	margin: 10px 0 0 20px;
	padding: 0 0 10px 0;
	text-align: justify;

	line-height: 180%;
	font-family: 'Lucida Grande';
	}

.tagcloud a {	
	color: #999;
	}
.tagcloud a:hover {
	text-decoration: none;
	background: #f9f9f9;
	color: #444;
	}

/*	Links	*/
.googlemaps {
	width: 500px;
	margin: 20px 0 20px 20px;
	padding: 0;
	background: #fcfcfc;
	}


/********************************
*	Plugins
*********************************/

/* Recent Comment Gravatars	*/

li#recent-cmts-gravt {
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	display: block;
	float: left;
	}

li#recent-cmts-gravt a {
	float: left;
	display: inline;
	width: 28px;
	height: 28px;
	margin: 2px;
	padding: 2px;
	background: #87b3ed;
	border: none;
	}
li#recent-cmts-gravt a:hover {
	background: #f92;
	}

li#recent-cmts-gravt img {
	width: 28px;
	height: 28px;
	display: block;
	border: none;
	background: #fafafa;
	}

.the_date {
	line-height: 22px;
	margin: 0 0 30px 30px;
font-weight: bold;
	color: #c0c0c0;
	text-align: center;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", 'Lucida Grande', "Trebuchet MS";
text-transform: uppercase; 
letter-spacing: 0.4cm}
