/*  
THEME NAME: Simplr-OMA
THEME URI: http://www.plaintxt.org/themes/simplr/
DESCRIPTION: Single-column and content-centered. For WordPress 2.0+ (and Widgets friendly).
VERSION: 1.4.1 (mod 70407)
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
*/

/*
"Simplr" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/


body {
	line-height: 125%;
	margin: 0;
	padding: 0;
	background: #fff url('images/obscurantist-suit-sk.gif') no-repeat -4px 6px;
}

/* FONT AND LINE HEIGHT DECLARATIONS */
div#banner-nav, h1#title, p#description, h2.post-title, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, li#search input#s, input#author, input#email, input#url, textarea#comment {
	line-height: normal;
}


/* BANNER NAV STUFF */
div#banner-nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	position: fixed;

	background: #eee;
	border-top: 0.4em solid #ccc;
	border-bottom: 1px solid #ddd;
	
	color: #333;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 0.3em 2em 0.4em 2em;
	text-transform: uppercase;
}
div#banner-nav ul, div#banner-nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#banner-nav ul li img {
	position: relative;
	top: 0.12em;
}




/* CONTAINER OF ALL, MUCH LIKE YOUR MOMMA */
div#container {
	/* background: #fff; */
	color: #111;
	margin: 0 10% 0 164px;
	padding: 10px 0 0 0px; 
	min-width: 600px;
	max-width: 850px;
}

div#wrapper{
}


/* HEADER STUFF */
div#header {
	margin: 25px auto 24px 0;
	text-align: center;
	width: 400px;
	height: 100px;
}
h1#title, p#description {
	margin: 0 auto;
}

h1#title {

}

a#title-link{
	text-indent: -4000px;
	background: url('images/obs.gif') center no-repeat; 
	width: 450px;
	height: 60px;
	display: block;
}

p#description {
	font-size: 1em;
	color: #999;
}



/* CONTENT STUFF */

#content {
	max-width: 720px;
	}

h2.post-title {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	border-bottom: 4px solid #eeeef3;
}

h3.post-date {
	background: #fff;
	color: #637b93;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 0 2em;
}
div.post-entry p {
	margin: 1em 0;
	line-height: 1.8em;
}
div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1.1em;
	margin: 1em 0 -0.8em 0;
}

cite {
	font-size: .9em;
	margin: 4px 10px 10px 10px;
	padding: 2px 4px;
}

code, pre {
	font: 1em/normal "courier new", courier, monospace;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #e15119;
}

hr {
	width: 80%;
	margin: 10px auto;
	background: #999;
	height: 1px;
	border: none;
}



div.post-entry blockquote {
	background: #eee; /* #e9eef0; */
	border-left: 1px solid #e0e0ef;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color: #111;
	padding: 10px;
	font-size: .9em;
	line-height: 1.6em;
	margin: 1em;
}
div.post-entry blockquote p {
	margin: 0.7em 1em;
}

div.post-entry blockquote.code{
	font: 1em/normal courier, monospace;
}

.more-link {
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
p.pagination {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
p.post-metadata {
	font-size: 0.9em;
	margin: 0 0 3em 0;
}

p.post-metadata strong {
	text-transform: lowercase;
	color: #333;
}

div.single-post {
	clear: both;
}

#single-post-metadata {
	font-size: .9em;
	color: #666;
	margin-top:4px;
}
ul#single-post-metadata {
	list-style: none;
}
#single-post-metadata p {
	margin: 0;
	padding: 0;
}


/* DEFINITION LISTS */

dl {
	margin: 10px 0 20px 0;
	padding: 0;
}


dt {
	margin: 0 0 0 0;
	clear: both; 
	font-weight: bold;
	font-size: 1.2em;
}


dd {
	margin: 6px 0 20px 20px;
}




dl#single-post-metadata {
	margin: 0;
	padding: 0;
}


dl#single-post-metadata dt {
	width: 4em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #eed;
	clear: both; 
	font-weight: bold;
}

dl#single-post-metadata dd {
	float: left;
	width: 15em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #eed;
}




