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

#content {
	width:430px; 
	height:540px;
	overflow:none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#c7aa88;
	text-align:left;
	margin:0px;
	padding-right:5px;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#9b8060;
	text-decoration:none;
	padding-right:5px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#c7aa88;
	text-decoration:underline;
	padding-right:5px;
}


/*---------------------------------- */
/*----------DOWNLOAD PAGE----------- */
/*---------------------------------- */
#download
{
	display: block;
	width: 221px;
	height: 15px; 
	background: url("images/download.png") no-repeat 0 0;
}

#download:hover
{ 
	display: block;
	width: 221px;
	height: 15px; 
	background: url("images/hover/download.png") no-repeat 0 0;
	cursor:default;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*------------ITUNES PAGE----------- */
/*---------------------------------- */
#buyitunes
{
	display: block;
	width:400px;
	height:30px; 
	background: url("images/BUYITUNES.png") no-repeat 0 0;
}

#buyitunes:hover
{ 
	display: block;
	width:400px;
	height:30px; 
	background: url("images/hover/BUYITUNES.png") no-repeat 0 0;
	cursor:default;
}

#hover span
{
	display: none;
}






/*--SCROLL BAR CSS--*/
code {
	background: #b6d9ff;
	font-size: 0.9em;
	color: #004892;
}

pre{
	border: 4px solid #B6D9FF;
	background:#d2e8ff;
	color: #004892;
	padding: 15px;
	margin:5px 0;
}

pre code{
	background-color: transparent;
	display:block;
	line-height:16px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space:pre;
	padding:0 5px;
}

.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

