@charset "utf-8";
/* CSS Document */

/*  Reset for some default browser CSS - General */

body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button {
  margin: 0; padding: 0; border: 0; list-style: square;
}


a {
  text-decoration: none;
  color: #008000;
  /*color: #961b25;*/
}

a:hover {
  color: #6f92a7;
}

:focus {
  outline: 0;
}

h1, h2, h3 {
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
  font-weight: normal;
} 

.float {
  float:left;
}

body {
  background: #ffffff ;
  /*background: #f6f6ee ;*/
  font-family : "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-size: 13px;
}	


/* Header */

header#site_head {
  -moz-box-shadow: inset 0px -2px 3px #3399ff;
  -khtml-box-shadow: inset 0px -2px 3px #3399ff;				
  -webkit-box-shadow: inset 0px -2px 3px #3399ff;
  box-shadow: inset 0px -2px 3px #3399ff;
  border-bottom: 1px solid #003366;
  height: 180px;
  width: 100%;
  display: block;
}

div#top_box{
  width: 960px;
  margin: 0 auto;
}

div.header_cont {
  margin: 0 auto;
  padding: 25px;
  float: left;
}

nav.head_nav {
  padding-top: 40px;
  float: right;
  width: 650px;
}

nav.head_nav h3.name {
  font-size: 34px;
  color: #c9c9c0;
  text-shadow: 1px 1px 0px #fff;
}

nav.head_nav ul li {
  display: inline;
}

nav.head_nav ul li a {
  color: #f6f6ee;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
  padding: 5px 5px;
}

nav.head_nav ul li a:hover {
  text-shadow: 1px 1px 1px #2c0306;
  background: #4f1d1e;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0px 0px 2px #2c0306;
  -khtml-box-shadow: inset 0px 0px 2px #2c0306;
  -webkit-box-shadow: -1px -1px 2px #2c0306; /*-webkit- inset fix*/
  box-shadow: inset 0px 0px 2px #2c0306;
  color: #f6f6ee;

}

nav.head_nav ul li.about_me, nav.head_nav ul li.hacks, nav.head_nav ul li.blog_posts, nav.head_nav ul li.publications, nav.head_nav ul li.contact{
  position: relative;
  margin: 0;
}

nav.head_nav ul li.about_me a {
  color: #008000;
  margin: 0;
  border-right: 1px solid #008000;
  padding: 10px;
  background: left no-repeat;
  font-size:12px;
}

nav.head_nav ul li.hacks a,
nav.head_nav ul li.blog_posts a,
nav.head_nav ul li.publications a
{
  color: #008000;
  margin-left: 5px;
  border-right: 1px solid #008000;
  padding: 10px;
  background: left no-repeat;
  font-size:12px;
}

nav.head_nav ul li.contact a {
  color: #008000;
  margin-left: 3px;
  padding-left: 10px;
  background: left no-repeat;
  font-size:12px;
}

nav.head_nav ul li.about_me a:hover, 
nav.head_nav ul li.publications a:hover,
nav.head_nav ul li.hacks a:hover,
nav.head_nav ul li.blog_posts a:hover,
nav.head_nav ul li.contact a:hover
{
  color: #f6f6ee; 		
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Main container */	

#main_content {	
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}

/* Last posts section */	

.section_tit {
  clear: both;
}

.section_tit h3 {
  background: url(images/line.png) no-repeat center center; 
  text-align: left;
  font-size: 34px;
  margin: 10px 0 25px 0;
  color: #c9c9c0;
  text-shadow: 1px 1px 0px #fff;
}

