/*
Theme Name: m2819
Theme URI: http://matt2819.com/myanmar
Description: The matt2819 WordPress theme is a modification to the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> theme.
Version: 1.0
Author: Martin Eagle
Author URI: http://matt2819.com/myanmar
Tags: white, brown, yellow, gold, swirls, custom header, fixed width, two columns, right sidebar, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




/*
Stylesheet for matt2819.com/myanmar 
*/

body {
	font:80% Verdana, Sans, sans-serif, Arial, Helvetica; 
	background:url(images/bg-body.png) repeat-x top center #EFEEDD;
	color:#303030;
	text-align: center; /*fix for IE6 - width will not work on body tag, must have its own container */
}

a {
	color:#9C9117;
	text-decoration:none;
}

a:hover {
	color:#532511;
}

#pagecontainer {
	width:980px;
	margin:0 auto 0 auto;
	text-align: left; /*fix for IE6 - counteracts the centring in body... */
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	margin:0 0 20px 0;
	font-size:2.1em;
}
h2 {
	margin:0;
	font-size:1.5em;
	background: url(images/bg-h2.png) top left no-repeat;
	padding: 0 0 2px 22px;
	border-bottom:2px solid #CDDC36;
}
#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
h2.pagetitle {
	font-size: 1.4em;
	margin-top: 25px;
}
#sidebar h2 {
	font-size: 1.2em;
}
h3 {
	margin:30px 0 5px 0;
	font-size:1.3em;
	font-weight:bold;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
h3.title {
	margin:10px 0 0 0;
	font-size:1.3em;
	font-weight:bold;
}
.h5 {
	font-size:1.2em;
	font-weight:bold;
	color:#532511;
}
p {
	margin:8px 0 15px 0;
	line-height:1.5em;
	text-align:left;
}



/* ROWS and COLUMNS */
#row1 {
	width: 980px;
	height: 25px;
	background:url(images/row1.png) no-repeat top left;
}
#row2col1 {
	clear:both;
	float: left;
	width: 40px;
	height: 256px;
	background:url(images/row2col1.png) no-repeat top left;
}
#row2col2 {
	float: left;
	width: 900px;
	height: 256px;
	background:url(images/bg-row2col2.jpg) no-repeat top left #FFF;
}
#row2col3 {
	float: right;
	width: 40px;
	height: 256px;
	background:url(images/row2col3.png) no-repeat top left;
}
#row3col1 {
	clear:both;
	float: left;
	width: 40px;
	height:219px;
	background:url(images/row3col1.png) no-repeat top left;
}
#row3col2 {
	float: left;
	width: 900px;
	background:url(images/bg-row3col2.jpg) no-repeat top left #FFF;
}
#row3col3 {
	float: right;
	width: 40px;
	height:219px;
	background:url(images/row3col3.png) no-repeat top left;
}
#row3_1 {
	float: right;
	width: 40px;
}
#row4col1 {
	clear:both;
	float: left;
	width: 40px;
	height:237px;
	background:url(images/row4col1.png) no-repeat bottom left;
}
	/* start Footer */
#row4col2 {
	float: left;
	width: 900px;
	height:237px;
	background:url(images/bg-footer.png) no-repeat bottom left #FFF;
}
#row4col2 #footer {
	font-size:0.8em;
	margin:152px 20px 0 20px;
}
#row4col2 #tttop {
	font-size:0.8em;
	text-align:right;
	position:relative;
	right:0px;
	top:-44px;
	margin-right:246px;
}
	/* end Footer */
#row4col3 {
	float: right;
	width: 40px;
	height:237px;
	background:url(images/row4col3.png) no-repeat bottom left;
}
#row5 {
	clear:both;
	width: 980px;
	height: 25px;
	background:url(images/row5.png) no-repeat top left;
}


/* Site title section */
#logo {
	margin:15px 15px 0 0;
	text-align:right;
}
#logo img{
	padding:0px;
	margin:0;
	border:none;	
}
#logo a {
	text-decoration:none;
	border: none;
}
#logo h1{
	display: inline;
}
#logo h1 a {
	color:#CDDE3A;
	border:none;
}

#logo h1 a:hover {
	color:#9C9117;
	text-decoration:none;
	border:none;
}
#myanmartime {
	position:relative;
	top:54px;
	color:#321b13;
	font-weight:bold;
}


/* Search 

#search {
	position: relative;
	top: 110px;
}*/
#search .form-text{
	color: #321B13;
}




/* Other settings */

