/*   
Theme Name: Hand Tech Studio
Theme URI: http://www.handtechstudio.com
Description: Offical 2010 design for Hand Tech Studio
Author: Jeff Guilkey
Author URI: http://www.jeffguilkey.com
Version: 2010
*/

/*-----------------------------------------------------------------------------
GENERAL CONFIGURATION
-----------------------------------------------------------------------------*/
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
}
a {
	text-decoration: underline;
	color: #243749;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/*-----------------------------------------------------------------------------
WRAPPER
-----------------------------------------------------------------------------*/
#wrapper {
	width: 900px;
	margin: auto auto;
	text-align: left;
}
#backdrop {
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
}
#full_body {
	width: 100%;
	float: left;
}
#hts_wrap {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------------------------------------------------
FRONT PAGE FEATURE
-----------------------------------------------------------------------------*/
#home_space {
	float: left;
	height: 20px;
	width: 100%;
}
#home_slider {
	float: left;
	width: 100%;
}
	#home_slider .content {
	height:400px;
	overflow:hidden;
	text-align:center
	}
	#home_slider .content #slider #portfolio{width:100%; height:400px; overflow:hidden;}
	#home_slider .content #slider #portfolio li{ width:100%; }
	#home_slider .content #slider #portfolio a{
		display:block;
		margin:0 auto;
		width:950px; height:400px;
	}
	#home_slider .teaser_1 {
	background-image: url(images/bluebg.jpg);
	background-repeat: repeat-x;
	}
	#home_slider .teaser_2 {
	background-image: url(images/yellowbg.jpg);
	background-repeat: repeat-x;
	}
	#home_slider .teaser_3 {
	background-image: url(images/greenbg.jpg);
	background-repeat: repeat-x;
	}
	#home_slider .teaser_4 {
	background-image: url(http://media.handtechstudio.com/d/551-1/SixFlagsOnline.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	#home_slider ul#slide_nav {
	display: none;
	float: left;
	height: 0px;
	}
	#home_slider ul#slide_control {
	display: none;
	float: left;
	height: 0px;
	}
#home_body {
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left -95px;
	float: left;
	width: 100%;
	padding-top: 15px;
}
#home_content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
	#home_content a, #home_content a:visited {
	color: #FFF;
	}
	#home_content a:hover {
	color: #09F;
	}
	#home_content p {
	line-height: 1.4em;
	margin-bottom: 10px;
	}
	#home_main {
	background-color: #000;
	float: left;
	width: 930px;
	padding: 10px;
	text-align: left;
	}
	#home_main .home_top {
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	}
	#home_main .home_wrap {
	float: left;
	width: 100%;
	}
	#home_main .home_list {
	margin-left: 470px;
	width: 460px;
	}
	#home_main .home_list .link {
	width: 460px;
	}
	#home_main .home_list .link h2 {
	color: white;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7193b4;
	float: left;
	font-size: 1.40em;
	width: 100%;
	}
	#home_main .home_list .link ul{
	list-style-type: none;
	margin: 0px;
	padding: 0;
	}
	#home_main .home_list .link ul li a{
	display: block;
	width: auto;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
	* html #home_main .home_list .link ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 100%;
	}
	#home_main .home_list .link ul li a:visited, #home_main .home_list .link ul li a:active{
	color: #FFF;
	text-decoration: none;
	}
	#home_main .home_list .link ul li a:hover{
	color: #09F;
	}
	
	/* Holly Hack for IE \*/
	* html #home_main .home_list .link ul li { height: 1%; }
	* html #home_main .home_list .link ul li a { height: 1%; }
	/* End */

	#home_main .home_content {
	float: left;
	width: 460px; /*Width of left column*/
	margin-left: -930px;
	}
	#home_main .home_content h2 {
	color: white;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding-bottom: 5px;
	float: left;
	font-size: 1.40em;
	width: 100%;
	}

