/*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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	background:#000;
	color:#fff;
	font-family:arial, sans-serif;
}

a {
	text-decoration: none;
	color:#999;
}

a:hover {
	color:#b40000;
}

.clear {
	clear:both;
}
p.subtitle {
	color:#B40000;
	margin: 0 0 1em;
	font-size: 30px;
}

p {
	line-height:22px;
	margin-bottom:5px;
	padding-right:10px;
}


em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

label {
	cursor:pointer;
}


#wrapper {
	width: 820px;
	margin:30px auto;
	position:relative;
}
#masthead {
	background: #000 url(../images/logo.jpg) no-repeat 0 0;
	width: 820px;
	height:130px;
	text-indent: -999999px;
}

#masthead a {
	width:820px;
	height:130px;
	display: block;
}

h1 {
	font-size:49px;
	margin: 30px 0 15px 0;
}

/*home*/

#home-content {
	margin:120px auto 0;
	width:840px;
	float:left;
}

#home-content ul li {
	float:left;
	padding:1px 2px 0;
	margin:13px 15px;
}

#home-content ul li a {
	display:block;
	height:168px;
	position:relative;
	width:168px;
	overflow:visible;
}

#home-content ul li img {
	position:absolute;
	border: 1px solid #222;
}


.column.first {
	float:left;
	width:475px;
}

.column.last {
	float:right;
	width:330px;	
}

#hero {
	float:right;
}

#thumbnails a {
	float:left;
	margin: 0 15px 15px 0;
	background: blue;
	width:100px;
	height:100px;
}

#thumbnails a {
	width:100px;
	height:100px;
	display:block;
}

h2 { 
	color:#B40000;
	font-size:22px;
	margin:0 0 5px;
}

.link_box {
	float:left;
	margin-bottom:15px;
	margin-right:50px;`
}

.link_box li, .link_box_long li {
	padding-bottom: 5px;
}

.link_box_long {
	float:left;
	margin-bottom:15px;
}

#footer {
/*	border-bottom:4px solid #2D2B2B;*/
	clear:both;
	float:left;
	margin:4em 0;
	width:100%;
}

#footer ul {
	float:right;
}

#footer ul li {
	float:left;
	padding: 0 0 30px 30px;
}

/*CRAZY HEADER MENU*/

#dog {
	background:transparent url(/assets/images/menu/dog.png) no-repeat scroll 0 0;
	height:120px;
	position:absolute;
	right:128px;
	top:98px;
	width:172px;
	cursor: pointer;
	text-indent: -999999px;
}

#dog a {
	display: block;
	height:120px;
	width:172px;
}

#standing_store {
	background:transparent url(/assets/images/menu/standing_store.png) no-repeat scroll 0 0;
	height:232px;
	position:absolute;
	right:27px;
	top:8px;
	width:85px;
	cursor: pointer;
	text-indent: -999999px;
}

#standing_store a.about {
	display:block;
	width:85px;
	height:232px;
	position:absolute;
}

#standing_store a.store {
	display:block;
	height:51px;
	position:absolute;
	top:120px;
	width:85px;
}


.dock-container {
	overflow:visible;
}

.dock-item span {
	position: absolute;
	z-index: 101;
	top:68px;
	left:5px;
	width:161px;
	text-align:center;
	font-size: 1em;
	border:2px solid #333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	font-size:1em;
	background: #333;
}

.image-here {
	margin-top: 100px;
}

/*STORE*/

.item {
	width: 600px;
	clear: both;
	float:left;
	margin-bottom: 50px;
	position:relative;
}

.item ul, .item select {
	margin-bottom: 20px;
}

.item h2 {
	margin-bottom:5px;
}

.item li {
	margin-bottom: 10px;
}

.item .column.first{
	width: 35%;
}

.item .column.last {
	width: 64%;
}

.item img.stickers {
	left:355px;
	position:absolute;
	top:123px;
}

.store-link {
	position: relative;
	left:45px;
	position:relative;
	top:20px;
}

#marriage.store-link {
	left: 5px;
}

.blog .widget li a{
	font-size: 13px;
}