/* 
(c) kriti, Christian Bauer
created & designed: 09/2008
bauer.ch@gmail.com
*/

/* all */
html {
  background-color: #fff;
  margin: 0;
  padding: 0;
  background-image: url('img/newbg.jpg'); 
  background-repeat: no-repeat; 
  background-position: 0 0;
}

body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 15px;	
  font-family: "Univers", Helvetica, Arial, Verdana, sans-serif;
  font-weight: lighter;
  color: #222;
}
h2 {
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
h3 {
	
}
p {
  color: #333;
}

hr {
  display: none;	
}
img {

}

a {
  color: #555;
  text-decoration: none;	
}
a:hover {
  color: #222;
  text-decoration: none;	
}

strong {
  font-weight: normal;
}
.hide {
  display: none !important;
}
/* --- wai --- */
.wai {
  display: none;	
}

.nob {
  border: 0 !important;
}
.nop {
  padding: 0 !important;
}
.nom {
  margin: 0 !important;
}
/* --- layout --- */

#bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 1000px;
  margin: 0;
  width: 9000px;
  display: block;
}
#bg-layout {
  height: 1000px;
  width: 9000px;
  margin: 0;
  display: block;
}
#layout {
	
}

/* --- navi --- */
#navi-bg {	
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

#navi-box {
  margin: 0 auto;
  height: 30px;
  width: 400px;
  text-align: center;
  font-size: 11px;
}
#navi {
  position: relative;
  text-align: center;
}
#navi ul {
  padding: 0;
  margin: 0 auto;
}
#navi ul li,
#navi ul ul li,
#navi ul ul ul li{
  display: inline;
  list-style-type: none;
}
#navi ul ul {
  display: none;
}
#navi ul li.active ul {
  position: absolute;
  display: block;
  top: 40px;
  margin: 0;
  left: 45%;
  margin-left: -40px;
  display: inline !important;
  white-space: nowrap;   
  width: 400px;
}
#navi ul li.active ul li {
  white-space: nowrap;   
  display: inline !important;
}

#navi ul li.active ul li a  {
  display: block;
  border: 1px solid #777;
  width: 12px;
/* background-color: transparent; */
  background-color: #fff;
  overflow: hidden;
  height: 12px;
  margin: 3px;
  padding: 0;
  white-space: nowrap;   
  display: inline !important;
}
#navi ul li.active ul li a:hover {
  border: 1px solid #333;
  background-color: #fff;
}

#navi ul li.active ul li.active a {
  border: 1px solid transparent;
  background-color: #000;
}

#navi ul li.active ul li a span {
  display: none;
}
#navi ul li.active ul li a:hover span {
   position: absolute;
   z-index: 4000;
   border: 0;
   display: block !important;
   color: #111;
   background-color: #fff !important;
   padding: 3px 7px 2px 7px !important;
   border-top: 1px solid #111;
   border-left: 1px solid #111;
   top: 22px !important;
   font-size: 10px;
   margin: 0 0 0 20px !important;
   text-align: center;  
   white-space: nowrap;   
}
#navi ul li.active ul li.active a:hover span {
   display: none !important;
   cursor:default;
}

#navi ul li a {
  text-transform: lowercase;
  float: left;
  padding: 8px 9px 5px 9px;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
}
#navi ul li a:hover, #navi ul li.active a {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}
#navi ul li.active a {
  text-transform: uppercase;
  padding: 9px 9px 4px 9px;
}


/* --- logo --- */
#logo-bg {
  position: fixed;
  left: 0;
  top: 160px;
  z-index: 999;
}
#logo-box:hover {

}
#logo {
	
}
#logo a {
  display: block;
  width: 381px;
  height: 110px;
  background-image: url('logox.png');
  background-repeat: no-repeat;
 /* background-position: 0 -110px; */
  background-position: 0 0;
}

#logo a strong {
  display: none;		
}
#logo a:hover {
  background-position: 0 0;
}

/* --- CONTENT ---*/
#content-bg {
width: 20000px;
display: block;
cursor: move;
position: fixed;
left: 44px;
top: 160px;
z-index: 100;
}

#content-box {
}
#content {
}
#content-info {
   float: left;
   text-align: right;
   width: 400px;
   margin-right: 12px;
}

#content h1 {
  display: block;
  background-color: #fff;
  min-height: 110px;
  margin: 0;
  padding: 0;
  width: 400px;
}
#content h1 span{
  display: block;
  font-size: 40px;
  text-align: right;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 55px;
  padding-top: 6px;
  margin-top: 0;
}
.content-text-bg {
  display: block;
  text-align: right;
  margin-left: 200px;
  margin-top: 12px;
}
.content-text-box {
  background-color: #fff;
  display: block;
  text-align: left;
  padding: 2px 2px 20px 12px;
}
.content-text-text {
  line-height: 135%;
  font-size: 11px;
}
.content-text-text a {
  padding-left: 2px;
  color: #111;
  padding-right: 2px;
  text-decoration: underline;
}
.content-text-text a:hover {
  color: #fff;
  background-color: #222;
  text-decoration: none;	
}
.content-text-text p {
  padding-right: 5px;
}
.content-text-text p strong {
  background-color: #fff;
}
.content-text-text h2 {
  font-size: 13px;
  padding: 5px 0 3px 0;
  line-height: 120%;
}

