/*   
Theme Name: PMD Promo
Theme URI: www.pmdpromo.com
Description: PMD's new website
Version: 1.1
.
All contents copyright 2009 PMD Promotion.
DO NOT reproduce without permission.
.
*/

/* @group Setup */
html {
}
body {
	color: #fff;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color:#fff;	
	background-image: url('/images/backgrounds/home.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1155px;
}

/* @group Structure */

#page-body {
	width: 1155px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
	width: 825px;
	padding: 26px;
	position: absolute;
	top: 100px;
	left: 280px;
	z-index: 2;
	overflow-y: auto;
	background-color: #333;
}
#content a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* @group Header */

/* @group Logo */

#header-logo {
	width: 275px;
	height: 131px;
	background-image: url(/images/logo7.png);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#beseen-logo {
	background-image: url(/images/beseen7.png);
	position:absolute;
	left: 15px;
	top: 285px;
	width: 240px;
	height: 181px;
}
#header-logo h1 {
	display: none;
}


/* @end */

/* @group Navigation */

#header-navigation {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	position: absolute;
	left: 365px;
	z-index: 10;
}
.header-navigation-item {
	list-style: none;
	display: inline;
	float: left;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px;
	padding-top: 25px;
	font-weight: bold;
	overflow: hidden;
	margin: 0;
	margin-right: 1px;
	z-index: 10;
	background-color: #666;
}



/* @group Individual Items */

#header-navigation-item1 {
	width: 155px;
}
#header-navigation-item2 {
	width: 95px;
}
#header-navigation-item3 {
	width: 125px;
}
#header-navigation-item4 {
	width: 125px;
}
#header-navigation-item5 {
	width: 155px;
}
.header-navigation-item:hover {
	
}

.ddfmwrap {
	margin-left: 138px;
}

/* @group Footer */

#footer {
	width: 100%;
	min-width: 1155px;
	height: 100px;
	background-color: #640614;
	text-align: center;
	position: absolute;
	z-index: 10;
} 
#footer-inner {
	margin: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	font-size: 1em;
	text-align: right;
	font-weight: normal;
}
#footer-inner a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer-inner a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#footer-inner-left {
	float: left;
	text-align: left;
	color: #fff;
}
#footer-inner-left p {
	color: #fff;
	font-size: .9em;
	line-height: 1.5em;
}

/* @group Campaigns */

.cover {
	margin-right: 10px;
	border: 3px solid #3f3f3f;
	white-space: nowrap !important;
}
.cover:hover {
	border: 3px solid #525252;
}


/* @group Typography */

a {
	color: #eaeaea;
}
#header-navigation a {
	color: #fffeff;
	text-decoration: none !important;
	display: block;
	margin: 0;
	padding: 0;
}
#header-navigation a:hover {
	text-decoration: underline !important;
}
.header-navigation-item-sub ul {
	color: black;
	text-decoration: none !important;
	font-size: .9em;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
.header-navigation-item-sub li {
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	list-style-type: none;
	list-style-position: outside;
	text-transform: none;
}
#header-navigation-item1-sub {
	display: none;
}
#header-navigation-item3-sub {
	display: none;
}
#header-navigation-item4-sub {
	display: none;
}
#header-navigation-item5-sub {
	display: none;
}
p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0;
}

.error-list {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .9em;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}

a {
	color: inherit;
}

ul {
	color: #fff;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 10px;
}
li {
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: square;
	list-style-position: outside;
}


/* @group Utilities */

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

/* @end */

.details {
	font-size:1.2em;
	color:#fff;
	margin-top: 10px;
}

