/*   Theme Name:Irresistible*/
/*------------------------------------------------------------------1.resetglobal reset for all html elements------------------------------------------------------------------*/
* {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	/*font-weight: inherit;
*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	height: 100%
}
body {
	background: #c27b44 no-repeat center 0;
	color: #443025;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-height: 101%;
	text-align: left;
	position: relative;
}
img, fieldset, abbr, acronym {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
p, ul, ol, table {
	margin: 0 0 18px
}
/* Headlines */
h1, h2, h3 {
	font-weight: bold;
	line-height: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
h1, h2, h3 {
	color: ##630300;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}
h4 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
/* Anchors */
a, a:link, a:visited, a:active, a.active {
	color: #a52508;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a.active {
	color: #a52508;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*-------------------------------2.b Base layout---------------------------------[?] Mostly ID's. Classes & tags allowed.*/
#wrap {
	margin: auto;
	text-align: left;
	width: 760px;
	position: relative;
}
#header, #content, #footer {
	float: left;
	display: inline;
	clear: both;
	position: relative;
}
#header {
	height: 230px;
	width: 100%;
}
#content {
	padding: 0 0 4em;
	width: 100%;
}
#main {
	float: left;
	width: 498px;
}
#sidebar {
	float: right;
	width: 233px;
}
#sidebar h3 {
	/*margin-top: 10px;
*/
}
#footer {
	width: 100%;
	height: 65px;
	background: url(/img/bg-footer.gif) repeat-x;
}
#footerWrap {
	color: #dadada;
	width: 760px;
	margin: 0 auto;
	position: relative;
}
/* Fix Footer Position */
#wrap {
	position: relative;
	min-height: 100%;
}
html, body, * html #wrap {
	height: 100%;
}
#content {
	padding-bottom: 100px;
}
#footer {
	margin-top: -65px;
	bottom: -7px
}
/* IE7 Fix */
ul#footerNav {
	position: absolute;
	top: 27px;
	right: 0;
}
ul#footerNav li {
	float: left;
	display: inline;
	margin-left: 15px;
}
/*-------------------------------2.d Elements, ID's & Classes-------------------------------*/
#footer #footerWrap #copy {
	position: absolute;
	top: 27px;
	left: 0;
}
div#hi {
	color: #713208;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 440px;
	position: absolute;
	top: 135px;
	right: 0;
}
#sidebar h3 {
	color: #630300;
	margin-bottom: 5px;
}
h2.title {
	color: #fff;
	margin: 0 0 14px
}
/*-------------------------------Utility classes-------------------------------*/
.l {
	text-align: left
}
.c {
	text-align: center
}
.r {
	text-align: right
}
.aligncenter {
	margin: 5px auto 15px auto;
	display: block;
}
.alignleft {
	margin: 5px 15px 5px 0;
	float: left;
}
.alignright {
	margin: 5px 0px 5px 15px;
	float: right;
}
.wrap, .col {
	float: left;
	display: inline;
	position: relative;
}
.wrap {
	clear: both
}
.clear {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.hide, .hidden, .anchor, .skip {
	display: none
}
.nomargin {
	margin-bottom: 0 !important
}
.noborder {
	border: 0 !important
}
.top {
	margin-top: 0 !important
}
.replace, .br {
	display: block;
	font-size: 1%;
	line-height: 0;
	text-align: left;
	text-indent: -10000px;
}
.hr {
	background: #ccc;
	height: 1px;
	margin: 1.5em 0
}
.hr hr {
	display: none
}
/*-------------------------------Clearfix-------------------------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block
}
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
/*----------- Custom ------*/
.datum {
  color:#630300;
  font-weight: bold;
}
h4 span.title, a.title {
  background-color:#630300;
  color:#FFCB0B;
  padding:0 2px 0 2px;
  text-transform:uppercase;
  text-decoration: none;
}
h4 a.title:hover {
  color:#fff;
}
h4 .type {
  background-color:#FFCB0B;
  color:#630300;
  padding:0 2px 0 2px;
  font-size:10px;
  text-transform:uppercase;
  vertical-align:top;
}
div.event p {
  margin: 0;
}
div.event img {
  margin: 5px 0 5px 0;
}
#eventDetail h4 {
  font-size: 20px;
  line-height: normal;
}
#eventDetail h4 .type {
  font-size: 16px;
  vertical-align: baseline;
}
#eventDetail .datum {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 2px;
  display: block;
}
.subtitle {
  color:#630300;
}