/*-----------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/
#header {
	height: 110px;
	padding: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
	#header .header_wrap {
	float: left;
	width: 100%;
	}
	#header .header_menu {
	margin-right: 300px;
	float: left;
	padding-top: 50px;
	z-index: 5;
	position: relative;
	}
	#header .header_menu .hmenu {
	width: 100%;
	}
	#header .header_menu .hmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	/*Top level list items*/
	#header .header_menu .hmenu ul li{
	position: relative;
	display: inline;
	float: left;
	}
	/*Top level menu link items style*/
	#header .header_menu .hmenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	text-decoration: none;
	}
	* html #header .header_menu .hmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	}
	#header .header_menu .hmenu ul li a:link, #header .header_menu .hmenu ul li a:visited{
	color: white;
	}
	#header .header_menu .hmenu ul li a:hover{
	background: black; /*tab link background during hover state*/
	}	
	/*1st sub level menu*/
	#header .header_menu .hmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	}
	/*Sub level menu list items (undo style from Top level List Items)*/
	#header .header_menu .hmenu ul li ul li{
	display: list-item;
	float: none;
	background-color: #000;
	text-align: left;
	}
	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
	#header .header_menu .hmenu ul li ul li ul{
	top: 0;
	}
	/* Sub level menu links style */
	#header .header_menu .hmenu ul li ul li a{
	width: 105px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	}
	#header .header_menu .hmenuz ul li ul li a:hover{ /*sub menus hover style*/
	color: #7193b4;
	background-color: #333;
	}
	#header .header_logo {
	float: left;
	width: 300px;
	margin-left: -300px;
	}


/*-----------------------------------------------------------------------------
PAGE TOP TITLE
-----------------------------------------------------------------------------*/
#top {
	float: left;
	width: 960px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-image: url(images/page_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:100px;
}

#top .wrap{
float: left;
width: 100%;
}
#top .content{
	margin-left: 28%;
	padding: 10px;
	font-size: 1.15em;
	font-weight: bold;
}
#top .title{
float: left;
width: 30%;
margin-left: -960px;
}
#top .title h2 {
	font-family: "Trebuchet MS";
	font-size: 3em;
	margin-top: 10px;
	margin-bottom: auto;
	text-transform: uppercase;
	background-image: url(images/page_titleh2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 50px;
	float: left;
}

/*-----------------------------------------------------------------------------
CONTENT
-----------------------------------------------------------------------------*/
#content {
	padding: 10px;
	float: left;
	width: 930px;
	background-color: #000000;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.05em;
}
	#content a, #content a:visited {
	color: #7193b4;
	text-decoration: none;
	}
	#content p {
	line-height: 1.4em;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	}
	#content .wrap {
	float: left;
	width: 100%;
	}
	#content .content {
	margin-right: 220px;
	float: left;
	}
		#content .content h2, #content .content h2 a, #content .content h2 a:visited  {
		font-family: "Trebuchet MS";
		font-size: 1.40em;
		color: #FFF;
		text-decoration: none;
		float: left;
		margin-bottom: 2px;
		}
		#content .content h2 a, #content .content h2 a:visited {
		text-transform: uppercase;
		}
		#content .content .date {
		float: left;
		width: 710px;
		margin-bottom: 10px;
		}
		#content .content .comments {
		float: left;
		width: 710px;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		#content .content .info {
		float: left;
		width: 710px;
		margin-top: 5px;
		font-size: 1em;
		}
		#content .content .info p {
		margin-bottom: 10px;
		line-height: 1.4em;
		}
	#content .right {
	float: left;
	width: 210px;
	margin-left: -210px;
	}
		#content .right .box {
		float: left;
		width: 210px;
		margin-bottom: 10px;
		}
		#content .right h3 {
		}
		#content .right .info {
		line-height: 1.4em;
		float: left;
		margin-bottom: 10px;
		width: 100%;
		}

