/*
Theme Name: Roblog 11
Version: 1.0
Author: Rob Miller
Author URI: http://robm.me.uk/
*/

/* @group CSS Reset */

* {
	margin: 0;
	padding: 0;
}

* :link,:visited {
	text-decoration: none
}

/** ul,ol {
	list-style: none;
}

* li {
	display: inline;
}*/

* h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

* a img,:link img,:visited img {
	border: none
}

a {
	outline: none;
}

table {
	border-spacing: 0;
}

img {
	vertical-align: middle;
}

/* @end */

/* @group Basics */

@font-face {
	font-family: "Gentium Basic";
	src: local("Gentium Basic"), url("./gentium.ttf");
}

@font-face {
	font-family: "Gentium Basic";
	src: local("Gentium Basic Italic"), url("./gentium-italic.ttf");
	font-style:italic;
}

@font-face {
	font-family: "Gentium Basic";
	src: local("Gentium Basic Bold"), url("./gentium-bold.ttf");
	font-weight:bold;
}

body {
	background:#fff;
	color: #000;
	font-family: "Gentium Basic", Garamond, Palatino, Georgia, serif;
	width: 40em;
	margin: 1em auto;
}

a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:active {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	text-align: center;
	font-style: italic;
	font-weight: normal;
	line-height: 1.1em;
	color:#595959;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	border-bottom: none !important;
}

h1, h2 {
	letter-spacing: -1px;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em; 
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1em;
}

h2 + p:first-line,
p.documentDescription + p:first-line,
hr + p:first-line,
.content > :first-child:first-line {
    font-variant: small-caps;
	font-size:1.2em;
}
h2 + p,
p.documentDescription + p,
hr + p,
p.discreet {
	text-indent: 0;
}

p {
	font-size: 1.3em;
	text-align: justify;
	line-height: 1.5em;
	/*text-indent: 1em;*/
	margin: 0.75em 0;
}

ul,ol {
    padding-left: 1em;
}

ul,ol, dl {
    line-height: 1.5em;
	margin: 0.5em 0;
}

ul ul,
ul ol,
ol ul {
	font-size: 1em !important;
}

dt { 
	font-style: italic;
}

dd { 
	margin: 0em 0 0.5em 1em;
}


strong {
	font-weight: normal;
	font-style: italic;
}

blockquote {
    font-style: italic;
    border: 1px solid #ccc;
    border-style: solid none;
    padding: 0 1em;
    margin: 0;
}

q {
    quotes: "“" "”" "‘" "’"
}

textarea {
	width: 100%;
}

pre {
	background-color: #222;
	color: #fff;
	font-family: Monaco, Menlo, Consolas, Inconsolata, "Courier New", monospace;
	padding: 2em;
	overflow-x: auto;
	font-size: 0.8em;
	margin-bottom: 1em;
	line-height: 1.3em;
}

code {
	font-family: "American Typewriter", Monaco, Menlo, Consolas, Inconsolata, "Courier New", monospace;
        font-size: 90%;
}

hr { 
    height: 1px; 
    border: 0; 
    color: #333; 
    background-color: #333; 
    width: 40%; 
    margin: 2em auto; 
}

sup { 
    font-size: 60%; 
}

abbr,
acronym,
.name {
    font-variant: small-caps;
    text-transform: lowercase;
    font-style: normal;
    margin: 0 0.1em;
    border: none;
}

kbd {
    font-family: Georgia, Baskerville, "Palatino Linotype", Times, "Times New Roman", serif;
    font-variant: small-caps;
    text-transform: lowercase;
    font-weight: bold
}

legend {display: none;}
fieldset {border: none;}
/* @end */

/* @group Site-specific */

h1.banner {
	font-weight:bold;
	font-style:normal;
	letter-spacing: 0.05em;
	margin: 0;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
}

h1.banner a {
	color: #777;
}
h1.banner a:hover {
	color: #666;	
}

h2.banner {
	font-size: 1.375em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	font-variant: small-caps;
	text-transform: lowercase;
}

p.nav {
	text-align:center;
	margin:0 0 1em 0;
	font-style:italic;
	text-indent:0;
}

p.date { 
    color: #595959; 
    display: block; 
    text-align: center; 
    letter-spacing:0.3em;
	text-transform: uppercase;
	font-size:1.1em;
}

.archivehead {
	margin-bottom:0.5em;
}

.sidenote { 
    /*position: absolute; 
    left: 42em;*/ 
	float: right;
	display: block;
	margin: 0.5em -8em 0.5em 1em;
    width: 10em; 
    padding: 0.5em 1em; 
    border: 1px dotted #aaa;
    text-indent: 0;
    text-align: left;
	font-style: italic;
}

.image-right {
	float: right;
        clear: right;
	display: block;
	margin: 0.25em -8em 0.5em 1em;
    border: 1px solid #666;	
}

.image-left {
	float: left;
        clear: left;
	display: block;
	margin: 0.25em 1em 0.5em -8em;
    border: 1px solid #666;	
}

.image-inline {
    border: 1px solid #666;	
}

.endMarker {
    display: inline-block;
    height: 16px;
    width: 16px;
}

#meta {
	margin-bottom: 3em;
	font-variant: small-caps;
	text-transform: lowercase;
	clear: both;
}

#meta p {
	text-indent: 0;
	text-align: center;
}

.post {
	margin-bottom:2em;
}

.author, .comment-author {
	text-align:right;
}

.commentlist {
	font-size:1em;
	list-style:none;
	padding:0;
}

.comment-hr {
	border-bottom:1px solid #666;
	width:50%;
	margin:2em auto;
}

.comment-meta {
/*	text-transform:uppercase;*/
	text-align:left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.navigation {
	position:relative;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

p.cite {
	font-style:italic;
	text-align:right;
}

p.cite cite {
	font-style:normal;
}

div.book-info {
	float:right;
	max-width:200px;
	margin:7px -250px 0 0;
}

img.book-cover {
	max-height:250px;
}

div.book-info cite {
	display:block;
	margin-top:10px;
	font-style:normal;
	line-height:1.5em;
}

div.book-info cite span {
	font-style:italic;
}

p.readmore {
	text-align:right;
}

.archive-column {
	position:relative;
	overflow:hidden;
	margin:2em 0;
}

.archive-column {
	float:left;
	width:19em;
}

.archive ul {
	list-style:none;
}

.info {
	font-style:italic;
	margin-bottom:2em;
}

.tags {
	font-style:italic;
}

#footer {
	font-style:italic;
	color:#777;
	text-align:center;
	font-size:1em;
	margin-top:2em;
	clear:both;
}
/* @end */

/* @group iPhone */

@media only screen and (max-device-width: 480px) {

body {
	width: 440px;
	margin: 20px;
	padding: 0;
	font-size: 140%;
}	

p {
	text-indent: 0;
}
.sidenote,
img.image-right,
img.image-inline {
	float: none;
	display: block;
	margin: 1em auto;
    width: 90%;
}

}

/* @end */


/* @end */
