/*
Theme Name: BAMA
Description: BAMA Theme Lipari Studios.
Version: 1
Author: Bitclone LLC for Lipari Studios
*/

/* RESET
--------------------------------------------------*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, em, font, img,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, q,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* COMMON
--------------------------------------------------*/

body {
	color: #4d4d4d;
	line-height: 1;
	background: #fff url(img/bgr-body.gif) repeat-y center top;
	font-family: Georgia, serif;
	font-size: 0.8em;
}
#EmailTemplate {
	background-image: none;
	background-color: #dcd7d4;	
}
dd,dt,li,p {
	line-height: 1.5em;
}
dl,p,ol,ul {
	margin: 0em 0em 1em 0em;
}
dd {
	margin: 0em 0em 1em 1em;
}
ul li {
	padding: 0px 0px 5px 10px;
	list-style: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	color: #666;
	margin: 10px;
}
strike {
	text-decoration: line-through;
}

/* UNIVERSAL CLASSES
--------------------------------------------------*/

.lftFloat {
	float: left;
}
.rgtFloat {
	float: right;
}
.lgtBlue {
	color: #81a9d9;
}

/* POST CLASSES
--------------------------------------------------*/
.post h2,
.post h2 a:link,
.post h2 a:visited {
	color: #0066ff;
	font-size: 24px;
	font-style: italic;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
.post h4 {
	margin-bottom: 5px;
}
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.post hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 15px auto;
	height: 0;
	max-height: 0;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
}
/* LINKS
--------------------------------------------------*/

a {
	text-decoration: none;
	color: #0066ff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

/* NAV
--------------------------------------------------*/

#TopNavWrap {
	padding: 0 9px 0 8px;
	overflow: hidden;
}
#EmailTemplate #TopNavWrap {
	padding: 0;
	overflow: hidden;
	width: 660px;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
}
#TopNav {
	background: url(img/bgr-main-nav.png) repeat-x left bottom;
	overflow: hidden;
	border-top: 3px solid #fff;
	height: 39px;
}
#TopNav ul {
	padding: 0;
	margin: 0;
	background: url(img/nav-bgr.gif) repeat-x left top;
	overflow: hidden;
	height: 29px;
}
#TopNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 15px;
	letter-spacing: .07em;
}
#EmailTemplate #TopNav ul li {
	margin: 0;
	padding: 0;
	float: right;
}
#TopNav ul li a {
	color: #fecdb9;
	float: left;
	height: 24px;
	padding: 5px 28px 0px 28px;
	border-right: 2px #fff solid;
}
#EmailTemplate #TopNav ul li a {
	border-right: none;
}
#TopNav ul li.homeIcon a {
	padding: 5px 5px 0px 165px;
	background: url(img/icon-home.png) no-repeat right 8px;
	height: 24px;
}
#TopNav ul li.homeIcon a:hover {
	background: url(img/icon-home-over.png) no-repeat right 8px;
}
#TopNav ul li.homeIcon a span {
	padding-right: 20px;
}
#TopNav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#TopNav ul li#ID a {
	background: url(img/nav-bgr-over.gif) repeat-x left top;
	color: #fff;
}

/* HEADS
--------------------------------------------------*/

h1,h2,h3,h4 {
	color: #7a2b06;
	line-height: normal;
	margin-bottom: 10px;
}
h1 {
	font-size: 185%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h1 a, h2 a, h3 a, h4 a {
	color: #7a2b06;
}

/* GENERAL
--------------------------------------------------*/

#Wrapper {
	width: 918px;
	margin: auto;
}
#EmailTemplate #Wrapper {
	width: 662px;
	margin: auto;
	border-left: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	background: #fff;
}

/* CONTENT
--------------------------------------------------*/

