/* --------------------------------------------------------
romtex stylesheet 
Version:	1.0
Author:		Suthira Buachaokoh (aum)
Date:		2007-09-16
-------------------------------------------------------- */

* {

	margin: 0;
	padding: 0;
}

body {
	margin: 0px auto;
	padding: 0;
	background: #F9FaFd;
	font-family: Arial, verdana, "Trebuchet Ms", Arial, Tahoma, sans-serif;
	font-size: small;
	text-align: center;
	width: 800px;
	line-height: 1.6em;
}

html>body { 
	font-size: small;
}

#wrapper {
	margin: 0;
	font-size: 100%;
	text-align: left;
	background: #fff;
}

#header {
	height: 135px;
	background: url("images/header.png") left top no-repeat;
	text-align: center;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #543F24;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #F7931D;
}

#main-body {
	float: left;
	margin: 0px;
	padding: 0 0 10px 0;
	background: url("images/body-bg.png") left top repeat-y;
	width: 800px;
}

#content {
	width: 780px;
	margin-left: 8px;

}

#content-inner {
	margin: 0;
	padding: 15px 25px 0px 25px;
}

/* Footer
   ------------------------------------------------------------------------- */

#footer {
	clear: both;
	text-align: left;
	color: #fff;
	background: url("images/footer.png") left bottom no-repeat;
	font-size: 90%;
	padding: 0;
	height: 100px;
	width: 100%;

}

#footer-inner {
	padding-top: 50px;
	padding-bottom: 5px;
	line-height: 1.6em;
	text-align: right;
	padding-right: 110px;

}

#footer a:link, #footer a:visited, #footer a:hover 
{
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

#footer a:link, #footer a:visited 
{
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#footer a:hover
{
	color: #54360E;
	border-bottom: 1px solid #54360E;
}

/* Navigation 
   ------------------------------------------------------------------------- */
#nav {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 420px;
	list-style: none;
	overflow: hidden;
	background: #fff;
	float: right;
	margin-top: -52px;
	margin-right: 12px;
}

#nav ul {
	margin-top: 1px;
	margin-left: 8px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 1px;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 30px 0 0 0px;
 	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -30px;
}
#thome a  {
	width: 100px;
	background: url("images/nav-home.gif") 0 -60px no-repeat;
}
#tservices a  {
	width: 100px;
	background: url("images/nav-services.gif") 0 -60px no-repeat;
}
#tarticles a  {
	width: 100px;
	background: url("images/nav-articles.gif") 0 -60px no-repeat;
}
#tcontact a  {
	width: 100px;
	background: url("images/nav-contact.gif") 0 -60px no-repeat;
}

body#home .home,
body#services .services,
body#articles .articles,
body#contact .contact {
	background-position: 0 0px;
}

body#home li#thome a:hover,
body#services li#tservices a:hover,
body#articles li#tarticles a:hover,
body#contact li#tcontact a:hover {
		background-position: 0 0px;
}

/* Homepage Style
   ------------------------------------------------------------------------- */
div#home-banner {
	height: 170px;
	width: 780px;
	margin-left: 8px;
	margin-top: -22px;
	background: url("images/home-banner.gif") top left repeat-x;
}

div#services-banner {
	height: 170px;
	width: 780px;
	margin-left: 8px;
	margin-top: -22px;
	background: url("images/services-banner.gif") top left repeat-x;
}

div#articles-banner {
	height: 170px;
	width: 780px;
	margin-left: 8px;
	margin-top: -22px;
	background: url("images/articles-banner.gif") top left repeat-x;
}

div#contact-banner {
	height: 170px;
	width: 780px;
	margin-left: 8px;
	margin-top: -22px;
	background: url("images/contact-banner.gif") top left repeat-x;
}

div#others-banner {
	height: 170px;
	width: 780px;
	margin-left: 8px;
	margin-top: -22px;
	background: url("images/others-banner.gif") top left repeat-x;
}

#content div.column-left {
	float: left;
	padding: 15px 0px 0px 25px;
	width: 400px;
}

#content div.column-right {
	float: right;
	padding:15px 25px 0px 0px;
	width: 300px;
}	

body#articles #content div.column-left,
body#search #content div.column-left {
	float: left;
	padding: 15px 0px 0px 25px;
	width: 470px;
}

body#articles #content div.column-right,
body#search #content div.column-right {
	float: right;
	padding:15px 25px 0px 0px;
	width: 230px;
}	

#content p.comp-name {
	font-size: 110%;
	font-weight: bold;
	color: #F7931D;
	margin-bottom: 3px;

}

#content p.addr {
	font-size: 90%;
	margin-bottom: 0px;
	padding: 0;
}

#content p.tel {
	font-size: 90%;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top:8px;
}

#content p.email {
	font-size: 90%;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 8px;
}

