@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Lucida Sans Unicode", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	text-align: justify;
	}
html>body { font-size: small; } /* be nice to Opera */

html, body {
height: 100%;
}

#threeColLayout {
	background: url(assets/greyFade.jpg) repeat-x scroll;
}
#twoColLayout {
background: url(assets/greyFade.jpg) repeat-x scroll;
}
#oneColLayout {
background: url(assets/greyFade.jpg) repeat-x scroll;
}
#bigSmall {
background: url(assets/greyFade.jpg) repeat-x scroll;
}

/*************************************************
                    LIST
*************************************************/
ul
{
	list-style: square;
	margin: 0 0 0 12px;
	padding: 0;
}

li
{
	list-style: square;
	margin: 0 0 0 0px;
	padding: 0;
	line-height: 150%;
}

/* default links */

a:link {
	background-color: transparent;
	text-decoration: underline;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:visited {
	text-decoration: underline;
	color: #666
}

a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
	text-decoration:none;
	border-bottom: 1px dotted #999;
}

a.info:hover{
	z-index:25;
	border-bottom: 1px solid #F90;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:1em;
	width:12em;
	border:1px solid #F90;
	color:#000;
	text-align: left;
	background: #FFF url(assets/triangleTip.gif) no-repeat left top;
	padding: 2px 10px;
}

/* headers here */
.orange {
	text-transform: uppercase;
	color: #F90;
	font-size: 120%;
}

.white {
	text-transform: lowercase;
	color: #CCC;
	font-size: 120%;
	font-weight: bold;
}

.black {
	text-transform: lowercase;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
margin: 0;
padding: 30px;
font-size: 150%;
color: #FF0000;
text-indent: -9000px;
}

h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 1.8em;
	color: #999;
	display: block;
	min-height: 41px;
	font-weight: normal;
	text-align: left;
}

h2:first-letter {
	font-size: 1.4em;
	color: #999;
}

/* for Internet Explorer */
/*\*/
* html h2 {
height: 41px;
}
/**/


/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
	text-transform: uppercase;
	display: inline;
	font-size: 105%;
	margin: 10px 5px 0px 0px;
	padding: 0px 0px 10px;
	color: #F90;
}


strong {
	color: #000;
	font-weight: bold;
	color: inherit;
	}

emphasis {
	}
	
em.seo, strong.seo {
    font-weight: normal;
    font-style: normal;
	}


.default h3 {
background: #F6CE45;
}
.careers h3 {
background: #F762E0;
}
.one_man h3 {
font-size: 110%;
background: #B18FD1;
}
.interviews h3 {
font-size: 110%;
background: #D7D493;
}
.profiles h3 {
background: #C4DDB8;
}

/* main wrapper that holds it all centrally */

#wrapper {
	width:960px;
	margin:0 auto -90px;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

/* default masthead holding the banner and mainNav */

#header {
	width: 960px;
	height: 81px;
	border-bottom: 4px double #999;
}

#header img {
	position: relative;
	width: 160px;
	height: 56px;
	text-decoration: none;
	border-style: none;
	margin-top: -20px;
	margin-left: -32px;
}	
	
#header p {
	margin-top: -20px;
	margin-left: -8000px;
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:640px;
display:inline;
margin: 0px 0px 20px 160px;
}

/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */

#threeColLayout #primaryContent {
float:left;
width:300px;
margin: 0 20px 20px 0px;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
	width:299px;
	float:left;
	margin: 0 15px 30px 0;
}

#bigSmall #primaryContent {
	width:646px;
	float:left;
	margin: 0 55px 30px 0;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
	float:left;
	width:646px;
	margin: 0 0 10px 0px;
}

#bigSmall #secondaryContent {
	float:left;
	width:209px;
	margin: 0 0 30px 0px;
}

#secondaryContent{
float:left;
width:300px;
margin: 20px 0 10px 20px;
}

#sideContent{
float:left;
width:260px;
margin: 0 0 20px 20px;
}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent{
width:555px;
float:left;
margin: 0 0 20px 195px;
}

/*************************************************
                   LINKBOXES
*************************************************/

