/* -------------------------------------------------------------- 
  
   RESET
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* --------------------------------------------------------------
   
   GRID
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 990px;
  margin: 0 auto;
}

#main-container {
	padding-bottom: 100px;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid {
  background: url(http://static.ycnonline.com/styles/images/grid.png);
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10  { width: 390px; }
.span-11  { width: 430px; }
.span-12  { width: 470px; }
.span-13  { width: 510px; }
.span-14  { width: 550px; }
.span-15  { width: 590px; }
.span-16  { width: 630px; }
.span-17  { width: 670px; }
.span-18  { width: 710px; }
.span-19  { width: 750px; }
.span-20  { width: 790px; }
.span-21  { width: 830px; }
.span-22  { width: 870px; }
.span-23  { width: 910px; }
.span-24  { width: 950px; }
.span-25  { width: 990px; margin-right: 0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24, input.span-25, textarea.span-25 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 18px!important; }
input.span-2, textarea.span-2 { width: 58px!important; }
input.span-3, textarea.span-3 { width: 98px!important; }
input.span-4, textarea.span-4 { width: 138px!important; }
input.span-5, textarea.span-5 { width: 178px!important; }
input.span-6, textarea.span-6 { width: 218px!important; }
input.span-7, textarea.span-7 { width: 258px!important; }
input.span-8, textarea.span-8 { width: 298px!important; }
input.span-9, textarea.span-9 { width: 338px!important; }
input.span-10, textarea.span-10 { width: 378px!important; }
input.span-11, textarea.span-11 { width: 418px!important; }
input.span-12, textarea.span-12 { width: 458px!important; }
input.span-13, textarea.span-13 { width: 498px!important; }
input.span-14, textarea.span-14 { width: 538px!important; }
input.span-15, textarea.span-15 { width: 578px!important; }
input.span-16, textarea.span-16 { width: 618px!important; }
input.span-17, textarea.span-17 { width: 658px!important; }
input.span-18, textarea.span-18 { width: 698px!important; }
input.span-19, textarea.span-19 { width: 738px!important; }
input.span-20, textarea.span-20 { width: 778px!important; }
input.span-21, textarea.span-21 { width: 818px!important; }
input.span-22, textarea.span-22 { width: 858px!important; }
input.span-23, textarea.span-23 { width: 898px!important; }
input.span-24, textarea.span-24 { width: 938px!important; }
input.span-25, textarea.span-25 { width: 978px!important; }

/* Add these to a column to append empty cols. */

.append-1  { padding-right: 40px; } 
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10  { padding-right: 400px; } 
.append-11  { padding-right: 440px; } 
.append-12  { padding-right: 480px; } 
.append-13  { padding-right: 520px; } 
.append-14  { padding-right: 560px; } 
.append-15  { padding-right: 600px; } 
.append-16  { padding-right: 640px; } 
.append-17  { padding-right: 680px; } 
.append-18  { padding-right: 720px; } 
.append-19  { padding-right: 760px; } 
.append-20  { padding-right: 800px; } 
.append-21  { padding-right: 840px; } 
.append-22  { padding-right: 880px; } 
.append-23  { padding-right: 920px; } 
.append-24  { padding-right: 960px; } 

/* Add these to a column to prepend empty cols. */

.prepend-1  { padding-left: 40px; } 
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10  { padding-left: 400px; } 
.prepend-11  { padding-left: 440px; } 
.prepend-12  { padding-left: 480px; } 
.prepend-13  { padding-left: 520px; } 
.prepend-14  { padding-left: 560px; } 
.prepend-15  { padding-left: 600px; } 
.prepend-16  { padding-left: 640px; } 
.prepend-17  { padding-left: 680px; } 
.prepend-18  { padding-left: 720px; } 
.prepend-19  { padding-left: 760px; } 
.prepend-20  { padding-left: 800px; } 
.prepend-21  { padding-left: 840px; } 
.prepend-22  { padding-left: 880px; } 
.prepend-23  { padding-left: 920px; } 
.prepend-24  { padding-left: 960px; } 


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #dddddd;
}