#content h2 {
	font-size: 170%;
	line-height: 1.3em;
	color: #F7931D;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #6C5735;
}

#content h3 {
	clear: both;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
	color: #987348;
}

#content p {
	margin-bottom: 10px;
	font-size: 95%;
	line-height: 1.6em;	
}

#content ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 8px;
}

#content ul li {
	padding-left: 20px;
	padding-bottom: 8px;
	margin: 0px;
	font-size: 95%;
	background: url("images/bullet.gif") no-repeat 0 2px;
	line-height: 1.6em;
}

#content p.indent {
	padding-left: 20px;
	font-size: 95%;
	line-height: 1.6em;
}

body#articles #content div.column-right ul ,
body#search #content div.column-right ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	list-style: none;
}

body#articles #content div.column-right ul li,
body#search #content div.column-right ul li {
	padding: 0 0 5px 20px;
	font-size: 95%;
	background: url("images/list-sidebar-articles.gif") no-repeat 0 6px;
}

body#articles #content div.column-right a:link, 
body#articles #content div.column-right a:visited, 
body#articles #content div.column-right a:hover, 
body#search #content div.column-right a:link,
body#search #content div.column-right a:visited, 
body#search #content div.column-right a:hover  {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

body#articles #content div.column-right a:link, 
body#articles #content div.column-right a:visited,
body#search #content div.column-right a:link, 
body#search #content div.column-right a:visited  {
	color: #564023;
	border-bottom: 1px dashed #564023;
}

body#articles #content div.column-right a:hover,
body#search #content div.column-right a:hover {
	color: #F7931D;
	border-bottom: 1px solid #F7931D;
}


a:link, a:visited, a:hover {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

a:link, a:visited {
	color: #F7931D;
	border-bottom: 1px dashed #F7931D;
}

a:hover {
	color: #564023;
	border-bottom: 1px solid #564023;
}

a.email:link, a.email:visited, a.email:hover {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

a.email:link, a.email:visited {
	color: #564023;
	border-bottom: 1px dashed #564023;
}

a.email:hover {
	color: #F7931D;
	border-bottom: 1px solid #F7931D;
}

label { 
	float: left; 
	width: 70px;
	display: inline;	
	text-align: left;
	margin: 0px 5px 0 0; 
	padding-bottom: 0px;
	clear: both;  
	font-size: 95%;
	color: #54360E;
	font-weight: bold;
}

.required {
	color: #FF0000;
}


input {
	padding: 2px;
	margin-bottom: 0px;
	margin-right: 5px;
	border: 1px solid #ccc;
}

input.submit {
	font-family: "Helvetica", "Trebuchet Ms", Arial,  Tahoma, sans-serif;
	padding: 1px;
	margin-top: 5px;
	color: #54360E;
	font-size: 90%;
	background: #F4E0AE;
}

textarea {
	border: 1px solid #ccc;
	margin-bottom: 0px;
}

#content div.fmsubmit {
	padding-left: 0px;
}

input#contactsubmit {margin: 0px;}

#content div#contact-form {
	margin: 10px;
	padding: 5px;
}

#content p.fieldwrap {
	padding: 0;
	margin: 0 0 8px 0;
}

#content div.imgpost {
	display: inline;
}

#content div.imgpost img {
	margin-bottom: 10px;
}

#content div.imgpost a:link, #content div.imgpost a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

#content div.imgpost a:hover {
	background: none;
}


#content div.quote {
	position: relative;
	background: transparent url("images/quote-open.gif") no-repeat 0 2px; 
	margin: 0px 0px 20px 0px;
}

#content div.quote p.first { 
	text-indent: 25px; 
	font-style: italic; 
	color: #636466; 
	font-size: 90%;
	line-height: 1.5em;
}

#content div.quote p { 
	text-indent: 0px; 
	font-style: italic; 
	color: #636466; 
	font-size: 90%;
	line-height: 1.5em;
}

#content div.quote p.customer {
	text-indent: 0px; 
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #324D57;
	line-height: 1em;
	text-align: left;
	margin: 0;
}


#content .lastword { 
	padding: 0 24px 0 0; 
	background: transparent url("images/quote-close.gif") no-repeat right top; 
	color: #636466; 
	line-height: 1.5em;
	margin: 0;
}

#content dl.work{
	margin: 0 0 30px 0;
	padding: 5px 15px 0 0;
}

#content dl.work dt {
	float: left;
	margin: 0;
	padding: 0;
}


#content dl.work dt a {
	float: left;
	display: block;
	margin: 0px 5px 0 0;
	padding: 4px;
	border: 1px solid #B1C19E;
	border-right: 1px solid #B1C19E;
	background: #fff;
}

#content dl.work dt a img {
	float: left;
}

#content dl.work dt a:hover {
	background: #EEF8FB;
}

#content dl.work dd {
	margin-top: 0px;
	padding: 0px 0 0px 0;
	line-height: 0.9em;
	font-size: 85%;
	color: #666;
}

