/*
Theme Name: The Stars
Description: Premium WordPress Magazine Style Theme from PremiumWP
Title: screen styles
Author: PremiumWP
Author Email: premiumwordpress@gmail.com	
Author URI: http://www.premiumwp.com/
Tags: fashion, magazine, blue, pink, grey, white, two columns, fixed width, widgetized
Last Update: Jan 6, 2009
*/

/* import stylesheets and hide from ie/mac \*/
@import url("master.css");
@import url("screen.css");
/* end import/hide */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot');
	src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/League_Gothic-webfont.woff') format('woff'),
		 url('fonts/League_Gothic-webfont.ttf') format('truetype'),
		 url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#titles div {
	color: #FFFFFF;
	font-family: LeagueGothicRegular, Verdana, sans-serif;
	font-size: 68pt;
	height: 68pt;
	position: absolute;
	top: 150px;
	left: 450px;
	text-shadow: 0 0 6px #000000;
	-webkit-font-smoothing: antialiased;
	font-smoothing: always;
	display: none;
}
#titles { 
	position: relative; 
	width: 720px;
	top: 60px;
	left: 220px;
	line-height: 68pt;
}

