/*
Theme Name: Knic
Theme URI: http://kristenhernandez.com
Description: Kristen Hernandez's website
Author: Martin Ma
Version: 1.0
Tags: kristen
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	color: #FFF;
	font-family: "arial";
	font-size: 12px;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
body {
	background-color: #1d1d1d;
	text-align: center;
}

#wrapper {
	width: 994px;
	text-align: left;
	margin: 0 auto;
}

#main {
	background-color: #0B0B0B;
}

#branding {
	width: 994px;
	height: 175px;
	background: url('images/header/header_bkgd_1px.jpg') repeat-x 0 0;
}

#a-logo {
	width: 427px;
	height: 175px;
	background: url('images/header/logo_knic.jpg') no-repeat 0 0;
	display: block;
	float: left;
}

#ul-nav {
	width: 343px;
	height: 46px;
	display: block;
	float: right;
}
#ul-nav li.page_item {
	width: 39px;
	height: 46px;
	margin: 0 10px 0 15px;
	float: left;
}
#ul-nav li.page_item span {
	display: none;
}
#ul-nav li.page_item a {
	width: 39px;
	height: 46px;
	display: block;
}
#ul-nav li.page_item.page-item-4 a {
	background: url('images/nav/nav_home.gif') no-repeat 0 -92px;
}
#ul-nav li.page_item.page-item-2 {
	width: 58px;
}
#ul-nav li.page_item.page-item-2 a {
	width: 58px;
	background: url('images/nav/nav_about.gif') no-repeat 0 -92px;
}
#ul-nav li.page_item.page-item-31 {
	width: 71px;
}
#ul-nav li.page_item.page-item-31 a {
	width: 71px;
	background: url('images/nav/nav_contact.gif') no-repeat 0 -92px;
}
#ul-nav li.page_item.page-item-63 {
	width: 75px;
}
#ul-nav li.page_item.page-item-63 a {
	width: 75px;
	background: url('images/nav/nav_portfolio.gif') no-repeat 0 -92px;
}
#ul-nav li.page_item a:hover {
	background-position: 0 -46px;
}
#ul-nav li.page_item.current_page_item a,
#ul-nav li.page_item.current_page_parent a {
	background-position: 0 0;
}

#ul-sub {
	width: 501px;
	height: 46px;
	padding: 5px 10px 0;
	display: block;
	float: right;
}
#ul-sub li {
	width: 73px;
	height: 21px;
	margin: 0;
	float: left;
}
#ul-sub li a {
	width: 73px;
	height: 21px;
	display: block;
}
#ul-sub li.all a {
	background: url('images/nav/nav_portfolio_viewAll.gif') no-repeat 0 -42px;
}
#ul-sub li.web {
	width: 49px;
}
#ul-sub li.web a {
	width: 49px;
	background: url('images/nav/nav_portfolio_web.gif') no-repeat 0 -42px;
}
#ul-sub li.flashmotion {
	width: 108px;
}
#ul-sub li.flashmotion a {
	width: 108px;
	background: url('images/nav/nav_portfolio_flashMotion.gif') no-repeat 0 -42px;
}
#ul-sub li.advertising {
	width: 96px;
}
#ul-sub li.advertising a {
	width: 96px;
	background: url('images/nav/nav_portfolio_advertising.gif') no-repeat 0 -42px;
}
#ul-sub li.product {
	width: 75px;
}
#ul-sub li.product a {
	width: 75px;
	background: url('images/nav/nav_portfolio_product.gif') no-repeat 0 -42px;
}
#ul-sub li.illustration {
	width: 100px;
}
#ul-sub li.illustration a {
	width: 100px;
	background: url('images/nav/nav_portfolio_illustration.gif') no-repeat 0 -42px;
}
#ul-sub li a:hover {
	background-position: 0 -21px;
}
#ul-sub li.current a {
	background-position: 0 0;
}
#ul-sub li a span {
	display: none;
}

#footer {
	width: 994px;
	height: 53px;
	background: url('images/footer/footer_sample.gif') no-repeat 0 0;
	display: block;
}

h2.entry-title, div.entry-meta, div.entry-utility {
	display: none;
}

div.clear {
	font-size: .1em;
	line-height: .1em;
	height: .1em;
	clear: both;
}

#content {
	border-top: 4px #DA235C solid;
}
