
/* @group xhtml */

body, div, form, fieldset, table, tr, td, p, ul, ol, li, em, q, h1, h2, h3, h4, h5, h6, object {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: url(img/runway.jpg) #191919 0 0 repeat-y;
}

body {
	height: 100%;
	color: #525252;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 80%;
	background: url(img/photography.jpg) transparent 221px 0 no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	color: #a8a698;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 85%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 75%;
}

p {
	margin: 10px 0;
	line-height: 120%;
}

ul {
	list-style: square;
	margin: 5px 5px 5px 0;
	padding-left: 20px;
}

ol {
	list-style: decimal;
	margin: 5px 5px 5px 0;
	padding-left: 25px;
}

a {
	color: #a8a698;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #a8a698;
}

img {
	margin: 0 8px 8px 8px;
	border: none;
}

fieldset {
	border: none;
}

label, input, select {
	vertical-align: middle;
}

input {
	padding: 2px;
}

select {
	margin: 2px 0;
}

table {
	border: none;
	border-collapse: collapse;
}

table tr td {
	padding: 2px 5px;
}

object img {
	display: block;
	margin: 0;
}

hr, .hdn {
	display: none;
}

/* @end */

/* @group classes */

/* @group margin */

.margin {
	height: 100px;
	min-height: 100px;
}

div [class] .margin {
	height: auto;
}

/* @end */

/* @group elements */

.article .article {
	margin: 30px 0 0 0;
}

.chapter {
	margin: 30px 0 0 0;
}

.link {
	margin: 10px 0;
}

.abstract, .content, .appendix, .navig {
	clear: both;
}

.head span {
	color: #fff;
	font-size: 140%;
}

h1.head, h2.head, h3.head {
	margin: 0 0 10px 0;
}

.about-gallery {
	margin: 14px 0 0 0;
}

.about-gallery .abstract {
	width: 565px;
	margin-left: 127px;
}

.about-gallery h3 {
	clear: left;
	height: 14px;
	min-height: 14px;
	line-height: 14px;
	font-size: 11px;
	margin: 0 0 10px 0;
	position: relative;
	background: url(img/date-about-top.gif) #191919 0 0 no-repeat;
}

div[class] .about-gallery h3 {
	height: auto;
}

.about-gallery h3 span {
	display: block;
	width: 112px;
	height: 14px;
	min-height: 14px;
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	padding: 0 4px;
	color: #a8a698;
	text-align: center;
	background: url(img/date-about-end.gif) transparent 0 100% no-repeat;
}

div[class] .about-gallery h3 span {
	height: auto;
}

body.about .about-gallery h3 strong {
	display: block;
	height: 14px;
	min-height: 14px;
	float: none;
	color: #000;
	margin: 0 0 0 124px;
	padding: 0 60px 0 4px;
	background: #a8a698 url('img/about-ico.gif') 99% 50% no-repeat;
}

/* 767893 */

body.about div[class] .about-gallery h3 strong {
	height: auto;
}

.about-gallery h3 strong span {
	display: inline;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #191919;
	background: transparent;
}

.about-gallery h3 span.navigation {
	width: 50px;
	padding: 0 4px 0 0;
	float: none;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	color: #191919;
	font-weight: normal;
	text-transform: lowercase;
	background: transparent;
}

/* @end */

/* @group wysiwyg */

.align-justify {
	text-align: justify;
}

img.float-left {
	float: left;
	margin: 0 8px 8px 0;
}

img.float-right {
	float: right;
	margin: 0 0 8px 8px;
}

/* @end */

/* @group i-text */

.i-text {
	border: solid 1px #CECECE;
}

textarea.i-text {
	overflow: auto;
}

.i-text:focus, .i-text:hover {
	border: solid 1px #FF4100;
}

/* @end */

/* @group button */

input.button {
	padding: 1px 0 0 0;
	cursor: pointer;
}

/* understood by all major browsers except ie-6 */

div[class] input.button {
	padding: 2px 5px;
}

/* understood by all major browsers except opera and ie-6 */

div[class |="dc-page"] input.button {
	padding: 1px 5px;
}

/* understood only by ie-7 */

*:first-child+html input.button {
	padding: 1px 0 0 0;
}

a.button {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}

input.button, a.button {
	float: left;
	margin: 0 2px 0 0;
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;
	border: 2px solid #e46c00;
	background: #ff7a00;
}

input.button:hover, a.button:hover {
	border: 2px solid #ff7a00;
}

/* @end */

.smart-clear {
	clear: both;
	float: none;
}

/* @end */

.graphic-photo {
	height: 100%;
	background: url(img/dc-footer-img1.jpg) transparent 210px 565px no-repeat;
}

#dc-page {
	width: 1002px;
	margin: 0 0 0 221px;
	position: relative;
	background: url(img/photography.jpg) transparent 0 0 no-repeat;
}

/* @group dc-head */

.dc-head p {
	margin: 0;
}

.dc-head a {
	display: block;
	width: 26px;
	height: 148px;
	position: absolute;
	left: -26px;
	top: 0;
	background: url(img/logo.jpg) transparent 0 0 no-repeat;
}

.dc-head a span {
	display: none;
}

#dc-head {
	height: 48px;
	margin: 0 0 18px 0;
	position: relative;
	background: url(img/ruller.jpg) transparent 100% 0 no-repeat;
}

/* @end */

/* @group dc-menu */

