@charset "utf-8";
/* CSS Document */
html, body
{
	font-family:Trebuchet MS, Arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	background-image: url(./themes/hinchtown/images/layout/skyline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*//////////////////////////// LOGO/HEADER */
#hinchApproved
{
	background-image: url(./themes/hinchtown/images/layout/hinch_approved.png);
	width: 128px;
	height: 128px;
	position: absolute;
	top: 0px;
	left: 30px;
	margin: 10px 0px 0px 0px;
}
#header
{
	width: 519px;
	height: 98px;
	margin: 0px auto 0px auto;
	padding-top: 50px;
	background-image: url(./themes/hinchtown/images/layout/hinchtown.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}
/*//////////////////////////// NAVIGATION */
#nav
{
	text-align: center;
	height: 40px;
	background-image: url(./themes/hinchtown/images/layout/nav_background.png);
	background-repeat: repeat-x;
}
#nav ul
{
	display: inline;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
}

#nav ul li
{
	display: inline;
	margin: 0px 15px 0px 15px;
}
#nav ul li a
{
	background-image: url(./themes/hinchtown/images/layout/sprites.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
#nav ul li a.home
{
	padding: 0px 0px 0px 56px;
	background-position: 0px 0px;
}

#nav ul li a.home:hover
{
	padding: 0px 0px 0px 56px;
	background-position: 0px -26px;
}

#nav ul li a.news
{
	padding: 0px 0px 0px 55px;
	background-position: -97px 0px;
}

#nav ul li a.news:hover
{
	padding: 0px 0px 0px 55px;
	background-position: -97px -26px;
}

#nav ul li a.blog
{
	padding: 0px 0px 0px 45px;
	background-position: -194px 0px;
}

#nav ul li a.blog:hover
{
	padding: 0px 0px 0px 45px;
	background-position: -194px -26px;
}

#nav ul li a.blog .active
{
	padding: 0px 0px 0px 45px;
	background-position: -194px -26px;
}

#nav ul li a.photos
{
	padding: 0px 0px 0px 69px;
	background-position: -282px 0px;
}
#nav ul li a.photos:hover
{
	padding: 0px 0px 0px 69px;
	background-position: -282px -26px;
}

#nav ul li a.videos
{
	padding: 0px 0px 0px 66px;
	background-position: -387px 0px;
}
#nav ul li a.videos:hover
{
	padding: 0px 0px 0px 66px;
	background-position: -387px -26px;
}

#nav ul li a.sponsors
{
	padding: 0px 0px 0px 87px;
	background-position: -494px 0px;
}
#nav ul li a.sponsors:hover
{
	padding: 0px 0px 0px 87px;
	background-position: -494px -26px;
}

#nav ul li a.bio
{
	padding: 0px 0px 0px 33px;
	background-position: -623px 0px;
}
#nav ul li a.bio:hover
{
	padding: 0px 0px 0px 33px;
	background-position: -623px -26px;
}

#nav ul li a.events
{
	padding: 0px 0px 0px 67px;
	background-position: -786px 0px;
}
#nav ul li a.events:hover
{
	padding: 0px 0px 0px 67px;
	background-position: -786px -27px;
}
/*//////////////////////////// BANNER AREA */
#banner
{
	width: 1040px;
	margin: 28px auto 0px auto;
}
#photoBanner
{
	float: left;
	width: 668px;
	height: 270px;
	border: 10px solid #1A1A1A;
	background-color: #333333;
}
#photoBanner > object
{
	width: 668px !Important;
	height: 270px;
}
#videoBanner
{
	float: left;
	width: 320px;
	height: 270px;
	border: 10px solid #1A1A1A;
	background-color: #333333;
}
#videoBanner > object
{
	width: 320px;
	height: 270px;
}
/*//////////////////////////// CONTENT SECTION */
#content
{
	width: 1040px;
	margin: 28px auto 0px auto;
}
#hinchTalk
{
	float:left;
	margin: 0px 0px 0px 0px;
	background-image: url(./themes/hinchtown/images/layout/hinch_talk.png);
	background-repeat: no-repeat;
	width: 228px;
	height: 235px;
	cursor:hand;
	cursor:pointer;
}
/* LABELS */
.label
{
	margin: 0px 0px 8px 0px;
	text-align: left;
	background-image: url(./themes/hinchtown/images/layout/nav_background.png);
	background-repeat: repeat-x;
}
.label div
{
	background-image: url(./themes/hinchtown/images/layout/sprites.png);
	background-repeat: no-repeat;
}
.rssBig
{
	background-image: url(./themes/hinchtown/images/layout/rss_big.gif) !Important;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: hand;
	cursor: pointer;
}
.rss
{
	background-image: url(./themes/hinchtown/images/layout/rss.gif) !Important;
	width: 690px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin: -24px 0px 7px 0px;
}
.twitterBird
{
	background-image: url(./themes/hinchtown/images/layout/twitterBird.png) !Important;
	width: 53px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	margin: -38px 0px 4px 290px;
}
#newsLabel
{
	width: 60px;
	height: 16px;
	background-color: #000;
	background-position: -97px -52px;
}
#blogsLabel
{
	width: 60px;
	height: 16px;
	background-color: #000;
	background-position: -164px -52px;
}
#sponsorsLabel
{
	width: 116px;
	height: 16px;
	background-color: #000;
	background-position: -228px -52px;
}
#photosLabel
{
	width: 92px;
	height: 16px;
	background-color: #000;
	background-position: 0px -52px;
}
#videosLabel
{
	width: 86px;
	height: 16px;
	background-color: #000;
	background-position: -343px -52px;
}
#eventsLabel
{
	width: 76px;
	height: 16px;
	background-color: #000;
	background-position: -738px -76px;
}
#recentEntriesLabel
{
	width: 176px;
	height: 16px;
	background-color: #000;
	background-position: -434px -52px;
}
#archivesLabel
{
	width: 108px;
	height: 16px;
	background-color: #000;
	background-position: -615px -52px;
}
#aboutMeLabel
{
	width: 115px;
	height: 16px;
	background-color: #000;
	background-position: -228px -76px;
}
#vitalsLabel
{
	width: 71px;
	height: 16px;
	background-position: -345px -76px;
}
#vitalsLabel
{
	width: 71px;
	height: 16px;
	background-color: #000;
	background-position: -345px -76px;
}
#teamLabel
{
	width: 64px;
	height: 16px;
	background-color: #000;
	background-position: -434px -76px;
}
#coolLabel
{
	width: 68px;
	height: 16px;
	background-color: #000;
	background-position: -522px -76px;
}
#notCoolLabel
{
	width: 119px;
	height: 16px;
	background-color: #000;
	background-position: -615px -76px;
}
#termsOfUseLabel
{
	width: 150px;
	height: 16px;
	background-color: #000;
	background-position: 0px -103px;
}
#privacyPolicyLabel
{
	width: 182px;
	height: 16px;
	background-color: #000;
	background-position: -165px -103px;
}
#contactLabel
{
	width: 112px;
	height: 16px;
	background-color: #000;
	background-position: -347px -103px;
}
#twitterLabel
{
	width: 100px;
	height: 16px;
	background-color: #000;
	background-position: -460px -103px;
}
#youtubeLabel
{
	width: 220px;
	height: 10px;
	margin: 10px 0px 0px 0px;
	background-color: #000;
	background-position: 0px -78px;
}
/* PAGINATION */
.pagination
{
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	background-color: #060606;
	text-align: left; 
}
/*//////////////////////////// PHOTO GALLERY */
.category
{
	text-align: center;
	width: 122px;
	float: left;
}
.category .thumb
{
	margin: 0px;
	height: 100px;
}
.category .thumb img
{
	border: 1px solid #FFFFFF;
}
.thumbnail
{
	text-align: center;
	width: 122px;
	height: 122px;
	float: left;
}
.thumbnail img
{
	border: 1px solid #FFFFFF;
}
/*//////////////////////////// FOOTER */
#footer
{
	margin: 200px auto 40px auto;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
#footer a
{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li
{
	display: inline;
}
/*//////////////////////////// BOX TEMPLATES */
.box
{
	width: 320px;
	min-height: 270px;
	height: auto !Important;
	height: 270px;
	border: 10px solid #1A1A1A;
	float: left;
}
.sponsor
{
	width: 320px;
	min-height: 270px;
	height: auto !Important;
	height: 270px;
	border: 10px solid #1A1A1A;
	float: left;
	margin-bottom: 8px;
}
.sponsor .caption
{
	min-height: 100px;
	height: auto !Important;
	height:100px;
	padding: 10px;
	background-color: #060606;
}
.regularBox
{
	width: 320px;
	border: 10px solid #1A1A1A;
	float: left;
}
.item
{
	cursor: hand;
	cursor: pointer;
	padding: 10px;
	text-align: left;
}
.item:hover
{
	background-color: #2B2B2B;
}
.photo
{
	cursor: hand;
	cursor: pointer;
	padding: 10px;
	text-align: left;
}
.photo img:hover
{
	border: 1px solid #2B2B2B;
}
.image
{
	width: 120px;
}
.details
{
	width: 300px;
}
.altRow
{
	background-color: #060606;
}
.wideBox
{
	width: 638px;
	text-align: left;
	padding: 15px;
	line-height: 20px;
	min-height: 500px;
	height: auto !Important;
	height: 500px;
}
.largeBox
{
	width: 986px;
	text-align: left;
	padding: 15px;
	line-height: 20px;
	min-height: 500px;
	height: auto !Important;
	height: 500px;
}
.largeBox > p
{
	margin-bottom: 20px;
}
.wideBox h1
{
	font-size: 24px !Important;
	color: #FFF !important;
	margin: 25px 0px 25px 0px !important;
	text-transform: uppercase !important;
}
.wideBox > div
{
	border-bottom: 1px solid #444444;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}
.video
{
	text-align: center;
	margin: 20px 0px 20px 0px;
}
.listing
{
	border: 10px solid #1A1A1A;
	float: left;
	width: 668px;
	text-align: left;
}
/*//////////////////////////// TEXT FORMATTING */
.textFormat h1, h2, h3, h4, h5, p
{
	margin: 0px;
}
.textFormat h1
{
	font-size: 18px;
	color: #AAAAAA;
}
.textFormat h2
{
	font-size: 24px;
	color: #AAAAAA;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
.textFormat h3
{
	font-size: 24px;
	color: #FFF;
	margin: 25px 0px 5px 0px;
	text-transform: uppercase;
}
.textFormat h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #FFF;
}
.textFormat h5
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.textFormat h6
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #AAAAAA;
}
.textFormat .info
{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.textFormat p
{
	font-size: 14px;
	color: #AAAAAA;
}
.textFormat ul
{
	list-style-type: none;
	font-size: 14px;
	color: #AAAAAA;
	line-height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.textFormat ul.whiteText
{
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	line-height: 20px;
	margin: 10px;
	padding: 0px;
}
/*//////////////////////////// COMMENTS */
.comment .timeAndDate
{
	font-size: 10px;
}
/*//////////////////////////// FORM */
form
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #060606;
}
.row
{
	font-size: 14px;
	color: #FFF;
	border: 0px none !Important;
	clear: both;
	padding: 10px;
}
textarea
{	
	border: 1px solid #444444;
	font-family: Trebuchet MS;
	font-size: 14px;
	height: 150px;
	padding: 5px;
}
.input
{
	font-family: Trebuchet MS;
	font-size: 14px;
	padding: 5px;
}
.submit
{
	font-family: Trebuchet MS;
	font-size: 14px;
	padding: 5px;
	cursor: hand;
	cursor: pointer;
}
label
{
	text-transform: capitalize;
	float: left;
	width: 100px;
}
/*//////////////////////////// MISCELLANEOUS */
.nextPrev
{
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
a
{
	text-decoration: underline;
	color: #FFF;
}
a:hover
{
	text-decoration: none;
	color: #FFF;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.textAlignRight
{
	text-align: right !Important;
}
.noBorder
{
	width: 1036px;
	border: 0px none;
	padding: 0px;
}
.spacingTop
{
	margin-top: 20px;
}
.leftSpacing
{
	margin-left: 8px;
}
.rightSpacing
{
	margin-right: 8px;
}
.alignCenter
{
	text-align: center!Important;
}
.noImageSpace
{
	display: block;
	margin: 0px auto 0px auto;
}
.hiddenFields
{
	display: none;
}
.socialIcons
{
	margin: 28px auto 0px auto;
	width: 1038px;
}
.clear
{
	clear: both;
}