/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 60px 0 0 0;
	padding: 0;
	font: 10px/1.4em verdana, sans-serif;
	color: #000;
	background: #FFF;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}


/* basic site typography */

a {
	outline: none;
	color: #777;
}

a:hover {
  color: #000 !important;
}

p {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

h1 {
  display: none;
}

h2 {
	  font-size: 11px;
	font-weight: normal;
	margin-bottom: .5em;
}

h3 {
  font-weight: normal;
  text-transform: lowercase;
  margin-bottom: 1em;
}


/* layout */

#sidebar {
  padding-top: 120px;
  background: #FFF url(/images/rick-etkin.jpg) no-repeat top right;
  margin: 0 120px 5px 0;
  width: 200px;
  float: left;
  text-align: right;
  font-size: 12px;
  height: 410px;
  position: relative;
}

#sidebar li {
  margin-bottom: 1em;
}

#sidebar li.new {
  margin-top: 3em;
}

#sidebar a {
  color: #000;
  text-decoration: none;
}

#sidebar a:hover {
  color: #777 !important;
}

#content {
  width: 500px;
  height: 600px;
  float: left;
  position: relative;
}


#content ol,
#content .col {
  width: 250px;
  float: left;
}

#gallery-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 572px !important;
  height: 112px;
}

#gallery-nav li {
  float: left;
  width: 54px;
  height: 54px;
  margin: 0 3px 3px 0;
  overflow: hidden;
}

#gallery-nav li img {
  width: 54px;
  height: 54px;
}

#caption {
  margin-top: 10px;
  color: #B6B6B6;
}

#splash {
  float: left;
  display: block;
  background: red;
}

#container.home {
  margin: 100px 0;
}

.home #content {
  width: 700px;
  margin: 0 auto;
    overflow: hidden;
    float: none;
      height: 400px;

}

.home #content div {
  float: left;
  width: 400px;
}

.home #content div#intro {
  float: left;
  width: 250px;
  margin-left: 50px;
  margin-top: 50px;
}

/* vcards  */

.vcard {
  font-size: 9px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.vcard .fn {
  font-size: 11px;
  display: block;
}

.vcard .copyright {
  display: block;
}