/* Tarot Media Company theme by Chris Lowrance, http://chrislowrance.net */
/* Meyers Reset, v1.0 | 20080212 */
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,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
	background-color: #c8c8c8;
	color: #43385a;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }

a, a:visited
{
	text-decoration: none;
	color: #C3F;
}

a:hover
{
	text-decoration: underline;
	color: #C3F;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */
#wrapper
{
	width: 1028px;
	height: 100%;
	min-height: 0;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	text-align: left;
}

#column1
{
	width: 283px;
	height: auto;
	float: left;
	margin: 0 40px;
}

#column2
{
	width: 625px;
	height: auto;
	float: right;
	margin: 70px 30px 0 0;
}

.clearblockbecauseWSChatesus { clear: both; }

#column1 p
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 175%;
}

#column1 li
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 175%;
	list-style-type: circle;
	list-style-position: inside;
}

#logo { margin: 15px 0 25px 0; }

a.aboutbutton
{
	display: block;
	width: 167px;
	height: 33px;
	text-decoration: none;
	background: url("images/aboutbutton.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

a.aboutbutton:hover { background-position: 0 1px; }

a.shopbutton
{
	display: block;
	width: 119px;
	height: 33px;
	text-decoration: none;
	background: url("images/shopbutton.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

a.shopbutton:hover { background-position: 0 1px; }

a.pressbutton
{
	display: block;
	width: 119px;
	height: 33px;
	text-decoration: none;
	background: url("images/pressbutton.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

a.pressbutton:hover { background-position: 0 1px; }

a.contactbutton
{
	display: block;
	width: 197px;
	height: 33px;
	text-decoration: none;
	background: url("images/contactbutton.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

a.contactbutton:hover { background-position: 0 1px; }

#thebox
{
	width: 522px;
	height: auto;
	background-image: url("images/boxbg.jpg");
	background-repeat: repeat-y;
	display: block;
	margin: 50px 0 0 0;
padding: 0 35px;
}

.title
{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	display: block;
	padding: 0 25px;
}

#thebox p
{
	margin: 15px 0;
	line-height: 125%;
}

#footer
{
	float: right;
	margin: 30px 65px 30px 0;
	font-size: 14px;
	font-style: italic;
}

#footer a { color: #43385a; }

h2
{
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #609;
}

.title a, .title a:visited,
h1 a, h2 a:visited,
h2 a, h2 a:visited,
h3 a, h2 a:visited
{
	text-decoration: none;
	color: #609;
}

.title a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover
{
	text-decoration: underline;
	color: #609;
}

h3 { margin: 5px 0 5px 0px; }

#search
{
	float: left;
	margin-right: 30px;
	margin-left: 5px;
}

.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }
#catlist { margin-left: 10px; }

.entry img
{
	margin: 0 15px 15px 0px;
	float: left;
}

.knockleft {
margin-left:-35px;
display: block;
}