/* @override http://www.iconlicious.com/giveaway/css/styles.css */

body {
	background-image:url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: black;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}


#header {
	
    margin: auto;
	width: 1060px;
	height: 560px;
	
	
	
}

.logo {
	
	width: 229px;
	height: 56px;
	float: left;
	padding: 20px;
	
}

.illustration {
	
	width: 488px;
	height: 450px;
	float: left;
	
	
}

.twitter {
	
	text-indent: -9999px;
	
}

.follow a {
	
	
	background: url(../images/follow.png) no-repeat;
    width: 175px;
    height: 34px;
    display: block;
    overflow: hidden;

}

.follow a:active {
	
	background-position: 0 -34px;
   
}

.retweet a {
	
	
	background: url(../images/retweet.png) no-repeat;
    width: 89px;
    height: 34px;
    display: block;
    overflow: hidden;

}

.retweet a:active {
	
	background-position: 0 -34px;
  }


.follow {
	
	width: 175px;
	height: 34px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	
}

.retweet {
	
	width: 89px;
	height: 34px;
	float: left;
	padding-top: 20px;
}

div#intro p {
	margin: auto;
	padding-top: 40px;
	
    clear: both;
	color: #888888;
	
	display: block;
	text-align: center;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
   line-height: 20px;
}


div#intro b.bold {
	
	color: #adadad;
}

div#intro a.blog {
	
	
	color: #fdb626;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}


div#intro a.blog:hover {
	
	
	color: #fdb626;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;

}

div#intro a.blog:visited {
	
	color: #fdb626;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	
}

#apps {
	margin-top: 20px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}



.appa {
 width: 100%;
 float: left;
 display: block;
 margin: auto;
 margin-left: -18px;
 margin-bottom: 5px;
 height: 106px;
 background-image: url(../images/pill.png);
}

.icon {
	padding-top: 24px;
	padding-left: 22px;
	width: 59px;
	height: 59px;
	float: left;
}
.appa div.colophon {
	float: left;
	margin-top: 22px;
	margin-left: 22px;
	width: 548px;
	height: 60px;
	color: white;
}

.appa p.title {
	font-weight: bold;		
}

.appa p.description {
	margin-top: 5px;
	color: #c0c0c0;
	font-size: 11px;
	font-weight: normal;
}

.appa p.title span {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.appa div.appurl {
	float: left;
	text-indent: -9999px;
    margin-top: 29px;
    margin-left: 22px;
}

.appa div.appurl a {
	background: url(../images/btn_visit.png) no-repeat;
	width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;

}

.appa div.appurl a:active {
	background-position: 0 -48px;
}

.ft {
	
	margin-left: -100px;
	padding: 50px;
	clear: both;
	text-align: center;
	color: #b4b3b4;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.fta {
	
	text-decoration: none;
	color: #b4b3b4;
	font:10px "Lucida Grande", Lucida, Verdana, sans-serif;
	
}


