* {
	font-family: Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	font-size: 11px;
}
h2 {
	font-size: 14px;
	padding-top:10px;
}
body {
	background-color: #262626;
}
.title {
	font-weight: bold;
	margin-bottom: 40px;
}
.section {
	font-weight: bold;
	color: #FFF;
	margin-bottom: 40px;
}
img {
	border: 0;
}

/************************************************
*  Container & Exceptions	                *
************************************************/

.container {
	margin: 0 auto;
	width: 500px;
}
#c-pictures {
	width: 700px;
}

/************************************************
*  Links                                        *
************************************************/

a,
 a:visited { 
  color: #edee72; 
  text-decoration: none; 
}
a:hover,
 a:active { 
  color: #333;
  background-color: #999;
}
a.active-item { 
  color: #b3b3b3; 
}
a.active-item:hover { 
  color: #333; 
}
.title a {
  color: #b3b3b3; 
}
.title a:hover { 
  color: #333;
}

/************************************************
*  Nav                                          *
************************************************/

#nav {
  margin-top: 40px;
  margin-bottom: 15px;
}

/************************************************
*  Sub-Nav                                      *
************************************************/

#subnav {
	margin-top: 40px;
	margin-bottom: 15px;
}
#subnav a {
  font-weight:bold; 
}

/************************************************
*  Pictures / Gallery                           *
************************************************/
.image-cell a:hover,
 .image-cell a:active,
 .image a:hover,
 .image a:active {
	background: none;
}
.image-cell {
	float: left;
	width: 190px;
	height: 220px;
}
.image-title {
	padding-top: 5px;
	color: #fff;
}
.gallery-grid .image-cell {
	width: 140px;
	height: 140px;
}
.zo .gallery-grid {
	border: 1px solid #fff;
	width: 306px;
}
.zo .gallery-grid .image-cell {
	border: 1px solid #fff;
	width: 100px;
	height: 79px;
}
.statement {
	margin: 30px 0;
}
.image {
	margin-top: 10px;
}
.next-prev {
	float:right;
}
.next-prev a { 
	font-weight:bold; 
}

/************************************************
*  Posts                                        *
************************************************/

.post-title {
	font-weight:bold;
	color: #FFF;
}

.post-text {
	margin-bottom: 30px;
}

.post-date {
	font-weight: bold;
}


/************************************************
*  CV                                           *
************************************************/

.cv-row {
	vertical-align:top;
}

.cv-tag {
	color: #FFF;
	font-size: 14px;
}


