/* 
Theme Name: catonmat
Theme URI: http://www.catonmat.net/
Design Name: catonmat
Description: modification of Kaushal Sheth's Exquisite 1.0 theme
Version: 1.0
Author: Peteris Krumins
Author URI: http://www.catonmat.net
*/

* {
	margin:  0;
	padding: 0;
}

body {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.9em;
	color: #29303B;
	background-image: url(img/bg.pattern.gif);
	background-repeat: repeat;
}

#rap {
	background:#fff;
	border-left: 4px solid #D3D3D3;
	border-right: 4px solid #D3D3D3;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 8px;
	text-align: left;
	font-family: Trebuchet MS, Georgia, Arial, serif;
	font-size: 0.9em;
}

#cs-wrap {
	background: url(img/csbg.gif) repeat-y;
	width: 760px;
	float: left;
}

#content {
	width:520px;
	float:left;
	padding:8px 0 0 1em;
	overflow:hidden;
}

#sidebar {
	width:200px;
	float:right;
	padding:8px 0;
}

/* Menu design*/
#navitabs {
	padding-top: 5px;
	float: left;
}

#navitabs ul {
	list-style-type: none;
	padding-bottom: 5px;
}

#navitabs ul li {
	display: inline;
}

#navitabs ul li a {
	text-decoration: none;
	padding: 4px 8px;
	margin-left: -1px;
	letter-spacing: 1px;
	background: #BFD3E6 url('img/corner.gif') top right no-repeat;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#navitabs ul li a:hover {
	background: #DC8F27 url('img/corner2.gif') top right no-repeat;
}

#navitabs .navitab-sel {
	background-color: #B8860B;
}

#rss-top-icon {
	float: right;
}

#rss-top-icon img {
	position: relative;
	top: 3px;
}

#img-bg-top {
	background: #DC8F27 url('img/front.jpg') top left no-repeat;
	height: 200px;
	width: 760px;
	clear: both;
}

#img-bg-top #desc {
	height: 200px;
	width: 290px;
	color: #ffffff;
	float: left;
}

#img-bg-top #desc img {
	padding-top: 8px;
	width: 290px;
}

#img-bg-top #desc p {
	width: 260px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0 15px;
}

#img-bg-top #desc a {
	color: #FFFFF0;
}

#img-bg-top #as-top {
	float: right;
	position: relative;
	top: 140px;
}

#img-bg-top #desc p.author {
	text-align: right;
}

.post-content a {
	color: #613517;
	text-decoration: none;
	background-image: url(img/url.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1em;
	border-bottom: 1px dotted #CD853F;
}

.post-content a.nodecor {
	border-bottom: none;
}

div.center-aligner {
	text-align: center;
	padding-bottom: 1em;
}

.post-content a:visited {
	color: #613517;
	border-bottom: 1px solid #94602B;	
}

.post-content a:hover {
	color: #753206;
}

a {
	color: #613517;
	text-decoration: none;
}

a:visited {
	color: #613517;
}

a:hover {
	color: #401D06;
	text-decoration: none;
}

a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

pre {
    font: 100% courier, verdana, monospace;
    border: 1px solid #ccc;
    overflow: auto;
    width: 90%;
    padding: 1em 1em 1em 1em;
    margin: 1em auto 2em auto;
    background: #fff7f0;
    color: #000;
}
pre.lotsocode {
	height: 305px;
}
code {
	font-size: 120%
}
.odd      { color: #600; background: #fff7f0 }
.even     { color: #006; background: #fff7f0 }
.comment  { color: #060; background: #fff7f0 }

div.download {
	border: 2px solid #B8860B;
	padding: 5px;
}

div.download-title {
	font-weight: bold;
	font-size: 140%;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(img/download.gif) 3px 5px no-repeat;
}

blockquote{
	background: #EEE url(img/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	color: #A24E12;
}

#sidebar p {
	margin: 0;
	padding:5px;
	font-size: 1em;
	color: #BB7920;
	font-weight: bold;
	border-bottom:#ccc 1px solid;	
	background: #EEE8AA;
}

#sidebar ul {
	list-style-type: none;
	padding: 0.3em 0 1em 5px;
}

#sidebar ul li {
	padding: 0;
	padding-bottom: 0.1em;
	font-size: 0.9em;
}

#sidebar ul.icon li {
	background: url(img/sidebar-li.gif) no-repeat;
	background-position: 3px;
	padding-left: 16px;
}

#sidebar ul.recent-comment li {
	border-left: 1px solid #3F309A; 
	padding-left: 5px;
	margin-left: 3px;
	margin-bottom: 10px;
}

#sidebar li a:link, #sidebar li a:visited {
	color: #613517;	
	text-decoration: none;
}

#sidebar li a:hover {
	color: #753206;
	border-bottom: 1px solid #753206;
}

#content ul {
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 1em;
	list-style-type: none;
}

#content ul li {
	background: url('img/bullet.png') no-repeat 0 4px;
	padding-left: 1.5em;
}

.post-footer, .copyright {
	margin-bottom: 2em;
	border-bottom: 1px solid;
	font-size: 0.9em;
	color: #666;
}

.post-content {
	padding: 0.5em 0 0;
}

.post-content p {
	line-height: 170%;
}

.post-title {
	margin: 0 0 0.2em;	
	text-align: right;
	padding: 0.5em 1em 0 0;
	color: #999;
	border-bottom:#ccc 1px solid;
}

