@CHARSET "UTF-8";

/**
 * General
 */
body {
	padding:0px;
	margin:0px;
	color:#333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1em;
}

a {
	text-decoration:none;
	color:#912222;
}

h2 {
	margin:0 0 20px;
	padding:0;
	font-family:Georgia,Cambria,"Times New Roman",Times,serif;
	font-weight:normal;
	font-size:2.3em;
}

h3 {
    margin:0 10px 10px;
    padding:0;
    font-family:Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight:normal;
    font-size:1.3em;
}

blockquote {
	background:url('../img/blockquote.png') no-repeat;
	padding:0 0 0 30px;
	margin:20px 150px 20px 90px;
	font-size:1.2em;
	font-style:italic;
}

cite {
	display:block;
	margin:-10px 150px 20px 350px;
	text-indent:-1.1em;
}

ul {
	padding:0 0 0 40px;
	margin:20px 0;
	line-height:1.5em;
}

/**
 * Yaroslavl Scenery
 */
.background {
	width:100%;
	left:0px;
	top:0px;
	position:fixed;
	
	z-index: 1;
}

/**
 * Promo
 */
.promo {
    position: absolute;
    top:15px;
    left:0px;
    width:100%;
    height:150px;
	background:url(../img/stripe.png) repeat-x;
	
    z-index:2;
}

.promo .logo {
    position:absolute;
    top:25px;
    left:50%;
    margin-left:-540px;
    width:240px;
    height:100px;
    background-color:white;
	
    z-index:3;
}

.promo .logo img {
    position:absolute;
	top:10px;
	left:18px;
	border:none;
}

.promo .spotlight {
	display:none;
	position:absolute;
	top:25px;
    left:50%;
    margin-left:-260px;
	width:840px;
	
	z-index:3;
}

.promo .spotlight ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.promo .spotlight li {
	position:relative;
	width:240px;
	height:100px;
	float:left;
	margin-right:40px;
	background-color:white;
	cursor:pointer;
}

.promo .spotlight li span { 
    position:absolute;
	bottom:5px;
	left:5px;
    width:230px;
}

.promo .spotlight li a {
	color:black;
	font-size:1em;
	font-family: Georgia;
	text-decoration:none;
    line-height:1.4em;
}

.promo .spotlight li.text a {
    background-color:#AACCEE;
}

.promo .spotlight li.video a {
    background-color:#ff9bff;
}

.promo .spotlight li.music a {
    background-color:#98fc66;
}

.promo .spotlight li.podcast a {
    background-color:#ffff00;
}

.promo .spotlight li.photo a {
    background-color:#fd3301;
}

.promo .stripe {
	position:absolute;
	top:25px;
	left:0px;
	width:100%;
	height:100px;
    background-color: white;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    
    z-index:2;
}

/**
 * Body with content
 */
.body {
    position:relative;
    top:180px;
    left:50%;
    margin-left:-300px;
    width:880px;
	background: url('../img/content_center.png') repeat-y;
    
    z-index:2;
}

.body .breadcrumps {
	position:absolute;
	top:-20px;
	left:0px;
	width:880px;
	height:20px;
	background:url('../img/content_top.png') no-repeat;
	
	z-index:2;
}

.body .content {
	position:relative;
	left:40px;
	width:800px;
	padding-bottom:10px;
	background-color:white;
}

.body .copyrights {
    position:absolute;
    bottom:-20px;
    left:0px;
    width:880px;
    height:20px;
    background:url('../img/content_bottom.png') no-repeat;
    
    z-index:2;
}

/**
 * Navigation
 */
.navigation {
	position:absolute;
	top:172px;
	left:50%;
    margin-left:-548px;
	
	z-index:2;
}

.navigation ul {
	padding:0px;
    margin:0px 0px 35px;
	list-style-type:none;
}

.navigation li {
	margin-bottom:-15px;
	cursor:pointer;
	background:0 0 url('../img/navigation.png') no-repeat;
}

