/* @override 
	http://new.veekee.ca/assets/css/veekee.css
	http://veekee.ca/assets/css/veekee.css
	http://veekee.ca/assets/css/veekee.css?v=1300558699
*/

/* @group Reset */

/* Word to Eric Meyer */

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, hr, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

@font-face {
	font-family: 'Museo';
	src: url('/assets/fonts/museo100-regular-webfont.eot');
	src: local('☺'), url('/assets/fonts/museo100-regular-webfont.woff') format('woff'), url('/assets/fonts/museo100-regular-webfont.ttf') format('truetype'), url('/assets/fonts/museo100-regular-webfont.svg#webfont0F6q2Pzd') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @group Global */

body {
	background: #FFF;
	color: #000;
	font: normal 12px/18px Museo, Georgia, serif;
	text-align: center;
}

#top {
	margin: 0 auto;
	width: 880px;
}

h1 {
	background: url(../img/headings.png) no-repeat;
	text-indent: -9999px;
}

h1 a, h2 a {
	color: #000;
}

h1 a:hover, h2 a:hover {
	color: #366;	
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

h2.title {
	font-size: 32px;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 10px;	
}

p, ul {
	margin-bottom: 1em;
}

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

a:hover {
	text-decoration: underline;
}

.pagination {
	padding-top: 5px;
	text-align: right;
}

.pagination a, .pagination strong {
	padding: 2px 5px;
}

.pagination strong {
	color: #000;
}

.fringe {
	background: transparent url(../img/border.png) no-repeat left bottom;
	padding-bottom: 15px;
}

/* @end */

/* @group Header */

#header {
	height: 300px;
	position: relative;
}

#inner {
	background-color: #FFF;
	background-position: 10px 15px;
	background-repeat: no-repeat;
	height: 295px;
	position: relative;
	width: 100%;
}

#cruft {
	border: 1px solid #000;
	border-width: 1px 0;
	height: 5px;
	left: 10px;
	position: absolute;
	top: 4px;
	width: 860px;
}

#header ul {
	border: 1px solid #000;
	border-width: 1px 0;
	height: 30px;
	left: 10px;
	position: absolute;
	top: 260px;
	width: 860px;
}

#header li {
	display: inline;
	float: left;
	height: 30px;
}

#header li a {
	background: transparent url(../img/nav.png) no-repeat;
	display: block;
	height: 30px;
	text-indent: -9999px;
}

li#work a {
	margin-left: 180px;
	margin-right: 60px;
	width: 70px;
}
li#work a:hover, li#work.current a {
	background-position: 0 -30px;
}

li#journal a {
	background-position: -130px 0;
	margin-right: 55px;
	width: 101px;
}
li#journal a:hover, li#journal.current a {
	background-position: -130px -30px;
}

li#about a {
	background-position: -295px 0;
	margin-right: 60px;
	width: 85px;
}
li#about a:hover, li#about.current a {
	background-position: -295px -30px;
}

li#shop a {
	background-position: -440px 0;
	width: 60px;
}
li#shop a:hover {
	background-position: -440px -30px;
}

/* @end */

/* @group Content */

div.body {
	margin: 10px auto;
	text-align: left;
	width: 880px;
}

#message {
	background: #FFF;
	margin: 0 auto;
	padding: 100px;
	width: 500px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	display: inline;
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
	width: 180px;
}

#sidebar-inner {
	background: #FFF;
	padding: 5px 10px 10px;
}

.sidebar {
	background: #FFF url(../img/line.png) no-repeat center bottom;
	padding: 5px 0 10px;
}

.follow {
	font-family: Georgia, Times, serif;
	font-style: italic;
}

.follow li {
	background: url(../img/plus.png) no-repeat 0 6px;
	border-bottom: 1px dotted #CCC;
	font: italic 14px/16px Georgia, Palatino, serif;
	letter-spacing: 1px;
	padding: 4px 0;
}

.blurb p {
	background: url(../img/plus.png) no-repeat 0 3px;
	text-indent: 14px;
}

.sidebar p, .sidebar ul {
	margin: 0;
}

h1#journal {
	height: 100px;
}

h1#work-h {
	background-position: 0 -100px;
	height: 60px;
}

#sidebar h2 {
	background-image: url(../img/headings.png);
	height: 20px;
	margin: 0;
	text-indent: -9999px;
}

h2#stay-in-touch {
	background-position: 0 -200px;
}

h2#follow {
	background-position: 0 -530px;
}

h2#search {
	background-position: 0 -260px;
}

h2#categories {
	background-position: 0 -280px;
}

h2#reading {
	background-position: 0 -300px;
}

h2#by-item {
	background-position: 0 -320px;
}

h2#by-series {
	background-position: 0 -340px;
	height: 40px;
}

h2#by-category {
	background-position: 0 -380px;
	height: 40px;
}

h2#contact{
	background-position: 0 -420px;
	height: 30px;
}

