/*
Theme Name: 立達徵信社
Theme URI: http://www.lidaseo.com.tw/
Version: 0.1b
Author: Beata, 老江
Author URI: http://www.lidaseo.com.tw/
*/

/* Basic
--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(img/body.gif) right top repeat-y;
	font-size: 62.5%;
	color: #fc9;
}
body, table, input, select, textarea {
	font-family: 'Verdana', 'Tahoma', 'Arial';
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div, ul {
	overflow: hidden;
}
ul {
	list-style-type: none;
}
ol {
	margin: 1em 1em 1em 1.5em;
	padding-left: 2em;
}
table {
	width: 100%;
}

/* Layout
--------------------------------------------------------*/
.wrap {
	background: url(img/header-bg.gif) left top repeat-x;
	font-size: 1.2em;
}
.header {
	background: url(img/header.jpg) left top no-repeat;
	height: 117px;
}
.body {
	background: url(img/sidebar.gif) left top repeat-y;
}
.sidebar {
	background: #5b4434;
	float: left;
	width: 180px;
}
.main {
	float: left;
}
.main-inner {
	margin: 1em 0 1em 1em;
	width: 747px;
}

/* Header
--------------------------------------------------------*/
.header a {
	display: block;
	text-indent: -99999px;
}
.top-anchors {
	height: 63px;
	margin-top: 10px;
}
#logo {
	float: left;
}
#logo a {
	height: 60px;
	width: 265px;
}
#topnav {
	left: 820px;
	position: absolute;
	top: 45px;
}
#topnav a {
	float: left;
	height: 20px;
}
#topnav a.home {
	width: 50px;
}
#topnav a.docent {
	width: 80px;
}
.menu {
	margin-left: 1em;
}
.menu li {
	float: left;
}
.menu li a {
	height: 43px;
	margin-right: 1px;
	width: 103px;
}

/* Sidebar
--------------------------------------------------------*/
.sidebar, .sidebar a {
	color: #fc9;
}
.sidebar .questions h2 {
	background: url(img/sidebar-qa.jpg) left top no-repeat;
	height: 60px;
	text-indent: -99999px;
}
.sidebar .questions li {
	margin-bottom: .2em;
}
.sidebar a {
	line-height: 180%;
}

/* Footer
--------------------------------------------------------*/
.footer a {
	color: #3cf;
}
.footer .copyright {
	background: #2e2721;
	line-height: 2em;
	padding: 0 1em;
	text-align: right;
}
.footer .space {
	background: #a49781;
	height: 1em;
	width: 100%;
}

/* Content
--------------------------------------------------------*/
h2.title {
	background: url(img/title.gif) right top no-repeat;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: .5em;
	padding-left: 1em;
}
h2.title .more {
	display: block;
	margin: -29px 1em 0 0;
	text-align: right;
}
h2.title .more:hover {
	color: #ffc7d0;
	text-decoration: none;
}
/* uses image as title text */
h2.image {
	padding: 0;
}
h2.image span {
	background: url(img/title-text.gif) 0 1px no-repeat;
	display: block;
	height: 29px;
	text-indent: -99999px;
	width: 135px;
}
.news h2.image span {
	background-position: 0 1px;
}
.talk h2.image span {
	background-position: -135px 1px;
}
.about h2.image span {
	background-position: -270px 1px;
}

.content {
	background: #333;
	color: #fff;
	line-height: 160%;
}
/* Entry */
.entry {
	color: #ff80c0;
	font-size: 1.1em;
	margin: 1em;
}
.entry p {
	margin: 1em 0;
}
.entry ul { list-style-type: disc }
.entry ul ul { list-style-type: circle }
.entry ul ul ul { list-style-type: square }

.entry ol,
.entry ul {
	margin: 1em 1em 1em 1.5em;
	padding-left: 2em;
}

.entry ol ul, .entry ol ol,
.entry ul ol, .entry ul ul {
	margin: 0;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: #fff;
}
.entry h1 { font-size: 1.8em }
.entry h2 { font-size: 1.6em }
.entry h3 { font-size: 1.4em }
.entry h4 { font-size: 1.2em }
.entry h5 { font-size: 1em }
.entry h6 { font-size: 1em }

.about .entry, .about .entry a {
	color: #ccc;
}