#content dl.work dd.header {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.2em;
	font-size: 90%;
	color: #324D57;
	font-weight: bold;
}

#content dl.work dd.details {
	margin-top: 5px;
	padding: 0px;
	line-height: 1em;
	font-size: 85%;
}

#content dl.work dd a:link, #content dl.work dd a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #324D57;
	border-bottom: 1px dashed #324D57;
}

#content dl.work dd a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F7931D;
	border-bottom: 1px solid #F7931D;
}

#content div.work-details {	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px;
	background: #EEF8FB;
	margin-bottom: 10px;
}

#content div.work-details p {
	font-size: 100%;
	margin-bottom: 2px;
}

#content p.pdf {
	font-size: 100%;
	padding-left: 22px;
	background: url("images/pdf.gif") no-repeat 0 3px;
}

#content p.web {
	font-size: 100%;
	padding-left: 22px;
	background: url("images/world.gif") no-repeat 0 3px;
}

#content p.calendar {
	font-size: 100%;
	padding-left: 22px;
	font-weight: bold;
	background: url("images/calendar.gif") no-repeat 0 3px;
	color: #F7931D;
}
/* Entries
------------------------------------------------------------------*/
.entry {
	margin: 0 0 10px 0;
}

.entry p {
	line-height:150%;
	margin-bottom:1.3em;
}

body#articles #content .entry h2 {
	font-size: 150%;
	color:#987348;
	letter-spacing: 0.1em;
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 5px;
	margin-left: 70px;
}

body#articles #content .entry h2 a,
body#articles #content .entry h2 a:link,
body#articles #content .entry h2 a:visited {
	color:#987348;
	border-bottom: none;
	text-decoration: none;
}

body#articles #content .entry h2 a:hover {
	color:#F7931D;
	border:0;
	background:none;
	text-decoration: none;
	border-bottom: none;
}

.date {
	float:left;
	height:82px;
	width:59px;
	margin-right:8px;
	padding-top:0px;
	background:url("images/clipboard.gif") no-repeat;
}

.date p {
	text-align:center;
	color:#9b9b8e;
	margin:2px 0 0 -2px;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
}

.date span.day {
	font-size:20px;
	font-weight: bold;
	display:block;
	color:#6C5736;
}

.date span.month {
	padding-top: 16px;
	font-size:9px;
	display:block;
	padding-left: 2px;
}

.date span.time {
	font-size: 10px;
	display: block;
}

#content p.category {
	height: 16px;
	padding-left:22px;
	margin-left: 70px;
	background: url("images/category.gif") left top no-repeat;

}

#content p.comments {
	padding-left:22px;
	margin-left: 70px;
	height: 16px;
	font-weight: bold;
	color: #F7931D;
	background: url("images/comments.gif") left top no-repeat;
}
	
.entry-footer {
	margin-top: 15px;
	height: 16px;
	background: url("images/hr.gif") center center no-repeat;
}

#content h4 {
	color:#F7931D; 
	font-size: 100%;
	padding-bottom: 5px;
	margin:1em 0 0 0;
	font-weight: bold;
	letter-spacing:1px;
	border-bottom: none;
}

#content h5{
	color:#e6ffd4;
	padding-bottom:.5em;
	margin:1em 0;
	letter-spacing:2px;
}

/* Single
------------------------------------------------------------------*/
   
p#comments {
	padding: 0;
	margin: 20px auto 20px ;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #6C5735;
	font-weight: bold;
	background: #F4E0AE;
}

ol.commentlist {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	list-style-type: none;
}

ol.commentlist li {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	font-size: 95%;
	list-style-type: none;
	line-height: 1.5em;
}

.comment-boxalt {
	margin: 0;
	background: #EEF8FB;
}

.comment-box {
	margin: 0;
}

h3#respond {
	font-size: large;
	line-height: 1.5em;
	color: #94b5c2;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #666667;
}

/* Code
------------------------------------------------------------------*/
pre {
	padding:5px;
	margin:10px 0;
	list-style-type:decimal-leading-zero;
	overflow: auto;
	font-family: "Courier New",Monaco,Tahoma;
	font-size: 12px;
	color: #8b946e;
	width: 90%;
	background: #EEF8FB;
	border: 1px dotted #828386;
	line-height: 1.4em;
}

pre.indent {
	padding:5px;
	margin:10px 0 10px 20px;
	list-style-type:decimal-leading-zero;
	overflow: auto;
	font-family: "Courier New",Monaco,Tahoma;
	font-size: 12px;
	color: #8b946e;
	width: 90%;
	background: #EEF8FB;
	border: 1px dotted #828386;
	line-height: 1.4em;
}

code {
	font-family: "Courier New",Monaco,Tahoma;
	font-size: 90%;
	color: #F7931D;	
}

div.clear,
clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