.slogan {
	margin:0 0 12px 0;
	font-family:Georgia;
	font-size: 1.6em;
	font-style:italic;
}
.feed-icon{
	position: relative;
	top: 105px;
}
.comment {
	border: 1px solid #E3E8BC;
	padding: 5px 15px 15px 15px;
	margin-bottom: 22px;
}
.picture {
	padding: 5px;
	float:right;
	clear:right;
}
.submitted
{
	font-size: 0.8em;
	text-align:left;
	font-style:italic;
	display:block;
	padding:3px 4px 3px 4px;
	margin:5px 10px 0 0;
	/*background:url(images/penpaper.gif) no-repeat top left;*/
}
/*li.node_read_more{
	text-align:left;
	display:block;
	font-size: 1em;
}
li.node_read_more:hover {
	text-decoration:none;
	border:none;
}*/
ul.links{
	float: right;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 0.8em;
	text-align: right;
}
.date { 
	background:url(images/cal.gif) no-repeat;
	padding:3px 0 5px 26px;
	line-height:26px;
	height:26px;
}
.wol  {   /* Words of Life */
	padding-left:10px;
	color:#444;
	font:italic 120% 'Times New Roman', Serif;
}
.paypal  {   /* Paypal donation */
	font-size: 90%;
}
.widgettitle {
	margin-top:30px;
}

/*-----------------------------------------------------------------------*/

/* Main content */

.narrowcolumn {
	width:640px;
	float:left;
	padding:10px 10px 80px 20px;
	margin:0;
	border-right:1px solid #321B13;
	}

.widecolumn {
	width:640px;
	float:left;
	padding:10px 10px 80px 20px;
	margin:0;
	border-right:1px solid #321B13;
	line-height: 1.6em;
	}

.widecolumn .entry p {
/*	font-size: 1.05em;  */
	}

.widecolumn .singlepostinfo {
	font-size:0.8em;
	color:#666;
	height:2.1em;
	padding-top:4px;
	padding-left:26px;
	background:url(images/cal.gif) no-repeat bottom left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 5px solid #ccc;
}

small {
	font-size: 0.9em;
	line-height: 1.4em;
	}


.description {
	margin:0 0 12px 0;
	font-family:Georgia;
	font-size: 1.6em;
	font-style:italic;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea, #searchform input, select {
	color:#321b13;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Sans, sans-serif, Tahoma, Verdana, Arial;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Sans, sans-serif, Tahoma, Verdana, Arial;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.post .entry p {
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-family: Sans, sans-serif, Arial, Helvetica;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 150px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar {
	width:199px;
	float:right;
	padding:0 20px 80px 10px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 30px;
	padding-left: 20px;
	border-left: 6px solid #CCC;
	color:#444;
	font:130% 'Times New Roman', Serif;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* RefTagger styles */
.lbsTooltip
{
	background:#fff;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
	text-indent: 0;
}

.lbsTooltipHeader
{
	background:#ddd;
	color: black;
	font-weight:bold;
	font-size:13px;
	line-height: 16px;
	font-family:Verdana, sans, Helvetica, sans-serif;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
	line-height:12px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	color: black;
	font-family:Verdana, sans, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
}

.lbsTooltipFooter
{
	font-size:9px;
	font-family:Verdana, sans, Helvetica, sans-serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:9px;
	font-family:Verdana, sans, Helvetica, sans-serif;
}

.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}


/* Photo Gallery styles */
.tablediv {
	display:table;
	padding:5px; /*cellspacing:poor IE support for this*/ 
	border-collapse:separate;
	table-layout:fixed;
	width:630px;
}
.celldiv {
}
.rowdiv  {
	display:table-row;
}
.celldiv img {
	padding:4px;
	border:1px solid #CCC;
}
.celldiv a:hover img {
	border:1px solid #9C9117;
}
.galimg2 {
	float:left;
	text-align:center;
	width:112px;
	height:175px;
	padding:10px 4px;
	border-top:1px solid #321b13;
	display:table-cell;
}
.galimg2 img {
	padding:4px;
	border:1px solid #CCC;
}
.galimg2 a:hover img {
	border:1px solid #9C9117;
}

table.photos {
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	border-collapse: separate;
	border-spacing: 3px;
}
tr.hidden {
	display: none;
}
td.photos {
	width:110px;
	text-align:center;
}
td img {
	padding: 4px;
	border: 1px solid #CCC;
}
td img:hover {
	border: 1px solid #9C9117;
}

