@import url(proxima.css);
@import url(work.css);
@import url(buttons.css);

/* --- CSS reset --- */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,input,textarea { 
	border:0;
}
fieldset {
	width: 100%;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h2,h3 {
	font-family: 'proxima-bold', Arial, sans-serif;
	font-size: 48px;
	/* text-transform: uppercase; */
	text-align:left;
	color: #888;
}
h3 { font-size: 22px;}
h4 {
	color:#BC3A1B;
	font-family: 'proxima-extra', Arial, sans-serif;
	font-size: 16px;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header, nav{
	display: block;
}
h1,h2,h3,h4,h5,h6,p {
	text-align: left;
	padding-bottom:20px;
}

strong {
	font-family: 'proxima-bold', Arial, sans-serif;
	font-weight:normal;
}

a {
	color: #333;
	text-decoration: none;
}
.big {
	font-family: 'proxima-light', arial, sans-serif;
	font-size: 21px;
}
.sm-caption {
  text-align: right;
  margin-left:50%;
}

/* --- General --- */
body {
	font-family: 'proxima-light', arial, sans-serif;
	text-shadow: 0px 2px 1px rgba(255,255,255,0.6);
	background-color: #EFEAE4;
	font-weight:normal;
	font-size: 16px;
	color: #5f5f5f;
	/* overflow-y: scroll; */
	overflow: hidden;
}
nav {
	position: fixed;
	right:0px;
	top: 20px;
	z-index:1;
}

nav > ul {
	display:block;
}
nav > ul::after {
	clear:both;
}
nav ul li {
	float:left;
}
/*
nav ul li a {
	color:#BC3A1B;
	font-family: 'proxima-extra', Arial, sans-serif;
	font-size: 14px;
	text-shadow: none;
}
*/
section {
	background: transparent url(../img/shadow-lower.png) no-repeat top center;
	margin: 0px auto 0px auto;
	padding: 200px 20px 20px 20px;
	width: 984px;
}
.alt-section {
	background: #ded9d3;
}
.alt-section h2, .alt-section h3 {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.welcome-container {
	padding-bottom: 40px;
}

.container{
	width: 100%;
	position: relative;
	text-align: center;
}

.clr{
	clear: both;
}

.hidden {
  display: none;
}

hr {
  margin: 18px 0;
  border: 0;
	height:10px;
  background: transparent url(../img/shadow-lower.png) no-repeat top center;
}

img.asset {
	display: block;
	position: relative;
	height:50px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	margin: 20px 20px 20px 0;
}

/* --- Form Elements --- */

#contact_form input, #contact_form textarea {
	width: 57.446808505%;
	margin: 0 0 20px 0;
	-webkit-transition: box-shadow 0.4s ease;
	-moz-transition: box-shadow 0.4s ease;
	transition: box-shadow 0.4s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#contact_form input#email, #contact_form input#author {
	height: 30px;
	padding:5px;
}
#contact_form textarea {
	padding:5px;
	height: 214px;
}

label.error {
	vertical-align: top;
	margin-left: 2.127659574%;
	color:#BC3A1B;
	font-family: 'proxima-extra', Arial, sans-serif;
	font-size: 14px;
	width: 31.914893614%;
}
#contact_message div {
  width: calc(57.446808505% - 30px);
  padding: 20px;
  border-radius: 6px;
}
#contact_message p {
  color: #dadada;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
#contact_message .error {
  background-color: #993333cc;
}
#contact_message .success {
  background-color: #999;
  height: 300px;
}

/* --- Header Style --- */

.container > header {
	width: 100%;
	background-color: #fff;
	z-index:1;
	top: 0px;
	position: fixed;
	display: block;
  text-align: center;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
}

.container > header h1{
	margin: 0px auto 0px auto;
	height: 140px;
	width: 984px;
  line-height: 0px;
  font-size: 0px;
  top: 0px;
}

.container > header h1 a {
	position: absolute;
	height: 148px;
  width: 654px;
	background: url("../img/t-branding-sm.png") no-repeat 0px 8px;
  text-indent: -9999px;
  border: 0px;
  text-decoration: none;
}

.container > header h1 span{

}
.container > header h2{

}

/* --- Media Queries --- */
@media screen and (max-width: 984px) {
	.container > header{
		text-align: center;
	}
}

/* --- Layout Elements --- */

.bullet-list > li {
  margin: 16px 0;
  padding: 0 0 8px 32px;
  background:url(../img/bullet-sm.png) no-repeat 0 0;
	font-family: 'proxima-bold', Arial, sans-serif;
	font-size: 14px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.row {
	text-align: left;
  width: 100%;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row > [class*="col"] {
  float: left;
  margin-left: 2.127659574%;
}
.row > [class*="col"]:first-child {
  margin-left: 0;
}
.row > .col3_4 {
  width: 74.468085099%;
}
.row > .col2_3 {
	width: 65.95744680199999%;
}
.row > .col1_4 {
	width: 23.404255317%;
}
.row > .col1_3 {
	width: 31.914893614%;
}
.row > .col1_2 {
	width: 48.93617020799999%
}

/* --- Backgrounds --- */
.bg {
	width:100%;
	background-attachment: fixed;
	background-position: right 0;
	background-repeat: no-repeat;
	position: relative;
}

.welcome {
	background-image: url(../img/unclesam-bw.png);
}
.projects {
	background-image: url(../img/amalia-bw.png);
}
.about {
	background-image: url(../img/potter-bw.png);
}
.contact {
	background-image: url(../img/ganesh-bw.png);
}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 700px;
    padding: 0 10px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #999;
    color: #333;
		-webkit-box-shadow: 0 -0px 20px rgba(0, 0, 0, 1);
		-moz-shadow: 0 -0px 20px rgba(0, 0, 0, 1);
		box-shadow: 0 -0px 20px rgba(0, 0, 0, 1);
}