/*
 * Title: codesparq.css
 * Revision: 1.5.11 (April 7, 2010)
 * Author: Codesparq (http://www.codesparq.com/)
 *
 * Copyright © 2009 Codesparq. All rights reserved.
 */

* {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {}

body {
	background: #151515 url('http://www.codesparq.com/images/background.jpg') fixed repeat-x 0 0;
	color: #FFFFFF;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

a {
	-webkit-transition: color 0.25s linear;
	border: none;
	color: #88B3D0;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	/* text-shadow: #FFFFFF 0 0 3px; */
}

div {
	display: block;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 14px;
}

hr {
	background-color: #CCCCCC;
	border: 1px;
	color: #CCCCCC;
	height: 1px;
}

img {
	border: none;
}

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

#main {
	background: url('http://www.codesparq.com/images/background-light.png') no-repeat center 0;
	margin: 0 auto;
	width: 800px;
}

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

#narrow {
	margin: 0 auto;
	width: 600px;
}

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

#header {
	padding-top: 40px;
}

#header h1 {
	float: left;
	text-indent: -99999px;
}

#header h1 a {
	background: url('http://www.codesparq.com/images/logo-white.png') no-repeat 0 0;
	display: block;
	height: 42px;
	width: 160px;
}

#header ul {
	float: right;
}

#header ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
}

#header ul li a {
	color: #FFFFFF;
}

#header ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #FFFFFF 0 0 3px;
}

#header ul li a.active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #FFFFFF 0 0 3px;
}

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

#applications {
	clear: both;
	padding: 40px 0 10px 0;
}

#applications ul {
	margin-bottom: 40px;
}

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

#content {
	clear: both;
	padding-top: 40px;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin-bottom: 10px;
}

#content ul li {
	list-style-type: disc;
	margin-left: 40px;
}

#content h2 {
	margin-bottom: 30px;
}

#content h3 {
	margin: 30px 0 10px 0;
}

#content h4 {
	margin: 30px 0 10px 0;
}

#content hr {
	margin: 30px 0;
}

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

#iphone {
	background: url('http://www.codesparq.com/images/iphone.png') no-repeat 0 0;
	clear: both;
	float: left;
	height: 662px;
	margin: 40px 0 60px 0;
	width: 350px;
}

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

#slideshow {
	margin: 99px 0 0 29px;
}

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

.description {
	float: right;
	margin: 40px 0 60px 0;
	width: 450px;
}

.description h2 {
	margin: 20px 0 5px 0;
	text-indent: -99999px;
}

.description h3 {
	margin-bottom: 40px;
	text-indent: -99999px;
}

.description h4 {
	margin: 30px 0 10px 0;
}

.description hr {
	margin: 30px 0;
}

.description img {
	margin-top: 30px;
}

.description p {
	margin-bottom: 10px;
}

.description p#testimonial {
	margin-top: 30px;
}

.description p#reviewer {
	font-style: italic;
	margin-top: -10px;
	text-align: right;
}

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

#aspects h2 {
	background: url('http://www.codesparq.com/images/aspects/title.png') no-repeat 0 0;
	height: 44px;
	width: 162px;
}

#aspects h3 {
	background: url('http://www.codesparq.com/images/aspects/subtitle.png') no-repeat 0 0;
	height: 48px;
	width: 320px;
}

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

#notices, #social {
	-moz-border-radius: 3px;
	-moz-box-shadow: #CCCCCC 0 0 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #CCCCCC 0 0 3px;
	background: #F0F0F0;
	border: 1px solid #FFFFFF;
	clear: both;
	color: #333333;
	margin: 0 auto;
	padding: 10px 20px;
}

#notices p a, #social p a {
	color: #333333;
	font-weight: bold;
}

#notices p a:hover, #social p a:hover {
	color: #000000;
	font-weight: bold;
	text-shadow: none;
}

#notices {
	text-align: left;
	width: 500px;
}

#social {
	margin-top: 60px;
	text-align: center;
	width: 330px;
}

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

#footer {
	margin: 60px 0 40px 0;
	text-align: center;
}