#linkboxes {
	width: 960px;
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 105%;
	color: #999;
	background: #CCC url(assets/stripeLight.png);
	visibility: visible;
	text-align: left;
	display: inline-block;
}

.linkBox1 {
	width:290px;
	margin: 15px 15px 15px 15px;
	padding: 3px;
	background: #CCC url(none);
	display: block;
	float: left;
	border: 2px solid #FFF;
	clear: left;
}

.linkBox2 {
	width:290px;
	margin: 15px 0px 15px 0px;
	padding: 3px;
	background: #CCC url(none);
	display: block;
	float: left;
	border: 2px solid #FFF;
}

.linkBox3 {
	width:290px;
	margin: 15px 15px 15px 15px;
	padding: 3px;
	background: #CCC url(none);
	display: block;
	float: left;
	border: 2px solid #FFF;
	clear: right;
}

.boxInsert {
	min-height:100px;
	margin: 5px 5px 5px 5px;
	background: #FFF;
	padding: 5px 85px 5px 5px;
}

.linkBox1 .boxInsert {
	background: #FFF url(assets/portfolio.gif) no-repeat 192px center;
}

.linkBox2 .boxInsert {
	background: #FFF url(assets/hardhat.gif) no-repeat 192px center;
}

.linkBox3 .boxInsert {
	background: #FFF url(assets/typewriter.gif) no-repeat 192px center;
}


/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:160px;
margin: 5px 0 0 10px;
padding: 10px 0 5px 0;
background: #FFF;
}
.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #666;
}

/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 15px 0 0 0;
padding: 5px 0 5px 0;
background:url(diags.gif);
}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
margin: 0 10px 0 10px;
background: #FFF;
padding: 5px 0 5px 0;
line-height: 170%;
}

/* paragraph styles for any main boxes */
.cbb p, .cb p {
margin: 0;
padding: 0 5px 5px 50px;
color: #333;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
margin: 0.5em 0;
line-height: 170%;
	}

/* Rules for the top corners and border */
.bt {
	background:url(box.png) no-repeat 100% 0 !important;
	background:url(box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
	}
.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.png) no-repeat 0 0 !important;
	background:url(box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box.png) no-repeat 100% 100% !important;
	background:url(box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(box.png) no-repeat 0 100% !important;
	background:url(box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background:url(borders.png) repeat-y 0 0 !important;
	background:url(borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0 !important;
	background:url(borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#FFF;
border: 1px solid #FFF;
	border-width:1px 0;
	padding:0 5px;
	}
/* CSS for the box ends here */

/********************************************** 
date and posted control the small text info in article blurbs
**********************************************/

.date {
font-size: 85%;
font-weight: bold;
color: #666;
}

.posted {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #F90;
}

.postedUnderline {
display: block;
margin: 0 5px 5px 50px;
padding: 0 0 5px 0;
font-weight: bold;
color: #666;
border-bottom: 1px solid #999;
}

address {
margin-left: 50px;
}

/*************************************************
                    Forms
*************************************************/

form {
	width:640px;
	margin:15px auto 10px;
	float: left;
}
label {
	width:600px;
	display:inline-block;
	font-weight:bold;
	margin-left: 20px;
	float: left;
	text-align: left;
}
textarea {
	width:400px;
	height:150px;
	margin-left: 150px;
}
.textInput {
	width:250px;
	margin-left: 150px;
}
select {
	width:150px;
	margin-left: 150px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
.required {
	width:300px;
	color:#F90;
	display:inline-block;
	font-size:90%;
	font-weight: normal;
	margin-left: 130px;
	float: left;
}
.submitButton {
	width:150px;
	float: right;
}


/********************************************** 
				  ERM, the FOOTER


.clearfooter {
height: 100px;
clear: both;
}

#footer_holder {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	background: #999 url(assets/shadow12Px.jpg) repeat-x top;
}	
	
#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	color: #FFF;
	position: relative;
	background: #666 url(assets/shadow12Px.jpg) repeat-x top;
	}	

#footer p {
margin: 10px 10px 0 0;
padding: 10px 4px 4px 0;
}

#footer a:link, #footer a:visited {
	color: #FFF	;
	text-decoration: none;
}
#footer a:hover {
color: #F90;
background: #666;
}
**********************************************/
.footer, .push {
	height: 90px;
	text-align: center;
}

.footer p {
	position: relative;
	height: 90px;
	left: 0;
	width: 100%;
	padding: 40px 0 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background: #666 url(assets/shadow12Px.jpg) repeat-x top;
	clear: both;
}

.footer a:link, #footer a:visited {
	color: #FFF	;
	text-decoration: none;
}

/********************************************
image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. By default, all images will have a 2px border, and bottom and right margins of 5px. They will all float left.
********************************************/

img {
float: left;
margin: 0px 0 2px 5px;
padding: 2px;
border: 1px solid #999;
}

/* For any images in the default boxes - the pencil icons - I don't want the 2px border. So I set border to 0 */

.default img {
border: 0;
}

/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
	display: block;
	float: none;
	border: 1px solid #999;
	padding: 3px;
	margin-left: 0px;
}

.featureImageLeft {
	display: inline-block;
	float: left;
	border: 1px solid #999;
	padding: 2px;
	margin: 0px 0 0 0;
	background: url(assets/ajax-loader.gif) no-repeat center center;
}

.featureImageRight {
	display: block;
	float: right;
	border: 1px solid #999;
	padding: 3px;
	margin: 0px;
}

/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

.img-wrapper {
margin: 20px 40px 0 0;
background: url(shadow.gif) no-repeat bottom right;
float:left;
line-height:0;
}
 
.img-wrapper img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}


#thumbContainer {
	float: right;
	text-align: right;
	margin: 0px 0px 15px;
	padding-right: 5px;
	width: 660px;
}

