@import 'lib/base.css';


/* =Typography
-----------------------------------------------------------------------------*/
body {
	min-width: 980px;
	font-family: Georgia, serif;
	font-size: 126%;
	color: #000;
	

	background: url(../i/bg_mt.jpg) #262626;	

}
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 50px;
	margin-bottom: .4em;
	color: #000;
	text-shadow: 0 1px 0 #fff;		
}
h2#title {
	margin-top: 1.5em;
	margin-bottom: .3em;
	color: #444;
	font-size: 1.8em;
	width: 70%;
}
#desc {
	margin-bottom: 4.4em;
	font-size: .8em;
	font-style: italic;
	line-height: 1.3em;
	color: #666;
}
h3 {
	margin-top: 1.5em;
	color: #666;	
	border-bottom: 1px solid #ddd;
	padding-bottom: .6em;
	margin-bottom: .6em;
	text-shadow: 0 1px 0 #fff;	
	margin-right: 180px;
	font-size: 1.3em;
	
}
.date {
	color: #666;	
	font-size: .8em;
	font-style: italic;
	margin-bottom: 1.2em;
	position: relative;
}
p, ul, ol, blockquote {
	line-height: 1.6em;
	text-shadow: 0 1px 0 #fff;	
}
blockquote {
	color: #444;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-left: 2em;
	margin-right: 0;
	padding: 1em 2em;
	background: url(../i/bg1.png);
}

/* =Links
-----------------------------------------------------------------------------*/
a, a.blue { color: #3873b0; }
a.dashed {
	color: #3873b0;
	border-color: #3873b0;
}

.post a:visited, .list_articles a:visited, #contents a:visited, #control a:visited  {
	color: #999;
}
.tags a:visited {
	color: #666;
}
a:hover {
	color: #b71818 !important;
	text-decoration: underline;
}
a.red:hover {
	color: #000 !important;
}



/* =Layout
-----------------------------------------------------------------------------*/
#page {
	width: 74%;
	padding: 0 7%;
	margin: 40px auto;
	background: url(../i/moleskine.jpg) #fff;	
}
#area {
	float: left;
	width: 58%;
}
#sidebar {
	float: right;
	width: 36%;
}
.wide #area { width: 67%; }
.wide #sidebar { width: 27%; }

#header {
	padding: 3.2em 0 .5em 0;
	line-height: 1;
	margin-bottom: .5em;	
	overflow: hidden;
	position: relative;
}
#wrap {
	padding-bottom: 40px;
	overflow: hidden;
}
#footer {
	border-top: 1px dashed #ddd;		
	padding-bottom: 80px;
	padding-top: 1.5em;
	color: #777;
	font-size: .7em;
	line-height: 1.5em;
}
#tags {
	font-size: .75em;
	margin-bottom: 2em;
	padding: 1em 2em;
	border-bottom: 1px dashed #ddd;		
	background: url(../i/bg1.png);		
}
#tags a {
	color: #666;
	margin-right: 1.5em;
}
#tags a.act {
	background-color: #000;
	color: #fff;
	padding: 2px 5px 3px 5px;
}
#tags a.act:hover {
	color: #ccc !important;
}
.tags {
	font-size: .9em;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 1em 2em;
	list-style: none;
	border-bottom: 1px dashed #ddd;		
	background: url(../i/bg1.png);	
}
.tags li {
	margin-bottom: .5em;
}
.tags a {
	color: #666;
	margin-right: 1.5em;
	display: block;
}
.box {
	margin-bottom: 1.5em;
	padding: 1em 2em;
	border-bottom: 1px dashed #ddd;		
	background: url(../i/bg1.png);	
}


#contents {
	overflow: hidden;
	padding: 1.5em;
	border: 1px solid #ddd;
	margin-bottom: 1.5em;
}
#contents ul {
	float: left;
	width: 46%;
	margin: 0;	
	list-style: none;
	font-size: .77em;
	text-shadow: none;
}
#contents ul.too {
	float: right;
}
#contents ul li {
	line-height: 1.3em;
	margin-bottom: .6em;
	padding-bottom: .6em;
	border-bottom: 1px dashed #ccc;
}
#contents ul li a {
	display: block;
}

.slist {
	margin-left: 0;
	list-style: none;
	font-size: .8em;
}
.slist li {
	line-height: 1.3em;
	margin-bottom: .6em;
	padding-bottom: .6em;
	border-bottom: 1px dashed #ccc;
}
.slist li a {
	display: block;
	color: #000;
}

.list {
	margin-left: 0;
	list-style: none;
	font-size: .8em;
}
.list li {
	line-height: 1.3em;
	margin-bottom: 1em;
}
.ico_doc {
	background: url(../i/doc.png) no-repeat;
	padding: 7px 0;	
	padding-left: 37px;
	display: block;
}
.ico_pdf {
	background: url(../i/pdf.png) no-repeat;
	padding: 7px 0;	
	padding-left: 37px;
	display: block;
}

