html,body { height: 100%; -webkit-font-smoothing: antialiased;}

body {
 	background: #34383E url(http://www.plexapp.com/images/bgGrad.png) repeat-x;
	font-family: 'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif;
	font-size:100%;
	color: #eee;
	height: 100%;

}

/*---------------------/
  BASE STYLES         /
--------------------*/


h2 {
	font-size:1.8em;
	font-weight:normal;
	margin: 0 0 .25em 0;
	text-shadow: #000 0px 1px 0px;
}

h3 {
	margin: 0 0 .5em 0;
}

h5 {
	font-size:1.0em;
	font-weight:normal;
	margin: 0 0 .25em 0;
	text-shadow: #000 0px 1px 0px;
	color: #FF9522;
}

p {
	color: #eee;
	margin: .5em 0 1.5em 0;
	font-size: 1em;
	line-height: 140%;
}


ul, li { 
margin: 5px 0 5px 10px;
}

a:link {color:#FF9522;}
a:hover {color:#FF9522; }
a:visited {color:#FF9522;}

a.imgZoom { background:url(/images/zoom/zoomOff.png) right bottom no-repeat;}
a.imgZoom:hover { background:url(/images/zoom/zoom.png) right bottom no-repeat;}

img { 
	-ms-interpolation-mode:bicubic;     
}

img.imgLight {
	background: url(/images/bgImgLight.png) bottom center no-repeat;
	padding-bottom: 30px;
}

.left {
	float: left;
	margin-right: 30px;
}

.left-10 {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 30px;
}

.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
} 


/*---------------------/
  TOP NAV SECTION     /
--------------------*/

#logo {
	background: url(/images/logo9_160x100.png) no-repeat;
	text-indent: -9999em;
	height: 100px;
	overflow: hidden;
	float: left;
	display:inline;
	margin-right:0;
	padding-right:10px;
}

#logo a { width:220px; height:200px; display: block;}


#topnav {
	background:url(/images/bgNavTile9.png) repeat-x;
	display: block;
	font-size:1em;
	margin-top:27px;
	margin-left:0;
	padding-right:10px;
/*	overflow: hidden;*/
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	}

* html #topnav {height:1%;}


#topnav li {
	display: inline;
	float: left;
	margin:0;
	position:relative;
}

#topnav li a {
	color: #ccc;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 46px;
	min-height: 46px;
	padding:0 26px 0 24px;
	position: relative;
	text-shadow: rgba(0,0,0,.5) 0px 1px 0px;
	background:url(/images/bgNavSep.png) no-repeat right center;
}

#topnav li.drop a {
	background:url(/images/bgNavSepDrop.png) no-repeat right center;
}


#topnav li a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.05);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.25) inset;
	text-shadow: rgba(255,255,255,.5) 0px 1px 10px;
}

#topnav li ul {
	position:absolute;
	top:100%;
	left:0;
	margin:0;
	z-index:9999;
	display:none;
	width:160px;
	overflow:hidden;
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);

	-webkit-box-shadow:0 10px 10px rgba(0,0,0,.75);
	-moz-box-shadow:0 10px 10px rgba(0,0,0,.75);
	box-shadow:0 10px 10px rgba(0,0,0,.75);
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#topnav li:hover ul {
	display:block;
}


#topnav li li {
	display: block;
	width:100%;
}

#topnav li ul a {
	font-size: 13px;
	line-height: 24px;
	min-height: 24px;
	padding:6px 0 6px 24px;
	width:100%;
	background:none;
	text-align: left;
	border-top:1px solid rgba(255,255,255,.5);
	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	display: block;

}

#topnav li ul li:first-child a {
	border-top:none;
}

#topnav .navPayPal  {
	float:right;
	padding:11px 6px 10px 0;
}

#topnav .navPayPal img {
	display:none;
}

#topnav .navPayPal form {

}

#topnav .navFlattr {
	float:right;
	padding-top:10px;
	margin-top:10px;
}

.nolink:hover {
	cursor: default;
}


/*---------------------/
  HOME Page           /
--------------------*/

#hmSplash {
	margin:10px auto -60px;
}

