@charset "utf-8";
/* ================================
# Cascading Style Sheets Document
# ================================
# Title : print.css
# Author : Mr. Anuluck Nantajan
# Email : anuluck@minddezign.com
# URL : www.minddezign.com
# Description : CSS Structure for print
# Created : 2008-09-24
# Last modified : 2008-09-24
# Copyright : MindDezign 2008.
# ================================ */

/* ######### CSS Structure: Body สำหรับ Print ######### */
body {
	margin: 0px;
	padding: 0px;
	background: transparent;
	font: 0.7em Tahoma, Verdana, sans-serif; /* 0.7em = 11px */
	color: #000000;
}
/* ######### CSS Structure: Header ######### */
#wrapper-header {
	display: none;
}
/* ######### CSS Structure: Page ######### */
#wrapper-page {
	background: transparent;
}
#page {
	width: 778px;
	margin: 0px auto;
	padding: 30px 0px;
}
/* ######### CSS Structure: Content ######### */
#wrapper-content {
	float: left;
	width: 510px;
}
.topic-title h2 {
	font: 1.82em normal;
	letter-spacing: -1px;
	border-bottom: 1px dashed #000000;
}
/* ######### CSS Structure: Sidebar ######### */
#wrapper-sidebar {
	display: none;
}
/* ######### CSS Structure: Footer ######### */
#wrapper-footer {
	display: none;
}
/* ######### CSS Structure: Module portfolio ######### */
.wrapper-portfolio {
	padding-top: 0px;
}
.wrapper-portfolio p {
	padding: 0px 0px;
}
.wrapper-portfolio .portfolio-meta-date {
	float: right;
	padding: 0px 62px 0px 0px; /* top, right, bottom, left */
	color: #000000;
	line-height: normal;
}
.wrapper-portfolio .portfolio-meta-img {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #F9F9F9;
}
.wrapper-portfolio .hr-line-dashed {
	width: 100%;
	height: 1px; 
	border: none;
	border-top: 1px dashed #000000;
}
.wrapper-portfolio a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.wrapper-portfolio a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.wrapper-portfolio a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
/* ######### CSS Structure: Module about ######### */
.wrapper-about {
	padding-top: 0px;
}
.wrapper-about p {
	padding: 0px 0px;
}
.wrapper-about ul {
	margin: 2px 0px 0px 10px;
}
.wrapper-about ul li {
	margin: 2px 0px 0px 10px;
	list-style-type: disc;
}
.wrapper-about ul li li {
	list-style-type: circle;
}
.wrapper-about ul li li li {
	list-style-type: square;
}
.wrapper-about ol {
	margin: 2px 0px 0px 10px;
}
.wrapper-about ol li {
	margin: 2px 0px 0px 14px;
	list-style-type: decimal;
}
.wrapper-about ol li li {
	list-style-type: upper-roman;
}
.wrapper-about ol li li li {
	list-style-type: upper-alpha;
}
.wrapper-about a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.wrapper-about a:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.wrapper-about a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
/* ######### CSS Structure: Module contact ######### */
.wrapper-contact {
	padding-top: 0px;
}
.wrapper-contact p {
	padding: 0px 0px;
}
.wrapper-contact .hr-line-dashed {
	width: 100%;
	height: 1px; 
	border: none;
	border-top: 1px dashed #000000;
}
.wrapper-contact form {
	margin: 0px;
	padding: 0px;
}
.wrapper-contact form label {
	font-weight: bold;
}
.contact-input {
	border: 1px solid #5D5D5D;
}
.contact-textarea {
	border: 1px solid #5D5D5D;
}
/* ######### CSS Structure: Split page ######### */
#wrapper-split-page {
	display: none;
}