/* 
Assembled by Alexandr Oleynik
alexandr@oleynik.org
*/

* {outline:0;font-size:100%;vertical-align:baseline;margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}
article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
a img {border:0;}

body {
	background:#f5f4f0 url(images/bg-2012.jpg) repeat-x;
	margin:15px 0;
	font-family:Tahoma, Arial;
}


blockquote {
	margin:10px 0;
	padding-left:35px;
	background: transparent url(images/quote.gif) no-repeat 0 0;
}

/* --- Header --- */
header#top {
	position: relative;
	width:960px;
	margin: 0 auto 10px auto;
}

header#top h1 a {
	margin-left: 10px;
	padding-left: 75px;
	
	background: url(images/glogo.gif) no-repeat; 
	
	font: normal 79px "Times new roman", Georgia;
	color: #444;
	text-decoration: none;
	text-shadow: 1px 0px 0px #eee;
}
header#top h1 a:hover {	
	color:#666;
	text-decoration:underline;
}

header#top #weather {
	position: absolute;
	
	top: 10px;
	left: 460px;
	width:210px;
	
	font:italic 17px;
	color:#333;
	text-shadow: 1px -1px 0px #f0f0f0;
}

.temperature {font-size:19px;}
.dampness, .pressure {color:#666;}


#social {
	margin-top: 15px;
	position: absolute;
}

#social * {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(images/social.gif) no-repeat;
	margin-right: 3px;
}
	#social .vk {background-position: -23px center;}
	#social .fb {background-position: -45px center;}
	#social .twi {background-position: right center;}

.headright em {
                display:block;
                padding-bottom:15px;
                color:#666;
                font-size:14px;
}

#header-right {
	position: absolute;
	top: 10px;
	right: 0;
	font-size:17px;
}
#header-right em {
	display: block;
	margin-bottom: 15px;
}


header#top input[type="text"] {
    background: url(images/searchform.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #c0c0c0;
    font: normal 12px "Arial",Helvetica,Sans-serif;
    color: #c0c0c0;
    width: 180px;
    padding: 6px 15px 5px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    
    /*-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;*/
}
/*header#top input[type="text"]:focus {width: 200px;}*/




/* Top menu */
nav#menu {
	display: table;
	width: 960px;
	margin: 0 auto 10px auto;
}

nav#menu ul {list-style:none;}
nav#menu ul li {
	float:left;
	margin:10px 35px 0px 0px;
}

#menu a {font:normal 17px "Arial";color:#438EB3;}
#menu a:hover {color:#c00;}

#menu ul li.currentPage a {color:#c00;font-style:italic;}
#menu ul li.currentPage a:hover {color:#000;}


/* --- Page --- */
#page {
	width:960px;
	margin: 0 auto;
	
	border-top:3px #aaa solid;
	border-bottom:3px #aaa solid;
	
	background:#fff;
}


/* Center */
#container {
	display: table;
	width:940px;
	margin: 0 auto;
	padding: 10px;
}

#main {
	float: left;
	width: 410px;
}

#right {
	float:right;
	width: 505px;
	/*border-left:2px #eee solid;*/
}

#sidebartop {
display:none;
width:470px;
margin-bottom:10px;
border-radius:7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

#sidebar4 {width:280px;float:right;}
#sidebar4 ul li {list-style:none;}







#selo {
	display: none;
	width:950px;
	margin: 15px auto;
    padding:10px; 
    
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
       
    background:#CEEDF8;  
}

.sel-active {color: #f00!important;}

#selo ul {
	list-style:none;
}
#selo ul li {display: inline-block;}

#selo ul li a {
	margin-right:15px;
	padding:5px;
	
	font: normal 14px/36px "Arial";
	text-decoration:none;
	color:#333;
	
	background:#fff;
	
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#selo nav {font-size:14px;padding:10px;}
#selo nav a {text-decoration:none;border-bottom:1px dashed;}

#selo a:hover {text-decoration:none;color:#ee0f04;}
#selo-link {text-decoration:none;cursor:pointer;border-bottom:1px dashed;}