/* Use these classes on an element to push it into the 
next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }
.pull-6 { margin-left: -240px; }
.pull-7 { margin-left: -280px; }
.pull-8 { margin-left: -320px; }
.pull-9 { margin-left: -360px; }
.pull-10 { margin-left: -400px; }
.pull-11 { margin-left: -440px; }
.pull-12 { margin-left: -480px; }
.pull-13 { margin-left: -520px; }
.pull-14 { margin-left: -560px; }
.pull-15 { margin-left: -600px; }
.pull-16 { margin-left: -640px; }
.pull-17 { margin-left: -680px; }
.pull-18 { margin-left: -720px; }
.pull-19 { margin-left: -760px; }
.pull-20 { margin-left: -800px; }
.pull-21 { margin-left: -840px; }
.pull-22 { margin-left: -880px; }
.pull-23 { margin-left: -920px; }
.pull-24 { margin-left: -960px; }
.pull-25 { margin-left: -1000px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24, .pull-25 {float: left; position:relative;}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }
.push-6 { margin: 0 -240px 1.5em 240px; }
.push-7 { margin: 0 -280px 1.5em 280px; }
.push-8 { margin: 0 -320px 1.5em 320px; }
.push-9 { margin: 0 -360px 1.5em 360px; }
.push-10 { margin: 0 -400px 1.5em 400px; }
.push-11 { margin: 0 -440px 1.5em 440px; }
.push-12 { margin: 0 -480px 1.5em 480px; }
.push-13 { margin: 0 -520px 1.5em 520px; }
.push-14 { margin: 0 -560px 1.5em 560px; }
.push-15 { margin: 0 -600px 1.5em 600px; }
.push-16 { margin: 0 -640px 1.5em 640px; }
.push-17 { margin: 0 -680px 1.5em 680px; }
.push-18 { margin: 0 -720px 1.5em 720px; }
.push-19 { margin: 0 -760px 1.5em 760px; }
.push-20 { margin: 0 -800px 1.5em 800px; }
.push-21 { margin: 0 -840px 1.5em 840px; }
.push-22 { margin: 0 -880px 1.5em 880px; }
.push-23 { margin: 0 -920px 1.5em 920px; }
.push-24 { margin: 0 -960px 1.5em 960px; }
.push-25 { margin: 0 -1000px 1.5em 1000px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24, .push-25 {float: right; position:relative;}

/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {clear:both;}

/* Some border styles
-------------------------------------------------------------- */

.border-bottom {
	border-bottom:1px solid #818285;
	margin-bottom:18px;
	padding-bottom:12px;
}

.border-bottom.dotted {
	border-bottom-style: dotted;
}


/* --------------------------------------------------------------

   FORMS

-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#f1f1f1;
  border:1px solid #eee;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#bbb;
  background-color: #f1f1f1;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   {font-size:1.5em;}
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline {line-height:3;}
form.inline p {margin-bottom:0;}

input[type=text], input[type=password], textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* -------------------------------------------------------------- 
  
   BUTTONS

-------------------------------------------------------------- */

