/* @override 
	http://localhost/olikenobi/wp-content/themes/cinch/styles/oli.css
	http://olimac.local/olikenobi/wp-content/themes/cinch/styles/oli.css
*/

/* Oli Stylesheet */

body {
	font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #484848;
	background-color: #f8f8f8;
}

a,
a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* SIDEBAR */

#sidebar {
	float: left;
	position: fixed;
	width: 320px;
	padding-top: 80px;
	text-align: right;
}

/* LOGO */

#sidebar #logo .site-title a,
#sidebar #logo .site-title a:visited {
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 0.5em;
	letter-spacing: 0em;
}
#sidebar #logo .site-title a:hover {
	text-decoration: none;
}

#sidebar #logo .site-description {
	color: #989898;
	line-height: 1.6em;
}
#sidebar #logo {
	padding-bottom: 40px;
}

/* NAVIGATION */

#navigation a {
	color: #888;
	line-height: 1.8em;
}
#navigation .current_page_item a {
	color: #000;
}
#navigation a:hover {
	color: #444;
	text-decoration: none;
}

/* FOOTER */

.home .archives a {
	display: block;
	width: 80px;
	height: 20px;
	margin: 0 auto 60px;
	padding-top: 50px;
	background: url(oli/archives.gif) no-repeat 8px 0;
	color: #aaa;
	text-align: center;
	text-transform: lowercase;
	font-size: 0.8em;
	font-weight: bold;
}
.home .archives a:hover {
	background-position: 8px -70px;
	color: #808080;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

.nav-entries {
	padding: 0 0 60px;
}

#copyright {
	padding: 0px 0 0px;
	color: #666;
	text-align: center;
}

#copyright p a, #copyright p a:visited { color:#f80; line-height:1.6em; font-weight: lighter; }


/* MAIN */

#main {
	padding: 83px 20px 20px 360px;
	width: 440px;
}


.post {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.post .icon {
	display: none;
}

.post .meta {
	position: absolute;
	top: 6px;
	right: -140px;
}
.post .meta .date {
	display: block;
	width: 100px;
	padding: 0px;
	background-color: #f4f4f4;
	color: #aaa;
	text-align: center;
	font-size: 0.8em;
	/*border: 1px solid #f0f0f0;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.post .meta .comments {
	padding-top: 4px;
}
.post .meta .comments a {
	color: #888;
	font-size: 0.7em;
	letter-spacing: 0em;
	line-height: 1.7em;
}
.post .meta .comments a:hover {
	color:#555;
	text-decoration: none;
}
.post .meta .comments .comment0 {
	display: block;
	width: 100px;
	padding: 0;
	color: #ccc;
	text-align: center;
}
.post .meta .comments .comment {
	display:block;
	width:28px;
	height:16px;
	position: relative;
	left: 8px;
	padding:0 0 0 20px;
	background:url(oli/comment.gif) no-repeat 0 1px;
	color:#999;
}
.post .meta .comments .comments { 
	display:block;
	width:28px;
	height:16px;
	position: relative;
	left: 8px;
	padding:0 0 0 20px;
	background:url(oli/comments.gif) no-repeat 0 1px;
	color:#999;
}


.post h2 {
	width: 440px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 1.6em;
	line-height: 1.1em;
}

.entry {
	text-align: left;
}
.entry p {
	padding: 0 0 20px;
}
.entry ul li {
	list-style-type: square;
	margin-left: 40px;
	padding-bottom: 20px;
}
.entry ol li {
	list-style-type: decimal;
	margin-left: 40px;
	padding-bottom: 20px;
}
.entry p.wp-caption-text {
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0em;
}
.entry img,
.entry object {
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

a.more-link {
	font-weight: normal;
}


/* COMMENTS */
#comments #commentsheader {
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
	text-align: center;
}
#comments #commentsheader h3 {
	color: #ccc;
	font-size: 0.8em;
	font-weight: bold;
}
#comments .leavecomment a {
	color: #666;
}
#comments .leavecomment a:hover {
	color: #222;
	text-decoration: none;
}
#comments .comment {
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid #e0e0e0;
}
#comments .comment-head {
	padding-bottom: 10px;
}
#comments img.avatar {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	margin-right: 20px;
	border: 1px solid #999;
}
#comments .name {
	font-size: 1.4em;
}
#comments .date {
	color: #aaa;
	font-size: 0.8em;
}
#comments .perma {
	display: none;
}

#respond {
	padding-top: 20px;
}
#respond h3 {
	padding-bottom: 20px;
	color: #666;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
}
form  {	margin-top: 10px; }
form label  { font-size: 0.6em; text-transform: uppercase; }
form input.txt, form textarea  { font-size: 13px; color: #666; background-color: #eee; border: 1px solid #ccc; }
form input.txt:focus, form textarea:focus  { 
	border-color: #eee;
	color: #444;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
form input.txt  { width: 80%; margin-bottom: 10px;padding: 8px 5px; }
form textarea  { width: 97.5%!important; padding: 5px; }
form .submit, form #submit  { float: right;margin: 20px auto; }



/* QUOTE */

.quote h2 {
	width: 380px;
	padding-left: 60px;
	padding-bottom: 10px;
	background: url(oli/quote.gif) no-repeat 0 0;
	font-style: italic;
}

.quote cite {
	display: block;
	width: 100%;
	text-align: right;
}

/* IMAGE */

.image .media {
	margin: 0 auto;
	text-align: center;
}