
* {
	margin: 0;
	padding: 0;
}

.float_left {
	float: left;
}

.float_right {
  float: right;
}

div.clear {
	clear: both;
} 

html {
	height: 100%;
}

body {
  background: #DEDEC6;	
  font-family:  Arial, Verdana;
  font-size: 10pt;
  padding-bottom: 2em;
  height: 101%;
}

#wrapper {  
  margin: 0 auto;  
  width: 930px;
}

h2 {
	color: #DEDEC6;
}

h1#logo {
	background: #fff url("images/logo.gif") bottom right no-repeat;
	width: 380px;
	height: 60px; 
}

h1#logo span {
	display: none;
}

.video_holder {
	margin-bottom: 0.5em;
}

a.rss {
	padding-left: 18px;
	background: url("images/icon_rss.gif") center center no-repeat;
	text-decoration: none !important;
}

a.rss span {
  display: none;
}

#ajax_loader {
	position: fixed;
	padding: 0.5em;
	background: #ec1a1a;
	color: #fff;
	top: 0;
	left: 0;	
}

#column_1 {
  width: 500px;
  float: left;
} 

#column_2 {
	width: 425px;	
  float: right;
  padding-top: 3em;
}

#page_content {
	border: 0;
	color: #000;
	padding: 0;
	margin-bottom: 0.5em;
	padding-bottom: 3em;	
}

a img {
	border: 0;
}

h2 {
	text-transform: uppercase;
	color: #000;
	background: #fff;
	padding: 0.2em;
	line-height: 32px;
	font-size: 12pt;
}

a, a:link, a:visited, a:active {
	color: #c43025;
	font-weight: bold;
	text-decoration: underline;
	padding: 0.1em 0.2em;
}

a:hover {
	text-decoration: none;
	background: #dedec6;
}

.shop_item_cover {
	float: left;
}

#flash {
	position: fixed;
}

#column_2 h2 {
  margin: 0.2em 0 0.3em 0;
}

#column_2 h4, #column_2 h5 {
  margin: 1em 0 0.3em 0;
}


#column_2 ul {
	list-style-type: disc;
	margin-left: 2em;
}

#shop_items ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#shop_items .shop_item {
  padding: 1em;
}

#shop_items h2 {
  clear: both;
}

#shop_items .shop_item .shop_item_img {
  float: right;
}

.shop_item {
	border: 1px solid transparent;
	border-bottom: 0;
	border-right: 0; 
}

.shop_item_odd {
	border-color: #cecece;
}

.shop_item_even {
	border-color: #f2eeee;
}

.shop_item_brand_new {
  border-color: #ffa7a7 !important;	
}

.shop_item p {
	margin-top: 1em;
}

.shop_item p.price {
  font-size: 9pt;
  font-weight: normal;
}

.shop_item p.price span {
  font-size: 12pt;
  font-weight: bold; 
}

.shop_item_input {
	margin-top: 2em;
}

.shop_item_input span {
  font-size: 9pt;
}

input.amount {
	width: 30px;
	text-align: right;
}

.shop_item h3 span {
	font-size: 10pt;
	color: #f00;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	border: 0;
}
.note {
	font-size: 10pt;
	margin: 1em 0;
}

.form_errors {
	color: #f00;
}

.form_errors p {
  margin-bottom: 1em;
}

.flash_success {
	padding: 1em;
	color: #39fa42;
	font-weight: bold;
	background: #fff;
}

.flash_error {
  padding: 1em;
  color: #fa6f39;
  font-weight: bold;
  background: #fff;
}

p {
	line-height: 130%;
	margin-bottom: 0.5em;
}

p.english {
	
}

ul.shows {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.shows li {
		padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 0.2em !important;
}


/* Outer div */
div.datetime {
width: 5.0em;
background: #fff;
}

div.datetime p {
margin:0 auto;
padding:0;
text-align:center;
font-size:x-small;
}

div.datetime .top {
  color:#000;
}

div.datetime .top p {
letter-spacing:0.12em;
text-transform:uppercase;
}

/* day of the month (NUMBER) */
div.datetime p.day {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing:0.13em;
}

/* month */
div.datetime p.mon {
font:x-small/135%;
letter-spacing:normal;
text-transform:uppercase;
}

/* year */
div.datetime p.yr {
font:x-small/110%;
letter-spacing:0.05em;
}

div.datetime .top p {
font-weight: bold !important;
letter-spacing:0.12em;
text-transform:uppercase;
}


div.datetime .btm {

}

div.datetime {
float:left;
padding:0;
margin: 0 1em 0.5em 0;
}

p.cite {
	font-style: italic;
}

.gravatar_wrapper {
	float: right;
}

.guestbook_entry {
	background: #fff;
	padding: 0.2em;
	margin-bottom: 0.5em;
}