a.button, 
button,
a.foxycart,
a.fe_checkout {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color:#f1f1f1;
	border: 1px solid #eee;
	color:#565656;
	cursor:pointer;
	display:block;
	float:left;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:130%;
	margin:6px 0 0.7em;
	padding:5px 10px 5px 7px;
	text-decoration:none;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

button.right {
	float: right;
}

a.button:hover, 
button:hover,
a.foxycart:hover,
a.fe_checkout:hover {
	background-color: #000;
	color: #fff !important;
	text-decoration: none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {color:#529214;}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {color:#d12f19;}
a.negative:hover, button.negative:hover {
  background-color:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}


/* -------------------------------------------------------------- 

   TYPOGRAPHY
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {font-size:100.01%;}
body { 
  font-size: 75%;
  color: #636466; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { 
	font-size: 21px;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-style: italic;
}

h1 em {
	font-style: normal;
}

h2 { 
	font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-size:21px;
	font-style:italic;
	line-height:1.4;
	margin-bottom:6px;
}

h3 { 
	font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-size:21px;
	font-style:italic;
	line-height:1;
	margin-bottom:4px;
	margin-top:0;
}

h3 span {
	font-style: normal;
}

body#agency h3 span {	color: #ed0062;	 }
body#awards h3 span {	color: #00ab52;	 }
body#opportunities h3 span {	color: #009ddd;	 }
body#shop h3 span {	color: #ee872d;	 }

h4 { 
	font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-size:14px;
	font-style:italic;
	line-height:1;
	margin-bottom:3px;
	margin-top:2px;
}

h5 { 
	color:#636466;
	font-size:12px;
	margin-bottom:5px;
}

h6 { font-size: 1em; font-weight: bold; }


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1 a, h2 a, h3 a, h4 a {	text-decoration: none;	}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

p.image      { margin: 0 0 1em; }

p.pre-title	{	
	font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-size:14px;
	margin:-3px 0 4px;
	}

body#agency p.pre-title { color: #ed0062; }
body#awards p.pre-title { color: #00ab52; }
body#opportunities p.pre-title { color: #009ddd; }
body#shop p.pre-title { color: #ee872d; }

a:focus, 
a:hover     { color: #000; text-decoration: underline; }
a           { color: #000; text-decoration: underline; }

a:active	{ opacity: 0.5	}


body#agency a:hover,
body#agency a.hover { color: #ed0062; }
body#awards a:hover,
body#awards a.hover { color: #00ab52; }
body#opportunities a:hover,
body#opportunities a.hover { color: #009ddd; }
body#shop a:hover,
body#shop a.hover { color: #ee872d; }

body#agency a.hover { color: #ed0062; }
body#awards a.hover { color: #00ab52; }
body#opportunities a.hover { color: #009ddd; }
body#shop a.hover { color: #ee872d; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: normal; }

body#agency em { color: #ed0062; }
body#awards em { color: #00ab52; }
body#opportunities em { color: #009ddd; }
body#shop em { color: #ee872d; }

dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         {color:#666;}

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 16px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  {background:#ff0;}
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.align-right { text-align: right; }

.large-serif {
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 21px;
	color: #000;
	margin-bottom: 1em;
}

.underline {
	text-decoration: underline;
}


/* Section colours
-------------------------------------------------------------- */

.agency { color: #ed0062; }
.awards { color: #00ab52; }
.opportunities { color: #009ddd; }
.shop { color: #ee872d; }




/* -------------------------------------------------------------- 

   GLOBAL
   
-------------------------------------------------------------- */


#logo {
	height: 90px;
	margin-bottom: 6px;
}

#logo a {
	display: block;
	height: 90px;
	width: 90px;
	outline: none;
	background-image: url(http://static.ycnonline.com/styles/images/logo.png);
	background-repeat: no-repeat;
}

#logo a span {
	display: block;
	text-indent: -9999em;
}

#standfirst {
	border-bottom:4px solid #000000;
	margin-bottom:28px;
	padding-bottom:22px;
}

#standfirst .top-border {
	border-top:1px dotted #818285;
	height:1px;
	padding-top:25px;
	width:990px;
}

#standfirst #more-toggle {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#standfirst #more-toggle span {
	border-color: white;
}

p.standfirst {
	color:#000000;
	font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-size:34px;
	line-height:48px;
	margin-bottom: 1px;
}

p.standfirst a {
	text-decoration: underline;
}

p.standfirst a:hover {
	color: #ed0062;
}

p.standfirst a.active,
p.standfirst em {
	text-decoration: none;
	font-style: italic;
}

body#agency p.standfirst a.active {	color: #ed0062;	}
body#awards p.standfirst a.active {	color: #00ab52;	}
body#opportunities p.standfirst a.active {	color: #009ddd;	}
body#shop p.standfirst a.active {	color: #ee872d;	}


#standfirst p span.small {
	font-size: 17px;
}

#standfirst #more {
	margin-top:14px;
	display: none;
}

.feature-description {
	height: 142px;
}

#right-column.fixed {
	position: relative;
	background-color: #fff;
}


/* Navigation
-------------------------------------------------------------- */

div#navigation {
	border-top:1px dotted #818285;
	display:inline-block;
	height:34px;
	padding:14px 0 8px;
	width:990px;
}

*:first-child+html div#navigation {
	padding:11px 0 9px;
}

div#navigation h1,
div#navigation .menu {
	float: left;
}


