/*
Theme Name: LH
Theme URI: http://www.legitimatehero.com
Description: A stripped down theme build for Legitimate Hero
Version: 2.0
Author: Legitimate Hero
Author URI: http://www.legitimatehero.com
*/

/*Eric Meyer 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, 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; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END-------Eric Meyer------------*/

/*Typograpghy-----------------------------*/

body {
	font-size: 62.5%;
	color: #222;
	height:100%;
	line-height:1.5;
	width:100%;
	word-spacing:1px;
	background-color: white;
}

h1, h2, h3, h4 {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #555;
}

p a {
	font-weight: bold;
	color: #000;
}

p a:hover {
	background-color: yellow;
}

h1 {
	font-size: 40pt;
	color: #222;
	font-family: 'Josefin Sans Std Light', arial, serif;
}

h2 {
	font-size: 24pt;
	font-family: 'Josefin Sans Std Light', arial, serif; 
}

h3 {
	font-size: 9pt;
}

h4, h5 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: lowercase;
	font-weight: normal;
	color: #777;
}

em {
	color: #aaa;
	font-style: normal;
}
#statement {
	clear: both;
	text-align: left;
}

/*layout--------------------------------*/
body {
	font-family:Arial,Helvetica;
	background: #fff;
}

#content {

}

#container {
	padding-left:195px;
	padding-top:35px;
	position:relative;
	width:810px;
}

#header {
	overflow: hidden;
	position: fixed;
	z-index: 99;
}

#logo {
	float:left;
	width:61px;
	height: 61px;
	margin: 35px 0 0 0px;
	padding: 0px 0 20px 35px;
}

#logo span.icon {
	position: absolute;
	background-image: url('images/lh_logo.png');
	height: 61px;
	width: 61px;
	float: left;
}

#logo span.icon:hover {
	opacity: 0.9;
}

/*Nav--------------------------------*/
#navigation {
	font-size:1.1em;
	left:0px;
	line-height:135%;
	margin:0;
	padding-left: 35px;
	position:fixed;
	top:115px;
	white-space:nowrap;
	z-index:11;
	max-width: 140px;
}

#navigation li {
	padding:2px 3px 3px 0;
	text-decoration:none;
}

#navigation li a {
	color: #333;
	text-decoration: none;
	padding: 2px;
	background: white;
}

#navigation li a:hover {
	color: #000;
	background-color: #fff800;
}

#navigation li a.current {
	color: #000;
	background-color: #fff800;
}

li.current a {
	color: #000;
	background-color: #fff800;
}

span.current {
	background-color: #fff800;
}

li#logout {
	clear:both;
	background: yellow;
}

li#logout a {
	background: none;
}

/*search box------------------------------*/
#search {
	float: left;
	border: 1px solid #ddd;
	background: white;
	width: 110px;
	height: 18px;
	margin: 10px 0 0 0;
	font-family: Arial;
}

#search span {
	color: #fff;
}

#search #s {
	width:112px;
	height: 16px;
	border: 0;
	background: none;
	font-size: 1em;
	color:#aaa;
	padding-left: 4px;
}

#submitBTN {
	position: relative;
	top: -30px;
	left: 73px;
	border: 0;
}

/*copyright----------------------------------*/
#copyright {
	float: left;
	margin: 0;
	color: #aaa ;
	font-size: .9em;
}

#copyright a {
	color: #999 !important;
}

#copyright a:hover {
	text-decoration: underline;
	color: #000 !important;
	background: none !important;
}

/*footer----------------------------------*/
#footer {
	clear: both;
	padding: 20px 0 0 0;
}

/*slogans----------------------------------*/
#subhead {
	width:780px;
	line-height: normal;
}

#subhead #tags {
	float: left;
	width: 600px;
	color: #777;
	font-size: 1.1em;
	text-transform: lowercase;
	font-weight: normal;
	padding-bottom: 5px;
}

#subhead #tags a:hover {
	text-decoration: underline;
	color: #000;
}

.hrFancy {
	clear:both;
	border: 0;
	background: #ccc;
	height: 1px;
	width: 90px;
	text-align: left;
	margin: 12px 0 12px;
}

