/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background: transparent;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0;display:block}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}


/*My css*/
/* theme
15191C
5D646B
FFFFFF
FFFCF8
8C8579
*/
/* Global Font and Colors*/
html{
	/*font-family: 'Source Sans Pro','Arial',sans-serif;*/
	font-family: 'Roboto','Arial',sans-serif;
	height: 100%;
	font-size: 14px;
	color: #15191C;
}
a,a:visited{
	color: #5D646B; 
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong{font-weight: bold;}
h1{font-size: 24px; padding: 0 0 15px; line-height: 1.1em;}
h2{font-size: 26px; margin: 20px 0 30px;}
h3{font-size: 18px; font-weight: bold; padding:3px; margin: 20px 0 10px;}
h4{font-size: 16px; font-weight: bold; margin:10px 0 0;}
h5{font-size: 14px; font-weight: bold; margin:5px 0 0;}
/* Colors */
#header, h3{
	background: #5D646B;
	color:#FFFFFF;
}
/* Global Layout */
body{
	background: #FFFCF8;
	height: 100%;
}
#container{
	height: 100%;
}
#wrapper{
	text-align: left;
	margin: 0 auto;
	background: #FFFCF8;
	max-width: 710px;
	position: absolute;
	right: 0px;
	padding: 0 0 10px;
}
.right{
	float: right;
}
li{
	list-style: url("../img/li.gif");
	margin: 5px 0 5px 15px;
}

/* padding */
#header, .contact, .seeCode, h2, h3, h4, h5, p, ul{
	padding-left: 20px;
	padding-right: 20px;
  clear: both;
}


/* Area Specific */
#logo{
	font-size: 40px;
	color: #15191C;
}
#header{
	padding-top: 5px;
}
.content{
	margin: 0 0 20px;
}
.contact, .contact:visited{
  background: #15191C;
  color: #FFFCF8;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  font-size: 16px;
}
.seeCode, .seeCode:visited{
  background: #15191C;
  color: #FFFCF8;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin: 3px 0;
}
#skills li{
	list-style:none;
	display: inline;;
}

.imgBar {}
.imgBar ul{
  padding: 2px 0 0;
  background: #15191C;
  float: left;
  overflow: hidden;
  width: 100%;
}
.imgBar li{
  float: left;
  margin: 0 2px 2px 0;
  list-style: none;
}
/* CSS for Rainbow */

#background{
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
    background: #15191C;
    color: #727172;
    font-size: 14px;
    font-family: 'Monaco', courier, monospace;
    width: 100%;
    height: 100%;
}
#background .backgroundWrapper{
	position: absolute;
	/*display:none;*/
	min-width: 20000px;
}

#background .comment {
    color: #43165a; font-style: italic;
}

#background .constant {
    color: #3387CC;
}

#background .storage {
    color: #215300;
}

#background .string, #background .entity.name.class, #background .comment.docstring {
	color: #215300;
}

#background .string.regexp {
 	color: #7f3700;
}

#background .string.constant {
    color: #215300;
}

#background .constant.hex-color {
    color: #7f3700;
}
#background .support, #background .tag.script, #background .function.call {
    color: #dad085;
}
#background .support.css-property {
    color: #C5AF75;
}
#background .support.tag.style {
    color: #fff;
}
#background .keyword, #background .selector {
    color: #E28964;
}

#background .keyword.namespace {
    color: #3387CC;
    font-weight: bold;
}

#background .inherited-class {
    font-style: italic;
}

#background .entity, #background .variable.instance, #background .support.namespace, #background .support.tag, #background .support.tag-name {
    color: #89BDFF;
}

#background .entity.name.id {
    color: #8693A5;
}

#background .variable, #background .variable.global {
    color: #3E87E3;
    }



/*css for light box*/

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: inline-block;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/lightBox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/lightBox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
