* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	color: #e5e5e5;
	font: 19px Helvetica, Arial, Verdana, Sans-Serif;
	background-color: #050505;
}

#folder, #folder:hover {
	cursor: pointer;
	background-image: url(images/boxed_full.png);
	background-position:  0px 135px;
	height: 135px;
	width: 128px;
	float: left;
	margin-top: 16px;
}

#folder:hover {
	background-position:  0px 0px;
}

#folder a, #folder a:active  {
	display: block;
	height: 135px;
	width: 128px;
	border: none;
}

h1 {
	font-size: 27px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding-bottom: 2px;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 3px;
}

p 
{
	margin: 10px 0px 30px 0px;
}

a:link, a:visited, a:active {
	color: #10c0e0;
	text-decoration: none;
}

a:hover {
	color: #10c0e0;
	text-decoration: none;
	border-bottom: 1px dotted #10c0e0;
}


img, .service-logo a:hover{
	border: none;
}

#outerwrapper {
	width: 1100px;
	margin: 25px auto 25px auto;
}

#wrapper {
	position: relative;
	float: left;
	margin-left: 44px;
	width: 650px;
}

#header {
	border-bottom: 1px dotted #10c0e0;
}

#footer {
	margin-bottom: 35px;
}

#footer {
	font-size: 12px;
}

#content {
	margin: 45px 0px 25px 0px;
}

.entry {
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 7px;
}

#pager {
	font-size: 12px;
}

span.pager-number{
	padding: 4px;
}

span.arrow {
	padding: 5px;
	font-size: 13px;
}

.clear {
	clear: both;
}

.image {
	text-align: center;
}

.image a{
	border: none;
}


.image-description {
	margin-top: 25px;
}

dl {
	margin-top: 15px;
}

#filter-head {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 11px 0px 5px 0px;
}

.center {
	text-align:center;
}

.logo {
	margin: 40px;
}

ul {
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
}

li {
	margin-top: 6px;
}

#footer a:hover, .logo a:hover {
	border: none;
}

.appstore {
	margin-top: 80px;
}
