

/* Own*/
body {
	width:960px;
	margin:0 auto;
	font:normal 14px/1.5 Arial, Helvetica, sans-serif;
	padding:0 10px;
	background:#fff;
	color:#000;
}

header {
	margin:10px 0;
}

nav {
	border-top:3px double #666;
	border-bottom:3px double #666;
	float:left;
	width:100%;
	font-family:Cambria,"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:15px;
}

nav  ul, ul.shortlinks, .tags {
	padding:0 5px;
	list-style:none;
	margin:0 0 0 20px;
}

nav li, ul.shortlinks li {
	display:block;
	float:left;
	width:auto;
	margin:2px 10px 2px 0;
	padding:3px 0;
}

nav li.rss a {
	background:url(img/icon-rss.png) 95% 45% no-repeat;
	padding-right:25px;
}

nav a {
	padding:5px 10px;	
	color:#000;
	text-decoration:none;
}

nav a:hover, nav a.active, nav li.rss a:hover {
	color:#fff;
	background:#0481b5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-shadow:1px 1px 1px #000;
}

nav li.rss a:hover {
	background:#0481b5 url(img/icon-rss.png) 95% 45% no-repeat;
}

article {
	padding:10px 0 10px 32px;
	border-top:1px solid #ccc;
}

article header {
	margin:0;
}

.read-more {
	margin-left:-3px;
}

article footer {
	padding:0 3px;
	color:#999;
}


article footer div .vcard {
	float:left;
	width:50%;
	font-size:11px;
}

article footer div .vcard p {
	float:left;
	width:50%;
}

article footer div p {
	float:right;
	width:50%;
	text-align:right;
}

article footer a {
	color:#999;
}

article footer a:hover {
	color:#0481b5;
}

footer {
	clear:both;
	padding:15px;
}

footer p {
	padding-left:0;
	padding-right:0;
}

footer[role="contentinfo"] p {
	font-size:12px;
}

aside {
	border-bottom:2px solid #CCCCCC;
	border-top:3px double #000000;
	float:right;
	font-family:Cambria,"Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",Times,serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin:5px -20px 10px 30px;
	padding:5px 15px 10px;
	width:25%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Cambria,"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	padding-bottom:5px;
}

h1 {
	font-size:30px;
/*	padding-left:35px;*/
}

p {
	font-size:12px;
	padding:0 2px 10px 2px;
}

p a, article ul a, article ol a {
	text-decoration:none;
	padding:2px 3px;
}

p a:hover, article ul a:hover, article ol a:hover {
	background:#0481b5;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
pre, code {
       font-family: Courier,"Courier New",monospace;
	   font-style:normal;
}

blockquote {
	background:#f7f7f7;
	border-left:3px solid #ccc;
	margin-left:-30px;
	padding:15px 0 5px 0;
	margin-bottom:10px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

blockquote p:first-child:before {
	content:'"';
}

blockquote p {
	padding:0 15px 10px 30px;
	font-size:14px;
}

blockquote p:first-child {
	text-indent:-5px;
}

blockquote cite {
	margin-left:30px;
}

article blockquote pre {
	margin:0 15px 10px 30px;
	font-style:normal;
}

article ul, article ol, article dl {
	padding:0 2px;
	margin-bottom:10px;
	font-size:12px;
}

dt {
	font-weight:bold;
}

dd {
	padding-bottom:5px;
}
article footer p, article footer span {
	padding:0;
	font-size:11px;
}

article footer a {
	color:#999;
	background:none;
	text-decoration:underline;
	padding:0;
	text-shadow:0;
}

article footer p a:hover {
	background:none;
	color:#0481b5;
	text-decoration:underline;
}

article pre {
	border:1px dotted #999;
	padding:10px;
	margin-bottom:10px;
	overflow-x: auto;	
}

figure {margin: 1.5em 0 2em;}
figcaption {margin: .75em 0; text-align: center; font: italic 13px/18px Cambria, Georgia, "Times New Roman", Times, serif;}
figure img {display: block; margin: 0 auto; border: 1px solid #999; padding: 6px; background: #fff;}
figure blockquote {margin-left: 0; border: 1px dashed #999; padding: 6px; font-style: normal;}
figure blockquote p {margin: .75em 0; padding: 0 1.5em;}
figure blockquote p:first-child {text-indent: 0;}
figure blockquote p:first-child:before {content: '';}
figure blockquote p + p {margin-top: 1.5em;}
figure ol, figure ul {margin: .75em 0; padding: 0 1.5em;}

.warning {
	background:#FCC;
	border:2px solid #F33;
	padding:10px;
	margin-bottom:10px;	
}

.disclaimer {
	background:#FF9;
	border:2px solid #FC0;
	padding:10px;
	margin-bottom:10px;
	font-size:12px;	
}


.abstract {
    padding: 5px 0;
}

.abstract p {
  display: block;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
  border: solid rgb(200,200,200) 1px;
}


/* Comments*/

.newcomment {
    width: 510px;
    padding:5px;
    border: 1px solid rgb(200,200,200);
    background: rgb(230,230,230);
    overflow-x:auto;
    overflow-y:auto;
}

.newcomment>textarea {
    min-height:54px;
    width: 500px;
    overflow: auto;
    max-width:500px;
    border: 1px solid rgb(200,200,200);
}

.fieldinfo {
    font-size:small;
    color: rgb(100,100,100);
}
