/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background: #fff; color: #010437; padding-top: 17px; }

#bodyWrapper { width: 949px; margin: auto; }

/* specific link colours for this site */
a         { color: #010437; text-decoration: underline; }
a:link    { color: #010437; text-decoration: underline; }
a:visited { color: #010437; text-decoration: underline; }
a:hover   { color: #7ca0b0; text-decoration: underline; }
a:active  { color: #7ca0b0; text-decoration: underline; }

ul.clean    { list-style: none; margin: 0; padding: 0; }
ul.clean li { list-style: none; margin: 0; padding: 0; }

.input { 
	background:#5b5d7f; 
	width:405px;
	height:29px;
	border:0px;
	color:#fff;
	padding-left:10px;
	margin-bottom:4px;
}
html*.input { 
	background:#5b5d7f; 
	width:405px;
	height:19px;
	border:0px;
	color:#fff;
	padding-left:10px;
	margin-bottom:4px;
	padding-top:10px;
}
.inputTextarea { 
	background:#5b5d7f; 
	width:405px;
	height:91px;
	border:0px;
	color:#fff;
	padding-left:10px;
	padding-top:10px;
}
.btn { 
	float:right;
	margin:9px 4px 0 0;
}

/** comments **/
.comment {  color:#34778d;  }
.comment .details {  color:#84d8f3;  }


/*******************/
/* header elements */
/*******************/
#header {  }

#header #flags { text-align: right; }
#header #logo  { float: left; margin-top: 10px; }

#header #nav {
	float: right;
	margin-top: 64px;
}
#header #nav li {
	float: left;
	margin-left: 6px;
}
#header #nav li a {
	text-decoration: none;
}

/* sprites */
#nav .sprite {
	background-image: url(../images/navigation.png);
	display: block;
	height: 39px;
}
#nav .sprite span { display: none; }
#nav-home                  { width: 35px;  background-position: 0px 0px; }
#nav-about-us              { width: 54px;  background-position: 0px -39px; }
#nav-industry-sectors      { width: 97px;  background-position: 0px -78px; }
#nav-people                { width: 39px;  background-position: 0px -117px; }
#nav-news-and-publications { width: 121px; background-position: 0px -156px; }
#nav-international         { width: 74px;  background-position: 0px -195px; }
#nav-recruitment           { width: 71px;  background-position: 0px -234px; }
#nav-contact-us            { width: 64px;  background-position: 0px -273px; }
/* hover */
#nav-home:hover                  { background-position: -121px 0px; }
#nav-about-us:hover              { background-position: -121px -39px; }
#nav-industry-sectors:hover      { background-position: -121px -78px; }
#nav-people:hover                { background-position: -121px -117px; }
#nav-news-and-publications:hover { background-position: -121px -156px; }
#nav-international:hover         { background-position: -121px -195px; }
#nav-recruitment:hover           { background-position: -121px -234px; }
#nav-contact-us:hover            { background-position: -121px -273px; }
 

#header #banner { display: block; border-top: 4px solid #666; border-bottom: 4px solid #666; padding: 8px 0 9px; margin-bottom: 13px; }

ul.nav    { list-style: none; margin: 0; padding: 0; }
ul.nav li { display: inline; margin-right: 10px; }


/********************/
/* content elements */
/********************/
#main {  }

#sidebar { width: 196px; float: left; margin-right: 17px; }
#page    { width: 736px; float: left; }
#page-content { width: 419px; float: left; }

#latest-news {
	background: #29677b url(../images/news_bg.png) repeat-x scroll top left;
	float: right;
	padding: 15px 20px 10px;
	width: 260px;
	color:#fff;
}

#latest-blog {
	background:url(../images/blog_bg.png) repeat-x scroll top left;
	float: right;
	padding: 15px 20px 10px;
	width: 260px;
	margin-top:20px;
	clear:right;
	color:#fff;
}
.item h2.blog_title {
	font-weight:bold; 
	font-size:14px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
}
.item .blog_date {
	font-size:12px;	
}

/* blog section **/
.blog{ margin:0 0 16px 0; }

.blog  .left { 
	float:left; 
	min-width:50px; 
	margin-right:11px; 
	height:11px;
}
.blog  .right { 
	float:left; 
	min-width:50px;
}
.blog h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:11px;
}
.blog .date{
	margin-bottom:11px;
	font-size:12px;
}