/* COMMENTS STUFF */
h3#comment-count {
	font-size: 1.1em;
	padding: 2em 0 0.1em 0;
}
div#comments ol {
	margin: 0 0 0 2em;
	padding: 0;
}
div#comments ol li {
	background: #cbd3db;
	color: #111;
	margin: 0.5em 0;
	padding: 0.5em 1em;
}
div#comments ol li.alt {
	background: #e9eef0;
	color: #111;
}
div#comments ol li p {
	margin: 0.5em 0;
}


/* SIDEBAR AND COL1/COL2 STUFF */
div.sidebar {
	margin: 2em 0;
	width: 48%;
}
div.sidebar p {
	font-size: 1em;
	margin: 0.5em 0;
}
div.sidebar ul, div.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidebar h2 {
	font-size: 1em;
}
div.sidebar h2, h3#comment-count {
	border-bottom: 2px solid #637b93;
	font-weight: bold;
	margin: 1em 0 0 0;
}
div#calendar_wrap {
	margin: 0 auto;
	text-align: center;
}
table#wp-calendar {
	margin: 0 auto;
	text-align: left;
}
table#wp-calendar caption {
	margin: 0 auto;
	text-align: center;
}


/* FOOTER STUFF */
div#footer {
	background: #fff;
	border-top: 2px solid #637b93;
	clear: both;
	color: #637b93;
	margin: 2em 0 1em 0;
	padding: 0.5em 0 0 0;
	text-align: center;
}
div#footer p {
	display: inline;
	font-size: 0.8em;
	margin: 0 0.5em;
}


/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
	font-size: 0.8em;
	font-weight: bold;
	height: 1.6em;
	margin: -1em 0 2em 0;
	text-transform: uppercase;
	width: 100%;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	display: block; 
	margin-left: auto;
	margin-right: auto;
}

ul.across {
}
	ul.across li
	{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	}

.clearer {
	clear: both;
	height: 0;
}





/* BOHEMIAN TABLE RHAPSODY  */

table#bohemian {
	border: 0;
	background: #eed;
}

table#bohemian td {
	border-top: 1px solid #ccb;
	vertical-align: top;
	font-size: .9em;
}
table#bohemian td.bg-name {
	font-weight: bold;
}
table#bohemian td.bg-camp {
	font-style: italic;
}
table#bohemian td.bg-content {
	line-height: 1.6em;
}



/* TAGGING RELATED */
h2.tag-title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}

#tag-cloud {
	margin: 10px 60px;
	line-height: 2.4em;
	text-align:justify
}


#tag-cloud a {
	margin: .5em;
	}

#tag-cloud a:link,
#tag-cloud a:visited {
	text-decoration: none;
}
#tag-cloud a:hover {
	text-decoration: underline;
}


.tag-link {

}


/*============== LINKS FOR ALL =================*/
a {
	outline: none;
}

div#banner-nav ul li a, div#banner-nav ul li a:active, div#banner-nav ul li a:link, div#banner-nav ul li a:visited {
	background: transparent;
	color: #0c141c;
	padding: 0 0.4em;
	text-decoration: none;
}
div#banner-nav ul li a:hover {
	background: transparent;
	color: #e15119;
}

/*
h1#title a, h1#title a:active, h1#title a:link, h1#title a:visited{
	background: #fff;
	color: #cdc; // #28425e;
	font-weight: normal;
	display: block;
	text-decoration: none;
	width: 100%;
}
*/

div.sidebar ul li h2 a, div.sidebar ul li h2 a:active, div.sidebar ul li h2 a:link, div.sidebar ul li h2 a:visited,
h2 a:link, h2 a:visited {
	background: transparent;
	color: #637b93;
	text-decoration: none;
}
div.sidebar ul li h2 a:hover,
h2 a:hover {
	background: transparent;
	color: #e15119;
}
div.post-entry a, div.post-entry a:active, div.post-entry a:link, div.post-entry a:visited, div#comments a, div#comments a:active, div#comments a:link, div#comments a:visited {
	background: transparent;
	color: #2f4e6f;
	text-decoration: none;
}

