/*
@font-face {
  font-family: "Cochin";
  src: url(../fonts/cochin.dfont) format("truetype");
}*/

body {
/*background-image:url('../images/background-3.png');*/
background-image:url('../images/texture-003.jpg');
/*background: #E0E0E0; the original background color*/
font: 76% 'lucida grande', arial, verdana, sans-serif;
}
a {
  color: #3C6F80;
}

a:visited {
  color: #75A0AF;
}
a:hover {
  color: #5298AF;
}

a[rel~="vcard"] {
background: url(../images/icon-hcard-add.png) no-repeat;
line-height: 20px;
padding: 4px 2px 4px 32px;
}

a.btn-facebook {
 display:block;
 height:51px;  /* You have to explicitly set width and height for
empty objects like this */
 width:51px;
 float:left;
 margin-right:3px;
 background:transparent url('../images/btn-facebook.png') no-repeat 0 0; /*
Note that the sprite image is 51px by 102px...  */  }

a.btn-facebook:hover { background-position:0 -51px;  /* On hover, move
the background image up so you see the other side of the sprite */ }

a.btn-twitter {
 display:block;
 height:51px;  
 width:51px;
 float:left;
 margin-right:3px;
 background:transparent url('../images/btn-twitter.png') no-repeat 0 0;}

a.btn-twitter:hover { background-position:0 -51px;}

a.btn-flickr {
 display:block;
 height:51px;  
 width:51px;
 margin-right:3px;
 float:left;
 background:transparent url('../images/btn-flickr.png') no-repeat 0 0;}

a.btn-flickr:hover { background-position:0 -51px;}

a.btn-google {
 display:block;
 height:51px;  
 width:51px;
 margin-right:3px;
 float:left;
 background:transparent url('../images/btn-google.png') no-repeat 0 0;}

a.btn-google:hover { background-position:0 -51px;}

a.btn-linkedin {
 display:block;
 height:51px;  
 width:51px;
 margin-right:3px;
 float:left;
 background:transparent url('../images/btn-linkedin.png') no-repeat 0 0;}

a.btn-linkedin:hover { background-position:0 -51px;}


#outer {
  border: 1px solid #BFBFBF;
  -moz-box-shadow:  0 0 3px #97BEB8;
  -webkit-box-shadow:  0 0 3px #97BEB8;
  box-shadow:  0 0 3px #97BEB8;
  padding: 16px 24px 0;
  margin: 8px auto;
  width: 720px;
  background-color: #fff;

}


/* @group Header */

#site-name {
  font-size: 24px;
  color: #0E4274;
  font-family: Cochin, Palatino, Georgia;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  text-align: center;
}
#site-name, #site-name a {
  font: 24px Cochin, Palatino, Georgia;
  color: #261303;
  text-decoration: none;
}
#site-name a:hover:after {
  content: "Home";
  text-decoration: none;
  font-size: 11px;
  color: #ccc;
  margin-left: 1em;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Navigation */

#navigation {
  background-color: #FDFDFD;
  margin-left: -10px;
}
#navigation ul {
  padding: 6px 10px;
  margin: 2em 0 2em -10px;
}
#navigation li {
  font-family: Cochin, Palatino, Georgia, Times, serif;
  display: inline;
  margin: 0;
  padding: 0;
}
#navigation li.active a, #navigation li.active a:hover {
  border-top: 4px solid #0E4274;
/*  border-top: 4px solid #F4134B;*/
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #323232;
}
#navigation a {  
  font-size: 1.5em;
  color: #444;
  padding: 4px 10px 5px;
  margin: 0;
  text-decoration: none;
  border-bottom: 4px solid #fff;
}
#navigation a:hover {
  color: #323232;
  border-top: 4px solid #A3B6BA;
}

/* @end */

/* @group Content */

#content {
  margin-top: 3em;
  line-height: 180%;
}
#content h2, #content h3 {
  font-weight: normal;
}
#content h2 {
  font-size: 22px;
}
#content h3 {
  font-size: 18px;
  margin-top: 3em;
}
#content h4 {
  font-size: 15px;
}
#content h2, #content h3, #content h4 {
  font-family: Cochin, Palatino, Georgia, Times, serif;
  color: #261303;
}
body.projects #content li {
  margin-bottom: 1.2em;
}

/* @end */

/* @group Contact Form */

form#contactForm {
  padding: 24px;
  background-color: #FDFDFD;
  border: 1px solid #eee;
  margin: 0 auto;
  width: 400px;
}
form#contactForm fieldset {
  border: none;
  margin: 3px 0 0;
}
form#contactForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form#contactForm fieldset ol {
  margin: 0;
  padding: 0;
}
form#contactForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form#contactForm label {
  width: 120px; /* Width of labels */
}
form#contactForm label.required {
  font-weight: bold;
}
form#contactForm input[type=text] {
  width: 200px;
}
form#contactForm input[type=submit] {
  margin-left: 130px;
}

/* @end */

/* @group footer */

#footer {
	text-align: center;
  margin: 4em 0 2em;
  padding: 1.8em 0 0;
  border-top: 1px solid #aaa;
  font: 11px 'Lucida Grande', Arial, Helvetica, sans-serif;
  color: #aaa;
}



/* @end */
