/********************************************
* DEFAULT CSS STYLE SHEET
* c. 2008 Technology Management International
********************************************/

/********** CSS Rest to ensure cross-browser compatability ***************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
option, optgroup, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
/*	vertical-align: middle;*/
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor: pointer;
}
a img {
	border: none;
}

/********** Set the base styles ***************/
html {
	/* IE (Always scroll bars) */
	overflow-y: scroll; 
	/* Moz (Always scroll bars) */
	height: 100%;
	margin-bottom: 0.1em;
	font-size: 62.5%; /* Sets to 1em=10px: */
}
body {
	overflow: hidden;
}
h1 {
	font-size: 2.5em;
}
strong {
	font-weight: bold;
}

/***************** Basic Elements ******************/
.outline {
	border: solid 1px red;
}
.offscreen { /* Used for accesibility */
	position: absolute;
	left: -99999px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}/* ---------->>> Gallery Stuff <<<-----------------------------------------------------------------------------*/

/****************************************
  				Gallery Login
/****************************************/
#padlock {
	display: block;
	background: transparent url('/images/gallery/padlock.gif');
	width: 28px;
	height: 28px;
	float: right;
	border: none !important;
	margin: 15px;
}
#login_form {
	float: right;
	padding: 0;
	margin-top: 20px;
}
#login_form input, label {
	float: left;
	margin-right: 5px;
	font-size: 9pt;
}
#login_form label {
	margin: 3px 5px 0 10px;
}
#logout_form {
	float: right;
}

/****************************************
  				File Admin 
/****************************************/
#fileadmin {
	width: 550px;
	margin: 20px auto;
	border: solid 1px #5a0828;
	overflow: hidden;
}
#fileadmin h3 {
	background: #5a0828;
	color: white;
	margin: 0px 0px 20px 0;
	text-align: center;
	padding: 3px;
}
#create_album {
	float: right;
}
#create_album  {
	padding-right: 20px;
}
form  ul {
	list-style: none;
}
form ul li {
	clear: both;
	padding: 5px 10px 5px 0;
	float: left;
}
#create_album label, .fake_label {
	width: 150px;
	float: left;
	padding: 3px 5px 0 0;
	text-align: right;
}
#create_album input, #create_album textarea {
	width: 300px;
	padding: 4px;
}
.button_holder {
	padding-bottom: 10px;
	float: right;
}
.button_holder .button {
	float: right;
	padding: 5px 3px;
}
.droppable-insert {
	border-right: solid 2px #5a0828;
}
#file_upload {
	float: right;
}

/****************************************\
 				Gallery 				 
\****************************************/

/* albums */
#albums {
	width: 800px;
	margin: 20px auto;
}
#albums td {
	padding: 20px 5px;
	vertical-align: top;
	width: 200px;
	text-align: left;
}
#albums h2, #photos h2 {
	padding: 10px 0;
}
#albums h3 {
	text-align: left;
	padding: 0;
	margin: 0;
}
#albums .description {
	padding: 0;
	margin: 0;
	font-size: 8pt;
	text-align: left;
}
#albums a img {
	border: solid 2px #5a0828;
	padding: 2px;
	text-align: center;
}
#albums a:hover img {
	border: solid 4px #5a0828;
	padding: 0px;
}

#photos {
	width: 320px;
	float: left;
	margin-left: 50px;
}
#photos td {
	padding: 10px;
}
#photos img {
	border: solid 2px #5a0828;
}
#photos strong {
	display: block;
	margin-top: 5px;
	text-align: center;
}

.edit {
	display: block;
	float: left;
	padding: 1px;
}

.loading {
	background: #EDEDED;
	width: 140px;
	height: 140px;	
}


.droppable-hover {
	color: red;
	border-color: red;
	font-size: 120%;
}
#albums .droppable-hover {
	border-color: red;
}
#back {
	margin-left: 20px;
	font-weight: bold;
}
/* Renaming */
#albums fieldset, #photos fieldset {
	border: none;
}
#albums .button, #photos .button {
	display: inline !important;
	margin-top: 5px;
	padding: 3px;
	vertical-align: middle;
}
#albums a.button, #photos a.button {
	padding: 5px;
}
.edit {
	font-style: italic;
}
#newname {
	text-align: center;
}
/* Photo Preview */
#preview {
	float: right;
	margin: 50px 50px 0 0;
	border: none;
	width: 460px;
	height: 450px;
	text-align: center;
}
#preview img {
	border: solid 2px #5a0828;
	display: inline;
}
#preview .loading {
	background: transparent url('/images/gallery/loadingAnimation.gif') no-repeat 50% 50% !important;
	width: 450px;
	height: 450px;
}
#preview a {
	text-align: center;
}
#preview h2 {
	text-align: center;
	padding: 4px;
}

.message {
	padding: 20px;
	width: 500px;
	border: solid 5px #6688c5;
	margin: 10px auto;
	text-align: center;
	background: #9ec5e9;
	font-weight: bold;
	position: relative;
}
.message .close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: #961919 url('/images/gallery/close.gif') no-repeat;
	border-bottom: solid 5px #6688c5;
	border-left: solid 5px #6688c5;
}
.thumbnail {
	display: block;
}
/****************************************
  				Trash 
/****************************************/
#trash, #restore {
	height: 20px;
	width: 80px;
	padding-top: 39px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	float: left;
	clear: both;
	
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#trash {
	background: transparent url('/images/gallery/trash.gif') no-repeat 50% 0%;
}
#restore {
	background: transparent url('/images/gallery/restore.gif') no-repeat 50% 0%;
}
#empty-trash {
	position: relative;
	top: 12px;
	left: 20px;
	vertical-align: middle;
	border: solid 1px #6e7e8b;
	color: #ab3c3c;
	letter-spacing: 1px;
	padding: .3em;
	cursor: pointer;
	font-size: 1.2em;
	margin-top: -6px;
	display: block;
	float: left;
}
#empty-trash:hover {
	border-color: #000; 
	text-decoration: none;
}html {
	background: white url('/images//background.png') no-repeat top center;
	width: 100%;
}
a {
	color: #5a0828;
	text-decoration: none;
}