#sidebar form .input {
	color: #666;
	font: normal 11px/10px Georgia, serif;
	margin-right: 5px;
	padding: 3px;
	vertical-align: middle;
	width: 110px;
}

input.go {
	vertical-align: middle;
}

#sidebar li {
	padding-left: 12px;
}

#sidebar li.current {
	background: url(../img/plus.png) no-repeat left center;
}
#sidebar li.current a {
	color: #000;
}

/* @end */

/* @group Journal */

#journal-col {
	display: inline;
	float: left;
	width: 520px;
}

p.categories {
	color: #999;
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
}

.post {
	margin-bottom: 30px;
}

.post-inner {
	background: #FFF url(../img/line-500.png) no-repeat 10px 5px;
	padding: 15px 10px 1px;
}

.post-inner img {
	margin-bottom: 10px;
}

p.posted {
	color: #999;
	font-size: 11px;
}

.next {
	float: right;
}

.prev {
	float: left;
}

#journal-sidebar {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 160px;
}

#journal-sidebar div {
	margin-bottom: 10px;
}


/* @end */

/* @group Work */

/*#work-col {
	float: left;
	width: 690px;
}

#work-col li {
	display: inline;
	float: left;
	margin: 0 45px 30px 0;
	width: 200px;
}

#work-col li.end {
	margin-right: 0;
}

#work-col li div {
	background: #FFF;
	height: 200px;
	padding: 10px;
}

#work-col h2 {
	margin: 5px 0 0;
}*/

#work-column {
	float: left;
	width: 690px;	
}

#work-column div {
	background: #FFF;
	padding: 5px;
}

#work-column li {
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	float: left;
	height: 160px;
	padding: 4px;
	width: 160px;
}

#work-column li.right, #work-column li.last {
	border-right: 0px;
}

#work-column a {
	display: block;
	height: 160px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 160px;
}

#work-column span {
	display: none;
	-webkit-transition: opacity 0.2s linear;
}

#work-column a:hover span {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	height: 100px;
	left: 0;
	padding: 50px 10px 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 140px;
}

#work-column li strong {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#work-column li em {
	display: block;
	font-style: normal;
}

.work-sidebar h2 {
	background-position: 0 -510px;
	height: 20px;
}

.work-sidebar .sidebar {
	margin-bottom: 10px;
}

.work-sidebar p {
	font-size: 14px;
	line-height: 20px;
}

.work-sidebar li {
	border-bottom: 1px dotted #CCC;
	font: italic 14px/16px Georgia, Palatino, serif;
	letter-spacing: 1px;
	padding: 4px 0;
}

.buy {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.detail h1 {
	background-image: none;
	border-bottom: 1px dotted #999;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-indent: 0;
}


#sidebar .detail h2 {
	background: url(../img/line.png) no-repeat left top;
	color: #912b3c;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	letter-spacing: 1px;
	line-height: 14px;
	margin-top: 5px;
	padding: 5px 0;
	text-indent: 0;
	text-transform: uppercase;
}

#sidebar .detail li {
	float: left;
	height: 24px;
	margin: 0;
	padding: 1px;
	width: 24px;
}

.detail li a {
	border: 1px solid #999;
	display: block;
	height: 22px;
	width: 22px;
}

.detail a:hover, .detail a.current {
	border-color: #000;
}

#detail-col {
	float: left;
	text-align: center;
	width: 690px;
}

#images {
	background: #FFF;
	padding: 10px;
	text-align: center;
}

#images div {
	margin-bottom: 10px;
}

#images img {
	margin-bottom: 10px;	
}

p.caption {
	margin: 0;
}

p.back {
	background: url(../img/line.png) no-repeat left top;	
	margin: 10px 0 0;
	padding: 10px 0 0;
	text-transform: uppercase;
}

/* @end */

/* @group About */

.contact {
	padding-top: 0;
}

.contact strong {
	color: #366;
	font-weight: normal;	
}

.contact p {
	margin-bottom: 1em;
}

#about-col {
	float: left;
	width: 350px;
}

#about-col h1 {
	background-color: #FFF;
	background-position: 10px -155px;
	height: 45px;
}

#about-col .post-inner {
	background-image: url(../img/line-330.png);
}

#stockists-col, #press-col {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 160px;
}

#stockists-col h1 {
	background-position: 0 -450px;
	height: 30px;
}

#press-col h1 {
	background-position: 0 -480px;
	height: 30px;
}

#stockists-col .post-inner, #press-col .post-inner {
	background-image: url(../img/line-140.png);	
}

#stockists-col ul, #press-col li {
	background: url(../img/line-140.png) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

/* @end */



/* @group Footer */

#footer {
	border: 1px solid #000;
	border-width: 1px 0;
	height: 5px;
	margin: 10px auto 20px;
	width: 860px;
}

/* @end */


/* @group Miscellaneous */

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centred {
	text-align: center;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;	
}

img.centered {
	display: block;
	margin: 0 auto;
}

/* @end */
