/* @override http://christofferhjalmarsson.com/static/css/ch.css */

html {
	background: #fbfbfb url(../images/background.png) repeat-x;
}
html, body {
	color: #1a1a1a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

a {color: #666;text-decoration: none;}
a:hover {color: #333;}

strong {font-weight: bold;}

ol {
	display: block;
	line-height: 1.5em;
	margin: 1em;
}
ol li {
	list-style-type: disc;
}

#header {
	height: 120px;
}

#header a.logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 55px;
	margin: 0 auto 20px;
	text-indent: -1000em;
	width: 287px;
}

#header ul.nav li {
	display: inline;
	margin: 0 10px;
}

#content {
  margin: 0 auto;
  width: 766px;
}

#content.portfolio ul {
  overflow: hidden;
}

#content.portfolio ul li {
  background: #ccc;
  display: block;
  height: 150px;
  float:left;
  margin: 10px;
  position: relative;
  width: 235px;
}

#content.portfolio ul li img,
#content.portfolio ul li a span {
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px #666;
}

#content.portfolio ul li a span {
	background: rgba(10, 10, 10, .8);
	color: #fff;
	padding: 67px 0;
	position: absolute;
	height: 16px;
	left: 0;
	top: 0;
	opacity: 0;
	vertical-align: middle;
	width: 235px;
	text-shadow: 1px 1px 0 #000;
}

#content.portfolio h1 {font-size:22px;margin:0 10px 20px;text-align:left;}
#content.portfolio p.gallery-desc {margin:20px 10px;text-align:left;}

#content.about {
  overflow: hidden;
  text-align: left;
}

#content.about img {
  border: 7px #fff solid;
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 220px;
}

#content.about .text {
  float: right;
  width: 500px;
}

#content.about h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

#content.about p {
  line-height: 1.5em;
  margin-bottom: 10px;
}

#footer {
	font-size: 12px;
	line-height: 1.5em;
	margin: 40px 0;
}

#footer a {
	font-size: 11px;
}