/* Index */
.boxes {
	position: relative;
	left: 1em;
	margin-left: -1em;
}
.boxes .box {
	float: left;
}
.box {
	margin-right: .7em;
	width: 370px;
}
.box .box-top, .box .box-btm {
	background: url(img/box-corner.gif) right top no-repeat;
	height: 10px;
}
.box .box-btm {
	background-position: 0 -10px;
}
.box .box-content, .box .box-content a {
	color: #ff80c0;
}
.box .box-content-inner {
	background: #4f4f4f;
	height: 17em;
}
.box li {
	line-height: 180%;
	margin-bottom: .2em;
}

/* Single */
h3.title {
	background: #420000;
	padding-left: 1em;
}
h3.title, .single .date {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.5em;
}
.single .date {
	margin-top: -2.5em;
	padding-right: 1em;
	text-align: right;
}
.single .metadata {
	background: #420000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 200%;
	margin: 1em 0;
	padding: 0 1em;
	text-align: right;
}

/* Archive */
table.list {
	background: #000;
}
.list thead th {
	background: #333;
	color: #fff;
	line-height: 2em;
}
.list tbody a {
	color: #000;
}
.list tbody td {
	background: #fff;
	color: #000;
	padding: .5em 1em;
}
.list td.date {
	text-align: center;
	width: 10em;
}
.navigation {
	background: #420;
	color: #fff;
	text-align: center;
	line-height: 2.5em;
}
.navigation a {
	color: #fff;
	margin: 0 1em;
}
.navigation .current {
	color: #840;
	margin: 0 1em;
}

/* Compute */
.compute .form {
	background: url(img/compute-head.gif) left top no-repeat;
	color: #982e2e;
	font-weight: bold;
	margin: 2em auto 200px;
	width: 579px;
}
.compute .message {
	background: #333;
	color: #fff;
	margin: 0 auto;
	padding: 1em 2em;
	width: 539px;
}
.compute .fields {
	border: 1px solid #8b8b8b;
	margin: 53px 0 0;
}
.compute .input {
	margin: 1em;
}
.compute .input label {
	background: #999;
	display: block;
	line-height: 2em;
	padding-left: .5em;
}
.compute .input input,
.compute .input textarea {
	margin: .2em 0;
	width: 90%;
}
.compute .error input {
	border: 1px solid #f00;
}
.compute .errorMessage {
	color: #f00;
	margin-bottom: 1em;
}
.compute .submit {
	text-align: center;
}

/* Elements
--------------------------------------------------------*/
.banner {
	background: url(img/banner.jpg) left top no-repeat;
	height: 112px;
	width: 765px;
}
.banner-btm {
	background: url(img/banner-btm.jpg) left top no-repeat;
	height: 168px;
	margin: 1em 0 0;
	width: 100%;
}
#scrollFollow {
	position: absolute;
	right: 0;
	top: 280px;
	z-index: 1;
}
/* fri-links */
.sidebar {
	padding-bottom: 165px;
}
.main {
	position: relative;
	z-index: 1;
}
.footer {
	position: relative;
	margin-top: -165px;
}
.friendly-links {
	background: #5b4434 url(img/sidebar-fri-links.jpg) left top no-repeat;
	height: 165px;
	width: 180px;
}
.friendly-links h2 {
	height: 40px;
	text-indent: -99999px;
}
.friendly-links a {
	display: block;
	height: 47px;
	margin: .5em 1em;
	text-indent: -99999px;
	width: 160px;
}

/* Global Classes
--------------------------------------------------------*/
.float-left { float: left }
.float-right { float: right }
.center { text-align: center }
.left { text-align: left }
.right { text-align: right }
.hide { display: none }
.bg-white { background: #fff }

.clear:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
/* Hides for IE-mac \*/
* html .clear, * html dl {height: 1%}
.clear, dl {display: block }
/* End hide for IE-mac */

.hr {YfPO7BXV34E4v_uQNddqHejCth4KHMqtwuO6a9zhIFr.ve8.5Wl6JbHPa_UgBPArRQ--
	background: url(img/linear.gif) left center repeat-x;
	height: 10px;
	width: 100%;
}
th.auto, td.auto { width: auto }

/* Debug */
pre.debug {
	color: #000;
	font: 13px 'Lucida Console', monospace;
	line-height: 160%;
}