div#navigation .menu a {
	margin:0 0 0 11px;
	text-decoration:none;
	color: #636466;
}

body#agency div#navigation .menu a:hover,
body#agency div#navigation .menu a.active {	color: #ed0062;	}

body#awards div#navigation .menu a:hover,
body#awards div#navigation .menu a.active {	color: #00ab52;	}

body#opportunities div#navigation .menu a:hover,
body#opportunities div#navigation .menu a.active {	color: #009ddd;	}

body#shop div#navigation .menu a:hover,
body#shop div#navigation .menu a.active {	color: #ee872d;	}

div#navigation .menu,
div#navigation .menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
}

div#navigation .menu a {
	display:block;
	padding:0px 5px;
	text-decoration:none;
	outline: none;
}

div#navigation .menu li {
	float:left;
	margin:9px 0 0 0;
	position:relative;
}

div#navigation .menu ul {
	position:absolute;
	display:none;
	width:10em;
	top:1.5em;
}

div#navigation .menu ul {
	background-image: url(http://static.ycnonline.com/styles/images/pixels/ffffff_trans.png);
	background-repeat: repeat;
}


div#navigation .menu li ul li {
	margin:0 0 0 11px;
}



div#navigation .menu li ul li a {
	float:left;
	height:auto;
	margin:0;
	padding-bottom:0;
	padding-top:5px;
	width:10em;
}

div#navigation .menu li ul li:last-child a {
	padding-bottom: 7px;
}

div#navigation .menu ul ul {top:auto;}	

div#navigation .menu li ul ul {
	left:10em;
	margin:0px 0 0 10px;
}

div#navigation .menu li:hover ul ul, 
div#navigation .menu li:hover ul ul ul, 
div#navigation .menu li:hover ul ul ul ul{display:none;}
div#navigation .menu li:hover ul, 
div#navigation .menu li li:hover ul, 
div#navigation .menu li li li:hover ul, 
div#navigation .menu li li li li:hover ul{display:block;}


/* Breadcrumbs
-------------------------------------------------------------- */

div#breadcrumbs {
	font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-size:14px;
	margin-bottom:18px;
}

div#breadcrumbs a {
	text-decoration: none;
}

div#breadcrumbs span { font-style: italic; }

body#agency div#breadcrumbs span { color: #ed0062; }
body#awards div#breadcrumbs span { color: #00ab52; }
body#opportunities div#breadcrumbs span { color: #009ddd; }
body#shop div#breadcrumbs span { color: #ee872d; }


/* Section selector
-------------------------------------------------------------- */

#section-selector div {
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 21px;
}

#section-selector {
	margin-top: 50px;
}

#section-selector div {
	float: left;
	margin-right: 20px;
	white-space: nowrap;
	cursor: pointer;
}

#section-selector div.last {
	margin-right: 0;
}

#section-selector div a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #636466;
	text-decoration: none;
}




#section-selector div.agency { color: #ed0062; }
#section-selector div.awards { color: #00ab52; }
#section-selector div.opportunities { color: #009ddd; }
#section-selector div.shop { color: #ee872d; }

body#agency #section-selector div.agency a,
body#awards #section-selector div.awards a,
body#opportunities #section-selector div.opportunities a,
body#shop #section-selector div.shop a,
body#landing #section-selector div a { color: #636466; }

#section-selector div a:hover {
	color: #000 !important;
}


body#landing .agency a:hover {	color: #ed0062;  }
body#landing .awards a:hover {	color: #00ab52;  }
body#landing .opportunities a:hover {	color: #009ddd;  }
body#landing .shop a:hover {	color: #ee872d;  }


/* Landing page slider
-------------------------------------------------------------- */

#section-slider {padding-bottom:8px;}

#section-slider .images img {
	height: 239px;
	width: 590px;
	background-color: #eee;
}

#section-slider .agency-description {
	height: 225px;
}


/* Landing page elements
-------------------------------------------------------------- */

#sections .section .image {
	background-color: #eee;
	height: 127px;
	width: 230px;
}

#sections .section .text {
	margin-left: 10px;
	width: 340px;
}

#landing #news {
	margin-top: 18px;
}

.section-links {
	color: #636466; 
}

.section-links a {
	color: #000;
}