/* IMAGES STYLE */
.pimg {
        border:3px #000 solid;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius:7px;
}

#slider {
			display: none;
          position: relative;
          padding-bottom:15px;
          margin:0 -25px;
}

#toggleslider {cursor:pointer;float:right;}
#toggleslider img {
                    position:absolute;
                    z-index:30;
                    margin-left:-15px;
                    margin-top:-10px;
}

div.selalist {padding-left:50px;}
div.selalist li {padding:13px;}
div.selalist li:nth-child(2n+1) {
background:#E3E3E3;
padding:13px;
}

div.selalist a {
font:italic 19px "Georgia";
text-decoration:none;
border-bottom:1px dashed;
}




/* Publications */

#posts {
	margin-bottom: 15px;
}

div#posts article h2 {
	line-height:10px;
	display:inline;
}

div#posts article h2 a {
	color:#000;
	font:bold 21px/1.1 "PT sans", Arial narrow, Arial, Sans-serif;
	text-decoration: none;
}
div#posts article h2 a:hover {color:#c00;}

div#posts article:nth-child(1) h2 a {color:#c00; }
div#posts article:nth-child(1) h2 a:hover {color: #333;}

div#posts img {margin-right:10px;}

div#posts time {
	padding-left:3px;
	color:#666;
	font:normal 11px "Arial";
}


div#posts article {
	width:420px;
	margin-bottom:15px;
	border-bottom:1px dotted #B7B7B7;
	color:#333;
}

div#posts article p {
	padding-top:5px;
	font:normal 13px/1.3 "PT Sans", Arial;
	margin-bottom:1em;
}


div#posts .attachment-thumbnail {float:left;}

.more { 
        display: inline-block;
        margin-left: 5px;
        padding: 4px 14px 4px 8px;
        background: #F63C13 url(images/arr.png) no-repeat 100% 50%;
        color:#fff;
        font-size: 11px;
        line-height: 1;
        text-decoration:none;
}
.more a:hover {text-decoration:underline;}



/* --- Single --- */
.post-full {margin-bottom:20px;}

.post-full header {
	padding-bottom:5px;
	border-bottom:3px #ECECEC solid;
	color:#ccc;
	font-size:12px;
}

.post-full header h2 {
	margin-bottom:10px;
	font:bold 24px 'PT Sans', Tahoma, Geneva, sans-serif;
	color:#000;
}

