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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #000;
	margin: 0px;
	background-image: url(../imgs/bg_body.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

.whiteline {
	background-color: #eaeaea;
	height: 1px;
	width: 100%;
}

#mainbox {
	background-color: #fff;
	width: 1000px;
	margin:0 auto; /* this CENTERS the <div> in the page*/
}
 
.box_shadow {
     -moz-box-shadow: 0px 0px 20px #000; /* FF3.5+ */				/* creates box SHADOW */
  -webkit-box-shadow: 0px 0px 20px #000; /* Saf3.0+, Chrome */
         *box-shadow: 0px 0px 20px #000; /* Opera 10.5, IE 9.0 */
} 

#header {
	text-align: center;
	height: 180px;
	width: 1000px;
}

.navbar {
	text-align: left;
	background-color: #fff;
	background-image: url(../imgs/bg_navbar.jpg);
	background-repeat: repeat-x;
	color: #1a1a1a;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	
	text-shadow: 1px 1px 2px #888; /* FF3.5+, Opera 9+, Saf1+, Chrome */
}

.nav_links {
	padding-left: 5px;
	padding-right: 10px;
}

#contents {
	text-align: left;
	padding: 20px;
}

.title {
	font-size: 21px;
	font-weight: bold;
	font-variant: small-caps;
	color: #903;
}

.apptitle {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #1a1a1a;
}

.price {
	vertical-align: super;
	padding-left: 15px;
	
}

.appbox {
	text-align: left;
	margin: 30px;
	padding: 10px;
	vertical-align: top;
	height: 120px;
	
	-moz-box-shadow: 3px 3px 5px #777; /* FF3.5+ */				/* creates box SHADOW */
 -webkit-box-shadow: 0px 5px 5px #777; /* Saf3.0+, Chrome */
        *box-shadow: 0px 5px 5px #777; /* Opera 10.5, IE 9.0 */
	
-moz-border-radius: 12px; /* FF1+ */								/* makes box BORDERS ROUND */
-webkit-border-radius: 12px; /* Saf3-4 */
border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */

background-color: #ccc;											/* creates box GRADIENT */
background-image: -moz-linear-gradient(top, #ccc, #666); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ccc),color-stop(1, #666)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ccc', EndColorStr='#666'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ccc', EndColorStr='#666')"; /* IE8 */
}

li {
	padding-bottom: 10px;
	list-style: none;
}

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

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

.available {
	text-align: right;
	font-size: 12px;
}

.disclaimer {
	text-align: center;
	font-size: 10px;
	color: #666;
}

.still-unlinked { /* EVENTS: still no app, still no link */
	color: #4D4D4D;
	text-decoration: none;
	font-variant: small-caps;
}

/*LINKS*/

a:link { /* unvisited link */
	color:#1a1a1a;
	text-decoration: none;
	font-variant: small-caps;
}

a:visited { /* visited link */
	color:#1a1a1a;
	text-decoration: none;
	font-variant: small-caps;
}

a:hover { /* mouse over link */
	color:#666;
	text-decoration: none;
	font-variant: small-caps;
}

a:active { /* selected link */
	color:#666;
	text-decoration: none;
	font-variant: small-caps;
}