.section-links.agency a:hover {	color: #ed0062;  }
.section-links.awards a:hover {	color: #00ab52;  }
.section-links.opportunities a:hover {	color: #009ddd;  }
.section-links.shop a:hover {	color: #ee872d;  }


/* Common listing elements
-------------------------------------------------------------- */

p.date-stamp {
	margin-bottom: 0px;	
}

body#agency p.date-stamp { color: #ed0062; }
body#awards p.date-stamp { color: #00ab52; }
body#opportunities p.date-stamp { color: #009ddd; }
body#shop p.date-stamp { color: #ee872d; }


p.summary {
	margin-bottom: 10px;
}



/* Footer bits and pieces
-------------------------------------------------------------- */

#sitemap-container {
	background-color:#F4F4F4;
	height:220px;
	padding-top:18px;
}

#sitemap-container h5 {
	margin-bottom: 8px;
}

#sitemap-container h5 span {
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 21px;
}

#sitemap-container ul,
#sitemap-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sitemap-container ul li {
	margin-bottom: 3px;
}

#sitemap-container .elsewhere,
#sitemap-container .contact-info {margin-top:9px;}

#copyright-container {
	background-color:#000000;
	height:14px;
	padding-bottom:4px;
	padding-top:4px;
}

#copyright-container #copyright {
	font-size: 10px;
	color: #fff;
}

#sitemap-container .elsewhere h5 {margin-bottom:14px;}

#sitemap-container .elsewhere a span {
	display: block;
	text-indent: -9999em;
}

#sitemap-container .elsewhere a {
	outline: none;
	display: block;
}

#sitemap-container .elsewhere ul li {
	margin-bottom: 8px;
}

#sitemap-container .elsewhere .twitter a,
#sitemap-container .elsewhere .vimeo a,
#sitemap-container .elsewhere .flickr a,
#sitemap-container .elsewhere .facebook a {
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	height:23px;
}

#sitemap-container .elsewhere .twitter a {
	background-image: url(http://static.ycnonline.com/styles/images/social-logos/logo_twitter.png);
}
#sitemap-container .elsewhere .vimeo a {
	background-image: url(http://static.ycnonline.com/styles/images/social-logos/logo_vimeo.png);
}
#sitemap-container .elsewhere .flickr a {
	background-image: url(http://static.ycnonline.com/styles/images/social-logos/logo_flickr.png);
}
#sitemap-container .elsewhere .facebook a {
	background-image: url(http://static.ycnonline.com/styles/images/social-logos/logo_facebook.png);
}



/* News items
-------------------------------------------------------------- */

div.news-item.text-item {

}

div.news-item.small-image {

}

div.news-item.small-image h4 {margin-bottom:12px;}

div.news-item.large-image {

}


/* Pagination
-------------------------------------------------------------- */

#pagination {
	color: #636466;
	margin-top:21px;
	text-align: center;
}

#pagination span {
	font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-size:14px;
	margin:0 4px;
}


/* Dropdowns
-------------------------------------------------------------- */


.dropdown-container {
	float:left;
	font-size:11px;
	margin-bottom:24px;
	margin-right:10px;
	width:190px;
}

.dropdown-container.last,
.dropdown-container.last .dropdown {
	margin-right: 0 !important;	
}

.dropdown-container .label {
	float: left;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 14px;
	margin-right: 8px;
}

.dropdown-container a { 
  text-decoration: none; 
}
.dropdown-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-container p {
  margin: 15px 0;
}

.dropdown { 
	display:block;
	float:left;
	margin:0 8px 0 0;
	padding:0;

 }
