/*  
Theme Name: DCLsoft
Theme URI: http://wordpress.org/
Description: 
Version: 
Author: David Liu
Author URI: http://dclsoft.com/
*/

a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: purple;
	text-decoration: none;
	border-bottom: none;
}
a:active {
	color: purple;
	text-decoration: none;
	border-bottom: none;
}

body {
	background: #bacdff url(images/bg.jpg) repeat-x;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	/* position: absolute;
	left: 50%;
	margin-left: -380px; */
	padding: 0px;
}

#header {
	background-color: #fff;
	height: 80px;
	padding: 0;
	margin: 0;
	background: url(images/headerbg.jpg) repeat-y;
}

#nav {
	height: 29px;
	margin: 0px;
	/*top: 80px;*/
	border: 1px solid black;
	background: url(images/navbg.png) repeat-x;
	font-size: 0.7em;
	text-align: center;
}
#content {
	background-color: #fff;
	visibility: visible;
	padding: 10px;
	margin: 0;
	font-size: 0.9em;
	border-color: black;
	border-style: none solid solid;
	border-width: 1px;
}
#footer {
	border: solid 1px black;
	background-color: #fff;
	left: 0;
	visibility: visible;
	text-align: center;
	margin-top: 10px;
	font-size: .6em;
	padding: 5px;
}
h2 {
	color: purple;
	font-size: 1.5em;
	margin: 1em 0 1em 0;
	text-align: center;
}
h2 a {
	color: purple;
	text-decoration: none;
}
h2.firsthead {
	margin: 0;
}
h3, h3 a:link, h3 a:visited {
	color: navy;
	font-size: 1.2em;
	margin: 1em 0 0 0;
	text-decoration: none;
}
p {
	margin: 1em 0 0 0;
}
span.required-asterisk {
	color: red;
	font-weight: bold;
}


ul#navlist
{
	margin-top: 6px;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	background-color: #ccc;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
}

#navlist a:hover
{
	background-color: #33c;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}
