@charset "utf-8";

body, html {
	height: 100%;
}

body {
	background: #000006 url(images/bgbody.png) center 0px no-repeat;
	color: #000;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 1010px;
	min-height: 100%;
	margin: 0 auto -170px auto;
	position: relative;
}

#container {  
	min-height: 510px;
	background: transparent;
	margin: 0 auto; 
	text-align: left; 
}

#header { 
	background: url(images/header.png) top left no-repeat;
	width: 481px;
	height: 250px;
	margin: 0;
	padding: 0;
} 

#header a {
	width: 434px;
	height: 188px;
	margin: 0 0 0 21px;
}

#header a:active, #header a:focus {
	outline: none;
}

#menu {
	position: relative;
	top: -125px;
	margin: 0 0 0 490px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 2px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: transparent url(images/itembg.png) repeat-x;
	color: #F0F3F8;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 5px 15px 5px 15px;
	margin-left: 20px;
}

#menu a {
	color: #F0F3F8;
	text-decoration: none;
}

#menu a:hover {
	color: #FE0FFF;
	border-bottom: 2px solid #F0F3F8;
}

#menu a:active, #menu a:focus {
	color: #F0F3F8;
	background: #DF0DDB;
	outline: none;
}

#menu a.active {
	color: #FE0FFF;
	outline: none;
}

#mainContent {
	padding: 0 20px; 
}

#box {
	width: 910px;
	margin: 0 0 25px 0;
	padding: 25px;
	background: #FEFEFE;
	color: #666;
	border: #eee 3px solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}

#box a {
	color: #DF0DDB;
	text-decoration: none;
}

#box a:hover {
	color: #FE0FFF;
	background: #F9F9F9;
	text-decoration: underline;
}

#box a img {
	border: 5px solid #9F1D9C;
	margin: 6px;
}

#box a img:hover {
	border: 5px solid #DF0DDB;
}

#box .portfolio {
	text-align: left;
}

#box .title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	letter-spacing: -2px;
	font-weight: bold;
	color: #4E454F;
	border-bottom: 1px dashed #BEB3BF;
}

#box .title:hover {
	background: #F9F9F9;
	border-bottom: 1px dashed #DF1BC8;
}

#box .subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	letter-spacing: -2px;
	font-weight: bold;
	color: #4E454F;
	border-bottom: 1px dashed #BEB3BF;
}

#box .subtitle:hover {
	background: #F9F9F9;
	border-bottom: 1px dashed #DF1BC8;
}

#preview {
	width: 425px;
	height: 400px;
	margin: 25px 20px 10px 25px;
	float: right;
	text-align: center;
	background: url(images/preview.png) center center no-repeat;
}

#preview .caption {
	position: absolute;
	top: 670px;
	left: 825px;
	width: 394px;
	background: #222;
	color: #fff;
	margin: 0 15px;
	padding: 8px;
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
}
	
#preview img {
	border: 5px solid #333;
}

#preview a img {
	margin: 30px 15px 10px 5px;
}

.switch {
	display: inline;
	margin: 370px 15px 10px 5px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	text-align: center;
}

.off {
	border-color:#000 #ddd #fff #444; background:#bbb; color:#000;
}

.hide {
	display: none;
}

.show {
	display: inline;
	width: 426px;
	background: #333;
	z-index:500;
	text-align: center;
	color: #fff;
}

.show img {
	position: absolute;
	top: 420px;
	left: 840px;
}

.clear {
	clear:both;
}

#close {
	margin: 38px 0;
}

.clearfooter {
	height: 170px;
	clear: both;
}

#footer { 
	height: 215px;
	position: relative;
	margin: 0 auto;
	padding: 0; 
	background: transparent url(images/bgfooter.png) no-repeat center top;
	font-size: 0.6em;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
} 

#footer #stuff {
	width: 910px;
	margin: 0 auto;
	padding: 15px 15px 50px 15px;
	background: transparent url(images/itembg.png) repeat;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

#footer a {
	color: #DE00B0;
	text-decoration: none;
	margin: 0;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .mail {
	float: right;
	text-align: right;
	padding: 10px 0;
}

fieldset { 
	border:0;
	margin:0;
	padding:0;
}

label {
	display:block;
}

input.text, textarea { 
	width: 300px;
	font: 12px/12px Helvetica, Arial, sans-serif;
	color: #111;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #777;
}

input:hover, textarea:hover {
	border: 1px solid #9F1395;
}

input:focus, textarea:focus, input:active, textarea:active {
	background: url(images/formbg.gif);
	border: 1px solid #DF1BC8;
}

input.submit {
	padding: 2px 5px;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	background: url(images/formbg.gif);
	border: 1px solid #000;
}

input.submit:hover, input.submit:focus {
	padding: 2px 5px;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	background: #EEE;
	border: 1px solid #DF1BC8;
	cursor: pointer;
}

strong {
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	letter-spacing: -0.02px;
}

a, a:visited, a:hover, a:active {
	color: inherit;
}


#album {
	width: 420px; 
	height: 360px; 
	background: #333 url(images/albumbg.png) center center no-repeat;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

#slide {
	background: #F7F7F7 !important;
	width: 100%;
}

.gallery {
	padding: 0; 
	margin: 325px 0 0 20px; 
	list-style-type: none; 
	position: relative; 
	width: 410px;
}

.gallery img {
	border: 0;
}

.gallery li {
	float: left;
}

.gallery li a, .gallery li a:visited {
	float: left; 
	text-decoration: none; 
	color: #000; 
	background: #111; 
	text-align: center; 
	width: 22px; 
	height: 22px; 
	line-height: 22px; 
	border: 1px solid #444;
	margin: 2px;
	font-size: 0.675em;
}

.gallery li a img {
	position: absolute; 
	top: -320px; 
	left: 0; 
	visibility: hidden; 
	border: 0 !important;
}

.gallery li a img.landscape {
	top: -290px;
	left: -17px;
}

.gallery li a img.portrait {
	left: 0;
	border-left: 40px solid #eee;
	border-right: 40px solid #eee;
}

.gallery li a:hover {
	background: #000 !important;
	color: #FEFEFE !important;
	text-decoration: none !important;
}

.gallery li a:active, .gallery li a:focus {
	background: #000; 
	color: #FEFEFE !important;
	outline: none;
}

.gallery li a:active img, .gallery li a:focus img {
	visibility: visible;
}

.awesome, .awesome:visited {
	background: #222 url(images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	border: 1px solid #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #fff; 
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #FFF; color: #FF00F8; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