.dropdown.last {margin-right:0;}
.dropdown ul li {margin-top:5px;display:block;}
.dropdown ul ul {background:#f1f1f1;}
.dropdown ul a {  }
.dropdown ul ul li { background:#f1f1f1 !important;padding:0 !important;margin:0 !important; }


.dropdown, 
.dropdown ul ul {width:190px;}
.dropdown { background:transparent url(http://static.ycnonline.com/styles/images/drop-downs/bg_sn_190_t.png) no-repeat scroll left top; }
.dropdown ul { background:url(http://static.ycnonline.com/styles/images/drop-downs/bg_sn_190_b.png) left bottom no-repeat; }
.dropdown ul li { width:170px;padding:0 10px 5px 10px;background:url(http://static.ycnonline.com/styles/images/drop-downs/bg_sn_190_b.png) left bottom no-repeat; }
.dropdown ul li.no-bot-bg {background:#f1f1f1;}
.dropdown ul li a {width:170px;}



/* LEVEL ONE */
.dropdown-container ul {position:relative;}
.dropdown-container ul li {
  font-weight:bold;
  float:left;
  zoom:1;
  font-weight:bold;
  display:block;
  width:170px;
}
.dropdown-container ul a:hover {color:#000;}
.dropdown-container ul a:active {
  color:#000 !important;
}
.dropdown-container ul li a {
	background-image:url(http://static.ycnonline.com/styles/images/drop-downs/arrow.png);
	background-position:right 5px;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	padding:0;
}
.dropdown-container ul li a {
  display:block;
  padding:0px 0px;
  color:#000;
  background-image:url(http://static.ycnonline.com/styles/images/drop-downs/arrow.png);
  background-position:right 5px;
  background-repeat:no-repeat;  
}

.dropdown-container .arrow-up {
  background-image:url(http://static.ycnonline.com/styles/images/drop-downs/arrow.png);
  background-position:right -11px;
  background-repeat:no-repeat;  
}
.dropdown-container .arrow-down {
  background-image:url(http://static.ycnonline.com/styles/images/drop-downs/arrow.png);
  background-position:right 5px;
  background-repeat:no-repeat;  
}

.dropdown-container ul li a:active {color:#222;}

.dropdown-container ul li:last-child a {
  border-right: none; 
} /* Doesn't work in IE */

.dropdown-container ul li.hover,
.dropdown-container ul li:hover { 
  color: #000; 
  position: relative; 
}

.dropdown-container ul li.hover a {
  color:#000;
  display:block;
}

/* 
	LEVEL TWO
*/
.dropdown-container ul ul { 
  visibility:hidden;
  position:absolute;
  top:100%;
  left:0;
  padding:0 0 6px 0;
  width:190px;
  display:block;
}


.dropdown-container ul ul li { 
	color:#000000;
	display:block;
	float:none;
	font-weight:normal;
	text-transform:none !important;
	width:170px;
  
}

.dropdown-container ul ul li a {
  border-right:none;
  display:block;
  background-image:none;
  padding:4px 10px;
  width:170px;
}

.dropdown-container ul ul li a:active {
  color:#222 !important;
}

.dropdown-container ul ul li a:hover { color:#fff !important; background-color: #000; } 
.dropdown-container ul ul li a:active, 
.dropdown-container ul ul li a:focus { color:#fff !important; } 


/* 
	LEVEL THREE
*/
.dropdown-container ul ul ul { 
	left:100%;
	top:0;
	width:190px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}

.dropdown-container ul ul ul li a {
	border-right:none;
	display:block;
	background-image:none;
	padding:4px 10px;
	width:170px;
}


.dropdown-container a {
	text-decoration: none;
}


/*.dropdown-container ul ul li:hover > ul 	{ visibility: visible; } */


/* Thumbnail grid
-------------------------------------------------------------- */

#thumbnail-grid .thumbnail {margin-bottom:24px;}

#thumbnail-grid .thumbnail img {
	background-color: #eee;
}

#thumbnail-grid .thumbnail .image,
#thumbnail-grid .thumbnail .image img {
	width: 190px;
	height: 105px;
}

#thumbnail-grid .thumbnail .image {margin-bottom:10px;}

#thumbnail-grid .thumbnail .price {
	color: #ee872d;
}

#thumbnail-grid .thumbnail .buy-button {margin-top:18px;}

#thumbnail-grid .thumbnail .buy-button a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color:#F0F0F0;
	color:#636466;
	display:block;
	height:22px;
	margin-bottom:6px;
	outline: none;
	padding:4px 12px 0;
	text-decoration:none;
	float: right;
}

#thumbnail-grid .thumbnail .buy-button a:hover {
	background-color: #000;
	color: #fff !important;
}

/* Contact
-------------------------------------------------------------- */

.sidebar-item p.phone {
	font-size: 21px;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	color: #000;
}



/* Showreel
-------------------------------------------------------------- */

#showreel-container {
	margin-bottom: 3em;
}


/* Portfolios carousel
-------------------------------------------------------------- */

#portfolio-carousel .panels {
	height: 330px;
	width: 590px;
}

#portfolio-carousel .panels .panel .image {
	float:left;
	height:272px;
	width:290px;
}

#portfolio-carousel #slider-nav {
	height: 13px;
	margin-bottom: 30px;
}

#portfolio-carousel #slider-nav .prev a,
#portfolio-carousel #slider-nav .next a {
	display: block;
	width: 26px;
	height: 13px;
	background-image: url(http://static.ycnonline.com/styles/images/carousel/arrows.png);
	background-position: top center;
	background-repeat: no-repeat;
	outline: none;
}

#portfolio-carousel #slider-nav .next a {
	float: right;
}

#portfolio-carousel #slider-nav .prev a {
	background-position: bottom center;
	float: left;
}

#portfolio-carousel #slider-nav .prev a:active {
	margin-left: -2px;
}
#portfolio-carousel #slider-nav .next a:active {
	margin-right: -2px;
}

#portfolio-carousel #slider-nav a span {
	display: block;
	text-indent: -9999em;
}

#portfolio-carousel #slider-nav .pager {
	margin: 0 auto;
	width: 102px;
}

#portfolio-carousel #slider-nav .pager a {
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(http://static.ycnonline.com/styles/images/carousel/nav_empty.png);
	float: left;
	margin-right: 13px;
	outline: none;
}

#portfolio-carousel #slider-nav .pager a.last {
	margin-right: 0px;
}

#portfolio-carousel #slider-nav .pager a:hover,
#portfolio-carousel #slider-nav .pager a.activeSlide {
	background-image: url(http://static.ycnonline.com/styles/images/carousel/nav_filled.png);
}


/* Opportunities
-------------------------------------------------------------- */

.opportunity .details.new {
	background-image: url(http://static.ycnonline.com/styles/images/new_black.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.opportunity .details.new.alt {
	background-image: url(http://static.ycnonline.com/styles/images/new_cyan.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.opportunity .details.new.red {
	background-image: url(http://static.ycnonline.com/styles/images/new_red.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}



/* Autocomplete styles
-------------------------------------------------------------- */

.ac_results {
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 99999;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

	
}

.ac_results ul {
	width: 310px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	display: block;
	line-height: 21px;
	overflow: hidden;
	cursor: pointer;
}

.ac_loading {
	background: white url('http://static.ycnonline.com/styles/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f1f1f1;
}

.ac_over {
	background-color: #000;
	color: white;
}


/* Tags
-------------------------------------------------------------- */

div#tags h2 {
	margin-bottom: 12px;
}


ul.tags {
	display: block;
	margin-bottom: 10px;
}

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

ul.tags li {float:left;}

ul.tags li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color:#F0F0F0;
	color:#636466;
	display:block;
	height:22px;
	margin-bottom:6px;
	margin-right:6px;
	outline: none;
	padding:4px 12px 0;
	text-decoration:none;
	text-transform:lowercase;
}

ul.tags li a:hover,
ul.tags li a.active {
 	background-color: #000;
	color: #fff !important;
}


/* Related items
-------------------------------------------------------------- */

div#related-items h2 {
	margin-bottom: 12px;
}

div#related-items .image {
	margin-bottom: 4px;
}

div#related-items .text {margin-bottom:21px;}

/* Blog
-------------------------------------------------------------- */

#posts {
	margin-top: 21px;
}

#posts .post h3 {
	margin-bottom: 12px;
}

