/*  
Theme Name: Paragrams
Theme URI: http://www.wpshower.com
Version: 1.16-reconstructed
Description: Reconstructed legacy Paragrams theme based on the available stylesheet and folder structure.
Author: OpenAI for user recovery
Author URI: https://openai.com
License: GNU/GPL Version 2 or later
Text Domain: paragrams
*/

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
blockquote {
	font-style:italic !important;
	margin-left:70px !important;
}

table {border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#222222;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#222222;}
tfoot {font-style:italic;}
td#next {text-align:right;}
caption {background:none repeat scroll 0 0 #EEEEEE;}
th, td, caption {padding:4px 10px 4px 5px;}
caption, th, td {font-weight:strong;text-align:left;}

body { background: url(images/bg.png) no-repeat fixed center top; }

#outer {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
}
#outer {
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	line-height:1.4;
}

#header {
	position: relative;
}
#header:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
#header #logo {
	height: 149px;
	width: 100%;
	float:left;
	
}
#header #logo a {
	display: block;
	height: 149px;
	width: 100%;
	background: url(images/header-bg-iks.gif), url(images/header-bg-logo.png); 
	background-position: left top, left bottom;	
	text-indent: -9999em;
	background-repeat: no-repeat;
}
#header #serv {
	width:320px;
	height:40px;
	position: absolute;
	right: 0;
	bottom: 1px;
}
#serv #search {
	height:40px;
	float:left;
	width:133px;
	border-left: solid 1px #DADADA;
}
#serv #search input {
	border:none;
	height: 40px;
	width: 117px;
	padding:0 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
#serv #search input:hover, 
#serv #search input:focus {
	box-shadow: 0 0 0 6px #f4f4f4 inset;
	-webkit-box-shadow: 0 0 0 6px #f4f4f4 inset;
}
#serv #navicons {
	width:245px;
	height:50px;
	float:right;
}
#serv #navicons li {
	float:left;
}
#serv #navicons a {
	height:50px;
	line-height:50px;
	padding-left:20px;
	background-image: url(images/top-icons.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin:0 5px;
	text-decoration:none !important;
	font-size:11px;
	display:block;
}
#serv #navicons a:hover {
	background-image: url(images/top-icons-hover.png);
}
#serv #navicons a#subscribe {
	background-position: left 19px;
}
#serv #navicons a#twitter {
	background-position: left -19px;
}
#serv #navicons a#facebook {
	background-position: left -58px;
}
#serv #menu {
	background-color:#000;
	height:50px;
	width:476px;
	margin-top:50px;
}
#lang {
    position: absolute;
	right: 0px;
	top: 0px;
    margin: 0;
    overflow: hidden;
    border: none;
}
#lang span.title {
	display: block;
	padding: 15px 10px 15px 17px;
	float: left;
}

#lang li {
	border-top:none;
	float: left;
	padding: 0;
	border-left: #dadada 1px solid;
}
#lang li a {
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 24px 0 23px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
}
#lang li:last-child a {
	padding: 0 24px 0 24px;
}
#lang .lang li.active {
	background-color: #eeeeee;
}
#lang .lang-it { display: none; }
.pagetitle {
	font-size:30px;
	font-weight:normal;
	padding:15px 10px;
	border-bottom:solid 1px #DADADA;
}
#main {
	overflow:hidden !important;
	border-bottom: solid 1px #DADADA;
	position:relative;
	margin-left:-1px;
}
.search-no-results #main, .page-id- #main-inner {
	height:200px !important;
}
.search-no-results #main h1, .page-id- #main-inner h1, #error {
	font-size:21px;
	line-height:1.2;
	margin:15px;
	font-weight:normal;
}
.article {
	width:299px;
	background-color:#FFF;
	padding:10px;
	overflow:hidden;
	border-bottom: solid 1px #DADADA;
	margin-top:0;
    
}
.li_container .mcol { margin-bottom: -1px; }
.li_cont1, .li_cont2 {
	margin-right:1px;
}
.article ul, .article ol {
	margin-bottom:15px;
	margin-left:45px;
}
.article ul {
	list-style-type: disc;
}
.article ol {
	list-style-type: decimal;
}
.article img {
	margin-bottom:15px;
	border:0 none !important;
	max-width:100%;
	height:auto;
}
#main .article:hover {
	background-color:#FFF;
}
.li_container {
	background-attachment: scroll;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.li_container .article:hover {
	background-color:#ce2b7f;
}
.li_container .article:hover h2 a,
.li_container .article:hover p {
	color: #fff;
}
.article h2 {
	font-size:22px;
	line-height:1.2;
	margin-bottom:15px;
	font-weight:normal;
}
.article h2 a {
	text-decoration:none !important;
}
.article a.preview {
	display:block;
    background: none;
    border: none;
    padding: 0;
}
.article a.preview:visited {
	display:block;
}
.article p {
	margin-bottom:16px;
	line-height: 17px;
}
.article p.time_place {
	font-weight: bold;
}
.article p.artist {
	font-weight: bold;
	margin-bottom: 0;
}
.article .postmetadata {
	display: none;
	font-size:10px;
	color:#929292;
	margin-top: 15px;
}
#nav {
	border-top:1px solid #DADADA;
	height:49px;
	clear:both;
}
.single #nav {
	margin-top:-1px;
	display: none;
}
.attachment #nav {
	margin-top:-1px;
	margin-bottom:-17px;
}
#nav #navright a {
	line-height: 49px;
	float: right;
	border-left:solid 1px #DADADA;
	padding:0 10px;
	text-decoration:none !important;
	color:#000 !important;
	background-attachment: scroll;
	background-image: url(images/nav-arrows.gif);
	background-repeat: no-repeat;
	background-position: right -46px;
	padding-right:25px;
}
#nav #navright a:hover, #nav #navleft a:hover {
	background-color:#FECADB;
}
#nav #navleft a {
	line-height: 49px;
	float: left;
	border-right:solid 1px #DADADA;
	padding:0 10px;
	text-decoration:none !important;
	color:#000 !important;
	background-attachment: scroll;
	background-image: url(images/nav-arrows.gif);
	background-repeat: no-repeat;
	background-position: left 21px;
	padding-left:25px;
}

