* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	color: white;
	background-color: #141414;
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
}

html {
	overflow-y: scroll;
}

#all {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-color: #141414;
	height: 100%;
}

/* HEADER */

#header {
}

#header #logo {
	height: 60px;
  padding: 10px 10px 10px 10px;
	margin: 0 auto;
	background-color: #141414;
}

#language {
	float: right;
	padding: 5px;
	color: #888;
}

#latestwork {
	position: absolute;
	top: 185px;
	left: 745px;
	width: 255px;
	height: 220px;
	z-index: 90;
	text-align: left;
	overflow: hidden;
}

#latestwork a {
	display: block;
	padding: 2px 13px;
	text-align: right;
	color: #ccc;
	text-decoration: none;
	outline: none;
}

#latestwork a:link,
#latestwork a:visited {
}

#latestwork a:active,
#latestwork a:hover {
	text-decoration: underline;
}

#latestwork a.active {
	color: white;
	text-decoration: underline;
}

#pager {
	width: 1000px;
	height: 328px;
}

#pager div {
	cursor: pointer;
}

#pager .loader {
	width: 1000px;
	height: 328px;
}

#pagerthumbnails {
	position: absolute;
	left: 758px;
	z-index: 100;
	overflow: hidden;
}

#pagerthumbnails .title {
	color: #ccc;
	font-size: 16pt;
	cursor: pointer;
}

#pagerthumbnails .subtitle {
  color: #eee;
	font-size: 8pt;
	cursor: pointer;
}

#pagerthumbnails a.ptn {
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #ccc;
	margin: 2px;
	float: left;
	outline: none;
}

#pagerthumbnails a img {
	margin: auto;
}

/* MENU */

#menu {
	border-top: 2px solid red;
	width: 100%;
	height: 28px;
	background-color: #141414;
}

#menu a {
	color: #d4d4d4;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 20px 7px 30px;
	background: url("images/bullet.png") no-repeat 15px 50%;
	text-decoration: none;
	outline: none;
}

#menu a.active {
	background-color: #222;	
}

#menu a.active:hover {
	background-color: #333;
}

#menu a:hover {
	background-color: #333;
}

/* Content and pages */

#content {
	background-color: #141414;
	margin-bottom: 5px;
}

#page {
	padding: 5px 10px 5px 20px;
	width: 754px;
	background-color: #222;
	color: #d9d9d9;
}

#page h1,
#newsletter h1 {
	color: #888;
	font-size: 12pt;
	font-weight: bold;
}

#page h2 {
	color: #666;
	margin-bottom: 0.3em;
	font-size: 10pt;
	font-weight: bold;
}

#page h3 {
	color: #555;
	margin-bottom: 0.3em;
	font-size: 8pt;
	font-weight: normal;
}

#footer {
	margin-top: 10px;
	padding: 5px 10px 5px 20px;
	width: 754px;
	background-color: #222;
	color: #d9d9d9;
	font-size: 8pt;
}

#footer .columns {
	height: 120px;
}

#footer .column {
	margin-right: 15px;
	width: 170px;
	float: left;
}

#footer dl dt,
#footer dl dd {
}

#footer dt {
	color: #666;
	font-weight: bold;
	padding: 2px 2px 2px 0;
	margin-top: 4px;
	border-bottom: 1px solid #333;
}

#footer dd a,
#footer dd a:link,
#footer dd a:active,
#footer dd a:visited {
	color: #555;
}

#footer .small {
	padding-top: 1em;
	color: #6f6f6f;
}


#sidebar {
	position: absolute;
	top: 438px;
	left: 788px;
	width: 212px;
}

#newsletter,
#latest-news {
	padding: 6px;
	margin-bottom: 5px;
	background-color: #222;
	color: #eee;
}

#newsletter h3,
#latest-news h3{
	color: #888;
	font-size: 12pt;
}

#newsletter_form_mail {
	background: #333 url('images/email.png') no-repeat 2px;
	width: 178px;
	padding-left: 20px;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#latest-news a {
	display: block;
	height: 1.2em;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	border-top: 1px solid #444;
}

#latest-news .date {
	color: #888;
}

.search {
	margin: 0.5em 0;
	text-align: right;
}

.search #work-search {
	background: #333 url("images/magnifier_d.png") 2px 50% no-repeat;
	padding: 0 2px 0 20px;
}

.search #work-search-clear {
	display: none;
	color: #ccc;
}

.tags {
	margin: 1em 0;
}

.tags a:link,
.tags a:active,
.tags a:visited,
.tags a {
	margin-right: 0.5em;
	text-decoration: none;
	white-space: nowrap;
	color: #666;
	outline: none;
}

.tags a:hover {
	color: #aaa;
}

.tags a.active {
	color: #eee;
}

.newsloader {
	background: #222 url("images/newsloader.gif") no-repeat center 20px;
}

.news-item {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 1em 0;
}

.news-item + .news-item {
	border-top: 0;
}

.news-item h2 {
}

.news-item h2 a {
	display: block;
	text-decoration: none;
	color: #666;
	margin-bottom: 0.3em;
	font-size: 10pt;
	font-weight: bold;
}

.news-item .small {
	padding-top: 4px;
	vertical-align: bottom;
	color: #444;
}

.work-media img {
	border: 1px solid white;
}

.work-media div {
	height: 47px;
}

.work-media a {
	margin-right: 5px;
}

#photoinfo {
	color: #666;
}

#photoinfo h1 {
	color: #333;
	margin: 0;
}

#photoinfo h2 {
	color: #888;
	font-size: 9pt;
	margin: 0;
}

#photoinfo a {
	display: block;
	float: left;
	padding: 4px;
	text-decoration: none;
	color: #333;
}

#photoinfo a img {
	text-decoration: none !important;
}

#photoinfo .text {
	height: 43px;
	overflow: hidden;
}

.close {
	padding: 3px;
}

/* Common classes */

.small {
	font-size: 7pt;
	color: #4f4f4f;
}

.right {
	float: right;
}

.info {
	background-color: #446;
	margin: 5px 0;
	padding: 5px;
}

.error {
	background-color: #844;
	margin: 5px 0;
	padding: 5px;
}

.paginator {
	margin: 5px 0;
	text-align: center;
}

.paginator a,
.paginator span {
	padding: 2px 3px;
	color: #888;
}

.paginator a:link,
.paginator a:active,
.paginator a:visited {
	text-decoration: none;
	color: #666;
}

.paginator a:hover {
	color: #aaa;
}

.paginator span.thispage {
	color: #eee;
}

.loader {
	background: #111 url("images/loader.gif") no-repeat center center;
}

.loadersmall {
	background: #333 url("images/loadersmall.gif") no-repeat 10px 50% !important;
}

/* Object defaults */

img.icon,
button img {
	vertical-align: bottom;
}

a,
a:link,
a:active,
a:visited {
	color: #eee;
	font-weight: normal;
	text-decoration: underline;
}

label {
	color: #eee;
	cursor: pointer;
}

p {
	margin: 0.5em 0 0.5em 0;
}

hr {
	border-top: 1px solid #444;
	height: 0;
	margin: 5px 0;
	padding: 0;
}

td {
	vertical-align: top;
}

input[type=text],
input[type=password] {
	color: white;
	background: #333;
	border: 1px solid #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button {
	background: #aaa;
	border: 1px solid #888;
}
