@charset "utf-8";

/*
Site: ihnclothing.com
Date: July/August 2011
Author: Hector Aranda
URL: http://www.hectorarandadesigns.com
*/


/* Site Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body {
	margin: 0;
	padding: 0;
}

#Page {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 950px
}

#Header {
	margin: 0;
	padding: 0 0 12px 0;
}

#NavMenu {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 44px;
}

#Contents {
	margin: 0;
	padding: 12px 0 0 0;
}

.Home .Left {
	margin: 0;
	padding: 0;
	float: left;
	width: 470px
}

.Home .Right {
	margin: 0;
	padding: 0;
	float: right;
	width: 470px
}

.Shop .Left {
	margin: 0;
	padding: 0;
	float: left;
	width: 470px
}

.Shop .Right {
	margin: 0;
	padding: 0;
	float: right;
	width: 470px
}

.Shop .LeftCol {
	margin: 0;
	padding: 12px 0 0 0;
	float: left;
	width: 228px
}

.Shop .MidCol {
	margin: 0;
	padding: 12px 12px 0 12px;
	float: left;
	width: 470px
}

.Shop .RightCol {
	margin: 0;
	padding: 12px 0 0 0;
	float: left;
	width: 228px
}

.Item .Left {
	margin: 0;
	padding: 0;
	float: left;
	width: 330px
}

.Item .SharkLeft {
	margin: 0;
	padding: 0;
	float: left;
	width: 366px
}

.Item .Mid {
	margin: 0;
	padding: 0 39px;
	float: left;
	width: 370px
}

.Item .SharkMid {
	margin: 0;
	padding: 0 20px;
	float: left;
	width: 370px
}

.Item .Right {
	margin: 0;
	padding: 0;
	float: left;
	width: 171px
}

.Item .Limited {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}

.Item .Sizing {
	margin: 0;
	padding: 0;
	text-align: center;
}

.Item #PayPal {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	background: #000000
}

#Footer {
	margin: 0;
	padding: 25px 0;
}

.Clear {
	clear: both;
}

/* Nav Menu
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#NavMenu ul {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 44px;
}

#NavMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#NavMenu a {
	margin: 0;
	padding: 0;
	height: 44px;
	display: block;
}

#NavMenu li#HomeBtn {
	margin: 0;
	padding: 0;
	width: 129px;
	background: url(includes/images/nav/IHN-Clothing-Nav-Home.gif) 0 0 no-repeat;
}

#NavMenu li#HomeBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-Home.gif) 0 -44px no-repeat;
}

#NavMenu li#HomeBtn {
	margin: 0;
	padding: 0;
	width: 129px;
	background: url(includes/images/nav/IHN-Clothing-Nav-Home.gif) 0 0 no-repeat;
}

#NavMenu li#HomeBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-Home.gif) 0 -44px no-repeat;
}

#NavMenu li#BlogBtn {
	margin: 0;
	padding: 0;
	width: 107px;
	background: url(includes/images/nav/IHN-Clothing-Nav-Blog.gif) 0 0 no-repeat;
}

#NavMenu li#BlogBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-Blog.gif) 0 -44px no-repeat;
}

#NavMenu li#AboutBtn {
	margin: 0;
	padding: 0;
	width: 121px;
	background: url(includes/images/nav/IHN-Clothing-Nav-About.gif) 0 0 no-repeat;
}

#NavMenu li#AboutBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-About.gif) 0 -44px no-repeat;
}

#NavMenu li#ShopBtn {
	margin: 0;
	padding: 0;
	width: 109px;
	background: url(includes/images/nav/IHN-Clothing-Nav-Shop.gif) 0 0 no-repeat;
}

#NavMenu li#ShopBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-Shop.gif) 0 -44px no-repeat;
}

#NavMenu li#LookbookBtn {
	margin: 0;
	padding: 0;
	width: 157px;
	background: url(includes/images/nav/IHN-Clothing-Nav-Lookbook.gif) 0 0 no-repeat;
}

#NavMenu li#LookbookBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-Lookbook.gif) 0 -44px no-repeat;
}

#NavMenu li#ContactBtn {
	margin: 0;
	padding: 0;
	width: 142px;
	background: url(includes/images/nav/IHN-Clothing-Nav-Contact.gif) 0 0 no-repeat;
}

#NavMenu li#ContactBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-Contact.gif) 0 -44px no-repeat;
}

#NavMenu li#JesusBtn {
	margin: 0;
	padding: 0;
	width: 185px;
	background: url(includes/images/nav/IHN-Clothing-Nav-God-Jesus.gif) 0 0 no-repeat;
}

#NavMenu li#JesusBtn a:hover {
	background: url(includes/images/nav/IHN-Clothing-Nav-God-Jesus.gif) 0 -44px no-repeat;
}

/* Typography & Colors
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body {
	color: #777777;
	font-size: 13px;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#Footer {
	color: #999999;
	font-size: 11px;
	text-align: center
}

h1 {
	font-size: 30px;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase
}

h2 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: bold;
	text-transform: uppercase
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

input.TextField, textarea {
	color: #777777;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.SendButton {
	color: #ffffff;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.GodJesus p {
	font-weight: bold;
}

.GodJesus .Black {
	color: #000000;
}

.GodJesus .Welcome {
	text-align: center;
	font-size: 75px;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	padding: 20px 0 40px 0;
	line-height: 80px
}

.Item {
	color: #000000;
}

.Black {
	color: #000000;
}

form table {
	color: #ffffff;
}

/* Headers & Paragraphs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
h1 {
	margin: 0;
	padding: 12px 0 0 0;
}

h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 22px
}


/* Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a:link {
	color: #000000;
	text-decoration: none
}

a:visited {
	color: #000000;
	text-decoration: none
}

a:hover {
	color: #999999;
	text-decoration: none
}


/* Lists
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* Forms
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
input.TextField {
	margin: 0;
	padding: 3px;
	width: 100%;
	border: 1px solid #999999;
	background-color: #ffffff;
}

textarea {
	margin: 0;
	padding: 3px;
	width: 100%;
	border: 1px solid #999999;
	background-color: #ffffff;
}

.SendButton {
	margin: 0;
	padding: 3px;
	border: 1px solid #999999;
	background-color: #000000;
}

/* Images
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
img.HeaderImg {
	padding-bottom: 20px;
}

.Home img.ImgPad {
	padding-bottom: 12px;
}

img.Divider {
	padding-bottom: 20px;
}

img.ItemNamePad {
	padding-bottom: 10px;
}

/* Misc
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
