/*@charset "utf-8";*/
/* CSS Document */
h2 {
	padding: 30px 5px 5px 7px;
 	margin: 5px;
 	font-size: 1.1em;
 	font-weight: bold;
}
h3 {
	margin:2px;
	padding: 10px 5px 5px 7px;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}
p {
	padding: 0.5em;
}
ul {
	list-style-type:disc;
	padding-left:10px;
	margin-left:5px;
}

.credits {
	margin-bottom: 10px;
}
navigation1 {
	padding-bottom:25px;
	border-bottom:double;
	border-bottom-color:#000;
	
	/*border-top:double;
	border-top-color:#000;*/
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 35px auto;
	border-top: 0;
	padding: 0;
	
	/*background:*/
	color: #FFF;
	background: url(../images/general/brushed-steel-6-blue-b.jpg) repeat;
	background-position:center top;
	width:960px;
}

.header {
	padding-bottom:0px;
	margin-left: 50px;  /* edded to move to right 25 April */
	/*border-bottom:double;*/
	border-bottom-color:#000;
}
.header h1{
	/*background :url(../images/general/micks_logo.jpg) no-repeat right;*/
	margin-left: 20px;
	padding:10px 0 2px 0;
	font: bold 1.5em  Georgia, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color:#FFF;
	/*text-shadow: -3px 3px 3px #CCC; */
}

.header h1 strong {
	font-size: 1.5em;
	line-height:1.6em;
}

.header2 {
	font: bold 1em Arial, Helvetica, sans-serif;
	float:right;
	margin-right: 300px;
	padding-top: 70px;
	line-height:1.4em;
}

.header2 a:link {
	color: #FFF;
	text-decoration: underline;
}

/* new stuff */
a:link {
	color: #FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #3C3;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
.sidebar2 {
	float: right;
	width: 180px;
	padding: 10px 0;
	padding-top:180px;
}
/*.sidebar2_home23April{
	float: right;
	width: 180px;
	padding: 1px 0;
	padding-top:180px
}*/
.sidebar_right_main_work{
	float: right;
	width: 180px;
	padding: 1px 0;
	padding-top:100px
}
.sidbar_equipment_left{
	float: left;
	width: 180px;
	padding-bottom: 10px;
	padding-top:180px;
}
.sidebar_right_childrens{
	float: right;
	width: 180px;
	padding: 1px 0;
	padding-top:10px
}
.sidebar2_home {
	float: right;
	width: 180px;
	padding: 10px 0;
	padding-top:10px;
}
.sidebar2 img {
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:15px;
}

.creditside1{/*27 April to align left hand side photos with right */
	padding-top:180px;
}
.creditside1 img{
	padding-bottom:10px;
}
/*.equipmentside1 img {
	padding-bottom:10px;
}*/
.content_index {
	padding: 10px 0;
	width: 940px;
	float: left;
}
.content_index2 {
	padding: 10px 0;
	width: 840px;
	float: left;
}
.content {
	padding: 10px 0;
	width: 580px;
	float: left;
}
.content_left {
	padding: 0px 0;
	width: 300px;
	float: left;
}
.content_left_pack {
	padding: 0px 0;
	width: 150px;
	float: left;
}
.content_right {
	padding: 0px 0;
	width: 200px;
	float: left;
}
.content_index_left {
	padding: 0px 0;
	width: 500px;
	float: left;
}
.content_index_right {
	padding: 0px 0;
	width: 200px;
	float: left;
}
ul.nav {
	list-style: none; /* this removes the list marker */
	/*border-top: 1px solid #000;*/ /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	display:inline-block;
	float: left;
	text-decoration:underline;
	border-bottom:double;
	/*border-bottom: 1px solid #000;*/ /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 90px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	/*background-image: url(brushed-steel-5.jpg);*/
	/*background: #333;*/
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image: url(brushed-steel-5.jpg);
	/*background: #333;*/
	color: #FFF;
	text-decoration:underline;
}
/* titles for the main photos */

.figure p {
	font:0.75em/normal Arial, Helvetica, sans-serif;
	color:#FC0;
	text-align: center;
	margin-top: 0;
	margin-bottom:20px;
	padding:0 10px 2px 10px;
	
}
/* formating for main fotos */
.figure img{
	float:none;
	margin:0 auto;
	padding:0;
	border:0;
	display:block; 
	margin-left:auto; 
	margin-right:auto;
}

/* formating for 2 main photos side by side */
.figure2 {
	width:280px;
	float:left;
}
.footer {
	padding: 10px 0;
	height:120px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 100%;
	/*border:#000 thin;*/
	margin-right:5px;
	border-color:#F60;
	border-top:1px solid;
	margin-top:50px;
}
.photo {
}
.linkedin, .facebook, .eyefish, .ibs {
	padding-left:20px;
	padding-top:5px;
	margin-left:15px;
	margin-right:15px;
}

.linkedin {
	float:left;
	width:200px;
	margin-left:20px;
	margin-right:20px;	
}
.facebook {
	width:160px;
	float: left;	
}
.IMDb {
	width:160px;
	padding-left:20px;
	float: left;
}
.ibs {
	float:left;
	width:auto;
	padding-left:10px;
	padding-top:5px;
	margin-left:5px;
	margin-right:15px;
}
.BECTA {
	float:right;
	width:120px;
	padding-right:10px;
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
}
.design {
	padding:0;
	border:0;
	margin:0;
	font-size:0.75em;
	font-style:italic;
	color:#F93;
	text-align:center;
}
/* for JQuery */
.slideshow { width: 120px; height: 120px; margin: auto }
.slideshow img { padding: 5px; border: 1px solid #000; background-color: #000; }
/* end */
