body{
	background: url(../images/white-middle-body-back.jpg) center;
	font-size: 10pt;
	line-height: 13px;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	background: transparent;
	color: #333;
}
div#container {
	width: 820px;
	margin: 0 auto;
}

div#header {
	background: url(../images/header.png) repeat-y 2px;
	padding: 5px 45px;
	display: block;
	height: 110px;
	margin: 0;
}
div#header.subbed {
	background: url(../images/header2.png) no-repeat 2px;
}


div#header a {
	text-indent: -999em;	
	background: url(../images/myassoccorn.png) no-repeat;
	display: block;
	height: 71px;
	width: 228px;
	margin: 15px 0;
}

/* @group nav */

div#nav {
	width: 490px;
	float: right;
	margin-top: 24px;
}

div#nav ul {
	padding: 0;
	height: 20px;
	display: block;
}

div#nav ul li {
	float: left;
	padding: 5px 20px;
	list-style: none;
	height: 12px;
}
div#nav ul li a {
	text-indent: -999em;
	display: block;
	height: 13px;
	background-repeat: no-repeat;
	background-color: #b9d1dc;
	overflow: hidden;
}
div#nav ul li a#portfolio:hover, div#nav ul li a#shop:hover, div#nav ul li a#info:hover, div#nav ul li a#contact:hover {
	background-position: 0 -13px;
}
div#nav ul li a#portfolio {
	width: 87px;
	background-image: url(../images/nav/portfolio.png);
	height: 12px;
	display: block;
}
div#nav ul li a#shop {
	width: 43px;
	background-image: url(../images/nav/shop.png);
}
div#nav ul li a#info {
	width: 41px;
	background-image: url(../images/nav/info.png);
}
div#nav ul li a#contact {
	width: 87px;
	background-image: url(../images/nav/contact.png);
}

/* @end */

/* @group subnav */
div#subnav {
	height: 20px;
	margin: 0;
	background: url(../images/subnav2.png) no-repeat -4px 0;
	padding: 8px 30px;
}
div#subnav ul li {
	float: left;
	list-style: none;
	padding: 0 20px;
}
div#subnav ul li a {
	display: block;
	text-indent: -999em;
	height: 13px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}
div#subnav ul li a.active, div#subnav ul li a#posters:hover, div#subnav ul li a#shirts:hover, div#subnav ul li a#packaging:hover, div#subnav ul li a#logos:hover, div#subnav ul li a#other:hover, div#subnav ul li a#bio:hover, div#subnav ul li a#blog:hover, div#subnav ul li a#friends:hover, div#subnav ul li a.active, div#nav ul li a.active {
	background-position: 0 -14px;
}

div#subnav ul li a#bio {
	background-image: url(../images/nav/bio.png);
	width: 25px;
}
div#subnav ul li a#blog {
	background-image: url(../images/nav/blog.png);
	width: 39px;
}
div#subnav ul li a#friends {
	background-image: url(../images/nav/friends.png);
	width: 62px;
}
div#subnav ul li a#posters {
	background-image: url(../images/nav/posters.png);
	width: 69px;
}
div#subnav ul li a#shirts {
	background-image: url(../images/nav/shirts.png);
	width: 57px;
}
div#subnav ul li a#packaging {
	background-image: url(../images/nav/packaging.png);
	width: 92px;
}
div#subnav ul li a#logos {
	background-image: url(../images/nav/logos.png);
	width: 53px;
}
div#subnav ul li a#other {
	background-image: url(../images/nav/other.png);
	width: 53px;
}
/* @end */


div#content {
	background: url(../images/content-bg.png) repeat-y;
	padding: 10px 40px;
}

div#news {
	width: 250px;
	overflow: auto;
	height: 410px;
	float: left;
}
#news .post h2 {
  padding: 0;
  margin: 0;
}
.info-pages #news {
  width: 400px;
  float: right;
}