#rss h2 {
	background-image:url(http://static.ycnonline.com/styles/images/rss-agency.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:28px;
}
body#opportunities #rss h2 {background-image:url(http://static.ycnonline.com/styles/images/rss-opportunities.png);}

#categories h2 {
	margin-bottom: 12px;
}


/* Styled list
-------------------------------------------------------------- */

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

ul.styled-list {
	margin-bottom: 18px;
}

ul.styled-list li a {
	text-decoration: none;
	color: #636466;
}

ul.styled-list li a:hover {
	text-decoration: underline;
}

body#agency ul.styled-list li.selected a { color: #ed0062; }
body#awards ul.styled-list li.selected a { color: #00ab52; }
body#opportunities ul.styled-list li.selected a { color: #009ddd; }
body#shop ul.styled-list li.selected a { color: #ee872d; }



/* Section headers
-------------------------------------------------------------- */

.section-header h2 {
	margin-bottom: 0;
}

.section-header .image-video {
	height: 180px;
	overflow: hidden;
	margin-bottom: 1em;
}

#section-feature .item {padding-bottom:0;}


/* Opportunities filter
-------------------------------------------------------------- */

.post-opportunity-link {
	border-bottom:1px dotted #818285;
	margin-bottom:20px;
	padding-bottom:20px;
}