.imagewrapper {
	width: 41px;
	height: 41px;
	float: left;
	text-align: right;
	display:inline;
	margin: 0 0px 0 14px;
}

.thumbnails {
	width: 35px;
	height: 35px;
	border: solid 1px #999;
	padding: 2px;
	background-color: #FFF;
}


/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

.cbSide ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
}

.cbSide li a:link {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:active {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:hover {
color:#990000;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif) 0px -20px;
text-decoration:none;
}

.cbSide li a:visited {
color: #999;
text-decoration:none;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
background-position: 0 -40px;
}

/**********************************************
horizontal main menu navigation - based on a method from Richard Rutter
**********************************************/

 #mainNav
{
	margin: -20px 0 0;
	padding: 0px;
	width: 960px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: right;
width: auto;
}

#mainNav a
{
	color: #999;
	display: inline;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0 0 10px 20px;
}

#mainNav a:hover, #mainNav a:active {
	color: #666;
}

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
}

a#here {
	color: #F90 !important;
}

/********************************************
horizontal sub menu navigation - based on a method from Richard Rutter
********************************************/
 #subNav
{
	margin: 3px 0 18px 0;
	padding: 0px;
	width: 960px;
	height: 10px;
	font-size: 13px;
	display: block;
	font-weight: bold;
}

#subNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#subNav li
{
display: block;
margin: 0;
padding: 0;
float: right;
width: auto;
}

#subNav a
{
	color: #999;
	display: inline;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0 0 10px 15px;
}

#subNav a:hover, #subNav a:active {
	color: #666;
}

#subNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}



/********************************************
PROJECT LIST navigation 
********************************************/
 #listNav
{
	margin: 7px 0 10px 0;
	padding: 0px;
	width: 249px;
	font-size: 1.25em;
	color: #666;
	font-variant: small-caps;
}

#listNav ul
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}

#listNav li
{
	list-style: none;
	padding: 0;
	line-height: 150%;
}

#listNav li.smaller
{
	font-size:.8em;
	color:#999;
	padding-bottom: 0.75em;
	margin-top: -4px;
}

#listNav a
{
	color: #666;
	width: auto;
	text-decoration: none;
}

#listNav a:hover, #listNav a:active {
	color: #F90;
}

#listNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}

/* Highlighting the current page */

body.home #mainNav a#home, body.gallery #mainNav a#gallery, body.contact #mainNav a#contact { 
  color: #fff;
