/*
	This file styles your text and defines placement of elements on the page
*/

/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; background: url(images/bg.jpg) top center; background-repeat:repeat; background-attachment: fixed; height:700px;}

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 420px; margin: 0px auto; position: absolute; top: 0; left: 430px; min-height: 600px;
											  background: transparent; }


/*
	TYPOGRAPHY
*/
h1											{color: #ffffff;}
p											{font-size:14px; font-family: Arial, Helvetica, sans-serif; margin-top: 10px; color: #fefefe;}
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px; color: #ffffff;}
.tinymore									{ float: right; margin-left: 20px;  font-size: 10px; 
									  		  font-family: Georgia, serif; font-style: bold italic; margin-top: 10px; color: #5d9bcb;}

/*
	SLIDER
*/
.slider-wrap								{ width: 420px; position: relative; top: 30px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 420px; height: 456px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 420px;}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 60px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }



/*
	media page
*/

#media-wrap 									{background: url(images/media-bg.jpg) top center;  height: 700px; background-repeat:repeat;}
#player										{float: center; padding-top: 100px;}


/******  home button ******/


#home{
width: 300px;
height: 103px;
position:absolute;
top:0;
left:0;
z-index: 9999;
background: url('images/montalogo3.png');
background-repeat: no-repeat;
padding-top: 103px;
padding-bottom: 0px;
padding-left:300px;
float:left;}

#home:hover{
background: url('images/montalogo3_on.png');
padding-top: 1px;
padding-bottom: 0px;
        padding-left: 0px;
        background-repeat: no-repeat;
} 

/*
	news page
*/
#content
{width:460px; margin:0 0 0 420px; padding:20px 0; background:transparent;}

#content p
{margin:0 0 15px 0; line-height:1.5em;}

#content h1
{margin:0; color:#fdf0f2; font-size:4em; letter-spacing:-1px; text-align:center; padding-bottom:10px;}

#content h2
{margin:0; color:#808080; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#ff0066; font-weight:normal; font-size: 2em; letter-spacing:-2px;}

#content h4
{clear:both; margin:0 0 10px 0; color:#808080; font-weight:normal; font-size: 1.5em; letter-spacing:-2px;}

/*
	unsus page
*/
#unsus
{width:500px; margin:0 0 0 400px; padding:20px 0; background:#ffffff;}

#unsus p
{margin:0 10px 15px 10px; line-height:1.5em; color:#010206;}

#unsus h1
{margin:0; color:#010206; font-size:4em; letter-spacing:-1px; text-align:center; padding-bottom:10px;}

/*
	store page
*/
#store
{width:500px; margin:-300px 0 0 400px; padding:20px 0; background:transparent;}

#store p
{margin:0 10px 15px 10px; line-height:1.5em; color:#fdf0f2;}

#store h1
{margin:0; color:#fdf0f2; font-size:4em; letter-spacing:-1px; text-align:center; padding-bottom:10px;}