.dc-menu ul {
	height: 20px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

div[class] .dc-menu ul {
	height: auto;
}

.dc-menu ul li {
	float: left;
	margin: 0 14px 0 0;
}

.dc-menu ul li a {
	float: left;
	display: block;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	padding: 0 0 0 18px;
	color: #525252;
	font-size: 20px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #191919;
	background-position: 0 2px;
	background-repeat: no-repeat;
	background-image: url(img/menu-intro.gif);
}

div[class] .dc-menu ul li a {
	float: none;
	height: auto;
}

.dc-menu ul li a:hover, .dc-menu ul li a.active {
	background-position: 0 -30px;
}

.dc-menu ul li ul {
	margin: 21px 0 0 14px;
	width: 916px;
	position: absolute;
	left: 0;
	top: 0;
}

.dc-menu ul li ul li a {
	font-size: 90%;
	height: 0;
	min-height: 0;
	line-height: normal;
	font-weight: 100;
	padding: 6px 0 4px 4px;
	background-position: 0 -6px;
	background-image: url(img/submenu-intro.gif);
}

.dc-menu ul li ul li a:hover, .dc-menu ul li ul li a.active {
	background-position: 0 100%;
}

div[class] .dc-menu ul li ul li a {
	height: auto;
}

#dc-menu {
	height: 72px;
	min-height: 72px;
	padding: 0 0 0 72px;
}

div[id] #dc-menu {
	height: auto;
}

/* @end */

/* @group horizontal-navigation */

.horizontal-navigation {
	display: none;
	font-size: 90%;
}

.horizontal-navigation em {
	font-style: normal;
}

/* @end */

/* @group dc-content */

.dc-content .margin {
	padding: 0 22px 0 0;
}

#dc-content {
	width: 174px;
	float: right;
	margin-bottom: 20px;
}

body.intro #dc-content, body.project #dc-content, body.work #dc-content, body.egallery #dc-content {
	width: auto;
	float: none;
}

body.intro #dc-content .margin, body.project #dc-content .margin, body.work #dc-content .margin, body.egallery #dc-content .margin, body.about #dc-content .margin  {
	padding: 0 45px 20px 90px;
	text-align: justify;
	font-size: 95%;
	font-variant: small-caps;
}

body.about #dc-content {
	float: left;
	width: 786px;
}

body.about #dc-content .margin {
	margin: 0 0 0 90px;
	padding: 10px 0 0 0;
	border-top: solid 2px #a8a698;
}

/* @end */

/* @group dc-left */

.site-map .dc-left ul {
	font-weight: bold;
	text-transform: uppercase;
}

.site-map .dc-left ul li {
	margin-bottom: 15px;
}

.site-map .dc-left ul li ul {
	font-weight: normal;
	text-transform: none;
}

.site-map .dc-left ul li ul li {
	margin-bottom: 0;
}

.dc-left .margin {
	padding: 0 0 0 90px;
}

#dc-left {
	width: 808px;
	float: left;
	margin-bottom: 20px;
}

/* @end */

/* @group dc-right */

.dc-right img {
	margin: 0 0 10px 0;
}

#dc-right {
	float: right;
	width: 196px;
}

/* @end */

/* @group dc-footer */

.dc-footer p {
	display: none;
}

#dc-footer {
	clear: both;
}

/* @end */

/* @group color overwrite */

/* @group xhtml */
/*
body.work h1, body.work h2, body.work h3, body.work h4, body.work h5, body.work h6, body.work a, body.work strong {
	color: #849e9e;
}

body.project h1, body.project h2, body.project h3, body.project h4, body.project h5, body.project h6, body.project a, body.project strong {
	color: #809265;
}

body.about h1, body.about h2, body.about h3, body.about h4, body.about h5, body.about h6, body.about a, body.about strong {
	color: #767893;
}

body.egallery h1, body.egallery h2, body.egallery h3, body.egallery h4, body.egallery h5, body.egallery h6, body.egallery a, body.egallery strong {
	color: #998072;
}
*/
/* @end */

/* @group dc-menu */
/*
body.work .dc-menu ul li a {
	background-image: url(img/menu-work.gif);
}

body.work .dc-menu ul li a.active {
	color: #849e9e;
}

body.work .dc-menu ul li ul li a {
	background-image: url(img/submenu-work.gif);
}

body.project .dc-menu ul li a {
	background-image: url(img/menu-project.gif);
}

body.project .dc-menu ul li a.active {
	color: #809265;
}

body.project .dc-menu ul li ul li a {
	background-image: url(img/submenu-project.gif);
}

body.about .dc-menu ul li a {
	background-image: url(img/menu-about.gif);
}

body.about .dc-menu ul li a.active {
	color: #767893;
}

body.about .dc-menu ul li ul li a {
	background-image: url(img/submenu-about.gif);
}

body.egallery .dc-menu ul li a {
	background-image: url(img/menu-egallery.gif);
}

body.egallery .dc-menu ul li a.active {
	color: #998072;
}

body.egallery .dc-menu ul li ul li a {
	background-image: url(img/submenu-egallery.gif);
}
*/
/* @end */

/* @group dc-footer */
/*
body.work .dc-footer p span {
	background: #849e9e;
}

body.project .dc-footer p span {
	background: #809265;
}

body.about .dc-footer p span {
	background: #767893;
}

body.egallery .dc-footer p span {
	background: #998072;
}
*/
/* @end */

/* @end */