@charset "UTF-8";
/* CSS Document */

body {
	background: #E3DEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 100%
}
body a {
	color: #5C2D2D;
}
body a img {
	border: 0px;
}
#wrapperlanding {
	width: 1000px;
	height: 800px;
	background-image: url(images/landing_bkgd.jpg);
	background-repeat: no-repeat;
	margin: auto;
	border: 1px solid #5C2D2D;
}
#leftlanding {
	margin-top: 640px;
	width: 400px;
	float: left;
}
#tweets {
	height: 120px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 20px;
	text-align: justify;
}
#navlanding {
	width: 600px;
	float: right;
}
#footerlanding {
	text-align: center;
	padding: 5px;
	line-spacing: 2em;
	letter-spacing: .1em;
}

/* ---------------------- LANDING NAVIGATION ---------------------- */
#landingnavbar {
	width: 600px;
	height: 800px;
}
#landingnavbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
}
#landingnavbar ul li {
	position: relative;
}

#landingnavbar ul li a {
	display: block;
	text-decoration: none;
	padding: 0px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#navbar li:hover ul, li.over ul { 
	display: block;
}
/* ---------------------------- LANDING NAV ROLLOVERS ------------------------------- */
#landingnavbar a {
	border: none;
}
#landingnavbar a:hover img {
	visibility: hidden;
}

/* both IE/win and mac */
#landingnavbar a {display:inline-block;}
/* \*/
html landingnavbar a {display:block;}
/* end hiding from IE/mac */

#landingnavitems {
	padding: 0;
	list-style: none;
}
#landingnavitems li {
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	float: left;
	z-index: 2;
}
#landingtravel { width:600px; height:160px; }
#landingentertainment { width:600px; height:160px; }
#landingthriftin { width:600px; height:160px; }
#landinghyperbole { width:600px; height:160px; }
#landinginterviews { width:600px; height:160px; }

.landingtravel { background: url(http://pantylinepress.com/main/images/landing_travel_on.jpg) bottom left no-repeat; }
.landingentertainment { background: url(http://pantylinepress.com/main/images/landing_entertainment_on.jpg) bottom left no-repeat; }
.landingthriftin { background: url(http://pantylinepress.com/main/images/landing_thriftin_on.jpg) bottom left no-repeat; }
.landinghyperbole { background: url(http://pantylinepress.com/main/images/landing_hyperbole_on.jpg) bottom left no-repeat; }
.landinginterviews { background: url(http://pantylinepress.com/main/images/landing_interviews_on.jpg) bottom left no-repeat; }

#landingnavitems {
	margin: 0 0 0 0;
}
#landingnavitems a:hover img {
	visibility: hidden;
}
#landingnavitems a {
	display: block;
}
#landingnavitems a/**/ {
	height: 160px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #landingnavitems a {
	cursor: hand;
}
* html #landingnavitems li a:hover {
	height: 1%;
}