#Header {
	width: 901px;
	height: 155px;
	background: url(img/header.jpg) no-repeat left top;
	margin: auto;
	position: relative;
}
#EmailTemplate #Header {
	width: 660px;
	height: 155px;
	background: url(img/email-header-top.jpg) no-repeat left top;
	margin: auto;
	position: relative;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
}
#Content {
	width: 901px;
	overflow: hidden;
	margin: auto;
	clear: both;
}
#EmailTemplate #Content {
	width: 660px;
	overflow: hidden;
	margin: auto;
	clear: both;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
}
#ContentRgt {
	float: right;
	width: 614px;
	padding: 30px 20px 0 23px;
	background: #fff;
	margin-right: 2px;
	min-height: 800px;
	border-left: 1px solid #cbcbcb;
}
#EmailTemplate #ContentRgt {
	float: none;
	width: 617px;
	padding: 30px 20px 0 23px;
	background: #fff;
	margin-right: 2px;
	min-height: 200px;
	border-left: 1px solid #cbcbcb;
}
#ContentRgt ul li:before {
	content: "\00BB \0020";
}
#ContentRgt blockquote {
	color: #999;
	font-style: italic;
}
#Logo {
	width:254px;
	height: 121px;
	background: url(img/logo.jpg) no-repeat;
	top: 18px;
	left: 8px;
	position: absolute;
}
#Logo a {
	width:254px;
	height: 121px;
	width: 100%;
	display: block;
}
#Logo a span {
	text-indent: -9999px;
	display: none;
}
.buyTickets {
	width:124px;
	height: 31px;
	background: url(img/buytickets.png) no-repeat;
}
.buyTickets a {
	width:124px;
	height: 31px;
	width: 100%;
	display: block;
}
.buyTickets a span {
	text-indent: -9999px;
	display: none;
}
.dateText {
	color: #81a9d9;
	line-height: normal;
}

/* SIDEBAR
--------------------------------------------------*/

#Sidebar {
	float: left;
	width: 192px;
	margin-top: 35px;
	padding-left: 24px;
}
#Sidebar h2:after {
	content:url(img/icon-header-arrow.png);
}
.sidebarEvent {
	background: url(img/divider-sidebar.jpg) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#SignUp {
	background: url(img/divider-sidebar.jpg) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#SignUp ul li {
	padding: 0;
	margin-bottom: 4px;
}
.sideEvents {
	background: url(img/divider-sidebar.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 1em;
}
.sideEvents dt {
	font-size: 145%;
	line-height: normal;	
}
.sideEvents dd {
	margin-left: 0;
	margin-bottom: 15px;
	font-size: 110%;
}
.sideEvents dd.date {
	line-height: normal;
}
.featuredEvent dt {
	margin-bottom: 15px;
}

/* FORM ELEMENTS
--------------------------------------------------*/

textarea {
	border: 1px solid #ddd;
	padding: 3px;
	width: 300px;
	color: #333;
	background: #fff;
	font-family: inherit;
}
input.textField {
	border: 1px solid #ddd;
	padding: 3px;
	color: #333;
	background: #fff;
}
input.Text:focus,
textarea:focus {
	border: 1px solid #666;
}
.arrowButton {
	vertical-align: middle;
}

/* FOOTER
--------------------------------------------------*/
#Footer {
	clear: right;
	font-size: .8em;
	color: #333333;
}
#Legal {
	background: #fff;
	width: 614px;
	padding: 30px 20px 20px 23px;
	background: #fff;
	margin: 0 2px 0 0;
	float: right;
	border-left: 1px solid #cbcbcb;
}
/* EMAIL */

.ebody {
	background-color: #ffffff;
}
.eborder {
	width: 662px;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
}
.econtent {
	width: 660px;
	border-left: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	background: #fff;
}
.emailHome {
	background: url(img/nav-bgr.gif) repeat-x left top;
	height: 27px;
	width: 650px;
	text-align: right;
	padding-right: 10px;
	font-size: 16px;
	padding-top: 2px;
	border-top: 4px solid #ffffff;
	margin-bottom: 0;
}
.emailHome a {
	color: #ffffff;
}
.emailcontent {
	padding: 20px;
}
.mainbar { 
	background: url(img/bgr-main-nav.png) repeat-x left bottom;
	padding-bottom: 10px;	
}