/*
pink #EB008B
blue  #8CD2D0
gray #DEDEDE
red #e51937
dark red #be1e2d
purple #9e1f63

*/

* html a img { border: none; }

/* @end */
/* @group Simple Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, textarea
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ol
{
	list-style: none;
	margin-bottom: 10px;
}

#bothsides li, #leftside li, #rightside li { margin-left: 10px; }

/* @end */
/* @group Generic */
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

.small { font-size: 80%; }

.alertpadded
{
	border: 1px solid #634139;
	background-color: #f5eedc;
	padding: 10px;
	margin-bottom: 15px;
}

a img:focus { background-color: transparent; }

body
{
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #e51937;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/common/bkg.gif);
}

#container
{
	margin: 0px auto;
	width: 890px;
	height: 101%;
	text-align: left;
}

#fullback
{
	width: 100%;
	height: 100px;
	background-color: #8CD2D0;
}

#content
{
	width: 849px;
	min-height: 705px; //745
	text-align: left;
	float: right;
	background: #fff;
	margin-right: 10px;
}

#top
{
	width: 890px;
	background-color: none;
	top: 0px;
	position: absolute;
	height: 100px;
}

#topnav
{
	display: block;
	width: 803px;
	background-color: #EB008B;
	top: 0px;
	margin: 0 10px 0 14px;
	padding: 18px 0 8px 17px;
	height: 20px;
}

#topnav li
{
	display: inline;
	list-style: none;
}

#homenav
{
	margin: 25px 0 0 29px;
	height: 464px;
}

#homenav li
{
	list-style: none;
	margin-bottom: 6px;
}

#leftside
{
	margin: 0px 0 0 48px;
	float: left;
	width: 340px;
}

#leftsidecover
{
	margin: 25px 0 0 14px;
	float: left;
	width: 368px;
}

#rightside
{
	margin: 0px 64px 0 0px;
	width: 380px;
	float: right;
	text-align: left;
}

#rightsidecover
{
	margin: 0px 36px 0 0px;
	width: 430px;
	float: right;
	text-align: left;
}

#bothsides
{
	margin: 0px 0 0px 48px;
	width: 506px;
}

#mediagallery
{
	margin: 0px 0 0px 48px;
	width: 740px;
}

#bothsidescover
{
	margin: 0px 0 0px 14px;
	width: 820px;
}

#footer
{
	width: 849px;
	height: 110px;
	background-color: #FFF;
	margin-right: 10px;
	font-size: 11Px;
	color: #333;
	background-image: url(http://oneofakindshow.com/xmas09/images/MMPIfooter/mmpi__canada_pd_footer.jpg);
	background-repeat: no-repeat;
	float: right;
	background-position: 2px 10px;
}

#footernav
{
	padding: 80px 0 0 51px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #a9a9a9;
}

#footer img { margin-left: 5px; }

.detailsnav
{
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #8CD2D0;
	font-weight: bold;
}

a, a:link, a:visited
{
	color: #e51937;
	font-weight: 600;
	text-decoration: none;
}

a:hover
{
	color: #9e1f63;
	font-weight: 600;
	text-decoration: none;
}

#footer a, #footer a:visited
{
	font-weight: normal;
	color: #000;
}

#footer a:hover { color: #a9a9a9; }
.detailsnav a:link, .shownav a:visited { color: #8CD2D0; }
.detailsnav a:hover { color: #DEDEDE; }
.pink { color: #EB008B; }
.purple { color: #9e1f63; }
.blue { color: #8CD2D0; }
.red { color: #9e1f63; }
.dred { color: #be1e2d; }

.pink a:link, .pink a:visited
{
	color: #EB008B;
	font-weight: bold;
}

.purple a:link, .purple a:visited
{
	color: #9e1f63;
	font-weight: bold;
}

.blue a:link, .blue a:visited
{
	color: #8CD2D0;
	font-weight: bold;
}

.red a:link, .red a:visited
{
	color: #e51937;
	font-weight: bold;
}

.dred a:link, .dred a:visited
{
	color: #be1e2d;
	font-weight: bold;
}

.pink a:hover
{
	color: #9e1f63;
	font-weight: bold;
}

.purple a:hover
{
	color: #8CD2D0;
	font-weight: bold;
}

.blue a:hover
{
	color: #e51937;
	font-weight: bold;
}

.red a:hover
{
	color: #EB008B;
	font-weight: bold;
}

.dred a:link, .dred a:visited
{
	color: #be1e2d;
	font-weight: bold;
}

h1
{
	font-size: 20px;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 35pt;
}

h2
{
	font-size: 12px;
	font-weight: normal;
	color: #e51937;
	padding: 0;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}

h3
{
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 20pt;
}

h4
{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.pspace p { margin-bottom: 15px; }
.details { margin-top: 20px; }
.details h4 { margin: 5px 0  0; }
.tickets { margin-left: 15px; }
.tickets h4 { text-indent: -15px; }

.purchaselarge
{
	position: relative;
	bottom: 890px;
	right: 164px;
}

.featurebutton
{
	position: relative;
	bottom: 500px;
	right: -220px;
	float: both;
}

.detailshead { margin-top: 10px; }



#selectcats select
{
	border: 1px solid #666;
	color: #333;
	background-color: #e7e8e9;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.button
{
	border: 1px solid #666;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.hnospace { margin-top: 0; }
.half { margin-top: 5px; }
.light { font-weight: 200; }

*/


img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }
.alignleft { float: left; }
p a { font-weight: bold; }
li a { font-weight: bold; }

.popup
{
text-align:left;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color:#fff;
background-color:#e51937;
background-image: none;
font-size: .8em;
margin: 20px;
line-height:1.2em;

}

.popup table
{
font-size: 13px;
line-height: 120%;
}

.popup h3
{
	color: #8CD2D0;
	font-size: 17px;
	margin-top: 10px;
}

.popup h2
{
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
}

.popup p { margin-top: 7px; }

.popup a:link, .popup a:visited {	color: #73e8e5;}
.popup a:hover {color: #9e1f63;}
.popup .button
{
	border: 1px solid #73e8e5;
	color: #E51937;
	background-color: #FFF;
}


/* @group Artisan pages */
#selectcats { background-color: #EB008B; }

#adbleftside
{
	width: 550px;
	float: right;
	margin-left: 10px;
}

#adbrightside
{
	width: 260px;
	float: left;
}

.mini { text-align: left; }
.pictureframe { width: 540px; margin-top:20px; }
.artisand h3 { margin-top: 20px; }

/* @end */
/* @group BLOG */
#sidebar
{
	background-color: #fff;
	padding: 20px;
margin-top: 60px;
	border: 1px solid #b7e4cf;
	margin-left: 545px;
	width: 230px;
	}

#adcontainer
{
	margin: 0px auto;
	width: 890px;
	text-align: left;
	background: #fff;
}

#adcontent h2
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 14Px;
	font-weight: 700;
}

#adcontent
{
	width: 490px;
	margin: 0 20px 0 25px;
	text-align: left;
}

/* @end */
p { margin-bottom: .5em; }
