/*
Theme Name: SignChiDo
Theme URI: http://www.signchido.com/
Description: Custom WordPress theme for SignChiDo.com
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}



body {
	background: #fff url(images/background.png) no-repeat top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.583;
	color: #333;
}

#wrapper {
	width: 900px;
	padding: 0 0 0 18px;
	margin: 0 auto;
}

	#header {
		height: 145px;
		overflow: hidden;
	}
	
		.topbar {
			width: 224px; height: 27px;
			float: right;
		}
		
			.topbar li {
				float: left;
			}
				
				.topbar li a {
					height: 27px;
					font-size: 0.833em;
					font-weight: bold;
					line-height: 27px;
					text-transform: uppercase;
					text-align: center;
					color: #4c3392;
					text-decoration: none;
					float: left;
				}
				
					.topbar li a:hover {
						text-decoration: underline;
					}
				
				.topbar .login a {
					width: 75px;
					background: url(images/topbar-login.gif) no-repeat;
				}
				
				.topbar .products a {
					width: 149px;
					background: url(images/topbar-products.gif) no-repeat;
				}
				
		h1 a {
			width: 299px; height: 66px;
			background: url(images/logo.png) no-repeat;
			text-indent: -10000px;
			margin: 40px 0 0 42px;
			float: left;
		}
		
		.slogan {
			width: 384px; height: 30px;
			background: url(images/slogan.gif) no-repeat;
			text-indent: -10000px;
			padding: 0;
			margin: 50px 98px 0 0;
			float: right;
			clear: right;
		}
		
	#main-content {
		width: 816px;
		padding: 0 41px 0 43px;
		clear: both;
	}
	
		#content {
			width: 600px;
			padding: 15px 0;
			float: right;
			overflow: hidden;
		}
		
			.left-content {
				width: 390px;
				float: left;
			}
			
			.side-content {
				width: 192px;
				float: right;
			}
			
				.side-content p img {
					margin-bottom: 10px;
				}
				
				.side-content .testimonials {
					width: 170px;
					background: #f6f5f9;
					border: 1px solid #e6e2f0;
					padding: 5px 10px;
				}
				
					.side-content .testimonials p {
						font-family: "Times New Roman", Times, serif;
						font-size: 1.167em;
						line-height: 1.5em;
						color: #333;
					}
					
					.side-content .testimonials .author {
						font-family: Arial, Verdana, sans-serif;
						font-size: 1em;
						text-align: right;
						color: #9b8cc0;
					}
					
		.post {
			padding: 0 0 20px 0;
		}
		
		h2 {
			font-family: "Century Schoolbook", Georgia, serif;
			font-size: 2em;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		.post h2 {
			text-transform: none;
		}
		
		h2.pagetitle {
			text-transform: none;
			margin: 0 0 0.5em 0;
		}
		
		h3 {
			font-family: "Century Schoolbook", Georgia, serif;
			font-size: 1em;
			font-weight: bold;
			color: #6f59aa;
			margin: 0 0 3px 0;
		}
		
		#content h3 {
			font-size: 1.2em;
		}
		
		h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
			color: #6f59aa;
		}
		
		h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
			text-decoration: underline;
		}
		
		small, blockquote, strike {
			color: #666;
		}
		
		code {
			font: 1.1em 'Courier New', Courier, Fixed;
		}
		
		acronym, abbr, span.caps {
			font-size: 0.9em;
			letter-spacing: .07em;
		}
		
		p {
			padding: 5px 0;
		}
		
		a {
			color: #666;
			text-decoration: underline;
		}
		
		a:hover {
			text-decoration: none;
		}
		
		html>body #content ul {
			margin-left: 0px;
			list-style-type: disc;
			padding: 0 0 0 30px;
			padding-left: 10px;
		}

		html>body #content li {
			margin: 7px 0 8px 10px;
		}
		
		
		#content ol {
			padding: 0 0 0 35px;
			margin: 0;
		}
		
		#content ol li {
			margin: 0;
			padding: 0;
		}
		
		#content ol li {
			list-style: decimal outside;
		}
		
		acronym, abbr, span.caps {
			cursor: help;
		}
		
		acronym, abbr {
			border-bottom: 1px dashed #999;
		}
		
		blockquote {
			margin: 5px 30px 5px 10px;
			padding-left: 20px;
			border-left: 5px solid #ddd;
		}
		
		blockquote cite {
			margin: 5px 0 0;
			display: block;
		}
		
		.center {
			text-align: center;
		}
		
		.hidden {
			display: none;
		}
		
		hr {
			display: none;
		}
		
		a img {
			border: none;
		}
		
		p img {
			padding: 0;
			max-width: 100%;
		}
		
		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;
		}
		
		.special-box {
			width: 558px;
			background: #f6f4f9;
			padding: 8px 20px;
			margin: 0 0 20px 0;
			border: 1px solid #e9e4e8;
			border-bottom: 2px solid #f0eef6;
			clear: both;
			overflow: hidden;
		}
		
			.special-box .alignright {
				float: right;
			}
			
			.special-box .alignleft {
				float: left;
			}
			
		.amp-box {
			width: 285px;
			background: #f6f5f9;
			float: right;
		}
		
		.benefits-box {
			width: 285px;
			background: #f6f5f9;
			float: none;
		}
		
			.amp-box h2 {
				width: 285px; height: 91px;
				background: #fff url(images/amp-heading.gif) no-repeat 3px 0;
				text-indent: -10000px;
				padding: 0 0 9px 0;
			}
			
			.benefits-box h2 {
				width: 285px; height: 91px;
				background: #fff url(images/benefits-heading.gif) no-repeat 3px 0;
				text-indent: -10000px;
				padding: 0 0 9px 0;
			}
			
			.amp-box .content, .benefits-box .content {
				width: 253px;
				padding: 10px 15px;
				border: 1px solid #e6e2f0;
			}
			
		.commentlist li, #commentform input, #commentform textarea {
			font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
		
		h3#comments {
			padding: 0;
			margin: 10px 0 20px 0;
		}
		
		.commentlist li ul li {
			font-size: 1em;
		}
		
		.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: 1.1em;
		}
		
		.commentlist p {
			font-weight: normal;
			line-height: 1.5em;
			text-transform: none;
		}
		
		#commentform p {
			font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
		
		.commentmetadata {
			font-weight: normal;
		}
		
		.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; }
			
		.nocomments {
			text-align: center;
			margin: 0;
			padding: 0;
		}
			
		.commentmetadata {
			margin: 0;
			display: block;
		}
		
		#commentform input {
			width: 170px;
			padding: 2px;
			margin: 5px 5px 1px 0;
		}
		
		#commentform {
			margin: 5px 10px 0 0;
		}
		
		#commentform textarea {
			width: 100%;
			padding: 2px;
		}
		
		#respond:after {
			content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both; 
		    visibility: hidden;
		}
		
		#commentform #submit {
			margin: 0 0 5px auto;
			float: right;
		}
		
		#sidebar {
			width: 185px;
			color: #666;
			padding: 0 0 20px 0;
			float: left;
		}
		
			#sidebar > li {
				padding: 10px 0;
				border-bottom: 1px dashed #d6d6d6;
			}
			
				#sidebar li .navigation li {
					line-height: 1.2em;
					padding: 0.4em;
				}
				
					#sidebar li .navigation li a {
						font-family: "Century Schoolbook", Georgia, serif;
						font-size: 1.083em;
						font-weight: bold;
						color: #6f59aa;
						text-decoration: none;
					}
					
						#sidebar li .navigation li a:hover {
							text-decoration: underline;
						}
						
					#sidebar li .navigation li ul {
						display: none;
					}
					
					#sidebar li .navigation li.current_page_item ul,
					#sidebar li .navigation li.current_page_ancestor ul {
						display: block;
					}
					/* main nav is-current */
					#sidebar li .navigation li.current_page_item a {
						text-decoration: underline;
					}
					/* sub nav is-current */
					#sidebar li .navigation li.current_page_parent li.current_page_item a {
						text-decoration: underline;
					}
					
					#sidebar li .navigation li.current_page_parent {
						
					}
					
					#sidebar li .navigation li ul {
						padding: 6px 0 0 10px;
					}
					
					#sidebar li .navigation li ul li:before {
						content: "- ";
					}
					
					#sidebar li .navigation li ul li a {
						font-family: Arial, Verdana, sans-serif;
						font-size: 1em;
						font-weight: normal;
						color: #666;
						text-decoration: none;
					}
					
						#sidebar li .navigation li ul li a:hover {
							text-decoration: underline;
						}
						
			#sidebar li .newsletter p {
				padding: 2px 0;
			}
			
				#sidebar li .newsletter .text {
					width: 174px; height: 15px;
					background: #fff;
					color: #666;
					padding: 2px;
					border: 1px solid #f8da13;
				}
				
				#sidebar li .newsletter .submit {
					width: 92px; height: 21px;
					background: url(images/newsletter-submit.gif) no-repeat;
					border: 0;
					cursor: pointer;
				}
				
	#footer {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.083em;
		color: #999;
		margin: 0 23px;
		padding: 35px 20px;
		border-top: 1px solid #f9db13;
		clear: both;
	}