/* Stylesheet for www.flyingwithoutinstruments.com */

body 
{
	margin:0px;
	background-color: #99ccff;
	font-family: "Trebuchet MS", Arial, Helvetca, sans-serif;
	font-size: 80%;
	color: #669999;
}

a
{
	font-weight:bold;
	color: #669999;
}

#logo
{
	text-align:center;
	background-image: url(../images/plane_bg1.gif);
	background-repeat: repeat-x;
}

#content
{
	margin: 0 auto;
	width: 800px;
	text-align:left;
}

#menu
{
	width:100%;
	height:42px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
}

#menu ul
{
	padding-left:0px;
	padding-top:5px;
	margin:0px;
	
	text-align:center;
}

#menu ul li
{
	list-style:none;
	display:inline;
}

#menu ul li a
{
	text-decoration:none;
	color: #ff3300;
}

#menu ul li a img
{
	width:80px;
	height:30px;
}

a img
{
	border: 0px;
}

h1
{
	text-align:center;
	color: #ff3300;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size: 14pt;
}

h3
{
	color:#339999;
}

h4
{
	font-style:italic;
	color:#ffffcc;
}

h5
{
	color:#ff3300;
}


#popup
{
	display:none;
	position:absolute;
	left: 50px;
	top: 50px;
	width: 500px;
	height:100px;
	background-image:url(../images/navbg_tile.gif);
	color:#669999;
}

/*rounded corners for albums page*/
.album
{
	margin:10px;
	background-color:#b2e2ee;
}

.albumcover
{
	float:left;
	width:320px;
	padding:5px;
}

.songs
{
	float:left;
}

.songs table
{
	width:200px;
}

.buy
{
	
}
.content-item
{
	background-color: #c4e9f2;
	margin-top:10px;
	margin-bottom:10px;
}

.content-item-top { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.content-item-top div { 
  height: 10px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.content-item-bottom { 
  clear:both;
  background: url(../images/se.gif) no-repeat bottom right; 
}
.content-item-bottom div { 
  height: 10px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.content-item-main {
  padding: 0px 10px 0px 10px;
  
}