.content-text-text ul {
  font-family: Arial, Verdana, sans-serif;  
  margin: 0 0 0 18px;
  padding: 0;
  list-style-image: url(img/list-dash.png)
}
.content-text-text ul li {
  line-height: 130%;
  padding-left: 4px;
  margin-bottom: 5px;
}

.content-text-text #third-column {
  position: absolute;
  top: 0; 
  left: 622px; 
  width: 200px;
  display: block;
}


.second-column {
  margin-right: 222px !important;
}

.content-text-text #second-column {
  position: absolute;
  top: 0; 
  left: 411px; 
  width: 200px;
  display: block;
}
.content-text-text #second-column h1,
.content-text-text #third-column h1 {
  width:200px;
  margin: 0;
  padding:0;
  margin-bottom:12px;
}

.content-text-text #second-column h1 span,
.content-text-text #third-column h1 span {
  padding-top: 19px;
}
.content-text-text #second-column #second-column-box,
.content-text-text #third-column #third-column-box {
  padding: 2px 12px 20px 12px;
  display:block; 
  background-color: #fff;
  text-align:left;
}
.content-img-bg {
  float: left;
  margin-right: 30px;
  background-color: #fff;	
}
.content-img-box {
}
.content-img-img {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
#movie object {
  padding: 20px;
  background: #fff;
  background-image: url('img/loading-fff.gif');
  background-repeat: no-repeat;
  background-position: center;	
  display: block;
  float: left;
}
.content-img-img img {
  background-image: url('img/loading-fff.gif');
  background-repeat: no-repeat;
  background-position: center;	
  display: block;
}

.content-img-desc {
  margin: 6px 12px 15px 6px;
}

.content-img-desc strong {
  background-color: #fcfcfc;
  text-transform: uppercase;
  margin-left: 42px;
  display: block;
}
.content-img-desc strong span {
  padding: 0 20px 0 0;
  text-align: left;
  line-height: 135%;
  display: block;
}

.content-img-fullscreen {
  width: 20px;
  float: left;
  margin: 5px 4px 12px 22px;
}
.content-img-fullscreen a span {
  display: none;
}
.content-img-fullscreen a {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('img/enlarge.png');
  background-repeat: no-repeat;
  background-position: center;	
}
.location1 #content-close, .location12 #conten-close {
  display: none;
}
#content-close {
  display: block;	
  float: left;
  margin: 105px 50px 0 12px;
  width: 200px;
  height: 200px;
  background-image: url('img/x.png');
  background-repeat: no-repeat;
  background-position: 0 0;	
  cursor: pointer;
}
#content-close:hover {
  background-position: 0 -201px;	
}
/* -- lightbox img -- */
#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#555;
}

#lightbox {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	margin:-330px 0 0 -480px;
	background:#fff;
	height: 640px;
	min-width: 940px;
  text-align:left;
  background-image: url('img/loading-fff.gif');
  background-repeat: no-repeat;
  background-position: center;	
  text-align: center;
}
#lbContent {
  text-align: center;
  display: block;
}
#lightbox a {
  display: block;
  text-align: center;
}

#lightbox img {
  border: 20px solid #fff;
  text-align: center;

}

/* --- footer --- */
#footer-bg {
  display: none;	
}
#footer-box {
	
}
#footer {
	
}

#disable-css-styles a {
  position: absolute;
  z-index: 4000;
  top: 6px;
  right: 7px;
  display: block;
  border: 1px solid #bbb;
  width: 12px;
  background-color: transparent;
  height: 12px;
  margin: 3px;
  padding: 0;
  white-space: nowrap;   
  display: inline !important;
}
#disable-css-styles a:hover {
  border: 1px solid #FF2A9C;
  background-color: #fff;
}
#disable-css-styles a span {
  display: none;
  text-transform: uppercase;
}
#disable-css-styles a:hover span {
   position: absolute;
   z-index: 6000;
   border: 0;
   display: block !important;
   color: #FF2A9C;
   background-color: #fff !important;
   padding: 3px 7px 2px 7px !important;
   border-top: 1px solid #FF2A9C;
   border-right: 1px solid #FF2A9C;
   top: 20px !important;
   font-size: 10px;
   margin: 0 0 0 -134px !important;
   text-align: center;  
   white-space: nowrap;  
}