#title {
	line-height: normal;
}

#title h1 {
}

/*project page-------------------------------*/
#worklist {
}

#worklist ul {
	display: inline-block;
}

#worklist ul li {
	float: left;
	margin: 10px 30px 20px 0px;
	height: 185px;
	width: 240px;
}

#worklist ul li a {
}

#worklist ul li a:hover {
	opacity:0.9;
}

#worklist ul li h5 a:hover {
	color: #000;
	background-color: #fff800;
}

.brandnew {
	position: absolute;
	background: url('images/brandnew.png');
	width: 107px;
	height: 107px;
}

.worksingle {
	width: 780px;
}

.worksingle a {
	text-decoration: none;
}

.worksingle a:hover {
	color: #000;
	text-decoration: underline;
}

.worksingle p {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 5px 0 0 0;
}

.worksingle h5 {
	padding-bottom: 10px;
}

.linkback {
}

.linkback a {
	display: inline-block;
	color: #ccc;
	margin-top: 20px;
}

.linkback span.icon {
	background: url('images/backBtn.png') no-repeat;
	height: 19px;
	width: 43px;
	float: left;
	opacity:0.6;
}

.linkback span.icon:hover {
	opacity:0.9;
}

#edit {
	color: #777;
	float: right;
}

/*Client Pages-----*/
.clientcontent {
}

.clientcontent h3 {
	padding: 0 0 4px;
	font-style: italic;
	text-align: right;
	width: 780px;
}

/*Comments_________________*/
#commentsholder {
	padding-top: 20px;
}

#comments {
 	width: 780px;
}

.comments-count h2 {
	color: black;
}

.comments-meta {
	width: 600px;
  	color: #444;
	float: left;
	margin: 0px 0 10px;
}

.comments-meta p {
	font-size: 1em;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2.4em;
	text-align: center;
	clear: both;
}
.comments-meta p.trackback-and-comment {
	text-align: left;
	border: none;
}

.comments-meta a:link,.comments-meta a:visited, .comments-meta a:active {
	background: yellow;
	color: black;
	text-decoration: none;
}
.comments-meta a:hover,v.comments-meta a:focus {
	color: black;
	text-decoration: underline;
}

#comments .comment-list {
	width: 600px;
	padding: 0;
	margin: 0;
	float: right;
}

.comment-list li {
	width: 100%;
	margin: 0px 0 16px;
	clear: both;
	float: left;
}

.comment-list li p {
	padding: 5px 10px 5px 10px;
	color: #eee;
}

.comment-list li ul, .comment-list li ol {
	margin-bottom: 1em;
}

.comment-list li p {
	background: black;
	float:left;
	width: 580px;
}

.comment-list li .bot {
	background: url(images/comment-post-dark-bot.png) no-repeat;
	height: 16px;
	width: 600px;
	float:left;
}

li.odd-row {
}

li.odd-row p {
	background: black;
	float:left;
	width: 580px;
}

li.odd-row .bot {
	background: url(images/comment-post-dark-bot.png) no-repeat;
	height: 16px;
	width: 600px;
	float:left;
}

li.author-comment {
}

li.author-comment p {
	background: black;
	float:right;
	width: 580px;
	color: #eee;
}

li.author-comment .bot {
	background: url(images/comment-post-light-bot.png) no-repeat;
	height: 16px;
	width: 600px;
	float:right;
}

li.author-comment .user-comment {
	padding: 0px 20px 0 0px;
	float:right;
	text-align: right;
	clear: both;
}

li.author-comment .comment-data {
	padding: 0px 6px 0 0px;
	float:right;
	text-align: right;
}

.user-comment {
	padding: 0px 0 0 20px;
	float:left;
	clear: both;
	color: #666;
	text-align: left;
}

.user-comment a {
	text-decoration: none;
	color: #000;
}

.user-comment a:hover {
	text-decoration: underline;
	color: #000;

}

.comment-data {
	padding: 0px 0 0 6px;
	color: #888;
	float:left;
}

