body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	color:white;
	height:100%;
	margin : 0; 
	background-color: #424241;
}
a{
	text-decoration:none;
	color:white;
}
p {
	margin : 8px 0;
}

h1 {
	font-size : 20px;
	margin:10px 0;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.75);
}
.contact h1 {
	text-shadow:1px 1px 1px rgba(50, 25, 1, 0.75);
}
.details h1 {
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.75);
}
h3 {
	font-size:14px;
	margin: 0 0 8px;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
#wrapper {
	width:100%;
	overflow:hidden;
}
#top {
	padding:20px 10px;
	position:relative;
	text-align:center;
}
@media screen and (max-width: 320px)
{
	#logo {
		width:290px;
	}
	
}

.bubbles {
	display:none;
}
#middle {
	border-top:solid 1px #BCBDC0;
	border-bottom:solid 1px #BCBDC0;
	background-color:#BCBDC0;
	background-image:-moz-linear-gradient(#BCBDC0, #BCBDC0 40%, #FFF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BCBDC0), color-stop(0.4, #BCBDC0), to(#FFFFFF));
}
.contact {
	padding:10px;
	background-color:#663300;
	background-color:red;
	background-image:-moz-linear-gradient(#663300, #663300 20%, #CC6600);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#663300), color-stop(0.2, #663300), to(#CC6600));
}
.contact p{
	margin: 4px 0;
}
.contact a{
	font-weight:bold;
}
.details {
	color : black;
	padding:10px;
}
.bullet{
	height:16px;
	margin-left:4px;
	position:absolute;
	width:36px;
	background: transparent url("../img/sprite.gif") no-repeat scroll 0 -0px;
}
.details .bullet{
	background-position: 0 -54px;
}
.contact .bullet{
	background-position:0 -25px;
}
#portfolio{
	padding:10px;
}
#apps {
	padding:10px;
}
.row li {
	height:115px;
}
.appActions {
	position:absolute;
	height:80px;
	width:80px;
	padding-right:5px;
	padding-bottom:20px;
}
.appLogo {
	border : solid 4px #BCBDC0;
}
.appDetails {
	font-size : 14px;
	margin: 0 10px 0 80px;
	position:absolute;
}
.itunes {
	display:block;
	margin:3px 2px;
	padding-bottom:5px;
	background: transparent url("../img/sprite.gif") no-repeat scroll 0 -80px;
	text-indent: -9999px;
}
#copyright {
	font-size:11px;
	text-align:center;
	padding:30px;
}

#sitenav {
	font-size:12px;
	text-align:center;
	padding:15px;
}

#sitenav a{
	font-weight:bold;
}
