/* 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.1/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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

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

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

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

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

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

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

@font-face {
  font-family: 'raleway';
  src: url("http://static.bilalallawala.com/resources/fonts/Raleway/raleway_thin-webfont.eot");
  src: url("http://static.bilalallawala.com/resources/fonts/Raleway/raleway_thin-webfont.eot?#iefix") format("embedded-opentype"), url("http://static.bilalallawala.com/resources/fonts/Raleway/raleway_thin-webfont.woff") format("woff"), url("http://static.bilalallawala.com/resources/fonts/Raleway/raleway_thin-webfont.ttf") format("truetype"), url("http://static.bilalallawala.com/resources/fonts/Raleway/raleway_thin-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 29, ../sass/screen.scss */
html {
  min-height: 100%;
}

/* line 34, ../sass/screen.scss */
body {
  background-attachment: fixed;
  background-clip: border-box;
  background-color: #161923;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  font-family: 'raleway',arial, helvetica,san-serif !important;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}

/* line 52, ../sass/screen.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 61, ../sass/screen.scss */
.clearfix {
  display: inline-block;
}

/* line 65, ../sass/screen.scss */
html[xmlns] .clearfix {
  display: block;
}

/* line 69, ../sass/screen.scss */
* html .clearfix {
  height: 1%;
}

/* line 73, ../sass/screen.scss */
h1 {
  padding: 0;
  margin: 0;
  height: 150px;
  overflow: hidden;
}

/* line 80, ../sass/screen.scss */
h1 > a {
  font-size: 26px;
  padding-left: 20px;
  line-height: 150px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

/* line 89, ../sass/screen.scss */
.navBar {
  overflow: none;
  line-height: 150px;
  overflow: hidden;
  max-width: 300px;
}

/* line 99, ../sass/screen.scss */
.navBar-floated {
  background: #161923;
  float: left;
}

/* line 104, ../sass/screen.scss */
.navBar-positioned {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

/* line 111, ../sass/screen.scss */
.navBar-big {
  width: 300px;
  font-size: 16px;
}

/* line 116, ../sass/screen.scss */
.navBar-small {
  width: 120px;
  font-size: 12px;
}

/* line 122, ../sass/screen.scss */
.navBar ul {
  color: #FFF;
}

/* line 126, ../sass/screen.scss */
.navBar ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 150px;
  overflow: hidden;
}

/* line 132, ../sass/screen.scss */
.navBar ul li a {
  display: block;
  letter-spacing: 2px;
  color: #FFF;
  text-decoration: none;
  padding-left: 20px;
}

/* line 141, ../sass/screen.scss */
.navBar ul li a:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 145, ../sass/screen.scss */
#content {
  position: relative;
  overflow: hidden;
}
/* line 149, ../sass/screen.scss */
#content .scroller {
  position: absolute;
  width: 6000px;
}
/* line 152, ../sass/screen.scss */
#content .scroller li {
  float: left;
}
/* line 157, ../sass/screen.scss */
#content .largePhoto {
  background-size: contain;
  height: 100%;
  background-image: url('../images/portfolio/5F0A8180.jpg');
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 166, ../sass/screen.scss */
#content .largePhoto .info {
  background: #161923;
  width: 270px;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 15px;
  right: 18%;
  top: 75%;
  color: #FFF;
  border-radius: 4px;
  opacity: 0.9;
  text-align: left;
  display: none;
}
/* line 183, ../sass/screen.scss */
#content .controls {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
/* line 191, ../sass/screen.scss */
#content .controls .control {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  background: #161923;
  color: #FFF;
  opacity: 0;
  text-align: center;
  height: inherit;
  width: 33.3%;
  float: left;
  line-height: inherit;
  font-size: 30px;
  text-transform: uppercase;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
/* line 208, ../sass/screen.scss */
#content .controls .control:last-child {
  border-right: none;
  float: right;
}
/* line 212, ../sass/screen.scss */
#content .controls .control:first-child {
  border-left: none;
}

/* line 220, ../sass/screen.scss */
.album {
  background-size: cover;
  float: left;
  text-decoration: none;
}
/* line 225, ../sass/screen.scss */
.album .title {
  background: #161923;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  height: 150px;
  line-height: 150px;
  opacity: 0.2;
}

/* line 239, ../sass/screen.scss */
.album:hover .title {
  opacity: 1;
  height: 150px;
  opacity: 1;
}

/* line 246, ../sass/screen.scss */
.webdev {
  color: #FFF;
}
/* line 250, ../sass/screen.scss */
.webdev h2 {
  font-size: 16px;
  color: #FFF;
  margin: 10px 0;
}
/* line 255, ../sass/screen.scss */
.webdev p {
  line-height: 18px;
}
/* line 258, ../sass/screen.scss */
.webdev .siteClick, .webdev .slide {
  cursor: pointer;
}
/* line 261, ../sass/screen.scss */
.webdev .siteClick:hover {
  text-decoration: underline;
}
/* line 264, ../sass/screen.scss */
.webdev .info {
  border-left: 1px dotted rgba(255, 255, 255, 0.3);
  border-right: 1px dotted rgba(255, 255, 255, 0.3);
  width: 260px;
  float: left;
  height: 100%;
  padding: 20px;
}
/* line 272, ../sass/screen.scss */
.webdev .info ul {
  padding: 10px 0;
}
/* line 275, ../sass/screen.scss */
.webdev .info ul li {
  padding: 5px 0;
}
/* line 281, ../sass/screen.scss */
.webdev .overflow {
  overflow-y: scroll;
}
/* line 285, ../sass/screen.scss */
.webdev .webContent {
  float: left;
}
/* line 288, ../sass/screen.scss */
.webdev .webContent .thumbnail {
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  width: 30%;
  height: 44%;
  margin: 3% 0 0 3%;
}
/* line 298, ../sass/screen.scss */
.webdev .webContent .siteSlideShow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 303, ../sass/screen.scss */
.webdev .webContent .siteSlideShow .slideContainer {
  position: relative;
}
/* line 306, ../sass/screen.scss */
.webdev .webContent .siteSlideShow .slideContainer .slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #161923;
  width: 100%;
  height: 100%;
  background-position: center;
  position: relative;
  float: left;
}

/* line 322, ../sass/screen.scss */
.about {
  color: #FFF;
  font-size: 18px;
  margin: 50px 0 0 40px;
  line-height: 24px;
}
/* line 328, ../sass/screen.scss */
.about a {
  color: #FFF;
}