#hmSplash2 {
	margin:0 auto -140px;
	height:375px;
	background:url(/images/plexAppSplash_780x375.png) no-repeat top center;
	text-align: center;
}



.hmProd h3 .icon {
	display: block;
	padding-top:230px;
	background: no-repeat top center;
	text-decoration: none;
}

.hmProdX h3 .icon{
	background-image: url(/images/iconOSX2_300x300.png);
}

.hmProdI h3 .icon{
	background-image: url(/images/iconIOS2_300x300.png);
}

.hmProdLG h3 .icon{
	 background-image: url(/images/iconLG_300x300.png);
}



.cardTable {
	position: relative;
	margin-top:-10px;
}

.cardHold {
	width: 140px; height: 100px;
	-webkit-perspective: 1000;
	position: relative;
	overflow: hidden;
}

.cardTable .left {
	float:left;
	margin:0px
	}

.cardTable .right {
	float:right;
	margin:0;
	}


.card {
	width: 140px; height: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
	.cardHold:hover .card {
		-webkit-transform: rotateX(180deg);	
	}

.face {
	width: 140px; height: 100px;
	position: absolute;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.front {
	z-index: 10;
}

.back {
	z-index: 12;
}


.front img { margin:0; display: block;}

.back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	} 
.back a.btnGold {margin:8px; padding:4px; font-size:11px; display:block;}
.back a.disabled {background:#666}
.back h4 {text-align: center; margin:8px 0; font-size:12px;}


/*---------------------/
  iOS Page            /
--------------------*/

#iphone {
	background:url(/images/iphoneHolder.png) no-repeat;
	height: 700px;
}

#iphone .slideshow {
	margin:126px 0 0 56px;
	width:270px;
	height:388px;
	overflow:hidden;
}

#iphoneDownload {
	background:url(/images/iPhoneAppIcon_220x230.png) no-repeat;
	display: block;
	height: 230px;
	margin-bottom:1em;
} 

#iphoneDownload a{
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);
	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 1.6em;
	font-weight:bold;
	margin-top:60px;
	margin-left:240px;
	text-align: center;
	width:300px;
	display: block;
	text-decoration: none;
	float:right;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	box-shadow:0 2px 10px rgba(0,0,0,.35);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.35);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.35);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#iphoneDownload span{
	display: block;
} 

#iphoneDownload a:hover{
	color:#fff;
	text-shadow: rgba(255,255,255,.5) 0px 1px 10px;
}

#iphoneDownload a:active{
	color:#fff;
	text-shadow: rgba(255,255,255,1) 0px 1px 20px;
}


#aboutDownload {
	text-align: center;
}

#aboutDownload img {
margin-bottom:10px;
} 

/*---------------------/
  Android Page            /
--------------------*/

#android {
	background:url(/images/androidHolder.png) no-repeat;
	height: 700px;
}

#android2 {
	background:
	height: 700px;
}

#android .slideshow {
	margin:63px 0 0 56px;
	width:262px;
	height:466px;
	overflow:hidden;
}

#android2 .slideshow {
	margin:0px 0 0 0px;
	width:450px;
	height:700px;
	overflow:hidden;
}

#androidDownload {
	background:url(/images/iPhoneAppIcon_220x230.png) no-repeat;
	display: block;
	height: 230px;
	margin-bottom:1em;
} 

#androidDownload a{
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);
	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 1em;
	font-weight:bold;
	margin-top:60px;
	margin-left:240px;
	text-align: center;
	width:300px;
	display: block;
	text-decoration: none;
	float:right;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	box-shadow:0 2px 10px rgba(0,0,0,.35);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.35);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.35);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#androidDownload span{
	display: block;
	font-size:1.5em;
} 

#androidDownload a:hover{
	color:#fff;
	text-shadow: rgba(255,255,255,.5) 0px 1px 10px;
}

#androidDownload a:active{
	color:#fff;
	text-shadow: rgba(255,255,255,1) 0px 1px 20px;
}


#aboutDownload {
	text-align: center;
}

#aboutDownload img {
margin-bottom:10px;
} 


/*---------------------/
  Medialink Page            /
--------------------*/

#medialink {
	background:url(/images/LG-TV-frame.png) no-repeat;
	margin-top:0px;
	height: 250px;
}

