@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #ea87b5;
	background: url(images/bkgd.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
	width: 100%;

}

/* CONTAINERS */

#container {  /* Holds: main */
	margin:15px auto;
	width: 920px;
	height: 560px;
	background-color: #312229;
	padding: 5px;
}

#main {   /* Holds: flash & content  */
	height: 525px;
	width: auto;
	padding: 15px;
	border: 2px solid #FFFFFF;
}

#flash {   /*    */
	width: 450px;
	height: 515px;
	float: left;
}

#content {
	width: 390px;
	height: 480px;
	float: right;
	padding-right: 30px;
	overflow: auto;
	text-align: left;
}

/* STYLE */

a {
	font-weight: bold;
	color: #bae8f5;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #DCF3FA;
}

p {
margin-top: 10px; 
margin-bottom: 10px; 
}

b {
color: #ea599a;
}

h1 {
font-size: 16px;
font-weight: bold;
margin-top: 10px; 
margin-bottom: 10px; 
}

h2 {
font-size: 14px;
font-weight: bold;
margin-top: 10px; 
margin-bottom: 10px; 
}

h3 {
color: #ea599a;
font-size: 13px;
font-weight: bold;
margin-top: 10px; 
margin-bottom: 10px; 
}

.small {
	font-size: .9em;
}

.text_14px {
	font-weight: bold;
	font-size: 14px;
}


div.hr {
height:10px;
width: 368px;
border-style: none;
background-image: url(http://www.absorb-event.com/images/heart_small.gif);
margin: 16px 0px 16px 0px;  /* TOP, RIGHT, BOTTOM, LEFT */
}

div.hr hr {
  display: none;
}


img {
	border: 1px solid #FFFFFF;
}


.border {
	border: 2px solid #FFFFFF;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.clr {clear:both;} /* Used when bkgd img in a div disappears when using a float. Place <div class="clr"></div> in html under floats. */


/* MENU */

#menu {
	width:420px;
	height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu li {
	display: inline; /* Creates horizontal nav */
	margin: 0;
	padding: 3px 5px 3px 12px; /* Cushion inbetween links (TOP, RIGHT, BOTTOM, LEFT) */
	background: url(images/heart.gif) left center no-repeat;
	/*background-color: #336600; */   /* Activate background-color to see cushion */ 	
}

#menu a {
margin-left: 11px;  /* Adds cushion for the graphic */
}

#menu .first_item {
 background: none;
  margin-left: 0px;
 padding-left: 0px;
}
#menu .first_item a {
 margin-left: 0px;
 padding-left: 0px;
}

#menu a:hover {
	text-decoration: underline;
	color: #DCF3FA;
}

#currentpage a {  /* The state of current / active page. */
	text-decoration: underline;
}

#header h1 {
	margin:0;
	padding: 0;
	overflow: hidden;
	font-size: 8px;
	text-indent: -100000px;  /* Forces text off page so you can't see it. */
}

/* NEWS */

#news h2 {
font-size: 14px;
font-weight: bold;
margin-top: 10px; 
margin-bottom: 10px; 
color: #ea599a;
}

#news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.author {
	font-size: .9em;
	color: #ea599a;
}


.back {
	font-size: 12px;
	letter-spacing: .0937em;
}

.paginate {
	font-size: .9em;
	font-weight: bold;
}

#comment_form {
	background-color: #422F38;

}

#comments .comment-content {
	width:353px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#comments .even {
	padding-top: 1px;
	background-color: #422F38;
}

#comments .odd {
	padding-top: 1px;
	background-color: #422F38;
}

/* ARTISTS */

#artists h1 {
font-size: 16px;
font-weight: bold;
margin-top: 10px; 
margin-bottom: 0px; 
padding-bottom: 0px;
}

.medium {
color: #ea599a;
font-size: 13px;
font-weight: bold;
margin-top: 0px; 
margin-bottom: 10px;
}