.navigation li a {
	color:transparent;
	visibility:hidden;
}

.navigation ul .news {
	width:109px;
	height:45px;
    background-position:0 0;
}

.navigation ul .videos {
    width:136px;
    height:45px;
    background-position:0 -50px;
}

.navigation ul .music {
    width:122px;
    height:45px;
    background-position:0 -100px;
}

.navigation ul .podcasts {
    width:172px;
    height:45px;
    background-position:0 -150px;
}

.navigation ul .photos {
    width:139px;
    height:45px;
    background-position:0 -200px;
}

.navigation ul .follow_us {
    width:161px;
    height:45px;
    background-position:0 -250px;
}

.navigation ul .twitter {
    width:129px;
    height:45px;
    background-position:0 -300px;
}

.navigation ul .information {
    width:209px;
    height:45px;
    background-position:0 -350px;
}

.navigation .rss {
	position:absolute;
	top:185px;
	left:130px;
	width:87px;
	height:50px;
	background:0 -400px url('../img/navigation.png') no-repeat;
	cursor:pointer;
	
	z-index:3;
}

.navigation .rss a {
    color:transparent;
	visibility:hidden;
}

.navigation .twitter_logo {
	position:absolute;
	top:216px;
	left:-47px;
	width:72px;
	height:42px;
	background:url('../img/twitter_logo.png') no-repeat;
	
	z-index:3;
}

/**
 * Message
 */
