@CHARSET "UTF-8";

body, textarea, div, p {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 16px;
	background-color: #ffffff;
	color: #000000;
}

a {
	color: #000;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

h4, span.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: normal;
}

a.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

a.big:hover {
	text-decoration: underline;
}

.content {
	padding: 84px 68px 0 84px;
}

.header {
	margin-bottom: 40px;
}

.header a.home, .work-list a.work-link {
	display: block;
	margin-bottom: 6px;
}

.work-list li {
	height: 316px;
}

.header a.home {
	margin-bottom: 16px;
}


.links {
	margin-bottom: 16px;
}

.links a {
	margin-right: 8px;
	display: inline;
}

#view-content {
}

.footer {
	margin-top: 84px;
	border-top: 1px solid #000;
	text-align: right;
	padding-top: 10px;
}

.footer, footer a {
	font-size: 10pt;
}

div.errors {
	margin-bottom: 16px;
}

div.errors div.error-message {
	font-weight: bold;
	color: red;
	cursor: pointer;
}

div.success {
	font-weight: bold;
	color: green;
}
	

form input.captcha {
	width: 40px;
}

img.captcha {
	display: inline;
}

fieldset {
	vertical-align: bottom;
	width: 410px;
	border-width: 0px 0 0 0;
	padding-left: 0;
}

fieldset legend {
	/*padding-left: 15px;*/
}

fieldset input, form fieldset textarea {
	border: 1px solid black;
	display: inline;
	width: 400px;
	background-color: #ffffff;
	color: #000000;
}

fieldset textarea {
	height: 150px;
}

fieldset input {
	padding-top: 2px;
}

div.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

div.floater {
	float: left;
}

div.work-images {
	width: 600px;
}

div.work-image, div.news-image, div.shop-image {
	width: 560px;
	margin-right: 16px;
	margin-bottom: 40px;
}

div.work-entry, div.news-entry, div.shop-entry {
	width: 400px;
}

div.work-entry div, div.news-entry div, div.shop-entry div {
	margin-bottom: 16px;
}

div.topic {
	width: 560px;
}

div.html-body p {
	margin: 0;
	line-height: 16px;;
}

div.html-body ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 5px;
}

div.html-body ul li {
	list-style-type: circle;
}


