/*
Theme Name: DesignsLigna
Theme URI: http://designsligna.com/
Description: Designs Ligna Inc, Based on Default WordPress theme.
Version: 1.0
Author: Jose Nakpil
Author URI: http://panconsultingphils.com/
Tags: custom background, custom header, fixed width, two columns, widgets
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Structure */

body {
 background-color: #FFFFFF;
 background-image: url('images/background_body.png');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 100% 100%;
 margin: 10px;
}

a:hover { text-decoration: none;  color: #000000 }
a:link { text-decoration: none; color:   #808080 }
a:active { text-decoration: none; color: #808080}
a:visited { text-decoration: none; color: #808080 }
a:visited:hover { text-decoration: none; color: #000000 }

#page {
 width: 98%; 
 height: 100%;
}

#header {
/* background-color: #A6BABD #bbd0d3; */
 background-image: url('images/background_tile.jpg');
 width: 100%;
 height: 32px;
 border: 1px solid #808080;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
 padding: 10px;
}

#title{
 display: none;
}

#description {
 display: inline;
 position: relative;
 bottom: 4px;
}

/* Begin Sidebar */

#sidebar-table{
 background-color: #bbd0d3;
 border: 1px solid #808080;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
 width: 180px;
}

#sidebar {
 padding: 5px;
 width: 180px;

/*
 min-height: 535px;
 overflow: visible;
 display: block;
 border: 1px solid #808080;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px; */
}

#sidebar form {
 padding: 0px;
 margin: 0px;
}

#sidebar h2 {
 padding: 0px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
 margin-left: 5px;
 height: 20px;
}

#sidebar ul ul, #sidebar ul ol {
 margin-left: 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
 margin-left: 10px;
}

ol li, #sidebar ul ol li {
 list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
 margin-left: 0px;
}

.widgettitle{
 margin: 5px;
}

/* End Sidebar */

/* Begin content */

div.post h2{
 padding: 2px;
/* width: auto; 103%;*/
}

#content {
 display: block;
 width: 100%;
 min-height: 500px;
 text-align: left;
 padding: 0px 0px 0px 10px;
}

#content-table{
 text-align: left;
 width: 101.3%;
}

.entry{
 padding-right: 24px;
}

#content-column{
 width: auto;
}

.narrowcolumn {
/* padding-right: 0px;*/
}

.widecolumn {
/* padding-right: 50px; */
}

#product-thumbnail{
 height: 120px;
 width: 150px;
}

#product-thumbnail img{
 display: block;
 margin: auto;
}

.post-meta{
 position: absolute;
 display: block;
 overflow: visible;
 max-height: 125px;
 left: 360px;
 top: 132px;
}

#footer {
 padding: 10px;
 clear: both;
}

/* End content */

/* 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: 5px;
	list-style: none;
	}

html>body .entry li {
}

.entry ol {
 padding: 0px;
 margin: 0;
}

.entry ol li {
 margin: 0;
 padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



.post hr {
 display: block;
}

.widecolumn .post {
}

.narrowcolumn .postmetadata {
 display: block;
 text-align: left;
}

.widecolumn .postmetadata {
 display: block;
 text-align: left;
}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
}

.widecolumn .attachment {
	text-align: left;
}

.postmetadata {
 display: block;
 text-align: left;
 clear: both;
}

.clear {
	clear: both;
}


/*	Begin Headings */
h1 {
}
h2 {
}

h3.comments {
}

/* End Headers */



/* 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 Form Elements */
#searchform {
 margin: 5px auto;
 padding: 5px 3px;
 text-align: left;
}

#sidebar #searchform #s {
 width: 120px;
 padding: 0px;
 margin-left: 5px;
 font-size: 0.75em;
}

#sidebar #searchsubmit {
	padding: 0px;
 height: 20px;
 font-size: 0.75em;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#sidebar select {
 margin-left: 5px;
 width: 170px;
 height: 20px;
 font-size: 0.75em;
	}

#commentform input {
	width: 165px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform textarea {
 width: 690px;
 height: 100px;
 padding: 2px;
}

#commentform #submit {
 margin: 0px auto 5px 0px;
 height: 22px;
 font-size: 0.75em;
/*
 width: auto;
*/
}

/* 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 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 10px;
 padding-left: 20px;
 border-left: 5px solid #bbd0d3;
 font-size: 0.8em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
 display: none;
}

a img {
	border: none;
	}

.navigation {
        clear: both;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
 width: 720px;
}

.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	margin: 5px;
/* background-color: #f3f3f3;
 border: 1px solid #808080;
 -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 {
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

/* End Structure */



/* Begin Typography & Colors "BakerSignet BT", */

body {
 font-family: Arial, "Lucida Sans", Helvetica, sans-serif;
 color: #000000;
 font-size: 0.9em; 
 line-height: 1.2em;
 text-align: justify;
}

/* Lists */

.entry ul li:before, #sidebar ul ul li:before {
 content: url('images/contracted.png')" "; /* "\00BB \0020 " */
}

ul.post-meta li:before{
 content: " ";
}

/* End Lists */

.wp-caption p.wp-caption-text {
	font-size: 0.75em;
	line-height: 1.0em;
}

div.post h2{
 color: white;
 letter-spacing: 0.3em;
 background-color: black;
}

h1, h2, h3 {
 font-weight: bold;
}

h1 {
 font-size: 1.1em;
 margin-top: 0px;
 text-align: center;
}

h2 {
 font-size: 1.0em;
}

h2.pagetitle {
 font-size: 1.0em;
}

#description {
 font-size: 0.9em;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 padding: 0;
}

#footer {
 font-size: 0.75em;
}

.post {
 text-align: justify;
}

.navigation{
 font-size: 0.75em;
 line-height: 1.0em;
}

h3 {
 font-size: 0.9em;
}

.narrowcolumn .postmetadata {
 font-size: 0.75em;
}
.widecolumn .postmetadata {
 font-size: 0.75em;
}

.post-meta{
 font-size: 0.75em;
}
.post-meta-key{
 font-weight: bold;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #bbd0d3;
}

.even, .alt {
 border-left: 1px solid #bbd0d3;
}

small {
 font-size: 0.75em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
 text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
 text-decoration: none;
}

.entry p a:visited {
 text-decoration: none;
}

.sticky {
 padding: 0 10px 10px;
}

.sticky h2 {
 padding-top: 5px;
}


.commentlist li, #commentform input, #commentform p { 
 font-size: 0.8em;
}
.commentlist li ul li {
 font-size: 0.9em;
}

#comment{
/* font-size: 1.3em; */
}

.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: 0.9em;
}

.commentlist p {
 font-size: 0.9em;
 font-weight: normal;
 line-height: 1.1em;
 text-transform: none;
}

#commentform p {
/* font-size: 0.8em; */
}

.commentmetadata {
 font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}

code {
 font-size: 0.9em;
}

acronym, abbr, span.caps
{
 font-size: 0.9em;
 letter-spacing: 0.07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
 font-size: 0.9em;
 font-weight: bold;
 text-align: center;
	}

#wp-calendar th {
 font-style: normal;
 text-transform: capitalize;
	}
/* End Typography & Colors */