.comment-list li ul ul, .comment-list li ol ol, .comment-list li ol ul, .comment-list li ul ol {
	margin-bottom: 0;
	padding: 0;
}

#comment-form {
	width: 465px;
	margin: 0px 0;
	padding-left: 0px;
	float: left;
}

#comment-form input {
	font-style: normal;
	color:#000;
	background: #fff;
	border: 1px solid #000;
	font-size: 1em;
}

#comment-form .post-comment input {
	font-style: normal;
	color: white;
	background: black;
	border: none;
}

#comment-form textarea {
	border: none;
	font-style: normal;
	margin: 0px;
	background: url(images/comment-input.png) no-repeat;
	width: 440px;
	height: 200px;
	padding: 10px
}

#comment-form h2 {
	font-weight: normal;
	color: #000;
}

#comment-form p {
	margin: 0;
	padding: 0;
}

#comment-form label {
	display: block;
	font-size: 1.2em;
	line-height: 2.00;
	text-transform: lowercase;
}

.commen-tbody {
	width: 465px;
	float: left;
}

.commen-tbody textarea {
	float: left;
	font-size:1.2em;
	line-height: 1.846;
	border:0px
}

.commenter-details {
	width: 279px;
	float: left;
	font-size: 6pt;
}

.commenter-details input {
	width: 249px;
	padding:5px;
	font-size: 10pt !important;
}

.post-comment {
	float: left;
}

.post-comment input {
	font-size:1em;
	margin: 0px;
	padding: 2px;
	text-transform: uppercase;
	cursor: pointer;
}

.post-comment input:hover {
	color: black !important;
}

/*About__________*/
#mainarea {
	overflow: hidden;
	margin: 0 0 25px 0;
	width: 520px;
}

#mainarea p {
	line-height: 2.2em;
}

#about {
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 55%;
	font-size: 1.4em;
	line-height: 1.4em;
	float: left;
}

#about a {
	color: #ccc;
	text-decoration: none;
}

#about a:hover {
	color:#fff;
	background: #18aeee;
	text-decoration: underline;
}

#about p {
	padding-bottom: 20px;
}

#about li {
	display:block;
	padding: 0 0 0 25px;
	font-size: .8em;
	font-style:normal;
	font-weight: normal;
}

/*Contact__________*/
.wpcf7 span {
	font-size: 1em;
}

.wpcf7 p {
	font-size: 1.1em;
	line-height: 1.8em !important;
}

.wpcf7 input {
	border: none;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color:#fff;
	padding: 8px;
	background: #000;
}

.wpcf7 .info {
	width:220px;
}

.msg {
	border: none;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: .9em;
	color:#fff;
	width: 300px;
	padding: 10px;
	background: #000;
}

.wpcf7 #submit {
	color:#fff;
	margin: 1px 1px 1px 0;
}

.wpcf7 #submit:hover {
	color: #000;
	background-color: #fff800;
}

.wpcf7 #submit:active {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0px;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	background: yellow;
	border: none !important;
}

div.wpcf7-response-output {
	margin: 10px 0 0 0 !important;
	padding: 5px !important;
}

/*morebox------------------------------*/
a#morebox-slidetoggle {
	background: transparent url('images/more.png') no-repeat;
	height: 57px;
	width: 73px;
	margin: 0 -3px 0 0;
}

/*popups-------------------------------*/
.bubbleInfo {
    position: relative;
}

.trigger {
}

.popup {
	position: absolute;
	z-index: 20;
	background: transparent url('images/popup.png') no-repeat;
    display: inline;
    color: white;
    padding: 10px 10px 0 32px;
    line-height: normal;
    height: 56px;
    display: none;
    white-space: nowrap;
}

.popup h2 {
	font-size: 14pt;
	font-weight: bold;
}

.popup h5 {
	padding: 0px 0 0 0;
	color: #ddd;
}

.right {
	float:right;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	position:absolute;
	bottom:-4px;
	clear: both;
	left: 0px;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	left:25px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:-20px;
	left: 55px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
	font-size: 1.1em;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
	margin-bottom: 30px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}