/* CSS Document */

/*body {
	font: 0.7625em "Lucida Grande", "Lucida Sans Unicode", sans-serif;	margin: 0px;
	color: #ffffff;
	background: #151110 url(../img/virb_background.jpg)  top left repeat-x;
	background-attachment:fixed;
	margin-top: 33px;
	margin-left:180px;
}*/
body {
    background: /*#5f2c11;*/ #151110 url(../img/iphonebkgd.jpg) top left repeat-x; /* Background color */
	background-attachment:fixed;
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

#header h1 {
	font-size: 16px;
	color:#FFFFFF;
	background-color:#000000;
	padding: 10px 8px 10px 8px;
	font-weight:400;
	margin: 12px 10px 10px 10px;
	text-shadow: 0px 1px 0px #000000;
}
h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#222222;
	background-color: #ddffcc;
	padding: 10px 10px 10px 10px;
	margin: 12px 10px 10px 10px;
	font-weight:400;
	border-style:solid;
	border-width:thin;
	border-color:#777777;
}
h3 {
	font-size: 110%;
	font-weight:400;
	color:#FFFFFF;
	background-color:#000000;
	padding: 8px 8px 8px 8px;
}

a {
	color:#9bdda0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.corner {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.img {
	display: none;
}
.border {
	background-color:#ddffcc;
	padding: 13px 13px 13px 13px;
	margin:20px 10px 10px 10px;
	border-style:solid;
	border-width:thin;
	border-color:#777777;
}
div#not_transparent { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
} 
.transparent {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/*#menu {
	font-size: 110%;
	color:#FFFFFF;
	background-color:#000000;
	padding: 8px 8px 8px 8px;
}
#menu ul li{
	list-style:none;
	float: left;
	margin: 0px 0px 4px 0px;
	width: 110px;
}*/
#menu ul {
    list-style: none;
    margin: 12px 10px 10px 10px;
    padding: 0;
}
#menu ul li a {
    background-color: #000000;
    border: 1px solid #777777;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 4000;
    margin-bottom: -1px;
    padding:10px 8px 10px 8px;
    text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#333), to(#000));
}
#menu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#menu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
.extra_margin {
	margin-top:15px;
}
#twitter_div {
display:none;
}
#twitter_div ul{
	margin: 10px 8px 10px 8px;
	list-style:none;
	border: 1px solid #777777;
	font-size: 110%;
	font-weight:400;
	color:#FFFFFF;
	background-color:#000000;
	padding: 0px 8px 8px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#333), to(#000));
}
#twitter_div ul li{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left:8px;
	border-bottom-color:#9bdda0;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
#twitter_update_list ul {
margin-left:0px;
padding-left:0px;
}
.opaque {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#progress {
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}
	