/*
Theme Name: ruination
Theme URI: http://dullneon.com/randomnotes/
Description: Based on plainscape, customised to fit a random ruin
Version: 0.0.1
Author: Mohd Jaffry
Author URI: http://dullneon.com/randomnotes/
Tags: fixed-width, two-columns, no-sidebar, no-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body {
	margin: 0;
	padding: 0;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Ubuntu', Helvetica, Arial, Sans-Serif;
	color:#999;
	background: #E7E6E2 url('/randomnotes/randomgraphics/plainwall_one.png') repeat center center;
	border-top: 1px solid #333;
}

small {
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
}

h1 { font-size: 1.0em; }
h2 { font-size: 1.0em; }
h3 { font-size: 1.0em; }
h4 { font-size: 1.0em; }

pre {
	overflow:auto;
}

acronym, abbr {
	font-size: 1.0em;
	letter-spacing: .01em;
}

strong {	
	font-weight: bold;
}

a {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #F26522;
	text-decoration: underline;
}


hr {
	display: none;
	}

a img {
	border: none;
}


/* GRID */


#page {
	margin: 0 auto;
	padding: 0;
	width: 910px;
}

#header {
}

#wrapper {
}



#content {

	margin: 0;
	padding: 0;


}

	

#sidebar {

	display: none;

}	



#footer {
	clear: both;
}

/* Header */

#header .block {
	width: 260px;
	height: 90px;
	__border-top: 3px solid #333;
	text-align: right;
	float: right;
}

#header .mast {
	width: 520px;
	__border-top: 3px solid #333;
	float: left;
}

#header .pathways {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
}

#header .pathways a {
	text-decoration: none;
	color: #AAA;
}

#header .pathways a:hover {
	color: #F26522;
}

p.pathways .subpath {
	display: none;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
}

p.pathways .subpath a {
	text-decoration: none;
	color: #999;
}

p.pathways .subpath a:hover {
	color: #F26522;
}

.subpath span {
	padding: 0 0 0 1.0em;
	white-space: nowrap;
}

#header h1 {
	font-family: 'Ubuntu', Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: inherit;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}

.imglineup {
	margin-top: 2px;
}

#header h1 a {
	text-decoration: none;
	color: #333;
}
#header h1 a:hover {
	text-decoration: none;
	color: #F26522;
}


#header p.waxing {
	font-size: 1.1em;
	color: #888;
	margin: 0.65em 0 2em 0;
	padding: 0 0 0 0;
}

#header p.waxing a {
	color: #888;
	text-decoration: none;
}
#header p.waxing a:hover {
	color: #AAA;
	text-decoration: none;
}

#header p.subscriber {
	font-family: 'Ubuntu', Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}


/* End header */

/* Post */


.meta {
	width: 260px;
	float: right;
	position: relative;
	text-align: right;

	__border: 1px solid #ccc;
}

.post {
	margin: 15em 0;
	__padding: 1em 1em 0.4em 1em;
	padding: 0;
	background: transparent;
	text-align: left; /* justify */
	overflow: hidden;
	clear: both;
	color: #999;

	__border-right: 2px solid #F26522;
}

.______post:hover .entry {
	color: #666;
}


.post h2 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.post h3.post-title {
	font-weight:bold;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
}	


div.archive-title {
	font-size:1em;
	font-weight:bold;
}


.post hr {
	display: block;
}

.postarrow {
	position: absolute;
	top: 0.25em;
	left: -1.25em;
}

.postarrow a {
	text-decoration: none;
	color: #aaa;
	font-size: 1.4em;
	font-weight: normal;
}


.posttitle h2 {
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;	
	text-align: right;
}
.posttitle h2 a {
	color: #666;
	text-decoration: none;
}
.posttitle h2 a:hover {
	color: #F26522;
	text-decoration: none;
}


.postmetadata {
	clear: both;
	margin: 1em 0;
	font-size: 0.8em;
	line-height: 1.6em;
	color:#AAA;
	display: none;
}
.postmetadata a {
	text-decoration: none;
	color:#AAA;
}

.meta:hover .postmetadata {
	display: block;
}

.clear {

	clear: both;

}

.entry {
	width: 520px;
	font-size: 1.1em;
	line-height: 1.8em;
	__border: 1px solid #ccc;
	margin: 0;
	float: left;
}


.entry ol { 
	list-style-type: decimal; 
	margin: 0 0 1.8em 1.8em;
	__font-size: 1.4em;
	__line-height: 1.6em;
}

.entry ul { 
	list-style-type: disc; 
	margin: 0 0 1.8em 1.2em;
	__font-size: 1.4em;
	__line-height: 1.6em;
}


