/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*------------------------------------
Fonts
------------------------------------*/
@font-face {
  font-family: 'hand_of_seanregular';
  src: url("handsean-webfont.eot");
  src: url("handsean-webfont.eot?#iefix") format("embedded-opentype"), url("handsean-webfont.woff") format("woff"), url("handsean-webfont.ttf") format("truetype"), url("handsean-webfont.svg#hand_of_seanregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------
Layout
------------------------------------*/
body, html {
	background:white !important;
}
body {
	font-size:100%;
	 -webkit-text-size-adjust: 100%;
}
/* line 26, ../sass/screen.scss */
#top {
  background: #33332d;
  height: 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* line 27, ../sass/screen.scss */
.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
  font-family: Century Gothic, Helvetica, Arial, sans-serif;
  color:#33332d;

}

/* line 28, ../sass/screen.scss */
.clear {
  clear: both;
}

p { 
  line-height:1.3em;
}

em {
	font-style:italic;
}
strong {
  font-weight:bold;
}
img {
  max-width:100%;
}
h1 {
	font-size:60px;
	font-family: 'hand_of_seanregular';
	line-height:60px;
	padding:20px 0 30px 0;
}
a {
	color: #aaaa1a;
}
a:hover {
	text-decoration:none;
}
/*------------------------------------
Forms
------------------------------------*/
label {display:inline-block;width:120px;font-weight:bold;float:left;}
input, textarea {display:inline-block;width:250px;border:1px solid #dddddd;padding:5px;margin:0 0 10px 0;}
textarea {height:50px;}
input[type='submit'] {background:#aaaa1a;width:auto;color:white;border:0;font-family:Century Gothic, Arial, Helvetica;font-weight:bold;text-transform:uppercase;padding:10px;margin-left:120px;width:265px;}
.red {color:red;font-weight:normal;}
label.error {color:red;width:auto;float:right;}
input[type='checkbox'] {width:auto;margin-left:120px;margin-right:10px;}
#commentForm {width:570px;margin:20px 0;}
/*------------------------------------
Header
------------------------------------*/
/* line 33, ../sass/screen.scss */
#header {
  padding: 10px;
  text-align: center;
  background: url(../images/bkg-pattern.gif) 0 0 repeat;
  width: 230px;
  position: fixed;
  height: 441px;
  z-index: 1;
}

/*------------------------------------
Social
------------------------------------*/
/* line 37, ../sass/screen.scss */
.social {
  margin: 20px 0;
  padding: 20px 0;
  background: url(../images/line.png) top center no-repeat;
}

/* line 38, ../sass/screen.scss */
.social img {
  margin: 10px 0 0 0;
}

/* line 39, ../sass/screen.scss */
.social img:first-child {
  margin-right: 5px;
}

/*------------------------------------
Main Content
------------------------------------*/
/* line 44, ../sass/screen.scss */
#content {
  width: 710px;
  float: right;
  margin: 0 0px 0 0px;
  min-height:460px;
}


/*------------------------------------
Main Nav
------------------------------------*/
/* line 49, ../sass/screen.scss */
#nav {
  width: 710px;
  text-align: right;
  border-bottom: 1px solid #d6d6cd;
  margin: 0 0 45px 0;
  font-family: 'hand_of_seanregular';
}

/* line 50, ../sass/screen.scss */
#nav li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

/* line 51, ../sass/screen.scss */
#nav a, #nav li {
  font-size: 18px;
  color: #33332d;
  text-decoration: none;
  display: inline-block;
  zoom:1;
  *display: inline;
  _height: 40px;

}

/* line 52, ../sass/screen.scss */
#nav a:hover, #nav li:hover, #nav li.current, #nav li.current a, .Bio #nav .about, .Statement #nav .about, .Resume #nav .about, .Schedule #nav .about, #nav .sculpt a:hover, .Sphere #nav .sculpt, .Wearables #nav .sculpt {
  color: #aaaa1a;
  cursor: pointer;
}

/* line 53, ../sass/screen.scss */
#nav ul {
  display: none;
  position: absolute;
  top: 40px;
  width: 400px;
  margin: 0;
  background: url(../images/link-hover.gif) center top no-repeat;
  margin-top: -3px;
  padding: 5px 0 0 0;
}
/*.Beaded #nav .current ul, .Sphere #nav .current ul, .Wearables #nav .current ul, .Statement #nav .current ul, .Bio #nav .current ul, .Resume #nav .current ul, .Schedule #nav .current ul {
  display:block;
}*/

/* line 54, ../sass/screen.scss */
#nav .sculpt ul {
  left: -120px;
  background-position: 170px top;
}

/* line 55, ../sass/screen.scss */
#nav .about ul {
  left: -165px;
}

/* line 56, ../sass/screen.scss */
#nav ul li a, #nav li.current ul li a {
  font-size: 14px;
  color:#33332d;
}
#nav li.current ul li.current  a {
  color: #aaaa1a;
}

/*------------------------------------
Homepage Slider
------------------------------------*/
/* line 62, ../sass/screen.scss */
#slider {
  margin-left: -20px;
}
/*------------------------------------
About
------------------------------------*/
#about img:first-child {
  margin: 0 0 10px 0;
}
#about p {
  line-height:1.5em;
  text-align:justify;
  margin:0 0 10px 0;
}
#about h2 {
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
#about table {
  margin:0 0 20px 0;
}
td {padding:5px;line-height:1.2em;font-size:1em;}
.date {font-style:italic;}
.indent {display:block;margin-left:40px;}
/*------------------------------------
Portfolio
------------------------------------*/
/* line 67, ../sass/screen.scss */
#portfolio .info {
  width: 177px;
  height: 177px;
  margin: 0;
  position: relative;
  float: left;
}

/* line 68, ../sass/screen.scss */
#portfolio .info img {
  margin: 0;
  width: 100%;
}

/* line 69, ../sass/screen.scss */
#portfolio .info .text {
  width: 157px;
  height: 157px;
  position: absolute;
  top: 0;
  left: 0;
  background: #342842;
  color: white;
  padding: 10px;
  display: none;
  font-size:.8em;
  line-height:1em;
}
#portfolio .info a:hover {
	text-decoration:none;
}
#portfolio .info .text h2 {
  text-transform:uppercase;
  font-weight:bold;
  padding:0 0 5px 0;
}

/*------------------------------------
Footer
------------------------------------*/
/* line 74, ../sass/screen.scss */
#footer {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  color: #b2b2a7;
  border-top: 1px solid #d6d6cd;
  font-size: 12px;

}