.info-pages #image-holder {
  width: 300px;
  height: 400px;
  display: block;
  margin-bottom: 10px;
}
div#image-holder {
	width: 270px;
	height: 410px;
	display: block;
	margin-bottom: 10px;
	float: left;
}
ul.admin li {
	padding: .4em 0;
}

/* @group Friends */
ul#friendsadmin li span{
	color: #999;
	padding: .5em;
}
ul#friendsadmin {
	width: 500px;
	padding: 10px 0;
}
ul#friendsadmin li{
	display: block;
	color: #333;
	margin: 5px;
}
ul.friends {
	width: 185px;
	padding: 0 25px 25px 25px;
	float: left;
	height: 33em;
	background: url(../images/borders/really-tall-vert.png) no-repeat right;
}
ul.friends li {
	list-style: none;
	padding: .5em 0;
}
ul.friends li a {
	color: #333;
	text-decoration: none;
}
ul.friends li a:hover {
	color: #666;
}

ul.friends li a.alt {
	color: #75838c;
}
ul.friends li a.alt:hover {
	color: #9fb3c1;
}

/* @end */
span.date {
	font-size: .8em;

	color: #a2c2ca;
	display: block;
	width: 9em;
  font-style: italic;
}
span.readmore {
	display: block;
	padding-left: 20px;
}
span.readmore a {
	color: #666;
	text-transform: uppercase;
	font-size: .8em;
	display: block;
	text-align: right;
	padding-right: 30px;
}

#news div.pagination {
	font-size: .8em;
	text-align: left;
}
.info-pages .post {
  width: auto;
}
div.post {
	width: 225px;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
div.post p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .8em;	
	padding: .2em 0;
}
div.post h2 {
	padding: .3em 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	color: #a2c2ca;
  text-transform: uppercase;
}

div#image-holder {
	width: 460px;
	height: 410px;
	display: block;
	margin-bottom: 10px;
	float: right;
}
div#news, div#image-holder {
	margin-top: 20px;
}



#hcard-Micah-Smith div div.address2 {
	margin-top: -1em;
}

div#footer {
	margin: 10px 0;
	padding-top: 10px;
	font-size: .8em;
	color: #b9d1dc;
	background: url(../images/footer-line.png) no-repeat 0 top;
}

.clear {
	clear: both;
}
hr.clear {
	border: none;
	display: none;
	overflow: hidden;
}
form p {
  margin: 1em 0;
}
div.image {
  margin: 1.5em 0;
}
div.image div {
	padding: 1em 0;
    border-bottom: 1px solid #b9d1dc;
}
div.image h3 {
  margin: .5em 0;
  padding: .3em;
}
div.image input {
  margin: .5em 0;
}
/* @group contact */
div#contact {
	background: url(../images/phone.png) no-repeat 340px 0;
	font-size: 90%;
	margin-top: 20px;
}
#contact h2 {
	display: block;
	height: 16px;
	padding: 1.1em 15px;
	background: url(../images/contact-header.png) no-repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: .9em;
	margin: 0 5px;
	text-transform: uppercase;
}
#contact h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #b9d1dc;
	float: left;
	width: 80px;
	font-size: 13px;
}
div.vcard {
	padding: 5px 20px;
	font-size: .9em;
}
div.vcard div {
	display: block;
	margin: 10px 0;
}
div.vcard a.url.fn, div.vcard div.org {
	display: none;
}
div.address2 {
	display: block;
	width: 300px;
	padding-left: 7.5em;
}
div.vcard a {
	text-decoration: none;
}
div#c-info p {
	padding-left: 20px;
	margin-top: 15px;
	font-size: .9em;
	line-height: 1.2em;
}
div#c-info p strong {
	text-transform: uppercase;
	font-weight: normal;
}
div#contact form {
	margin: 10px 20px;
}
div#contact form input#emailform {
	background: #fff;
	border: 2px solid #666;
}
div#contact form input#go {
	background: url(../images/submit.png) no-repeat 0 2px;
	width: 62px;
	height: 27px;
	border: none;
	text-indent: -999em;
	font-weight: bold;
	font-size: 1.2em;
}
/* @end */