.divider{ margin:15px 0; }
a.comments{ color:#84d8f3; text-decoration:underline; }
a.comments:hover{  text-decoration:none; }

/** comments **/

#leaveAcomment{ margin-top:20px; }

/* people page */
#people dt { padding: 3px 0; }
#people dt a,
#people dt a:link,
#people dt a:visited {
	background-color: #070a3b;
	color: #fff;
	display: block;
	padding: 1px 7px 2px;
	text-decoration: none;
}
#people dt a:hover,
#people dt a:active { color: #fff; background-color: #4d4f73; }
#people dd { margin: 0; padding: 0; }
#people dd .container { margin: 10px 20px; }

.personLeft   { float: left; width: 227px; background: #000; margin-right: 10px; border:1px solid #838383; }
.personDetail { padding: 10px; }
.personRight  { float: right; width: 490px; }

/* departments */
#departments,
#departments li,
#departments li ul,
#departments li ul li { list-style: none; margin: 0; padding: 0; }

#departments .department { margin: 6px 0; }
#departments li ul { margin: 3px 10px; }
#departments li ul li { margin-top: 3px; border-top: 1px dotted #aaa; padding-top: 3px; }

#departments a,
#departments a:link,
#departments a:visited,
#departments a:hover,
#departments a:active { text-decoration: none; }

/* sprites! */
#departments .sprite {
	background-image: url(../images/departments.png);
	display: block;
	height: 35px;
	width: 196px;
}
#departments .sprite span { display: none; }
#departments-property                          { background-position: 0px 0px; }
#departments-company-and-commercial            { background-position: 0px -35px; }
#departments-employment                        { background-position: 0px -70px; }
#departments-insolvency-and-recovery           { background-position: 0px -105px; }
#departments-litigation                        { background-position: 0px -140px; }
#departments-property-litigation               { background-position: 0px -175px; }
#departments-family-and-matrimonial            { background-position: 0px -210px; }
#departments-private-client                    { background-position: 0px -245px; }
#departments-licensing                         { background-position: 0px -280px; }
#departments-franchising                       { background-position: 0px -315px; }
#departments-new-media-and-entertainment       { background-position: 0px -350px; }
#departments-mediation                         { background-position: 0px -385px; }
/* hover */
#departments-property:hover                    { background-position: -196px 0px; }
#departments-company-and-commercial:hover      { background-position: -196px -35px; }
#departments-employment:hover                  { background-position: -196px -70px; }
#departments-insolvency-and-recovery:hover     { background-position: -196px -105px; }
#departments-litigation:hover                  { background-position: -196px -140px; }
#departments-property-litigation:hover         { background-position: -196px -175px; }
#departments-family-and-matrimonial:hover      { background-position: -196px -210px; }
#departments-private-client:hover              { background-position: -196px -245px; }
#departments-licensing:hover                   { background-position: -196px -280px; }
#departments-franchising:hover                 { background-position: -196px -315px; }
#departments-new-media-and-entertainment:hover { background-position: -196px -350px; }
#departments-mediation:hover                   { background-position: -196px -385px; }

ul { margin-left: 1.5em; padding-left: 0; }
li { margin: 0; padding: 0; }

/* people nav */
ul#people { list-style: none; margin: 0; padding: 0; }
ul#people li a {
	background: #efeded;
	display: block;
	line-height: 24px;
	margin: 0;
	margin-bottom: 6px;
	padding: 0 11px;
	text-decoration: none;
	width: 174px;
}
ul#people li a.odd { background: #d4d4d4; }

ul#people li a:hover,
ul#people li a.odd:hover { background: #30344f; color: #fff; }



div.hr {
	margin: 15px 0;
	height: 1px;
	background: transparent url(../images/hr.gif) repeat-x scroll 0 0;
}
div.hr hr { display: none; }


/*********/
/* items */
/*********/
.item        { padding-bottom: 10px; border-bottom: 1px dotted #aaa; margin-bottom: 10px; }
.item .title { font-weight: bold; font-size: 1em; margin: 0; }
.item .date  { margin-bottom: 20px; }
.item .image { float: left; margin-right: 5px; margin-bottom: 5px; }

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { margin-top: 25px; border-top: 4px solid #666; border-bottom: 4px solid #666; padding: 5px 0; margin-bottom: 10px; color: #999; }
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; color: #f00; } /* error box in red */