.rect {
display:block;width:12px;height:12px;overflow:hidden;background-color:#333;
}

/* -- custom h1 display none -- */

#content-bg.Locate {
  display: none !important;
}
.Locate img {
}


/* --- code --- */

/* -- gmaps -- */
#map {
  background-color: transparent !important;
}
#map #popup b {
  font-size: 18px;
  font-weight: normal;
}
#map #popup i {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
#code {

}

#meeboo {

}
.location0 #content-bg {
  left: 370px;
}

/* -- location 0 1 2 3-- */
.location1 #logo-bg,
.location12 #logo-bg,
.location123 #logo-bg {
  left: -342px;
}

body.Locate .location1 #logo-bg {
  left: 0;
}



.About.me .location12 #dowhatyouwant1,
.About.me .location1 #dowhatyouwant1 {
  background-image: url('img/kriti-portrait-full.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 204px;
  height: 670px;
  display: block;
  position: fixed;
  bottom: -6px;
  /*right: -5px;*/
  right: -2%;
  z-index: 2110;
}
.location0 #dowhatyouwant1 {
  background-image: url('img/kritichair.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 845px;
  height: 1313px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.location12 #content-bg.Graz {
  display: none !important;
}
.About.me .location12 #dowhatyouwant1 {
  height: 320px !important;
  right: 2% !important;
}

/*.Photography .location1 #dowhatyouwant1 {
  background-image: url('img/kriti-photo-nikon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 626px;
  height: 473px;
  display: block;
  position: fixed;
  right: -30px;
  bottom: 0;
  z-index: 10;
}*/
.Photography .location1 #dowhatyouwant1 {
  background-image: url('img/bg-kriti-hits-the-road.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.Movie .location1 #dowhatyouwant1 {
  background-image: url('img/kriti-shooting.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 722px;
  height: 611px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.Print .location1 #dowhatyouwant1 {
  background-image: url('img/kriti-standing.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 263px;
  height: 900px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.DIY .location1 #dowhatyouwant1 {
  background-image: url('img/hammer.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 756px;
  height: 653px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.Web .location1 #dowhatyouwant1 {
  background-image: url('img/kriti-standing.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 263px;
  height: 900px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.location0 #disable-css-styles,
.Locate #disable-css-styles,
.About #disable-css-styles {
  display: none !important;
}






.highlight {
  background-color: #efefef;
  font-style: normal;
}

/* cv bar start */
.time-bar-desc-header {
}
.time-bar-desc {
padding: 2px 12px 20px 12px;display:block;background: #fff;margin-top:12px;text-align:right;
}

#edu-bar span {
  background-color: #9AFF60;
}
#skills-bar span {
  background-color: #C5B8FF;
}
#work-bar span {
  background-color: #FFDF80;
}
#life-bar span {
  background-color: #9FB7FF;
}

.vishide {
  visibility: hidden;
}
.hide {
  display: none;
}
.bar {
  display: block;
  width: 5500px; 
}
#time-bar {
  position: absolute;
  top: 0; 
  left: 211px; 
  display: block;
  height: 295px;
  width: 5500px; /* same as .bar */
}
#bars {
  position: absolute;
  top: 122px; 
}
span { 
  margin: 0;
  padding: 0;
}
.bar {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
}
.bar span {
  float: left;
  display: block;
  padding: 12px 6px 9px 12px;
}

#timeline span {
  height: 274px;
  border-left: 1px solid #ccc;
  font-size: 140%;
  color: #666;
  padding-left: 8px;
  overflow-y:hidden;
}
.bb {
  border-bottom: 1px solid #ccc;
}

#life-bar.bar span italic {
  display: none !important;
}
#edu-bar.bar span italic,
#skills-bar.bar span italic,
#work-bar.bar span italic,
#life-bar.bar span:hover italic
{
  display: block !important;
}
#edu-bar.bar span italic {
  width: 1px;
  position: absolute;
  margin-top: -125px;
  display: block;
  border-left: 1px solid #555;
  padding-bottom: 25px;
  float: left;
}
#work-bar.bar span italic {
  width: 1px;
  position: absolute;
  display: block;
  border-left: 1px solid #555;
  padding-top: 90px;
  float: left;
}
#life-bar.bar span italic {
  width: 1px;
  position: absolute;
  display: block;
  border-left: 1px solid #555;
  padding-top: 60px;
  float: left;
}
#life-bar.bar span italic span {
 background-color: #D4FFCF;
}
#edu-bar.bar span italic span {
 background-color: #DFE6FF;
}
#work-bar.bar span italic span {
 background-color: #FFF3CF;
}
.bar span italic span {
 background-color: #fff!important;
}

.bar span italic span {
  width: 100px;
  margin-left: -11px;
  padding-left: 12px;
}

.bar span:hover italic {
}
.ff {
  background-color: #fff;
}


/* life bar ende*/