p, .list  {
	margin: 20px;
	text-align: justify;
	font-size: 9pt;
	line-height: 12pt;
}
p a {
	border-bottom: dotted 1px #5a0828;
}
p a:hover {
	border-bottom: solid 1px #5a0828;
}
.list li {
	list-style-type: disc;
	padding: 5px;
	margin-left: 20px;
}
h1 {
	color: #4F504F;
	font-size: 2em;
	padding: 20px 0px 0px 20px;
}
h2 {
	color: #595B57;
	font-size: 1.6em;
	padding-left: 20px;
	margin-bottom: -15px;
}
h3 {
	font-size: 1.5em;
	padding-left: 20px;	
	font-weight: bold;
}
hr {
	margin: 10px 0;
}

#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 182px;
}
#header #quote {
	margin-top: 142px;
	padding-right: 20px;
	float: right;
	font-size: 12pt;
	font-style: italic;
}
#footer {
	padding: 20px;
	clear: both;
}

.image-wrapper img {
	border: solid 2px gray;
	margin: 0px 20px;
}
.content-wrapper {
	clear: both;
	overflow: hidden;
	width: 920px;
	padding: 20px;
}
.content-wrapper .image-wrapper {
	float: right;
}
.content-wrapper .image-wrapper .caption {
	font-size: 8pt;
	text-align: center;
	padding-top: 2px;
	font-style: italic;
	color: #4F504F;
}

/***** Nav */
.nav {
	float: right;
	font-size: 12pt;
}
.nav a {
	display: block;
	float: left;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
}
.nav a:hover {
	text-decoration: underline;
}
#nav-home #home, #nav-about #about, #nav-portfolio #portfolio, #nav-process #process, #nav-faq #faq, #nav-contact #contact {
	background: #5a0828;
	color: white;
}
#nav-home #home:hover, #nav-about #about:hover, #nav-portfolio #portfolio:hover, #nav-process #process:hover, #nav-faq #faq:hover, #nav-contact #contact:hover {
	text-decoration: none;
}

/***** Home */

#home-second .image-wrapper {
	float: left;
}
#home-first .caption {
	width: 250px;
}
#home-second .image-wrapper {
	position: relative;
	top: -20px;
}
#home-second .list {
	float: left;
}
#home-second .logos {
	float: left;
	width: 250px;
}
.logos img, .logos .caption {
	float: left;
	border: none !important;
}
.logos .caption {
	padding: 20px 0px 0px 10px;
	width: 150px;
}

/***** about */
#about img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#about .image-wrapper {
	width: 380px;
	position: relative;
	top: 20px;
}
#about .logos {
	float: right;
	width: 90px;
	text-align: center;
	padding: 10px 20px 0 0;
}
#about .logos a {
	display: block;
}

/***** process */
#process .text-wrapper {
	padding-top: 35px;
}
#process .image-wrapper {
	width: 280px;
}
#process .image-wrapper img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/****** FAQ */
#questions {
	background: #accfec url("/images//questions-gradient.gif") repeat-x top;
	border: solid 1px ;
	padding: 0px 20px 20px 20px;
	margin: 20px auto;
	width: 500px;
}

#questions h1 {
	text-align: center;
	color: white;
	padding-bottom: 20px;
	font-style: italic;
}
#questions li {
	padding: 5px 0;
}
#questions a {
	font-weight: bold;
}

/***** Contact */
#contact_information {
	display: block;
	float: left;
	width: 425px;
	font-size: 10pt;
	margin-left: 50px;
	padding-top: 20px;
}
#contact_information h2, 
#contact_form h2 {
	font-size: 18pt;
	padding: 20px 0px;
	text-align: center;
} 

#contact_information th {
	text-align: right;
	padding: 5px;
	font-weight: bold;
}
#contact_information td {
	text-align: left;
	padding: 5px;
}
#contact_form {
	padding-top: 20px;
	display: block;
	float: left;
	width: 425px;
}
#contact_form legend {
	font-weight: bold;
	padding: 0 5px;
}
#contact_form label {
	width:350px;
	display: block;
	margin: 10px 0 2px -11pt;
	font-size: 10pt;
}
#contact_form input, #contact_form select {
	display: block;
	font-size: 12pt;
	padding: 2px;
}
#contact_form textarea {
	float:right;
	padding: 5px;
	font-size: 11pt;
}



.required {
	color: #5a0828;
}
input.error, textarea.error {
	border: solid 2px #5a0828;
}
#error_messages {
	background: white;
	display: block;
	padding: 20px;
	width: 400px;
	margin: 15px auto;
	border: solid 2px #9ec5e9;
}
#error_messages li {
	list-style: disc;
	font-size: 10pt;
	margin: 3px 20px;
}
input:target, textarea:target {
	outline: solid 3px #9ec5e9;
}
#answers ul li{
	list-style-type:disc;
	padding-left: 30px;
	padding-top: 3px;
	list-style-position: inside;	
}
.readMore{
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
			
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('/images/gallery/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}