.post-full header time {font-size:12px;color:#888;}
.post-full header a {color:#888;}
.post-full header a:hover {color:#444;}

.post-full p {
	margin:1em 0;
	font:13px/1.3em "PT Sans", Tahoma, sans-serif;
}

.post-full a {
	color:#1A59C2;
	text-decoration:none;
	border-bottom:1px #B2CCF0 solid;
}
.post-full a:hover {color:#c00;}

.post-full img {margin:0 10px 5px 0;}

.post-full ul, .post-full ol {margin-bottom:15px;margin-left:25px;}
.post-full ul li, .post-full ol li {
               font:13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
               margin:1em 0;
               line-height:130%;
}

.post-full .left {float:left;}

.post-full .c {
	display:block;
	width:300px;
	float:right;
	text-align:right;
	font-style:italic;
	font-size:11px;
	margin-bottom:10px;
	color: #444;
}

.post-full footer {
	width:620px;
	margin:15px 0;
	clear: both;
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
	padding:10px 0;
	font-size:normal 12px "Tahoma";
}

aside.share h3 {
				font:22px/1 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
                display:inline;
}

.post-full .red {display:block;border:2px #c00 solid;padding:5px;margin:15px 0;}

#paym {display:block;margin:15px 0;color:#666;font-size:12px;}
#paym a {color:#666;}

div#podibni {width:600px;margin-top:15px;margin-bottom:50px;}
div#podibni h2 {font: bold 19px/1 "PT Sans", Tahoma, sans-serif;border-bottom:1px #eee solid;padding-bottom:5px;}
div#podibni ol {margin-left:35px;margin-top:10px;}
div#podibni ol li {margin-bottom:10px;font:normal 13px 'Tahoma';}
div#podibni a {color:#333;}

.comments-title {
	margin-top: 25px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #eee solid;
	font:bold 19px/1 "PT Sans", Tahoma, sans-serif;
}

.page h2 {padding-top:15px;}
.page ul {list-style:none;}
.page ul li {margin-bottom:15px;}

.categ {line-height:20px;color:#666;}
.categ a {line-height:20px;color:#666;}
.tags a {color:#666;}
.tags a:hover, .categ a:hover {text-decoration:none;}

.p-det { margin: 5px 0px; text-align: left;}


/* input button */
.green-button {
             border:0;
             padding:4px 14px 6px;
             overflow:visible;
             color:#fff;
             font:500 14px Arial;
             cursor:pointer;
             white-space:nowrap;
             text-shadow:0 -1px 0 #458f11;
             -moz-border-radius:26px;
             -webkit-border-radius:26px;
             border-radius:26px;
             background-color:#1daa09;
             background-repeat:repeat-x!important;
             background-image:-moz-linear-gradient(top,#78d81f,#1daa09);
             background-image:-ms-linear-gradient(top,#78d81f,#1daa09);
             background-image:-o-linear-gradient(top,#78d81f,#1daa09);
             background-image:-webkit-gradient(linear,left top,left bottom,from(#78d81f),to(#1daa09));
             background-image:-webkit-linear-gradient(top,#78d81f,#1daa09);
             background-image:linear-gradient(top,#78d81f,#1daa09);
}

.green-button:focus,.green-button:hover{
                 background-color:#70ca1b;
                 background-position:0 100%;
                 background-image:-moz-linear-gradient(top,#70ca1b,#169305);
                 background-image:-ms-linear-gradient(top,#70ca1b,#169305);
                 background-image:-o-linear-gradient(top,#70ca1b,#169305);
                 background-image:-webkit-gradient(linear,left top,left bottom,from(#70ca1b),to(#169305));
                 background-image:-webkit-linear-gradient(top,#70ca1b,#169305);
                 background-image:linear-gradient(top,#70ca1b,#169305);
}

.green-button:active{
                     -webkit-box-shadow:inset 0 0 6px 3px #169305;
                     -moz-box-shadow:inset 0 0 6px 3px #169305;
                     box-shadow:inset 0 0 6px 3px #169305;
}



/* Side Right */
.comments-list {margin-top:30px;}
.comments-list h2 { color:#000; font: bold 26px "Arial"; letter-spacing: -1px; padding-bottom: 20px;}
.comments-list div.entry { margin-bottom: 25px; padding: 25px; border: 1px solid #e5e5e5; background: #ffffff;}
.comments-list div.alt { border: 1px solid #e5e5e5; background: #f4f4f4;}
.comments-list p.name { font: bold 14px "Arial", sans-serif; letter-spacing: -1px; color:#000;}
.comments-list p.avt img { border: solid 1px #ccc;}
* html .comments-list p.avt { left: -60px; }
.comments-list p.date { font-size: 11px; margin-bottom: 5px;}
.comments-list p.date a, .comments-list p.date a:visited, .comments-list p.date a:hover { color:#999; text-decoration: underline;}

.comments-list .con { font: normal 12px "Verdana"; margin-right: 90px; color:#333;}
.comments-list .con p { font: normal 12px "Verdana"; padding: 5px 0px; margin: 0px; color:#333;}
.comments-list .con blockquote { font: italic 14px Georgia, "Times New Roman", Times, serif; color:#666; margin: 10px 20px; }
.comments-list .con blockquote p { font: italic 14px Georgia, "Times New Roman", Times, serif; color:#666; }


/* Comments Form */
.comments-form {background: #F7F5ED; padding: 20px; color: #000;}
.comments-form h2 {margin-bottom: 10px; }
.comments-form p { padding: 7px 0px;}



/* Side Right */

/* relate posts */
.widget_yd_rp {padding:15px;}
.widget_yd_rp ul li {display:block;margin-bottom:10px!important;}
.widget_yd_rp h4 a {
					color:#0056A4;
					font:normal 13px/16px "PT sans", tahoma, sans-serif;
					text-decoration:none;
}
.widget_yd_rp h4 a:hover {color:#333;}
.widget_yd_rp .widgettitle {margin-bottom:8px;margin-top:-5px;}
.yd_rp_excerpt {font-size:12px;}

.widget_yd_rp h3 {font-size:18px;font-weight:bold;border-bottom:2px #444 solid;}

.yd_rp_widget {
	font-size: 11px;	
	line-height: 13px;
}
.yd_rp_widget h4 {
	font: normal 11px Arial, Helvetica, sans;
	display: block;
	clear: both;
}
.side1 ul li ul li h4 a, .side2 ul li ul li h4 a {
	padding-left: 0px;
}
.yd_rp_widget img {
	width: 40px;
	height: 40px;
	float: left;
	padding-right: 5px;
	padding-bottom: 15px;
}
li.widget_yd_rp, .yd_rp_widget ul, .yd_rp_widget ul li {
	list-style: none;
	list-style-type: none;
	height:50px;
	margin: 0;
	padding: 0;
	border-bottom:1px dotted #B7B7B7;
}
.yd_rp_widget a.rpw_bottom_link {
	clear: both;
	display: block;
}

/* recent comments */
.widget_get_recent_comments {padding:15px;}
#get_recent_comments_wrap ul li {margin-bottom:10px;}
#get_recent_comments_wrap a {color:#000;font-weight:bold;}


/* Block 1 */
.r1 {float:left;margin:0 15px 0 15px}
.r1 .widget {width:180px;margin-bottom:20px;}

#widget-menu {list-style:none;}
#widget-menu li {
	border-bottom:1px #ddd dotted;
	padding-bottom:7px;
	margin-bottom: 5px;
}
#widget-menu a {
	color:#333;
	font-size:14px;
	text-decoration: none;
	}

#nsx-referers-widget a {font-size:12px;}

/*.widgettitle {color:#000;font:normal 14px Arial;margin-bottom:5px;} */

#ranged-popular-posts li {margin-bottom:7px;}

div#ranged-popular-posts ol li {margin-left:30px;}

/* Block 2 */
.r1 a, .r2 a {color:#000;}
.r1 a:hover, .r2 a:hover {color:#c00!important;}


.super-tags a {color:#333;padding:3px;}

ul.menuright {list-style:none;}
ul.menuright li {margin-bottom:5px;font-size:17px;}

.r2 { float: right; width: 270px;}
.r2 .widget { 
margin-bottom: 20px;
background: #F3F1E3;
padding: 15px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius:7px;
}

.r2 ul li {list-style:none;margin-left:15px;}

div.xmasb_quotes_quote a {color:#333!important;text-decoration:underline!important;}

#ranged-popular-posts ol {margin-top:10px;}
#ranged-popular-posts ol li {color:#666;margin-left:20px;font-size:12px;}
#ranged-popular-posts a {color:#000;font-size:13px;line-height:1.5em;}


/* PageNavi */
.wp-pagenavi {display:table;width:800px;padding:0px;}
.wp-pagenavi a {
	    text-decoration: underline;
	    padding: 3px 10px;
	    margin: 2px;
        font-size:22px;
        color:#333;
        background:#ededed;
}


.wp-pagenavi a:hover {background:#ccc;}
.wp-pagenavi span {font-size:22px;padding-right:10px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	text-decoration:underline;
}
.wp-pagenavi span.current {
        color:#ccc;
        text-shadow:none;
        text-decoration:none;
        padding: 3px 10px;

}

/* --- Footer --- */
footer {
	display:table;
	width:960px;
	margin:15px auto 0 auto;
	color:#333;
	font-size: 12px;
}

footer a {color:#333; }
footer a:hover {color:#c00;}

footer aside.copyright {width:860px;float:left;}
footer aside.counter {width:90px;float:right;}

.archive-link {color:#000;}
.archive-link:hover {color:#666;}


/* Breadcrumbs */
#breadcrumbs {
	font: normal 12px "Arial";
	color: #666;
}
#breadcrumbs a {color: #1a8ad3;}
#breadcrumbs a:hover {color: #ff0000;}

.breadcrumb_bottom {margin-top: 25px;;}

/* Pro misto page */
#promisto-page h1 {
font:italic 40px "Georgia";
margin-bottom:15px;
}
#promisto-page small {
font-size:13px;
color:#666;
font-style:italic;
}
#promisto-page a {color:#000;}
#promisto-page a:hover {color:#c00;}
.promisto-menu {
                 margin-bottom:25px;
                 background:#FFF9C7;
                 width:650px;
                 padding:25px;
}

.promisto-menu em {color:#666;margin:0 15px;}
#promisto-page .promisto-menu a {
                   text-decoration:underline;
                   font:normal 16px "Times new roman", Tahoma, Arial;
                   color:#1D67A4;
}
#promisto-page .promisto-menu a:hover {text-decoration:none;color:#c00;}

#promisto-page ul li {
margin-left:35px;
}

.p-full p {
font-family:"Times new roman"; 
margin-bottom:1.4em;
}
.p-full h1 {padding-bottom:7px;}

/* Page virshi */
div.lyric p {margin-left:10px;}
div.lyric {float:right;width:67%;}
div.lyricbio {float:left;width:27%;font-size:12px;}
div.lyricbio img {margin-bottom:15px;}
div.lyrictext {float:right;padding:25px;}

/* History page */
#history-page {
	width:910px;
	margin: 0 auto;
	background:#eeebd7;
	padding: 25px;
}
#history-page h1 {font:italic 40px "Georgia";padding-bottom: 20px;color: #546374;}
#history-page p {
	font-size: 12px;
	margin-bottom: 1em;	
}
#history-page h5 {font:bold italic 17px "Georgia";display:inline!important;}
#history-page ul {margin-left:25px;margin-bottom:10px;list-style:none;font-size: 12px;}
#history-page a {color:#000;text-decoration:underline;}
#history-page a:hover {text-decoration:none;}

/* Selo page */
div#selo-page {background:#F7F6E3;padding:25px;display:table;position:relative;margin:0 -25px;}
#selo-page h1 {font:italic 40px "Georgia";padding:20px 0;}
#selo-page p, #history-page p, #full-page p {margin-bottom: 1.2em;line-height:1.4;}
#selo-page a {color:#000;}
#selo-page a:hover {color:#c00;}
#selo-page ul {list-style:none;margin-left:25px;margin-bottom:25px;}
#selo-page ul li {margin-bottom:7px;font-style:italic;}

section#selo-page-news {margin:0 0 25px 50px;width:500px;}
section#selo-page-news h3 {font-style:italic;}
section#selo-page-news article {margin-left:25px;border-bottom:1px #e0d7ce solid;padding:5px 0 5px 0; }
section#selo-page-news article h2 {font-size:13px;display:inline;}
section#selo-page-news article time {font-size:9px;}


/* Full page */
#full-page h1 {font:italic 40px "Georgia";}
#full-page {padding-top:10px;}
#full-page a {color:#000;}

/* Archive page */
#archivepage ul {margin-top:10px;margin-bottom:15px;}
#archivepage ul li {list-style:none;margin-left:15px;padding-bottom:10px;}
#archivepage a {color:#000;}



/* Weather page */
#weather-page {margin-top:10px;}
#weather-page td {width:250px;}
#weather-page img {margin-top:5px;}
#weather-page h2 {
					font-weight:normal;
					font-size:17px;
					margin-bottom:5px;
}

#weather-page .temperature {font-size:21px;}
#weather-page .weather-info {
								color:#444;
								font-size:12px;
								line-height:1.6em;
								display:block;
								margin-top:7px;
}
#weather-page .lastupd {font-size:14px;color:#555;font-style:italic;padding: 5px 0;}

#weather-page .weather-table {margin-bottom:25px;}
.weather-td {background:#F3F1E3;padding:10px;margin:3px;border-top:1px #ccc solid;}
.weather-date {}

#weather-page h1 {font:italic 42px Georgia;color:#1f427b;}

/* Edu page */
#edu-page a {color:#000;}
#edu-page h1 {font:italic 40px "Georgia";padding:20px 0;}
#edu-page ol, #edu-page ul {margin-bottom:15px;}
#edu-page ol li, #edu-page ul li {margin-left:35px;line-height:1.4em;}

/* Ngallery */
.ngg_images {background:#000;}
.ngg_images .widgettitle {color:#fff;text-align:center;margin-bottom:-4px;}
.ngg-widget img {border:0px!important;padding:3px!important;margin-bottom:0px!important;margin-left:2px!important;}
.ngg-widget img:hover {background:#fff;}


#vbulletin-latest-threads {
	background: #F3F1E3;
	padding: 10px;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#vbulletin-latest-threads h3 {font:normal 17px "Arial";border-bottom: 1px #ddd solid;}
#vbulletin_lt_content {color:#666;font-size:12px;font-family:Arial, Tahoma;}
#vbulletin_lt_content a {
	font:normal 14px "Arial"!important;
	color:#333;
	text-decoration:none!important;
	border-bottom: 1px #B2CCF0 solid;
}


/* GUIDE */
#guide {font-family:arial;}
#guide h1 {font:26px/1 'PT Sans Narrow', 'Trebuchet MS', sans-serif}
#guide h3 {font-size:130%;margin-bottom:0.5em;}
#guide address {
                 color:#777;
                 font-size:11px;
}

#guide .place {margin:0 0 15px 15px;}
#guide .place strong {font-weight:normal;color:#F0510C;}
#guide .place a {
                  color:#F0510C;
                  text-decoration:none;
                  border-bottom:1px dotted;
}
#guide .place a:hover {color:#b52121;}

/* Konnyi */
div#konnyi .blocks {display:block;width:250px;font-size:13px;}
div#konnyi {display:table;width:900px;}



/* --- Timeline --- */
#timeline-page {
	width:960px;
	margin: 0 auto;
	background:#eeebd7;
}

#timeline-page h1.title {
	font:italic 40px "Georgia";
	padding: 25px;
}

#timeline-page #timeline a {
	color: #51577b;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#timeline-page #timeline a:hover,
#timeline-page #timeline a.selected {color: #03163e;}

#timeline-page #issues h1, #timeline-page #issues h2, #timeline-page #issues h4, #timeline-page #issues h5, #timeline-page #issues h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
#timeline-page #issues h1 {font-size: 18px;}
#timeline-page #issues h2 {font-size: 14px;}
#timeline-page .sociales {text-align: center;margin-bottom: 20px;}

#timeline {
	width: 560px;
	min-height: 250px;
	overflow: hidden;
	margin: 10 auto;
	position: relative;
	background: url('images/history/dot.gif') left 45px repeat-x;
	padding: 0px 200px;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}

#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('images/history/biggerdot.png') center bottom no-repeat;
}

#dates a {line-height: 38px;padding-bottom: 10px;}
#dates .selected {font-size: 38px;}
		
#issues {
	width: 800px;
	overflow: hidden;
}	
#issues li {
	width: 600px;
	list-style: none;
	float: left;
}
#issues li.selected img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}
				
#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}

#issues li p {
	margin-right: 70px;
	font: normal 17px/1.5em "Georgia";
	color: #000;
}

#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}

/*#grad_left {left: 0;background: url('images/history/grad_left.png') repeat-y;}
#grad_right {right: 0;background: url('images/history/grad_right.png') repeat-y;}*/
		
#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#next:hover,
#prev:hover {background-position: 0 -76px;}

#next {right: 0;background-image: url('images/history/next.png');}
#prev {left: 0;background-image: url('images/history/prev.png');}

#next.disabled,
#prev.disabled {opacity: 0.2;}