#medialink .slideshow {
	margin:10px 0 0 7px;
	width:359px;
	height:250px;
	overflow:hidden;
}

#medialinkDownload {
	background:url(/images/pms_256x256-medialink.png) no-repeat;
	display: block;
	height: 240px;
} 

#medialinkDownload a{
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);
	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 1em;
	font-weight:bold;
	margin-top:100px;
	margin-left:240px;
	text-align: center;
	width:275px;
	display: block;
	text-decoration: none;
	float:right;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	box-shadow:0 2px 10px rgba(0,0,0,.35);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.35);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.35);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#medialinkDownload span{
	display: block;
	font-size:1.5em;
} 

#medialinkDownload a:hover{
	color:#fff;
	text-shadow: rgba(255,255,255,.5) 0px 1px 10px;
}

#medialinkDownload a:active{
	color:#fff;
	text-shadow: rgba(255,255,255,1) 0px 1px 20px;
}


#aboutDownload {
	text-align: center;
}

#medialinkDownload img {
margin-bottom:10px;
} 


/*---------------------/
  Press Page          /
--------------------*/

.press {
	background:#fff;
	color:#333;
	padding:20px;
	font-size: .9em;
	width:900px !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:0 0 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.7);
	-moz-box-shadow:0 0 20px rgba(0,0,0,.7);
}

.press p{ color:#333;}
.press a{ color:#009;}


#fourofour {text-align:center;}
#fourofour img { 
	border:2px solid #fff; 
	margin:20px; 
	box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-background-clip: padding-box;
	}

/*---------------------/
  PLEX INC		      /
--------------------*/
-------------------*/


.contact {
	margin:0 auto;
	width:240px
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);
	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 0.9em;
	font-weight:regular;
	text-align: leftr;
	display: block;
	text-decoration: none;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	behavior:url(border-radius.htc);
	box-shadow:0 2px 10px rgba(0,0,0,.35);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.35);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.35);
	line-height: 18px;
	padding:10px;
} 

.contact a{
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);
	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 0.9em;
	font-weight:regular;
	text-align: leftr;
	display: block;
	text-decoration: none;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	behavior:url(border-radius.htc);
	box-shadow:0 2px 10px rgba(0,0,0,.35);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.35);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.35);
	line-height: 18px;
	padding:10px;
}

.contact a span{
	display: block;
	font-size: .75em;
	margin-right: auto;
	margin-left: auto;
} 

.contact a:hover{
	color:#fff;
	text-shadow: rgba(255,255,255,.5) 0px 1px 10px;
}

.contact a:active{
	color:#fff;
	text-shadow: rgba(255,255,255,1) 0px 1px 20px;
	font-weight: bold;
}


/*---------------------/
  BUTTONS		      /
--------------------*/


.Plex9Download {
	margin:0 auto;
	width:240px
} 

.Plex9Download a{
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);
	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 0.9em;
	font-weight:bold;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	behavior:url(border-radius.htc);
	box-shadow:0 2px 10px rgba(0,0,0,.35);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.35);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.35);
	line-height: 18px;
	padding:10px;
}

.Plex9Download a span{
	display: block;
	font-size: .75em;
	margin-right: auto;
	margin-left: auto;
} 

.Plex9Download a:hover{
	color:#fff;
	text-shadow: rgba(255,255,255,.5) 0px 1px 10px;
}

.Plex9Download a:active{
	color:#fff;
	text-shadow: rgba(255,255,255,1) 0px 1px 20px;
}


a.btnGold {
	background:#ff9d0b;
	background-repeat: no-repeat;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb60e), to(#ff8808));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ff8808, #ffb60e);


	font-size: .9em;
	font-weight:bold;
	line-height: 18px;

	color:#222528;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align: center;
	text-decoration: none;

	display: block;
	padding:9px 0 10px;
	margin:0 30px;

	box-shadow:0 2px 10px rgba(0,0,0,.35);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.35);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,.35);
	
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}

.btnGold span{
	display: block;
	font-size: .75em;
	margin-right: auto;
	margin-left: auto;
} 

.btnGold:hover{
	color:#fff;
	text-shadow: rgba(255,255,255,.5) 0px 1px 10px;
}

