body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: #2c1201;
  color: #2c1201;
	text-align: center;
}

body, div { font-family: helvetica, arial; }

.clear { clear: both; }

/* links  */

a {
  color: #7C90A1;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
	padding-top: 230px;
	width: 960px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 10px auto 10px auto;
	text-align: left;
	background: url('../../images/thebox_header.jpg') #f6eeec top center no-repeat;
	
}

#header {	
	padding: 0px;
}
#breadcrumb {
}
#info {

}
#content {
	float: left;
	width: 635px;
	background: #F6EEEC;
	background-image: url('../../images/bg_f63y.jpg');
	background-repeat: repeat-y;
	padding-left: 15px;
	min-height: 627px;
}
#content.nosidebar {
	width: 940px;
}
#sidebar {
	float: right;
	width: 310px;
	background: #F6EEEC;
	font-size: 14px;
}

.sidebar_wrap { }

.content_wrap { padding: 15px; }


.main {
	background: #F6EEEC;
	}

#footer {
	clear: both;

}

/* header */

.header_pic {
	background-image: url('../../images/thebox_header.jpg');
	background-position: center top;
}

#header h1 {
	padding: 30px 0 0 30px;
	font-size: 35px;
	font-weight: bold;

}
#header h1 a {
	color: #2c1201;
	text-decoration: none;
}
#header h1 a:hover {
	color: #522202;
	text-decoration: none;
	}
#header h1 span {
	font-size: 28px;
	display: block;
}

#header h2 {
	padding: 10px 0 30px 30px;
	font-family: garamond;
	font-stlye: italic;
	font-size: 22px;
}
#header h2 span {
	width: 400px;
	font-size: 22px;
	display: block;
	font-style: italic;
}
/* navigation */

#nav {
	background: #8cd164;
}

#nav ul {
  	display: block;
}

#nav ul ul {
	position: absolute;
	display: none;
}

#nav ul li {
  display: block;
  float: left;
  list-style: none;
}

#nav ul ul li {
	float: none;
}

#nav li a {
  background: #8cd164;
  color: #ffffff;
border-right: 1px solid #c1e3a7;
font-size: 11px; font-weight: bold;
  display: block;
  line-height: 1.6em;
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
}

#nav li:hover ul { display:block;text-align: left; }
#nav li:hover,
#nav li a:hover,
#nav li a.current { background: #9de673; text-align: left; }

#nav li ul li a { background: #8cd164; text-align: left;}
#nav li ul li a.current, #nav li ul li a:hover { background: #9de673; }


/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h1 {
	background: #CEDEDE;
	color: #2c1201;
	font-family: garamond, palatino, book intigua, georgia, times;
	font-style: italic;
	font-size: 32px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

#content h2 {
  color: #2c1201;
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3 {
	color: #688f3a;
	font-size: 33px;
	font-weight: bold;
} 

#content h4 {
	color: #688f3a;
	font-size: 18px;
	font-weight: bold;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
	font-size: 12px;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
}
#sidebar a:hover { }


/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}

.hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}


/**************HMT Calendar - Sidebar**************/
.hmt_cal_list {float: left; background: #F6EEEC; padding: 5px; margin: 5px 0 5px 15px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}
.event_wrap {background : #CEDEDE; margin: 5px; padding: 5px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.event_date {color: #4B291D; font-size: 12px; font-weight: bold;}
.event_time {color: #4B291D; font-size: 10px;}
.event_name {color: #4B291D; font-size: 13px; font-weight: bold; padding: 3px 0 3px 0;}
.more_info { float: left; margin: 5px 0 5px 0;}
.more_info a{
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background: #8CD164;
	color: #4B291D;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	text-transform: uppercase;
	}
.more_info a:hover { background: #57d70d; color: #fff; text-decoration: none;}
.buy_button { float: left; margin: 5px 0 5px 5px;}
.buy_button a{
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background: #8CD164;
	color: #4B291D;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	text-transform: uppercase;
	}
.buy_button a:hover { background: #57d70d; color: #fff; text-decoration: none;}
/**************HMT Calendar - Month View**************/

#miniCal {
	background: #8CD164;
	padding: 8px;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	}

#miniCal td {
	background: #F6EEEC;
   font-family: "Lucida Grande", tahoma, arial;
   font-size: 11px;
   color: #4B291D;
	border: 1px solid #664937;
	
}

#miniCal .back {
}

#miniCal .calTitle {
   font-size: 15px;
   font-weight: bold;
   text-align: left;
}

#miniCal .monthlink {
	padding: 7px;
}

#miniCal .monthlink a {
   font-size: 16px;
	font-weight: bold;
   background: #CEDEDE;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #8CD164;
   color: #000;
   text-decoration: none;
   text-align: center;
   padding: 1px 10px 3px 10px;
}
#miniCal .monthlink a:hover {
	background:#83dada;
	color:#fff;
}
#miniCal .daysWeek {
	color: #4B291D;
   padding: 3px;
   text-align: center;
   font-weight: bold;

}

#miniCal .days {
	color: #4B291D;
	background: #F6EEEC;
   padding: 3px;
   text-align: left;
}

#miniCal .dayson {
   padding: 3px;
   text-align: left;
   color: #000;
}

#miniCal .days a {
   color: #333333;
}

#miniCal .dayson a {
   color: red;
}

#miniCal .daysEvents {
	margin-top: 3px;
   padding: 3px;
   text-align: left;
   background: #000000;
}

#miniCal .daysEvents a {
   color: #000000;
   text-decoration: none;
}

#miniCal .daysEventson a {
   color: red;
   text-decoration: none;
}

#miniCal .daysBlank { 

}

#miniCal .calBlock {
   background: #fafafa;
   padding: 2px;
   margin-top: 3px;
}

#miniCal .eventTitle {
	color: #010101;
	font-size: 12px;
	padding: 10px 4px 10px 4px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	background: #CEDEDE;
	margin: 5px;
	border: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#miniCal .eventTitle:hover {
}

#miniCal .event_name_sec { font-size: 11px; color: #666666; }

#miniCal .price { border: 1px solid #8CD164; background: #fff; color: #4B291D; padding: 4px 4px 4px; font-size: 11px; font-weight: bold; margin: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#miniCal a { text-decoration: none; }
#miniCal .more-info, #miniCal .buy-tickets {text-align: center; font-size: 10px; margin-top: 5px; padding: 2px 5px 2px 5px; background: #8CD164; color: #000; text-decoration: none; border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px; }
#miniCal .flyer { text-align: center; margin: 5px 0 5px 0; } 
#miniCal .flyer img { border: 1px solid #cccccc; margin: auto; }
#miniCal .more-info:hover, #miniCal .buy-tickets:hover { background: #57d70d; color: #fff; }

