/*
Theme Name: Ocean Mist
Theme URI: 
Description: XHTML 1.1 valid theme with a flexible, elastic grid layout and fully customisable colour scheme.
Version: 2.0
Author: Ed Merritt
Author URI: 
Tags: blue, custom header, custom colour scheme, elastic width, two columns, widgets, SEO friendly, accessible, default colour schemes, 
*/
/* Contact form */

form.cform {
	margin:0 0 1em 0;
}
form.cform fieldset {
	border:1px solid #e5e5e5;
	padding:5px;
	clear:both;
}
form.cform legend {
	color:#333;
	padding:0.2em 1em;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width:150px;
}
form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
}
form.cform .cf-box-title {
	font-weight:normal;
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
	float:left;
	margin:0 0 0 .5em;
	font-size:11px;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 0;
}
form.cform .cf_hidden {
	display:none;
}
.required {
	color:#ff0000;
}
label {
	font-size:12px;
	color:#666;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
input.inputbox,
input.single {
	height:14px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
textarea.inputbox,
textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
.header .search .inputbox {
	vertical-align:top;
	float:left;
	width:150px;
	margin-right:6px;
}
#commentform li {
	list-style:none !important;
	margin:0 0 0.5em 0;
}
#commentform .inputbox {
	vertical-align:middle;
}
.button,
.sendbutton {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:10px;
	cursor:pointer;
	height:22px;
	padding:0 4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#246;
	background:#e5e5e5;
	border-color:#80b5d0;
	width:auto;
}
.button:hover,
.sendbutton:hover {
	background-color:#fff;
	color:#333;
}
.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#f6def2 !important;
	padding:5px;
	margin:0 0 0.5em 0;
}

/* Uncomment this and you're pretty much declaring war on Delicious Days... donate then do it ;) */
p.linklove {
	display:none;
}






TABLE {
    border-collapse : collapse;
    border          : solid 1px black;
}
TD {
    border  : solid 1px black;
    padding : 5px;
}
TH {
    border      : solid 1px black;
    color       : white;
    background  : black;
    font-weight : bolder;
    font-size   : 12pt;
    padding     : 15px;
}

#flags_language_selector{
	position: absolute;
	left: 678px;
	top: 222px;
	opacity: 0.9;
		
}

#flags_language_selector img{
	border: 0;
	border: 0 !important;
	width: 32px;
	height: 32px;
      	margin:1px;
}

#social {
	position: absolute;
	top: 5px;
	left: 680px;
	opacity: 0.8;
	border-style:none;
}

#fb_ico img {
	border: 0;
	border: 0 !important;
	width: 22px;
	height: 22px;
}

#twitt_ico img {
	border: 0;
	border: 0 !important;
	width: 22px;
	height: 22px;
}

#vimeo_ico img {
	border: 0;
	border: 0 !important;
	width: 22px;
	height: 22px;
}

#footer{
    	position:relative;
	height: 50px;
}

#footer_column1 {
    	position: absolute;
    	left:0px;
    	top:10px;
    	height:100px;
    	width:200px;
}
#footer_column2 {
    	position: absolute;
    	left: 205px;
    	top: 10px;
    	height:100px;
    	width: 200px;
}


// --------------------------------- LOGO SLIDESHOW



	#dhtmlgoodies_slideshow{
		width:70px;	/* Total width of slideshow */
		margin-left:auto;
		margin-right:auto;
		margin-top: 15px;
		margin-bottom: 5px;
		background-color: #FFF;
		//border:3px solid #FFFFFF;


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:20px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:89px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		
		/* CSS HACK */
		height: 89px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/89px;	/* Other browsers */
		height: /**/89px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:1000px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}