ul li {
	margin: 0 0 1em 0;
}


ol li {
	margin: 0 0 1em 0;
}

.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }



p {
	padding:0;
	margin: 0 0 1.0em 0;
}

blockquote {
	margin: 0;
	padding: 0;
	background: url(/randomnotes/randomgraphics/quote-start.png) top left no-repeat;
}

blockquote p {
	color: #999;
	margin: 0 1em 0 0;
	padding: 0 0 0 25px;
	font-family: 'Vollkorn', serif;
	font-size: 2.2em;
	line-height: 1.35em;
	letter-spacing: -0.03em;
	text-align: left;
}

p.cite {
	margin: 10px 0 0 25px;
	color: #AAA;
}


p.cite a {
	color: #AAA;
	text-decoration: underline;
}


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding: 0;
	margin: 2px 0 5px 20px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 20px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.navigation {
	margin: 2em 0 0 0;
	__border: 1px solid grey;
}


.adwrap {
	width: 520px;
	padding: 1em 0;
	float: left;
	text-align: left;
	display: none;
}

.adwrap .adbox {
}

.adwrap .adbox span {
	padding: 1em;
	background: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.paginator {
	width: 160px;
	float: right;
	text-align: right;
	padding: 1em 0;
	__border: 1px solid teal;
}
.paginator .wayfinder {
	font-size: 1em;
	font-weight: bold;
}
.paginator .wayfinder a {
	color: #333;
	text-decoration: none;
	padding: 1em;
	background: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.paginator .wayfinder a:hover {
	color: #FFF;
	text-decoration: none;
	background: #F26522;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.paginator .numberfinder {
	display: none;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	margin: 1em 0;
	padding: 1em 0 1em 0;
}


.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.0em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding: 20px;
	text-align: center;
	clear: both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	display: none;
	font-size:1.0em;
	line-height:1.4em;
}

.commentlist {
	display: none;
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	font: 1em 'Ubuntu', 'Lucida Grande', Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Ubuntu', 'Lucida Grande', Sans-Serif;
	font-size: 1.0em;
	}

#sidebar h2 {
	padding: 0;
	background:url('images/border_h.png') repeat-x bottom;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	



/* Footer */	

#footer {
	padding: 1em 0;
	text-align:center;
	font-size:1.0em;
	color:#666;
	margin:20px;
}

/* Custom */

/* random friday music */
.cdmusic {
	margin: 0 0 1em 0;
	width: 100%;
	text-align: center;
}
.cdcase {
	position: relative;
	margin-bottom: -381px;
	top: -381px;
	left: -15px;
	height: 390px;
	background: url('/random-notes/randomgraphics/case.png') no-repeat center center;
	z-index: 1002;
}
.cdart {
	z-index: 1001;
}
.cdart img {
	margin: 0;
	padding: 10px 0 0 0;
}
/* /random friday music */


.largertext {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #888;
}

form.internalsearch {
	margin: 1em 0 0 0;
}

form.internalsearch input {
	font-size: 0.8em;
	color: #AAA;
	background: #E7E6E2;
	border: 1px solid #CCC;
	outline: 0;
	padding: 0.2em;
	text-align: right;
}

form.internalsearch input:focus {
	color: #999;
	background: #fff;
	border: 1px solid #F26522;
	outline: 0;
	text-align: right;
}

.icurve {
	-moz-border-radius: 8px;
	border-radius: 8px;
}

em {
	font-style: italic;
}

code {
	font-family: 'Anonymous Pro', monospace;
}

code.big {
	font-family: 'Anonymous Pro', monospace;
	font-size: 3em;
	line-height: 1.8em;
	letter-spacing: -0.05em;
	padding: 0.5em;
	margin: 0.5em;
	border: 1px dashed white;
	display: block;

}


dt {
	font-weight: bold;
	font-size: larger;
}

dd {
	margin: 0.2em 1em 1.4em 1em;
}

select.selectas {
	font-size: 0.8em;
}

dl.listings dt {
	font-weight: bold;
}

dl.listings dd {
	margin: 0 0 1.25em 0;
	font-style: normal;
	font-size: 9px;
	font-weight: normal; 
	color: #CCC;
}

dl.listings dd a {
	text-decoration: none;
	color: #CCC;
}

pre {
	font-family: 'Anonymous Pro', Courier, monospace;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #888;
}

::selection {
       background-color: #F26522;
       color: #fff;
}
::-moz-selection {
       background-color: #F26522;
       color: #fff;
}

.photocredit {
	color: #ccc;
}
.photocredit a {
	color: #ccc;
	text-decoration: none;
}

.fauxborder {
	border: 1px solid #e2e4d7;
}