/* =Header
-----------------------------------------------------------------------------*/
#logo {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 96px;
	float: left;
	color: #000;
}
#logo a {
	text-decoration: none;
	color: #000;
}

#nav {
	overflow: hidden;
	margin: 0;
	margin-top: 46px;
	float: left;
	margin-left: 2em;
	list-style: none;
	font-size: .9em;
}
#nav li {
	float: left;
	margin-left: 1.7em;
}


/* =Post
-----------------------------------------------------------------------------*/
.post {
	margin-bottom: 4em;
}
.post h2 {
	font-size: 32px;
	margin-bottom: .5em;
}
.post_date {
	font-size: .8em;
	color: #777;
	font-style: italic;
	margin-bottom: .5em;
}

.list_articles {
	margin-left: 0;
	list-style: none;
}
.list_articles li {
	line-height: 1.3em;
	margin-bottom: 1em;
}
.list_articles div {
	color: #777;
	font-style: italic;
	font-size: .8em;
	position: relative;
}
.list_articles div a {
	color: #555;
}


#articles_box {
	overflow: hidden;
	padding-bottom: 30px;
}
#articles_box h2 {
	font-size: 2em;
	margin-bottom: .4em;
	padding-bottom: .4em;
	border-bottom: 1px dashed #ccc;
}
.col1 {
	float: left;
	width: 47%;
}
.col2 {
	float: right;
	width: 47%;
}



/* =Control
-----------------------------------------------------------------------------*/
#control {
	padding-top: 1.5em;
	overflow: hidden;
	font-size: .9em;
}
#prev {
	float: left;
}
#next {
	float: right;
}
#appendix {
	position: absolute;
	top: 70px;
	right: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	font-size: .7em;	
}
#appendix li {
	float: left;
	margin-left: 1.5em;
}
#appendix li a {
	color: #555;
}
#rss {
	background: url(../i/rss.png) no-repeat;
	background-position: 0 2px;
	padding-left: 25px;
}

#repost {
	margin-top: 2em;
	overflow: hidden;
	line-height: 1;
}
#repost table td {
	padding: 0 !important;
	line-height: 1;
}
#repost span.repost {
	float: left;
	cursor: pointer;
	margin-right: 20px;
}
.fb {
	position: relative;
	top: -2px;
	margin-left: 20px;
}

/* =Quotes
-----------------------------------------------------------------------------*/
#author_preview {
	overflow: hidden;
	padding-bottom: 2em;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 1.5em;	
	margin-top: 2em;	
}
#author_preview span {
	float: left;
	width: 40%;
	margin-right: 40px;
}
#author_preview blockquote {
	float: left;
	width: 40%;
	margin-left: 0;
	margin-top: 0;
}
#quotes_random {
	margin-left: 0;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 1.1em;
	width: 80%;
}
#quotes_random  cite {
	display: block;
	padding-top: 6px;
	font-size: .75em;
	text-align: right;
}
#quotes_random  cite a {
	color: #555;
}
.repost_quotes {
	float: right;
	padding-top: 20px;
	padding-left: 40px;
	margin: 0 !important;
	
}

#quotes_credits {
	margin-top: 5em;
	margin-bottom: 4em;
	color: #777;
	font-size: 13px;
}
.quotes_box {
	width: 70%;
	margin: auto;
}
.quotes_box h3 {
	text-align: center;
	margin-top: 5em;
	margin-right: 0;
	color: #999;
	font-size: .8em;
	border-bottom: none;
}
.quotes_authors {
	list-style: none;
	overflow: hidden;
	margin-left: 0;
	margin-top: 1em;
}
.quotes_authors li {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 2.5em;
}
.quotes_authors li a {
	display: block;
	color: #000;
	line-height: 1.3em;
}

.quotes_authors_inline {
	margin-top: 0;
	margin-left: 0;
	overflow: hidden;
	list-style: none;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ddd;
}
.quotes_authors_inline li {
	float: left;
	font-size: .75em;
	line-height: 1;	
	padding-top: 3px;
	width: 250px;
	margin-bottom: 10px;
	color: #999;
}
.quotes_authors_inline li span {
	color: #999;
	margin-right: 2px;
	line-height: 1;
}
.quotes_authors_inline li a {
	color: #000;
	margin-right: 2px;
	line-height: 1;
}
.quotes_authors_inline li img {
	vertical-align: middle;
	position: relative;
	top: -2px;	
}

/* =Pager
-----------------------------------------------------------------------------*/
#pager {
	margin-left: 0;
	list-style: none;
	overflow: hidden;
	font-size: .9em;
}
#pager li {
	float: left;
	margin-right: 1.5em;
}