img {
  border: 5px solid rgb(255,255,255); /*rgba ie fix*/
  border: 5px solid rgba(255,255,255,0.75);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #c6c6bf;
  -khtml-box-shadow: 0px 0px 5px #c6c6bf;
  -webkit-box-shadow: 0px 0px 5px #c6c6bf;
  box-shadow: 0px 0px 5px #c6c6bf;
  }

  div.art:hover {
    background: rgb(255,255,255); /*rgba ie fix*/
  }


  span.more, span.more_arch {
    float: right;
    margin: 30px 20px 30px 0px;
  }

  span.more a, span.more_arch a, .about_left ul li a {
    background: #8badc2;
    -moz-border-radius: 15px;			
    -khtml-border-radius: 15px;	
    -webkit-border-radius: 15px;	
    border-radius: 15px;	
    padding: 8px 12px;
    color: #fff;
    text-shadow: 1px 1px 1px #546d7c;
    -moz-box-shadow: inset 0px 0px 2px #3f5867;
    -khtml-box-shadow: inset 0px 0px 2px #3f5867;	
    -webkit-box-shadow: -1px -1px 2px #3f5867; /*-webkit- inset fix*/
    box-shadow: inset 0px 0px 2px #3f5867;				
  }

  span.more a:hover, span.more_arch a:hover, .about_left ul li a:hover {
    background: #b8ccd7;
    text-shadow: none;
    -moz-box-shadow: none;			
    -khtml-box-shadow: none;			
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #main_head{	
    width: 960px;
    margin: 0 auto;
    padding-top: 15px;
}

section.head {
  display: block;
  overflow: auto;
  margin-bottom: 30px;
}

.head_right {
  float: right;
  width: 650px;
  margin-right: 15px;
}

.head_left {
  float: left;
  width: 200px;
  margin-left: 15px;
  padding-top: 5px;
}

/* Archive - Sidebar */

.left_cont {
  float: left;
  width: 0px;
  margin: 0 16px 16px 16px;
}

aside {
  float: right;
  width: 200px;
  margin: 0 16px 16px 16px;
}

/* About section */

section.about {
  display: block;
  overflow: auto;
  font-size: 13px;
  margin-bottom: 30px;
}

.about_right {
  float: right;
  width: 650px;
  margin-right: 15px;
}

.about_left {
  float: left;
  width: 200px;
  margin-left: 15px;
  padding-top: 5px;
}

.about_left li {
  list-style: none;
}



section.about p, section.contact p  {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 18px;
}

section.contact p  {
  margin: 0 15px;
}

.about_left ul li a {
  width:130px;
  display: block;
  text-align: center;
  padding: 6px 0;
  margin: 13px 0;
  list-style: none;
}

section.about a {
  target: _blank;
}

/* Projects */

.class_recent_projects {
  clear: both;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

.class_recent_projects h3 {
  background: no-repeat center center; 
  text-align: left;
  font-size: 34px;
  margin: 10px 0 25px 0;
  color: #c9c9c0;
  text-shadow: 1px 1px 0px #fff;
}

/* Recent_blog_posts */

.class_recent_blog_posts {
  clear: both;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
  
.class_recent_blog_posts h3 {
  background: no-repeat center center; 
  text-align: left;
  font-size: 34px;
  margin: 10px 0 25px 0;
  color: #c9c9c0;
  text-shadow: 1px 1px 0px #fff;
}

/* Recent Presentations */
.class_recent_presentations {
  clear: both;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

.class_recent_presentations h3 {
  background: no-repeat center center; 
  text-align: left;
  font-size: 34px;
  margin: 10px 0 25px 0;
  color: #c9c9c0;
  text-shadow: 1px 1px 0px #fff;
}

/* Recent Activities*/
.class_recent_activities{
  clear: both;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

.class_recent_activities h3 {
  background: no-repeat center center; 
  text-align: left;
  font-size: 34px;
  margin: 10px 0 25px 0;
  color: #c9c9c0;
  text-shadow: 1px 1px 0px #fff;
}






/* Publications */

.section_pub {
  clear: both;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

.section_pub h3 {
  background: no-repeat center center; 
  text-align: left;
  font-size: 34px;
  margin: 10px 0 25px 0;
  color: #c9c9c0;
  text-shadow: 1px 1px 0px #fff;
}

/* Footer */

footer.bottom  {
  clear: both;
  display:block;
  width: 960%;
  border-top: 1px solid #003366;
  margin-top: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer.bottom p {
  text-align: center;
  color: #b6b6ab;
}
