	
	body { 	 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%; 		
		min-width: 980px;		
		background: url(/resources/background.png) repeat fixed #1f1f1f;
		padding: 34px 0;		
	}
	
	a {
		color: #193E68;
	}
	
	a:visited {		
		color: #6e2a3b;
	}
	
	#page {
		width: 960px; 			
		margin: 0 auto;
		font-size: 15px;
		line-height: 23px;
		color: #333333;
		background: #ffffff;
		padding: 80px;		
	}
	
	#header {
		margin-top: -30px;				
		border-bottom: 1px solid #dddddd;
		padding-bottom: 0px;
	}
	
	#header .ivan-photo {
		margin-right: 15px;		
		border: 2px solid #193E68;		
	}
	
	#header .ivan-name {
		padding-bottom: 8px;
	}
	
	#main {
		float: left;
		text-align: justify;
		width: 725px;
		padding-top: 10px;
		padding-right: 40px;				
		border-right: 1px solid #dddddd;
	}
	
	#main h1 {		
		color: #193E68;
		margin-bottom: 0px;
		font-size: 155%;
        line-height: 120%;
        text-align: left;
		text-decorations: none;
	}
	
	#main h2, h3 {		
		color: #193E68;
		margin-top: 30px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		font-size: 130%;
        line-height: 120%;
	}
	
	#main .title {		
		xmargin-top: 40px;
	}
	
	#main .date {
		margin-top: 0px;
		padding-top: 0px;
		font-size: 14px;
		color: #666666;
	}
	
	#main .text-after {
		border-top: 1px solid #dddddd;
		padding-top: 5px;
		font-size: 80%;
		color: #888888;
	}

        .entry {
                margin-bottom: 35px;
        }

        .entry-footer {
                border-top: 1px solid #dddddd;
                font-size: 14px;
                color: #666666;
                
        }

        .entry-footer-info {
                padding-top: 0px;
                margin-top: 5px;
        }

        .see-also {
        	border-top: 1px solid #dddddd;
        	padding-top: 10px;
        	padding-bottom: 0px;
        }
	
	#right {
		float: right;
		width: 170px;                
	}

        .comments {
                margin-top: 20px;
                padding: 20px;
                padding-top: 1px;
                background-color: #f0f0f0;
        }

        .comment {
                font-size: 13px;
                line-height: 150%;
                margin: 0px;
        }

        .comments-info {
                font-size: 12px;
        }

        h2.comments-open-header {
                font-size: 130%;
        }

        h3.comments-header {
                color: #193E68;
                padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 130%; 
                border-bottom: 1px solid #dddddd;
        }

        .comment-footer {
                padding-top: 5px;
                border-top: 1px solid #dddddd;
                font-size: 12px;
                color: #888888;
                margin-bottom: 25px;
        }

.comment-content {
margin: 0px;
padding: 0px;
}

.comment-text {
    width: 600px;
}

.content-nav {
    font-size: 12px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
}

.module {
	position: relative;
	overflow: hidden;
	width: 100%;
}

h2.module-header {
    margin-top: 45px;
    color: #193E68;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 0px;
}

.module-content {
	position: relative;
	margin: 0px;
}

.module-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item,
.archive-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-more {
	text-align: right;
}

.module-category-cloud {
    font-size: 13px;
}

.module-category-cloud .module-list {
	margin-right: 0;
	margin-left: 0;
}

.module-category-cloud .module-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2em;
	background: none;
}

.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }

.typelist-plain .module-list,
.typelist-plain .archive-list {
	list-style: none;
}

.typelist-plain .module-list-item,
.typelist-plain .archive-list-item {
	padding: 0;
	background: none;
}
	
.archive-list {
    list-style-type: none;
    padding-bottom: 2px;
}

.archive-time {
    color: #666666;
    font-size: 12px;
}

h3.archive-year {
/*    color: #193E68;
    font-weight: bold;
    font-size: 18px; */
}

.post-navigation {
    width: 720px;
    text-align: center;
    font-size: 12px;
}

a.title {
    text-decoration: none;
}

a.title:hover {
    text-decoration: underline;
}

.readMore {
	font-size: 12px;
	font-weight: bold;
}

pre {
    white-space: pre-wrap;
}

li {
    text-align: left;
}