@charset "utf-8";
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #222;
}
#container{
	text-align: center;
}
#content {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px 25px;	
	text-align: left;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
}
#logo {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
a, a:visited , a:active {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #e31b23;	
	font-size: 18px;	
}
.downloads {
	padding: 0;
	margin: 0 0 25px 0;
}
.downloads li{
	margin: 25px 0;
	padding: 25px 0;
	width: 100%;
	border-bottom: dotted 1px #666;	
	height: 20px;
}
.downloads li a{
	float: right;
	color: red;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	margin: -20px auto 25px;
	background: #e31b23;
	color: #fff;
	padding: 10px 15px;	
}
.apple {
	list-style-type: none;
	background-image: url(images/apple.png);
	background-repeat: no-repeat;
	background-position: left top;
    background-size: 50px 50px;
	margin-bottom: 25px;

}
.android {
	list-style-type: none;
	padding: 25px 25px 25px 0;
	background-image: url(images/android.png);
	background-repeat: no-repeat;
	background-position: left top;
    background-size: 50px 50px;
}
.windows {
	list-style-type: none;
	padding: 25px 25px 25px 0;
	background-image: url(images/windows.png);
	background-repeat: no-repeat;
	background-position: left top;
    background-size: 50px 50px;
}
section {
	margin-top: 15em;	
}

#top {
	padding-top: 25px;
}
.screenshots {
	width: 100%;
	padding: 0;	
	margin: 25px 0;

}
.screenshots img {
	width: 32%;	
	border: none;
	display: block;
	float: left;
	padding: 5px 1% 0 0;		
	margin-bottom: 2em;
}
ul.icons {
	padding: 0;
	margin: 0;
}
ul.icons li {
	list-style-type: none;
	display: inline;
	float: left;
	padding: 0 1em 0 0;
	margin: 0;
}
ul.icons img {
	max-width: 100px;
	box-shadow: 3px 3px 5px #999;
}
a.toggle, a:visited.toggle , a:active.toggle {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #e31b23;	
}
a.toggle2, a:visited.toggle2 , a:active.toggle2 {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #e31b23;	
}
#toggleText {
	background: #fff;
	border: solid 1px #222;
	margin: 0;
	padding: 0 25px;
	margin-top: 25px;
    box-shadow: 3px 3px 5px #999;
}
#toggleText2 {
	background: #fff;
	border: solid 1px #222;
	margin: 0;
	padding: 0 25px;
	margin-top: 25px;
    box-shadow: 3px 3px 5px #999;
}

footer{
	max-width: 960px;
	text-align: center;
	margin: 10em auto 3em;
	color: #999;
}
footer ul {
	list-style-type: none;
}
footer ul li{
	display: inline-block;
}
footer a, footer a:visited , footer a:active {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	color: #999;	
	font-size: 18px;	
}