/*================================================================================================================

Styles for HisHandiwork.biz
                                                     
================================================================================================================*/

/*========================================================

>>> Reset

========================================================*/

	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, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, label, legend, table, caption { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
	body { line-height: 1; }
	ol, ul, li { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	:focus { outline: 0; }
	ins, a { text-decoration: none; }
	a, input[type=submit], button[type=submit] { cursor: pointer; }
	del { text-decoration: line-through; }
	table { border-collapse: collapse; border-spacing: 0; }



/*========================================================

>>> Main Styles

========================================================*/
	
	body { background: #eceff1 url(images/bg.jpg) top center no-repeat; }
	
	body, input, textarea {
		font-family: "Lato", sans-serif;
		color: #3d4246;
		font-size: 12px;
		line-height: 1.625;
	}
	
	div { line-height: 1.5em; }
	
	.alignleft { float: left; }
	
	.alignright { float: right; }
	
	.aligncenter {
		margin-left: auto;
		margin-right: auto;
		display: block;
		clear: both;
	}
	
	/*=== Paragraph & Anchor ===*/
	
		p { color: #8a8f93; font-weight: 300; line-height: 1.6em; margin-bottom: 15px; text-shadow: 0 1px 1px #fff; }
		a, p, textarea, input[type=text] { font-size: 14px; }
		a { color: #3d4246; }
		a:hover { text-decoration: underline; cursor: pointer; }
	
	/*=== Headings ===*/
	
		h1, h2, h3, h4, h5, h6 { color: #3d4246; font-weight: normal; margin-bottom: 20px; line-height: 1; }
		h1 { font-size: 40px; font-weight: bold; }
		h2 { font-size: 30px; font-weight: bold; }
		h3 { font-size: 18px; font-weight: bold; line-height: 1.4em; }
		h4 { font-size: 14px; }
		h5 { font-size: 12px; }
		h6 { font-size: 10px; }
	
	/*=== Lists ===*/
	
		ul, ol, dl { margin: 0 0 20px 25px; }
		ul li { list-style-type: disc; }
		ol li { list-style-type: decimal; }	
		
	/*=== Global Classes ===*/
	
		.inner { max-width: 321px; margin: 0 auto; padding: 0 30px; }
		.left { float: left; }
		.right { float: right; }
		.divide { padding-left: 8px; background: url(images/divide.png) top left repeat-y; }
		.label { color: #af9f97; font-weight: bold; }
		
		.clear { width: 100%; clear: both; display: inline-block; margin-top: 20px; }
		.clearfix { float: none; clear: both; }
		.center, .center a { text-align: center; }
		.image-left { float: left; margin: 0 15px 15px 0; }
		.image-right { float: right; margin: 0 0 15px 15px; }
		
		.enlarge { float: left; display: block; background: #fff url(images/enlarge.png) center center no-repeat; }
	
	/*=== Other Formats ===*/
	
		pre { height: 20px; line-hiehgt: 20px; color: #333; clear: both; margin: 20px 0; padding: 0 10px; background: #f5f5f5; overflow: auto; white-space: pre; }
		code, pre { 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace }
		blockquote { margin: 20px; padding-left: 25px; border-left: 3px solid #d1c4bd; }
		blockquote, blockquote p { font-style: italic; }
		.drop { font-size: 36px; margin: 0 5px 3px 0; float: left; position: relative; top: 10px; }
		b { color: #3d4246; }
	
	/*=== Form Elements ===*/
	
		input, textarea, button[type=submit] { outline: none; }
		input[type=text], input[type=password], textarea { padding: 5px; border: 3px solid #f2f2e9; }
		input[type=text]:hover, input[type=password]:hover, textarea:hover, input[type=text]:focus, textarea:focus { border: 3px solid #dcdbd4; }
		input[type=submit] { height: 32px; line-height: 28px; font-size: 11px; padding: 0 12px; text-align: center; top: 0; }
		button::-moz-focus-inner { padding:0; border:0 }
		button { padding: 0; }
	
	/*=== Table Elements ===*/
	
		table, caption, tbody, tfoot, thead, tr, th, td { font-size: 12px; }
		table { border-collapse: collapse; border-spacing:0; width:100%; border-top: 1px solid #ccc; border-left: 1px solid #ccc; margin-bottom: 25px; }
		table, td, th { vertical-align:middle; }
		tr { background: #f7f7f7; }
		tr:hover { background: #f1f1f1; }
		th { height: 25px; font-size: 16px; font-weight: normal; padding: 10px; color: #444; text-transform: uppercase; text-align: left; background: #dfdfdf; }
		td { height: 20px; color: #777; padding: 10px; }
		th, td { display: table-cell; text-align: center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
		tfoot td {  border: 0px; }
		


/*========================================================

>>> Section :: Main

========================================================*/

	#main {
		margin-top: 270px;
		text-align: center;
	}

	/*=== Logo ===*/
		
		#main #logo {
			display: block;
			margin-bottom: 10px;
		}

	/*=== Small Button ===*/
	
		.btn {
			height: 39px;
			line-height: 39px;
			display: inline-block;
			float: left;
			padding: 0 18px 0 0;
			background: url(images/btn-right.png) top right no-repeat;
		}
		
		.btn span {
			height: 39px;
			line-height: 37px;
			color: #fff;
			font-weight: 700;
			font-size: 11px;
			text-shadow: 0 1px 1px #a13f1f;
			padding: 0 10px 0 28px;
			display: block;
			background: url(images/btn.png) top left no-repeat;
		}
		
		.btn:hover {
			text-decoration: none;
			background: url(images/btn-right.png) right -39px no-repeat;
		}
		
		.btn:hover span {
			background: url(images/btn.png) left -39px no-repeat;
		}
		
		

/*========================================================

>>> Section :: Hidden

========================================================*/
 
#hidden {
	width: 100%;
	position: absolute;
	top: -170px;
	overflow: visible;
}

#hidden #hidden-inner {
	height: 70px;
	padding: 50px 0 55px 0;
	background: #eceff1;
	border: 1px solid #ced1d3;
}

.toggle {
	display: block;
	float: right;
	padding: 5px 10px 0 0;
	color: #eceff1;
}

.toggle:hover {
	color: #8a8f93;
}