.btnGold:active{
	color:#fff;
	text-shadow: rgba(255,255,255,1) 0px 1px 20px;
}

/*---------------------/
  HOME News           /
--------------------*/
#hmNewsHold {
margin-top:30px;
overflow:hidden;
clear:both;
padding:20px;
background: #272a2e;
background:rgba(0,0,0,.25);
border-color:#272a2e;
border-bottom:1px solid rgba(255,255,255,.25);
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
behavior:url(border-radius.htc);
}
#hmNews li { list-style:none; display: block; float:left; margin:0 15px 5px 0; font-size:.9em; line-height:1em; font-weight:bold;}
#hmNews a { text-decoration: none; }
#hmNews a:hover { text-decoration: underline; }

/*-----------/
Macworld
--------- */
#macworld {
	margin:4px 0 4px 20px; padding:8px 5px 4px; 
	background:#fff; 
	width:100px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float:right;
	font-size:11px;
	text-align: center;
	border:1px solid #fff;
	border-color: rgba(255,255,255,0.4);
	}
	#macworld img {display: block; margin:2px auto 0;}
	#macworld a {color:#174f8e;text-decoration:none;}
	#macworld a:hover {text-decoration:underline;}


/*---------------------/
  HOME PMS ICONS      /
--------------------*/	
	#hmPMS {
		position: relative;
		height: 250px;
		margin-top:-50px
	}
	#hmPMS .pmsfloat {
		display: block;
		position: absolute;
		top: 0px;
		left: -256px;
		z-index: 10;
		width: 0px;
		height: 0px;
	}
	#hmPMSicons img {
		height: 32px;
		margin: 7px;
	}
	#pms,#pmslight {
		z-index: 9;
		position: absolute;
		margin-left: -368px;
		left: 50%;
	}
	#pmslight {
		z-index: 8;
	}


/*---------------------/
  HOME TRIPTIC -now about page  /
--------------------*/

#hmTriptic {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 35px;
	padding:20px;
	width:900px;
	background-color:#000;
	background-color: rgba(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:none;
}

* html #hmTriptic { height:1%; }

#hmTriptic h2 span { 
	font-size:.66em;
	color:rgba(255,255,255,.5);
	text-shadow: 0px 1px 0px rgba(255,255,255,.25);
}

#hmTriptic p { 
	margin:0 0 10px; 
/*
	background: url(/images/splashPMS.jpg) bottom center no-repeat;
	padding-bottom: 340px;
*/
	}

#hmTriptic dl {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
	padding:0px 0 0 50px;
}

* html #hmTriptic dl { height:1%; display:inline;}

#hmTriptic dt {
	color: #FFB445;
	font-weight: bold;
	border-bottom:1px dotted #333;
	margin-top:-1px;
}
#hmTriptic dt, #hmTriptic dd {
	line-height:1.65em;
	color: #FFF;
}

#hmTriptic dl.movies {
	background:url(/images/icnMovies.png) left 2px no-repeat;
}

#hmTriptic dl.music {
	background:url(/images/icnMusic.png) left top no-repeat;
}

#hmTriptic dl.pictures {
	background:url(/images/icnPictures.png) left top no-repeat;

}

#hmTriptic dl.other {
	background:url(/images/icnOther.png) left top no-repeat;
	float:right;
}

#hmTriptic dl.support {
	background:url(/images/icnOther.png) left top no-repeat;
	float:left;
}

#hmTriptic dl.issues {
	float:left;
}

/*---------------------/
  PLEX_LABS           /
--------------------*/

#hmTriptic2 {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:20px;
	width:900px;
	background-color:#000;
	background-color: rgba(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:none;
}

.imagePad {
	margin-right: 20px;
}
/*---------------------/
  FOOTER              /
--------------------*/

#footer {
	text-align: center;
	margin-top:25px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:.8em;
	line-height: 3em;
}

#footer dt {
	font-weight: normal;
}

#footer dt, #footer dd {
	display: inline;
}

#footer dd a {
	padding: 5px 10px;
}

#footer img {
	margin:20px;
}
/*---------------------/
  SEB                 /
--------------------*/
.orange {
	color:#d1801d;
}