.post-opportunity-link h2 a {
	text-decoration: underline;
}

#filter-container .filter h4 {
	float: left;
}

#filter-tabs {
	border-bottom:1px dotted #818285;
	margin-bottom:18px;
	padding-bottom:12px;
}

#filter-tabs ul.selector {
	list-style: none;
	height:18px;
	padding:0;
}

#filter-tabs ul.selector li {
	float: left;
}

#filter-tabs ul.selector li a {
	font-size: 14px;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	text-decoration: none;
}

#filter-tabs ul.selector li.ui-state-active a {
	font-style: italic;
	color: #009ddd;
}

#filter-tabs .ui-tabs-hide {
	display: none;
} 

#filter .dropdown-container {margin-bottom:18px;}

/* Product details
-------------------------------------------------------------- */

.product-details .price {
	color:#000000;
	float:right;
	margin-bottom:18px;
}

.product-details .price div {
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size:21px;
	display: block;
	height: 22px;
	float: left;
}

.product-details .price form {
	float: right;
}

.product-details .price div span {
	font-size: 11px;
}

.product-details .price a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color:#F0F0F0;
	color:#636466;
	display:inline-block;
	float:right;
	height:22px;
	margin-bottom:6px;
	margin-left:6px;
	margin-top:5px;
	outline: none;
	padding:4px 12px 0;
	text-decoration:none;
}

.product-details .price a:hover {
	background-color: #000;
	color: #fff !important;
}


/* Briefs
-------------------------------------------------------------- */



.brief p.description {
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 21px;
	color: #000;
	margin-bottom: 1em;
}

.brief .links {
	margin-bottom: 1em;
}


/* Shop
-------------------------------------------------------------- */

a.foxycart {
	margin-right: 8px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#fc_tb_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#fc_tb_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#fc_tb_window a:link {color: #666666;}
#fc_tb_window a:visited {color: #666666;}
#fc_tb_window a:hover {color: #000;}
#fc_tb_window a:active {color: #666666;}
#fc_tb_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#fc_tb_overlay {
  position: fixed;
  z-index:100000000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.fc_tb_overlayMacFFBGHack {background: url(https://www.foxycart.com/v/0.3.1/images/macFFBgHack.png) repeat;}
.fc_tb_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #fc_tb_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#fc_tb_window {
  position: fixed;
  background: #ffffff;
  z-index: 100000002;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
  padding:30px;
}
* html #fc_tb_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#fc_tb_window img#fc_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;
}
#fc_tb_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}

.fc_tb_closeAjaxWindow{
  padding:7px 10px 5px;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#fc_tb_closeAjaxWindowBot{float:left;}

div.fc_tb_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#fc_ajaxWindowTitleTop{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
div.fc_tb_title{margin-bottom:30px;}

#fc_tb_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#fc_tb_ajaxContent.fc_tb_modal{padding:15px;}
#fc_tb_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#fc_tb_load{
  position: fixed;
  display:none;
  height:12px;
  width:208px;
  z-index:100000003;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
  text-align:center;
}
* html #fc_tb_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#fc_tb_HideSelect{
  z-index:99999999;
  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 #fc_tb_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#fc_tb_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}





/* Commendation archive
-------------------------------------------------------------- */

.commendation-archive .thumbnail {
	float: left;
	margin-right: 30px;
}

.commendation-archive .details {
	float:left;
	width:330px;
}

.commendation-archive .details p.description {height:70px;}
