/* @override http://localhost:8888/ng2009/css/main.css */

body {
	color: #91c6d2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #95cbd5;
}
#wrapper {
	width: 960px;
	margin: 70px auto 0;
	background-color: #FFF;
	border: 15px solid #FFF;
	box-shadow: 4px 4px 3px #295C60;
	-moz-box-shadow: 4px 4px 3px #295C60;
	-webkit-box-shadow: 4px 4px 3px #295C60;
	position: relative;
}
#logo {
	margin-top: -75px;
	position: absolute;
	width: 100%;
}
#logo li a {
	overflow: hidden;
	position: relative;
	z-index: 75;
}
#logo a#ng {
	float: left;
	height: 0;
	width: 378px;
	padding-top: 68px;
	margin: -12px;
	text-indent: -9999px;
	position: relative;
	z-index: 5;
}
#logo a#ng.illustration {
	background: url(../images/ngva_type.png) no-repeat 0 0;
}
#logo a#ng.design {
	width: 564px;
	background: url(../images/ngd_typetopleft.png) no-repeat 0 0;
}
#logo ul {
	margin-top: 13px;
}
#logo li a {
	float: right;
	height: 0px;
	width: 26px;
	padding-top: 28px;
	margin: 10px 4px 0 0;
	background: url("../images/socialnetworklogos.png") no-repeat 0 0;
	text-indent: -9999px;
}
#logo ul a#flickr {
	background-position: 0 -131px;
}
#logo ul a#facebook {
	background-position: 0 -34px;
}
#logo ul a#twitter {
	background-position: 0 -67px;
}
#logo ul a#linkedIn {
	background-position: 0 -99px;
}
#header {
	height: 228px;
	padding: 0;
	background: #013233 repeat-x;
	position: relative;
	z-index: 50;
}
#headerFade li {
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}
#header h1, #header h2, #header a {
	color: #91c6d2;
}
#nav {
	background-color: #0f85a9;
	margin: 0px;
	width: 100%;
	float: left;
}
#nav li {
	display: block;
	float: left;
	width: 88px;
	height: 400px;
	padding-top: 5px;
	overflow: hidden;
}
#nav li:hover {
	cursor: pointer;
}
#nav li h3 {
	margin-left: 5px;
	color: #173a3c;
}
#nav li#contact .slide h3 {
	color: red;
	margin: 0;
}
#nav li#contact .slide h3.success {
	color: #173a3c;
}
/* #nav li div.slide img {
	margin: 5px 0px 3px 15px;
}
*/
#nav li div.slide {
	padding-left: 89px;
	width: 420px;
	display: block;
	color: white;
}
#nav li div.slide p {
	font-size: .8em;
	line-height: 1.2em;
}
#nav li#welcome {
	background-color: #abdc87;
}
#about {
	background: #8dcd90;
	position: relative;
}

#about p {
	margin-top: 5px;
	width: 250px;
}
#about #tweet {
	width: 160px;
	position: absolute;
	bottom: 181px;
	margin-left: 260px;
}
#about #tweet h3{
	color: white;
	margin-bottom: 5px;
}
#about #tweet div {
	background-color: white;
	color: #4da99c;
	font-size: 12px;
	padding: 10px;
	-moz-border-radius: 12px; /* FF1+ */
  	-webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */
}
#nav #about img {
	position: absolute;
	bottom: 0px;
	margin: 0 0 0 267px;
}
#nav li#illustration, #nav li#design {
	background: #6dbb95;
	width: 515px;
}
#store {
	background: #3697a3;
}
#blog {
	background: #4da99c;
}

#nav li#blog h3 a, #nav li#store h3 a {
	display: block;
	color: #173a3c;
	width: 88px;
	height: 400px;
}
#nav li#blog h3 a:visited, #nav li#store h3 a:visited {
	color: #173a3c;
}
#nav li div.slide a span {
	margin: -37px 0 0 80px;
	display: block;
}
#contact {
	background: #2e85a9;
}
a {
	text-decoration: none;
}
input, textarea {
	margin: 4px 10px 10px 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #abdc87;
	overflow: hidden;
}
input {
	width: 200px;			
}
#contactForm {
	float: left;
	font-size: .8em;
}
#contact div.slide div {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

li div.slide a {
	font-size: .8em;
	color: black;
}

#blog div.slide img, #contact div.slide img {
	padding-top: 5px;
}

input[type=image] {
	width: 60px;
}
#header>a {
	float: right;
	color: #fff;
	font-size: .6em;
}
#footer {
	margin-top: 7px;
	padding: 10px;
	clear: both;
	font-size: .8em;
	height: 53px;
	background: #013334;
}
#footer p {
	line-height: 1em;
	color: #91c6d2;
}
label.error {
	display: block;
	margin: -7px 0;
}
.error {
	color: red;
	font-size: .6em;
}
h3.error {
	padding-bottom: 5px;
	font-weight: 500;
}
.preview {
	float: right;
}
.previewDescription {
	padding-right: 100px;
}

/*****************tags*******************/

p {
	color: #013132;
	font-size: .8em;
	line-height: 1.5em;
}
h1 {
	padding-top: 65px;
	font-size: 1.4em;
}
h2 {
	font-size: 1.8em;
}
h4, h5{
	font-size: .8em;
	margin-bottom: 5px;
}
h4 {
	margin: 6px 0 0 0;
}