/* html / body */

* {
	font-family: Helvetica, Arial, Verdana, sans-serif;	
}

html{
	width:100%;
	height:100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

/* common */

.none {
	display: none;
}

.invisible {
	visibility: hidden;
}

h1,
h1 a {
	font-size: 75px;
	letter-spacing: -1px;
	color: black;
}

h2 {
	font-size: 30px;
}

a {
	color: #ccc; 
}

a:hover	{
	color: black;	
}

/* sections */

ul#sections {
	display: none;
}

/* container */

div#container {
	padding: 20px;
}

/* content */

div#content {
	margin: 0 0 30px 0;
}

/* works */

ul#works {
	margin-bottom: 40px;
}

ul#works li {
	margin-bottom: 0px;
}

ul#works a.head {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -1px;
}

ul#works div.wysiwyg {
	font-size: 14px;
}

ul#works div.thumbnails {
	margin: 10px 0 12px 0;
}

ul#works div.thumbnail {
	width: 200px;
	height: 125px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-left: 2px;
	margin-bottom: 2px;
	float: left;
}

/* back */

div.back {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

/* footer */

div#footer h2 {
	display: none;
}

div#footer h3 {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

div#footer p,
div#footer p a {
	color: #ccc;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

div#footer p a {color: #333;}
div#footer p a:hover {color: black;}

/* pagination */

div.pagination {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #ccc;
}

div.pagination a.selected {
	color: black;
	border-bottom: 4px solid #cc;
}

/* addthis */

div.addthis,
div.addthis a {
	font-size: 17px;
	font-weight: normal;
	color: #d9886a;
}


/* photography */

div#photography {
	width: 456px;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

div#photography h2 {
	display: block;
	font-size: 15px;
	color: #ccc;
	margin-bottom: 10px;
}

div#photography h2 a {
	color: #999;
}

div#photography div.thumbnail img {
	border: 1px solid white;
	float: left;
}