h1.message {
    background-color:#b6d3ed;
    margin:0 0 15px;
    padding:5px 10px;
    font-size:1.5em;
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

/**
 * Posts
 */
.post {
	padding:10px 0 0;
	margin:0 10px 2px;
	border-bottom:1px solid #CCCCCC;
	clear:both;
}

.post a {
    border-bottom:1px solid #912222;
}

.post a:hover {
    color: #333;
    background-color: #DFEFFF;
    border-bottom: 1px solid #AACCEE;
}

.post h2 a {
    color:#912222;
    text-decoration:none;
    border:none;
}

.post h2 a:hover {
    color:#333;
    background:none;
	border:none;
}

.post h3 {
	margin-left:0;
}

.post p {
	margin:0 0 1.5em;
	line-height:1.5em;
}

.post .author {
    color:#666;
    text-align:left;
    letter-spacing:0.2em;
    display:block;
    width:100%;
    height:32px;
    border-bottom:1px dotted #dedede;
	margin-top:-20px;
}

.post .author a {
    color:#912222;
    text-decoration:none;
	border:none;
}

.post .author a:hover {
    color:#666;
    background:none;
}

.post .lead {
	font-size:1.4em;
}

/**
 * Post: images
 */

.post img {
    padding:5px;
	margin:0 10px;
    border:1px solid #AACCEE;
}

.post a img:hover {
    background-color:#DFEFFF;
}

.post a.fancybox {
	display:inline-block;
	position:relative;
    border:none;
}

.post a.fancybox:hover {
	background:none;
}

.post a.fancybox .plus {
	position:absolute;
	top:-18px;
	right:-10px;
	width:45px;
	height:45px;
	background:url('../img/plus.png') no-repeat;
	
	z-index:3;
}

.post a.fancybox .description {
	position:absolute;
	bottom:10px;
	left:20px;
	margin-right:50px;
	text-align:left;
	line-height:1.4em;
}

.post a.fancybox .description span {
    background-color:white;
	margin:0;
	padding:0;
}

/**
 * Post: meta
 */

.meta {
	margin:0 10px;
	border-top:1px solid #CCCCCC;
	padding-bottom:5px;
}

.meta ul {
	margin:0;
	padding:0;
	clear:both;
	list-style:none;
	position:relative;
	width:770px;
	
	z-index:3;
}

.meta ul a {
	color:#333333;
	text-decoration:none;
}

.meta ul a:hover {
	color:#912222;
	background:none;
}

.meta ul li {
	float:left;
    padding:8px 10px 8px 0;
	font-size:1.1em;
	line-height:normal;
}

.meta ul strong {
	display:block;
	margin-bottom:3px;
	color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
    font-size:0.6em;
    font-weight:bold;
    letter-spacing:1px;
    text-transform:uppercase;
}

.meta ul .date {
    margin:0 9px 0 0;
    border-right:1px solid #CCCCCC;
}

.meta ul .notes {
	margin:0 12px 0 0;
	border-right:1px solid #CCCCCC;
}

.meta ul .notes a {
	padding:0 0 3px 20px;
    background:0 50% url('../img/like.png') no-repeat;
}

.meta ul .comments {
    margin:0 12px 0 0;
    border-right:1px solid #CCCCCC;
}

.meta ul .comments a {
    padding:0 0 3px 20px;
    background:0 50% url('../img/comments.png') no-repeat;
}

.meta ul .tags {
	width:520px;
	padding-right:9px;
}

.meta ul  .tags .tag-commas:last-child {
    display: none;
}

.meta ul .permalink {
	padding-top:23px;
	padding-left:10px;
    margin:0 9px 0 0;
    border-left:1px solid #CCCCCC;
}

/**
 * Post: map
 */
.post .map {
	position:relative;
	border-bottom:1px dotted #333;
	cursor:default;
}

.mapbox {
	display:none;
	position:absolute;
	top:-195px;
	left:50%;
	width:280px;
	height:220px;
	margin-left:-135px;
	background:url('../img/map.png') no-repeat;
	text-align:center;
	
	z-index:3;
}

.mapbox img {
	margin-top:19px;
	border:none;
}

.mapbox img:hover {
	background:none;
}

/**
 * Comments
 */
.notecontainer {
    -moz-border-radius:4px;
	-webkit-border-radius: 4px;
    background-color: #A5F879;
    color:#666666;
    margin:10px;
	clear:both;
}

.notecontainer ol.notes {
	list-style-type:none;
    padding:0 0 10px;
}

.notecontainer li.note {
	padding:10px 10px 0;
}

.notecontainer img.avatar {
	border:1px solid white;
	height:16px;
	margin-right:2px;
	vertical-align:-3px;
	width:16px;
}

.notecontainer li.note a {
	text-decoration:underline;
}

.notecontainer li.note a:hover {
	color: #333;
    background-color: #DFEFFF;
	text-decoration:none;
}

/**
 * Tables
 */
table.authors {
	width:780px;
}

table.authors td {
	vertical-align:top;
	width:30%;
	padding:0 10px 10px;
}

table.authors p {
	margin-top:1em;
}

.minimal {
	border-collapse:collapse;
	margin:20px 0px 20px;
	text-align:left;
	width:780px;
}

.minimal th {
	border-bottom:2px solid #6678B1;
	border-left:30px solid #FFFFFF;
	border-right:30px solid #FFFFFF;
	color:#003399;
	font-weight:normal;
	padding:8px 2px;
}

.minimal td {
	border-left:30px solid #FFFFFF;
	border-right:30px solid #FFFFFF;
	color:#666699;
	padding:12px 2px 0;
}

.minimal td.username {
    vertical-align: top;
}

/**
 * Pagination
 */
#pagination, .pagination {
	text-align:center;
	margin-top:10px;
}

#pagination a, .pagination a {
    margin:0 30px;
}

/**
 * Footnotes
 */
.footnotes {
	position:relative;
	top:180px;
    left:50%;
    margin-left:-260px;
	width:800px;
	padding:3px 0 10px;
	text-align:center;
	
	z-index:3;
}

/**
 * For…
 */
.clear {
	clear:both;
    height:1px;
}

a.imglink, a.imglink:link, a.imglink:visited {
    background:none;
    border:medium none;
    text-decoration:none;
}
.html_photoset {
    text-align:center;
}

