/* -------------------------------------------------------

	Description: Minimal Coming Soon Page
	Version: 1.0

	Designed by Stelian Subotin (1stwebdesigner.com)
	Coded by Anli Zaimi (azmind.com) for 1stwebdesigner.com

------------------------------------------------------- */



body {
	background: url(../images/body-pattern.jpg) top left repeat;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
}



/* ---- Header ---- */

header {
	width:100%
	max-width:100%;
	height:auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

header h1 {
	font-size: 3vw;
	font-weight: normal;
	color: #009fe3;
	text-shadow: none;
	text-align: center;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 120%;
}
header h3 {
	font-size: 2vw;
	font-weight: normal;
	color: #666;
	text-shadow: none;
	text-align: center;
	line-height: 120%;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
header h3 a{
	font-size: 2vw;
	font-weight: normal;
	color: #666;
	text-shadow: none;
	text-align: center;
	line-height: 120%;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
header h3 a:hover {
	font-size: 2vw;
	font-weight: normal;
	color: #009fe3;
	text-shadow: none;
	text-align: center;
	line-height: 120%;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

header p {
	margin: 40px 0 0 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 1vw;
	font-weight: normal;
	color: #666;
	text-shadow: none;
	text-align: center;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 120%;
}


/* ---- Main Area ---- */

	position: relative;
	width: 700px;
	margin: 50px auto 0 auto;
	padding: 20px 0 0 25px;
	color:#fff;
	text-align: center;
	font-size: 11px;
	_background: url(../images/main-content-pattern.jpg) top left repeat;
}



/* ---- Links ---- */

#links {
	width: 700px;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	line-height: 18px;
	overflow: hidden;
}

#links a {
	position: relative;
	color: #aaa;
	text-decoration: none;
}

#links a:hover {
	color: #aaa;
	text-decoration: none;
}

.home, .support, .browser, .books, .download, .ups {
	float: left;
	width: 180px;
	margin-left: 42px;
	padding-left: 25px;
}

.home { background: url(../images/home.png) left center no-repeat; margin-left: 0; }
.support { background: url(../images/support.png) left center no-repeat; }
.browser { background: url(../images/browser.png) left center no-repeat; clear: right; }

.books, .download, .ups { margin-top: 10px; }

.books { background: url(../images/books.png) left center no-repeat; margin-left: 0; }
.download { background: url(../images/download.png) left center no-repeat; }
.ups { background: url(../images/ups.png) left center no-repeat; clear: right; }






/* ---- Footer ---- */

footer {
	width: 700px;
	margin: 0 auto;
	padding: 35px 0 25px 0;
	overflow: hidden;
}

footer ul {
	float: right;
	width: 125px;
	height: 22px;
}

footer ul li {
	float: left;
}

footer a {
	position: relative;
	display: block;
	margin-left: 10px;
}

.digg {
	width: 10px;
	height: 16px;
	background: url(../images/digg.png) center center no-repeat;
}

.twitter {
	width: 21px;
	height: 16px;
	background: url(../images/twitter.png) center center no-repeat;
}

.vimeo {
	width: 16px;
	height: 16px;
	background: url(../images/vimeo.png) center center no-repeat;
}

.skype {
	width: 16px;
	height: 16px;
	background: url(../images/skype.png) center center no-repeat;
}
.copy {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.txt {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