/*-----------------------------------------------------------------------------
CONTACT
-----------------------------------------------------------------------------*/
#contact {
	padding: 10px;
	float: left;
	width: 930px;
	background-color: #000000;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.05em;
}
	#contact a, #contact a:visited {
	color: #7193b4;
	}
	#contact p {
	line-height: 1.4em;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	}
	#contact .wrap {
	float: left;
	width: 100%;
	}
	#contact .center {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 225px;
	}
	#contact .center .contact {
	width: 490px;
	float: left;
	}
	#contact .center .contact p{
	clear:both;
	display:block;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	#contact .center .contact label{
	display:block;
	float:left;
	font-size:12px;
	padding:4px 6px;
	width:80px;
	}
	#contact .center .contact .field,
	#contact .center .contact .textarea{
		border:1px solid #444;
	}
	#contact .center .contact .field{
		background:#212121;
		color:#FFF;
		font-size:12px;
		display:block;
		float:left;
		padding:4px 6px;
		width:320px;
	}
	#contact .center .contact .field:hover{
	}
	#contact .center .contact .field:focus{
		background:#000;
	}
	#contact .center .contact .textarea{
		background:#212121;
		color:#FFF;
		font-size:12px;
		display:block;
		float:left;
		padding:4px 6px;
		width:320px; height:150px;
	}
	#contact .center .contact #check{
		width:60px;
		text-align:center;
	}
	#contact .center .contact .textarea:hover{
	}
	#contact .center .contact .textarea:focus{
		background:#000;
	}
	
	/* *hover state forms submit button */
	#contact .center .contact .submitter{
			background:#212121;
			border:0;
			color:#FFF;
			display:block;
			float:left;
			margin:0 0 0 320px;
			font-weight:bold;
			line-height:39px;
			text-align:center;
			text-transform:uppercase;
			width:102px; height:39px;
	}
	
			
	#contact .center .contact .submitter:hover{
			background:#353535;
	}
	#contact .center .contact label.error {
		color:#C00;
		font-size:11px;
		padding:0 0 0 92px;
		width: 300px;
		}
	#contact .center .contact .messager{ height:170px;}
	#contact .center .contact .messager label.error {
		color:#C00;
		font-size:11px;
		padding:0 0 0 92px;
		width: 300px;
		}
	
	#contact .left {
	float: left;
	width: 210px; /*Width of left column in pixel*/
	margin-left: -930px;
	text-align: left;
	}
		#contact .left h2 {
		font-family: "Trebuchet MS";
		font-weight: bold;
		font-size: 1.50em;		
		}
		#contact .left h3 {
		font-family: "Trebuchet MS";
		font-size: 1.25em;
		float: left;
		margin-top: 5px;
		}
		#contact .left .bio {
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 10px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #666666;
		margin-top: 5px;
		font-size: .9em;
		}
		#contact .left .email {
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: dashed;
		border-bottom-style: dashed;
		border-top-color: #666666;
		border-bottom-color: #666666;
		}
	#contact .right {
	float: left;
	width: 210px;
	margin-left: -210px;
	}
	
/*-----------------------------------------------------------------------------
CORE RIGHT SIDEBAR
-----------------------------------------------------------------------------*/	
.core_sidebar {
	width: 210px; /*width of menu*/
	float: left;
	margin-bottom: 15px;
}
.core_sidebar h2 {
	color: white;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7193b4;
	float: left;
	font-size: 1.25em;
	width: 100%;
}
.core_sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0;
float: left;
}
.core_sidebar ul li {
padding-bottom: 2px;
float: left;
width: 210px;
display: block;
line-height: 17px;
padding-left: 0px;
padding-top: 5px;
padding-right: 0;
padding-bottom: 5px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #333333;
}
.core_sidebar ul li a, .core_sidebar ul li a:visited {
	color: #7193b4;
	text-decoration: none;
}
.core_sidebar ul li a:hover { /*hover state CSS*/
	color: white;
}

/*-----------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	color: #ffffff;
	width: 100%;
	margin: 0px;
	background-color: #000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
	#footer .text {
	float: left;
	font-size: .75em;
	}
	#footer a, #footer a:visited {
	color: #7193b4;
	text-decoration: none;
	}
	#footer a:hover {
	color: #FFF;
	text-decoration: none;
	}
	#footer #fbox {
	width: 920px;
	margin: 0 auto;
	}
	#footer #fbox .fwrap {
	float: left;
	width: 920px;
	}
	#footer #fbox .flogo {
	margin-top: 0px;
	margin-right: 310px;
	margin-bottom: 0px;
	margin-left: 310px;
	font-size: .75em;
	}
	#footer #fbox .fleft {
	float: left;
	width: 300px;
	margin-left: -920px;
	text-align: left;
	}
		#footer #fbox .fleft .fleft_wrap {
		float: left;
		width: 300px;
		}
		#footer #fbox .fleft .fleft_left {
		margin-right: 150px;
		}
		#footer #fbox .fleft .fleft_right {
		float: left;
		width: 140px;
		margin-left: -140px;
		}
		.fleft_menu {
		width: 140px;
		float: left;
		margin-bottom: 10px;
		}
		* html .fleft_menu{ /*IE only rule. Original menu width minus all left/right paddings */
		width: 145px;
		}
		.fleft_menu ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
		.fleft_menu a, .fleft_menu a:visited {
		padding: 4px 3px;
		display: block;
		width: 100%;
		color: #7193b4;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #333;
		font-size: 1em;
		}
		.fleft_menu a:hover{
		color: #9CF;
		}
	#footer #fbox .fright {
	float: left;
	width: 300px;
	margin-left: -300px;
	}

/*-----------------------------------------------------------------------------
MISC.
-----------------------------------------------------------------------------*/
#comments a {
	text-decoration: none;
}
	#comments h2 {
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0 10px 10px;
	margin: 0;
}
	#comments .buffer {
		padding: 0 10px 10px;
	}
	#comments h2 {
		padding-left: 0 !important;
		padding-bottom: 20px !important;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