/* @group Scrollable */
/*
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
    position:relative; 
    overflow:hidden; 
    float:left;	
    width: 750px; 
    height: 110px; 
    margin: 0 auto !important;
    background-image: none;
    border: 0px;
} 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:30000em; 
    position:absolute; 
	clear:both;
	border: 0;
} 
div.scrollable img {
	border: 0;
}
div.scrollable div.items a {
	border: 0;
}
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
.campaign_big { 
	width: 825px;
	text-align:center;
	height: 450px;
	margin: 0;
    color: #fff;
    display: none;
    position: absolute;
    top: 25;
    left: 25;
}
#overlays-container { 
	width: 825px;
	text-align:center;
	height: 450px;
	margin: 0;
	padding: 0;
	display: block;
} 
 
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
a.browse {
	background:transparent url(/images/hori_large3.png);	
	margin-top: 35px !important;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px !important; clear:right; margin-left: 5px; border-bottom: none !important;}
a.right:hover 	{ background-position:-30px -30px !important; border-bottom: none !important;}
a.right:active 	{ background-position:-60px -30px !important; border-bottom: none !important;} 

/* left */
a.left			{ margin-right: 5px; border-bottom: none !important;} 
a.left:hover  	{ background-position:-30px 0; border-bottom: none !important;}
a.left:active  	{ background-position:-60px 0; border-bottom: none !important;}

a.bullet {
	background:transparent url(/images/bullets_triright3.png) no-repeat;
	cursor:pointer;
	padding-left: 25px;
	width:380px;
	line-height: 1.5em;
	font-size: 1.2em;
	border-bottom: none !important;
}

/* right */
a.bulletright 		{ background-position: 0 0 !important; clear:right; margin-right: 0px; border-bottom: none !important;}
a.bulletright:hover 	{ background-position: 0 -44px !important; border-bottom: none !important;}
a.bulletright:active 	{ background-position: 0 -90px !important; border-bottom: none !important;} 


/* Venue Map */

#mMAP {
	margin-left: auto;
	margin-right: auto;
	background-image:url('/images/map2.png');
	background-repeat:no-repeat;
	width:630px;
	height:425px;
	z-index:1000000;
	position: relative;
}
.mBUTTON {
	z-index:1000001;
	position:absolute;
}
.mLIST {
	width: 150px;
	position: absolute;
	padding: 4px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	-moz-box-shadow:0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index:1000002;
	display: none;
}
.mCLOSE {
	float: right;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
.mLIST h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}
.mLIST p {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	font-size: 10px;
	color: #000;
}
strong {
	font-weight: bold;
}
.alignright {
	float: right;
	margin-left:0px;
	margin-bottom:10px;
	border: 0px;
}


/* PromoPoints styles */

.pointstable { 
	padding: 0px;
	color: #000;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.pointstable table { border-collapse: collapse; }
.pointstable td, th { vertical-align: top; margin: 0; padding: 0; }
.pointstable td { padding-left: 10px; padding-bottom: 5px; vertical-align: top; }
.pointstable td.group { padding: 0 0 10px 0; }
.pointstable td.select { text-align: right; }
.pointstable table.smallTable { width: 425px; }
.pointstable table.smallTable td { padding-left: 0; }
.pointstable td.points { width: 50px; }
.pointstable td.posters { width: 50px; }
.pointscolumn {
	width:400px;
	margin: 0 0 0 5px;
	padding: 0px;
}
input#email {
	border: 1px solid #999;
	font-size: 1.3em;
	padding: 2px;
	margin-top: 3px;
	height: 1.4em;
	width: 200px;
}
#balanceform {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
input#balancebutton {
	font-size: 1.1em;
}
#littlebcont {
	position: relative;
}
#littleboxes {
	margin: 0;
	padding: 0;
	position: relative;
}
#points {
	width: 300px;
	left: 200px;
	top: 0px;
	position: absolute;
	padding:10px;
	background-color: #333;
	border: 1px solid #ccc;
	-moz-box-shadow:0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index:1000002;
	display: none;
}
#points p {
	font-size: 1.5em;
	color: #fff;
}
#points blockquote {
	margin: 0;
	text-align:center;
	font-size: 3em;
	color: #fff;
}