text-decoration: underline;
}
body.home #mainNav a:hover#home, body.gallery #mainNav a:hover#gallery, body.contact #mainNav a:hover#contact { 
  color: #000;
}

/* Highlighting external links ONLY in the main text areas, so as not to screw up the ticked-off links */

.box.default a[href^="http:"] { 
  background: url(external.gif) no-repeat right top;
  padding-right: 10px; 
} 
 .box.default a[href^="http://www.collylogic.com"], .box.default a[href^="http://www.collylogic.com"] { 
  background-image: none; 
  padding-right: 0; 
}



.clearall:after {
  content: ".";
  display: block;
  height: 0;
  clear: right;
  visibility: hidden;
}

.clearall {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearall {
  height: 1%;
}
.clearall {
  display: block;
}
/* End hide from IE-mac */








/* Sub Navigation
----------------------------------------------- 
#subNav {
	position:relative;
	width:1090px;
	height:60px;
	z-index:1;
	text-align: right;
	clear:both;
	font-size: 110%;
	list-style: none;
	display: inline;
	text-decoration: none;
	padding-bottom: 500px;
	border: 1px dashed #900;
}

#subMenu {
	margin: 0;
	padding-top: 40px;
	top:40px;
	list-style: none;
	display: inline;
}

#subMenu li {
	padding: 0;
	margin: 0;
	height: 20px;
	list-style: none;
	float: right;
}

#subMenu li a {
	display: block;
	text-decoration: none;
	display: inline;
	padding-left: 20px;
	color: #999;
}

#subMenu a:hover {
	color: #000;
}

#subNav a.subNavHi {
	color: #F90;
}

/* Thumbnails
----------------------------------------------- 

#thumbContainer {
	position:relative;
	left:0px;
	top:0px;
	width:655px;
	height:41px;
	clear: right;
	margin: 0px;
	text-align: right;
	float: right;
}

#thumbContainer div {
	position: relative;
	width: 35px;
	height: 35px;
	float: left;
	padding: 0;
	display:inline;
	margin-right: 12px;
}

#thumbContainer img {
	width: 35px;
	height: 35px;
	border: solid 1px #999;
	padding: 2px;
	background-color: #FFF;
	margin-left: 6px;
}

/* Text
----------------------------------------------- 
h1 {
	position:relative;
	width: 320px;
	height: 41px;
	font-size: 200%;
	vertical-align: top;
	margin: 0;
	text-align: left;
	clear: left;
	float: left;
	color: #999;
	font-weight: normal;
	}
	
#contentContainer {
	position:relative;
	left:0px;
	padding: 0;
	width:345px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	background-color: #FFF;
	clear: left;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

#content {
	position:relative;
	bottom:0px;
	float: left;
	display:block;
	width:344px;
	vertical-align: top;
	text-align: justify;
	margin: 0;
	padding: 0;
}

.contentText {
	vertical-align: top;
	margin: 0;
	padding: 0;
	}

#contentProp {
	height:392px;
	float:right;
	width:1px;
	margin: 0;
	padding: 0;
	display:inline;
}

#contactContainer {
	position:relative;
	margin: 0;
	padding: 0;
	bottom:0px;
	width:345px;
	float: left;
	text-align: center;
}

.hideLink {
	text-decoration: none;
	border: none;
}


.contacts {
	color: #999999;
	padding-bottom: 0px;
	margin: 0px;
	bottom: 0px;
	vertical-align: baseline;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
	font-size: 95%;
}
/* Image
----------------------------------------------- 
#picContainer {
	position:relative;
	width:726px;
	height:486px;
	z-index:2;
	clear: right;
	float: right;
}

#main {
	position:relative;
	width:720px;
	height:480px;
	z-index:2;
	left: 2px;
	top: 2px;
	text-align: right;
}

#mainImage {
	border: 1px solid #999;
	padding: 2px;
	width: 100%;
	height: 100%;
}


/* clear
----------------------------------------------- 
.clearall {
	position:relative;
	content: ".";
	display: block;
	height: 10px;
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* End hide from IE-mac */