div.post-entry a:visited, div#comments a:visited {
	background: transparent;
	color: #637b93;
}
div.post-entry a:hover, div#comments a:hover {
	background: transparent;
	color: #e15119;
	text-decoration: underline;
}

div.post-header a, div.post-header a:active, div.post-header a:link, p.post-metadata a, p.post-metadata a:active, p.post-metadata a:link, div.navigation a, div.navigation a:active, div.navigation a:link,
dd a, dd a:active, dd a:link {
	background: transparent;
	color: #2f4e6f;
	text-decoration: none;
}
p.post-metadata a:visited, div.navigation a:visited,
dd a:visited  {
	background: transparent;
	color: #637b93;
}
div.post-header a:hover, p.post-metadata a:hover, div.navigation a:hover, dd a:hover  {
	background: transparent;
	color: #e15119;
	text-decoration: underline;
}


div#comments div#col1 ul li ul li a, div#comments div#col1 ul li ul li a:hover, div#comments div#col2 ul li ul li a, div#comments div#col2 ul li ul li a:hover {
	text-decoration: none;
}
div.sidebar ul li ul li a, div.sidebar ul li ul li a:active, div.sidebar ul li ul li a:link, div.sidebar ul li ul li a:visited {
	background: #f0f0f0;
	border: 1px solid #ccc;
	color: #666;
	font-weight: bold;
	display: block;
	font-size: .9em;
	margin: 0.5em 0;
	padding: 0.5em;
	text-decoration: none;
	width: 96%;
}

div.sidebar ul li ul li a:hover {
	background: #cbd3db; /* #99a0aa; */
	color: #000;
	border: 1px solid #000;
}


div.sidebar ul li ul li a.rsswidget {
	display: block !important;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	background: #fff;
	color: #637b93;
	text-decoration: underline;
}
div#footer a:hover {
	background: #fff;
	color: #e15119;
	text-decoration: none;
}



/* IMAGE ELEMENTS, INCLUDING LINKS */
div#content img.center, div#content img.alignright, div#content img.alignleft {
	border: none; /* 1px solid #637b93; */
}
div#content img.center {
	display: block;
	margin: 0.4em auto;
}
div#content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div#content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}

div#content a:hover img.center, div#content a:hover img.alignright, div#content a:hover img.alignleft {
	border: none; /*1px solid #e15119; */
} 


a img, li a img {
	border: none !important;
}


/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
div.formcontainer {
	font-size: 1em;
	overflow: hidden;
	position: static;
	width: 99%;
}
div.formright, div.formleft {
	background: #fff;
	color: #111;
	display: inline;
	float: left;
	margin: 0.5em 0 0 0;
}
div.formleft {
	clear: both;
	text-align: center;
	width: 10%;
}
div.formright {
	width: 90%;
}
li#search form {
	margin: 0;
	padding: 0.4em 0 0 0;
	width: 100%;
}
li#search input#s {
	width: 75%;
}
li#search input[type=submit] {
	width: 20%;
}
label img {
	position: relative;
	top: 0.3em;
}
li#search input#s, input#author, input#email, input#url, textarea#comment {
	border: 1px inset #637b93;
	font-size: 1em;
	margin: 0;
	padding: 0.2em;
}
form#commentform {
	margin: 0;
	padding: 0;
}
input#author, input#email, input#url, textarea#comment {
	width: 91%;
}
textarea#comment{
	overflow: auto;
}




/* =============  SERVICES ============ */


/* SOCIAL BOOKMARKING  plugin 
-------------------------------------------- */
img.bookmark {
	margin: 4px 4px 4px 0;
}


/* WP-SNAP  plugin 
-------------------------------------------- */

/* ---- for OMA index styles ---- */

ol.snap_nav {
	display: block;
	margin: 12px auto 10px auto;
	padding: 0;
	clear: both;
	list-style: none;
	height: 30px;
	width: 420px;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 4px 10px 0;
	font-size: 1.2em;
}

ol.snap_nav li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}



/* ==================  BUGFIXES ================= */

/* TRICKY FLOAT CLEAR CLASS */
/* http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}