.post-title em {
	text-decoration: none;
	float: left;
	font-style: normal;
	font-size: 0.9em;		
	padding:0;
	
}

.post-info {
	color: #999;
	font-family:Georgia, Arial, Serif;
	font-size:1.2em;
	margin:0;
}

.post-info h2 {
	line-height: 1.5em;
}

.post-info a {
	text-decoration: none;
	color: #8a3207;
	border: none;
}

hr {
	display: none;
}

#footer {
	padding-top: 10px;
	border-top: 1px solid #D3D3D3;
	clear: both;
	font-size: 0.8em;
	color: #999;
	background: #fff;
	text-align:center;
}

#footer a {
	border:none;
	color:#7A7636;
}

ol.commentlist {
	font-size:1em;
	font-weight:bold;
	color: #ccc;
}
ol.commentlist li {
	color: #202020;
	font-weight: normal;
	border: 1px solid #DCDCDC;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 1em;
}
ol.commentlist li.graybox {
	background-color: #FCFCEF;
}
ol.commentlist cite {
	margin: 0 0 1em;
	padding: 0 0 0.5em;
}
cite a {
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}
cite a:visited, a:hover {
	border-bottom: none;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #F5F5F5;
	border: 1px solid #669BB4;
	padding: 0.2em;
}
#commentform textarea {
	width: 80%;
}
#commentform p {
	margin: 0 0 1em;
}
.comments h2 {
	padding-bottom: 1em;
}

#postcomment {
	text-transform: uppercase;
	margin-top: 0.9em;
	color: #AA7D39;
	font: 1em verdana, helvetica, sans-serif;
}

.link-comment {
	background: url('img/ico-talk-act.gif') no-repeat left;
	padding-left: 15px;
}
.link-comment-off {
	background: url('img/ico-talk.gif') no-repeat left;
	padding-left: 15px;
}

.hide {
display: none;
visibility: hidden;
}
/* closing menu*/

.rss_icon {
	background-image: url(img/rss.16x16.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.social {
	border-top: 1px dotted #FFA07A;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	border-bottom: 1px dotted #FFA07A;
	vertical-align: middle;
}

.wp-socialize_image {
	border: 1px solid #EDEDED;
	padding: 2px;
	margin-left: 1px;
	margin-right: 10px;
	vertical-align: middle;
}

p.title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}

#searchform {
	margin-bottom: 10px;
	margin-left: 5px;
}

#searchform input#s {
	border: 1px solid #797979;
	width: 120px;
}

#searchform input#submit {
	width: 65px;
}

div.tagbar {
	border-top: 1px dotted #FFA07A;
	margin-top: 10px;
	border-bottom: 1px dotted #FFA07A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#content p.e404 {
	font-size: 1.3em;
	color: #A52A2A;
	margin-top: 10px;
}

div.tagcloud404 {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.tagcloud404 a {
	margin: 0 5px;
}

.post {
	padding-bottom: 2em;
}

img.post-icon {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
}

.post div.post-rating {
	font-size: 0.8em;
	color: #708090;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 0.5em;
}

.post div.post-info h1 {
	font-size: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.related-posts {
	padding-bottom: 1em;
}

.gray-stripe {
	width: 100%;
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:Black;
	padding-bottom: 7px;
	padding-top: 6px;
	padding-left: 5px;
}

.top-padded-img {
	position: relative;
	top: 3px;
	border: none;
}

.pkcomment {
	border: 1px dotted #FFA07A;
	margin: 5px;
	padding: 5px;
}

div#landing-page {
	border: 1px dotted #A52A2A;
	background-color: #ECEED6;
	padding: 5px;
	margin-bottom: 5px;
}

#content-page {
	padding:8px 0 0 1em;
	width: 520px;
	overflow: hidden;
	float: left;
}

#content-page ul {
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 1em;
	list-style-type: none;
}

#content-page ul li {
	background: url('img/bullet.png') no-repeat;
	background-position: 0 4px;
	position: relative;
	padding-left: 1.5em;
}

.collapseicon {
	width: 10px;
	height: 10px;
}

.post-ratings img {
	position: relative;
	top: 2px;
}

.post-stuff-wide {
	padding: 0.3em 0.3em 0.3em 1em;
	border-left: 3px solid #FFA07A;
	margin: 1em 0;
}

.post-stuff-single {
	padding-left: 1em;
	border-left: 3px solid #FFA07A;
	margin: 1em 0;
}

.spread-word-wide {
	background-color: #F5F5F5;
	margin-top: 0.5em;
	font-size: 0.9em;
	text-align: center;
}

.spread-word-single {
	background-color: #F5F5F5;
	margin-top: 0.5em;
	font-size: 0.9em;
	text-align: center;
}

.popularity {
	vertical-align: center;
	padding-left: 10px;
}

.ads-aad {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ads-amazon {
	text-align: center;
	padding-bottom: 15px;
}

.ads-after-first-article {
	text-align: center;
	padding-bottom: 10px;
}

#hor-minimalist-b
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 5px;
    border-collapse: collapse;
    text-align: left;
}
#hor-minimalist-b th
{
    font-size: 14px;
    font-weight: normal;
    color: #039;
    padding: 10px 8px;
    border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
    border-bottom: 1px solid #ccc;
    color: #669;
    padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
    color: #009;
}

.content-ad {
    margin-bottom: 10px;
    overflow: hidden;
}


