
/* styles.css : Andrew Smith <andrew@arcticdesigns.us> : 2008-09-26 10:03 PDT */

html {
	background-color: #725c60;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;	
	font-size: 14px;
	
	color: #333;
	background-color: white;
	
	margin: 0;
	padding: 10px 0 0 0;
	
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bolder;
	letter-spacing: -0.03em;
}

h2 {
	height: 0;
	overflow: hidden;
	padding-top: 40px;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	position: relative;
	left: -270px;
	width: 250px;
	height: 40px;
	margin: 0 0 -40px 0;
	padding: 0;
}

p {
	line-height: 2.6ex;
	margin: 0 0 2ex 0;
}

img {
	border: none;
}

a {
	color: #d60067;
	text-decoration: underline;
}

dl {
	margin: 20px 0;
}

dt {
	font-size: 16px;
}

dd {
	margin: 2px 0 20px 0;
	color: #725c60;
}

input, textarea {
	color: #725c60;
	font-size: 14px;
	border: solid 1px #999;
	padding: 1px;
}

input#send {
	border: none;
}

textarea {
	display: block;
}

.clear {
	clear: both;
}


#logo {
	height: 0;
	overflow: hidden;
	padding-top: 95px;
	width: 239px;
	background-image: url(../images/logo.png);
	margin: 0 0 -95px 0;
	position: relative;
	left: -270px;
}


/* Top Navigation Styles */

#navigation {
	width: 550px;
	padding: 0 0 0 270px;
	margin: 0 auto 50px auto;
	text-align: left;
}

#navigation a {
	padding: 0 12px 0 0;
	font-size: 14px;
	text-decoration: none;
	color: #999999;
}

#navigation a:hover {
	color: #666666;
}


/* Page Styles */

#page {
	width: 550px;
	text-align: left;
	
	margin: 0 auto;
	padding: 0 0 0 270px;
}

.section {
	margin: 36px 0;
}


/* Page Title Styles */

#about h2 {
	width: 187px;
	background-image: url(../images/t_about.png);
}

#services h2 {
	width: 190px;
	background-image: url(../images/t_services.png);
}

#work h2 {
	width: 151px;
	background-image: url(../images/t_work.png);
}

#reach h2 {
	width: 142px;
	background-image: url(../images/t_reach.png);
}


/* Introduction Paragraph Styles */

#introduction {
	width: 550px;
	height: 0;
	overflow: hidden;
	background-repeat: none;
	margin: 30px 0;
}

#about #introduction {
	padding-top: 224px;
	background-image: url(../images/text_about.png);
}

#services #introduction {
	padding-top: 139px;
	background-image: url(../images/text_services.png);
}

#work #introduction {
	padding-top: 76px;
	background-image: url(../images/text_work.png);
}


/* Page-Specific Styles */


/* Welcome Page */

#welcome #page {
	margin-top: 40px;
	padding: 0;
}

#welcome #logo {
	margin: 0;
	left: 0;
}

#welcome h2 {
	width: 529px;
	height: 0;
	overflow: hidden;
	padding-top: 182px;
	background-repeat: no-repeat;
	background-image: url(../images/text_welcome.png);
	margin: 50px 0;
}

#welcome #more_about {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 38px;
	width: 170px;
	background-image: url(../images/b_more_about.png);
	margin: 0;
}

/* Our Work Page */

#work img {
	margin: 0 5px 7px 0;
}

#center {
	position: fixed;
	top: 50%;
	height: 1px;
	width: 100%;
}

#work #window {
	position: absolute;
	left: 50%;
	margin: -210px  0 0 -375px;
	padding: 10px;
	text-align: left;
	background-image: url(../images/transparent.png);
}

#work #window #container {
	width: 720px;
  min-height: 400px;
	padding: 5px;
	background-color: white;
}

#container div.controls {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}

#container .right-column {
	float: right;
	width: 320px;
	margin: 0 20px 40px 30px;
}

#container .left-column {
	float: left;
	width: 310px;
	margin: 0 20px 40px 20px;
}

#container h3 {
	margin: 0 0 20px 0;
}

#container .right-column img {
	display: block;
	margin: 0 0 10px 0;
}

#container .right-column .inactive {
	color: #999999;
}

/* Reach Us Page */

#reach form#contact {
	margin-top: 40px;
}

#reach form#contact label {
	display: block;
}

#reach #contact-info {
	position: relative;
	left: -270px;
	width: 270px;
	padding: 0;
	margin: 40px 0 -340px 0;
	height: 300px;
}

#reach #contact-info dd {
	font-size: 16px;
	margin: 2px 0 16px 0;
}

#reach .sent {
	font-size: 18px;
	color: #725c60;
}

#reach .sent:before {
	content: "\BB ";
	font-size: 40px;
	vertical-align: -8%;
}

#reach .error {
	color: red;
}

/* Footer Styles */

#footer {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;	
	background-color: #725c60;
	background-image: url(../images/gradient_footer.png);
	background-repeat: repeat-x;
	margin: 90px auto 0 auto;
}

#footer p#footnote {
	clear: both;
	padding: 20px;
	margin: 0;
}

#footer .navigation {
	font-size: 16px;
	margin: 0 auto 45px auto;
	width: 490px;
	height: 40px;
}

#footer .navigation a {
	display: block;
	padding: 10px;
	color: white;
	float: left;
	height: 20px;
}

#footer .navigation a#n_home { width: 67px; }
#footer .navigation a#n_about { width: 90px; }
#footer .navigation a#n_services { width: 93px; }
#footer .navigation a#n_work { width: 69px; }
#footer .navigation a#n_reach { width: 71px; }

#welcome #footer .navigation a#n_home { 
	color: #333;
	text-decoration: none; 
	background-image: url(../images/n_home.png); 
}

#about #footer .navigation a#n_about { 
	color: #333;
	text-decoration: none;
	background-image: url(../images/n_about.png); 
}

#services #footer .navigation a#n_services { 
	color: #333;
	text-decoration: none;
	background-image: url(../images/n_services.png); 
}

#work #footer .navigation a#n_work {
	color: #333;
	text-decoration: none;
	background-image: url(../images/n_work.png); 
}

#reach #footer .navigation a#n_reach { 
	color: #333;
	text-decoration: none;
	background-image: url(../images/n_reach.png); 
}

#anim {
	display: block;
	position: absolute;
	left: 310px;
	top: 185px;
}