#main-inner {
	margin-right:181px;
	border-right:solid 1px #DADADA;
	clear: left;
}
#main-inner .article {
	width:auto;
	clear: left;
	border-top: none;
	border-bottom: none;
	border-left:none;
	border-right:none;
	padding: 1em;
}
#main-inner .article .article_photo {
	text-align: center;
}
#main-inner .article h1 {
	font-size:30px;
	font-weight:normal;
	margin-bottom: 16px;
}
#main-inner .article h2 {
	margin-bottom:32px;
	text-decoration: underline;
}
#main-inner .article h3 {
	font-size:12px;
	padding: 0; 
	margin: 0;
	font-weight:bold;
	text-transform: uppercase;
}
#main-inner .article .postmetadata {
	font-size:10px;
	color:#929292;
	margin-bottom: 10px;
	margin-top:5px;
	display:block;
}
#main-inner .article .postmetadata.tags {
	margin-bottom: 0px;
	margin-top:0px;
}
#sidebar {
	width:181px;
	float:right;
	margin: 0 0 -1px -1px;
	border-left:solid 1px #DADADA;
	border-bottom:solid 1px #DADADA;
}
#sidebar .banner { position: relative; left: -1px; top: 0px; }
#sidebar .banner a.down { display: block; width: 171px; height: 318px; border: #000 6px solid; }
#sidebar .banner a:hover.down {  border: #555555 6px solid; }
#sidebar .sponzori a { border-top: #dadada 1px solid; display: block; }
#sidebar h2 {
	font-size:14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar .textwidget p { font-size: 14px; line-height: 20px;}
#sidebar li {
	border-top:solid 1px #DADADA;
	padding:15px 10px;
	margin-top:-1px;
	list-style:none;
}
#sidebar #recent-posts li a {
	text-decoration:none !important;
}
#sidebar li li {
	padding:0px;
	border:none;
}
#sidebar .post-date {
	font-size:11px;
	color:#929292;
}
li.comment {
	padding:10px;
	border-bottom:solid 1px #DADADA;
	word-wrap:break-word;
	overflow:hidden;
	margin-bottom:-1px;
}
.comment-author {
	font-size:10px;
	margin-bottom:5px;
	color:#929292;
}
.avatar {
	float: left;
	text-align: top;
	padding-right: 10px;
}
.comment-body p {
	padding-top:10px;	
}
h3.comments2 {
	line-height:49px;
	border-bottom:solid 1px #DADADA;
	border-top:solid 1px #DADADA;
	padding-left:10px;
	margin-top: -17px
}
#respond {
	padding-top: 17px;
}
#commentform textarea {
	width:95%;
	border:solid 10px #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 10px;
	box-sizing:border-box;
}
#commentform textarea:hover, #commentform textarea:focus {
	border:solid 10px #FECADB;
}
#author, #email, #url {
	float:left;
	padding:7px 10px;
	width:31%;
	border:solid 10px #FFF;
	box-sizing:border-box;
}
#author, #email {
	margin-right:1%;
}
#author:hover, #email:hover, #url:hover,#author:focus, #email:focus, #url:focus {
	border:solid 10px #FECADB;
}
.submit {
	height:49px;
	border-top:solid 1px #DADADA;
	clear:both;
}
#submit {
	padding:0 10px;
	background:none;
	line-height:49px;
	height:49px;
	border:none;
	font-size:12px;
	cursor:pointer;
}
#submit:hover {
	background-color:#FECADB;
}
#footer {
	border-top:1px solid #DADADA;
	height: 65px;
	border-top:solid 1px #DADADA;
	clear:both;
	width:auto;
}
#footer #copyright {
	line-height: 65px;
	float: left;
	border-right: none 1px #DADADA;
	padding:0 10px;
}
#footer #credits {
	line-height: 65px;
	float: right;
	border-left:solid 1px #DADADA;
	padding:0 10px;
	display: none;
}
#footer ul.nav { float: right; padding: 0 34px 0 0; }
#footer ul.nav li { float: left; list-style:none; }
#footer ul.nav li a { float: left; line-height: 65px; padding: 0 34px; }

.entry-content img { margin: 0 0 1.5em 0; max-width:100%; height:auto; }
.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; font-style: italic; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
.attachment img { display: block; margin: 0 auto; }
#nav-below .nav-previous { display: block; float: left; }
#nav-below .nav-next { display: block; float: right; }

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.screen-reader-text {
	position:absolute;
	left:-9999px;
}

@media (max-width: 980px) {
	#outer {
		width: auto;
		margin: 0 10px;
	}
	#main-inner {
		margin-right:0;
		border-right:none;
	}
	#sidebar {
		float:none;
		width:auto;
		border-left:none;
	}
	.article {
		width:auto;
	}
	#author, #email, #url {
		width:100%;
		margin-right:0;
		margin-bottom:10px;
		float:none;
	}
}
