/* @override http://www.commandogroup.dev/sites/all/themes/commandogroup/style.css */

/* @group Reset. */

/* Eric Meyer Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Easyclearing method from positioniseverything [modified] */
.clearfix:after { content: "."; display: block; height: 0; clear: both;  visibility: hidden; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* @end */

body {
  font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #fff; /* to be not overrided by external scripts. */
}

/* Layout */

#header {
}

#bar {
  width: 166px;
  position: fixed;
  top:  0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

#nav {
	margin-top: 30px;
}

#content {
 margin-left: 166px;
 padding: 30px 30px 0;
}

#main {	
}

#secondary {
	
}

#footer {
	bottom: 0;
	position: fixed;
	margin: 0 0 20px 30px;
}

.article {
	
}

.section { width: 420px; }

.column {
	float: left;
	width: 180px;
	margin-right: 30px;
}

.column.last-child {
	margin-right: 0;
}

body#home {
	overflow-y: scroll;
	overflow-x: hidden;
}

body#home #content {
	 margin-left: 166px;
	 padding: 0;
}

body#home .section {
	width: 100%;
	margin: 0;
	padding: 0;
	/*line-height: 0;*/
}

body#home .section img {
	margin: 0;
	float: left;
}

.introduction {
	position: fixed;
	right: 30px;
	left: 196px;
	height: 206px;
}

body .introduction div.hr {
    position: static;
    top: 0;
}

body .introduction div.description-area {
	position: absolute;
	height: 45px;
	width: 100%; 
}

.introduction p {
	font-size: 1.2em;
	padding: 7px 0 0 0;
}



/* Text and semantic structure */

p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	margin-bottom: 100px;
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

hr, .hr {
	height: 20px;
	width: 100%;
	margin: 20px 0;
	border-width: 0;
	border-style: none;
	background: transparent url(images/ruler-black.gif) repeat-x center;
}

.negative .hr hr, .negative .hr {
	background: transparent url(images/ruler-white.gif) repeat-x center;
}

.negative {
	color: #fff;
}

.negative a {
	color: #fff;
}

.negative a:hover {
	color: #000;
	background-color: #fff;
}


br {
	clear: both;
}

strong {
	font-weight: bold;
}

/* Links */

a {
	color: #000;
	text-decoration: none;
}

a:hover img {
	background: none;
}

a:hover {
	color: white;
	background-color: #000;
}

a:active {
	color: #000;
	background-color: transparent;
}

/* Images */
/* @group Image Loader */

#home .imageloader {  background: url(images/loader.gif) no-repeat 20px 20px; }

#work-sheet .imageloader { background: url(images/loader.gif) no-repeat 0px 210px; }

#work .imageloader { 	background: #000 url(images/loader.gif) no-repeat center center; }


/* @end */
.imageContainer {
	
}

.imageContainer img {
	
}

.section img {
	margin-bottom: 10px;
}

a img{
}

#bar .logo{
	display: block;
	margin: 0 0 31px;
}

/* Navigation */

#nav ul {
	
}

#nav ul li {
	font-size: 1.2em;
	line-height: 1.4em;
}

#nav ul li li {
	margin-left: 10px;
	margin: 5px 10px;
	font-size: 1em;
	line-height: 1em;
}

#nav ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 30px;
	height: 1%;
}

#nav ul li li a {
  padding: 0 15px 0 30px;
}

#nav ul li.current a, #nav ul li a:hover, body #nav ul li.in-archive a:hover {
	color: #fff;
	background-color: #000;
}

body #nav ul li li a, body #nav ul li.current li a  {
	background-color: #fff;
	color: #000;
}

#nav ul li li a:hover, #nav ul li li a.active {
	text-decoration: underline;	
}

#nav ul li a:active {
	color: #000;
	background-color: transparent;
}

body #nav ul li.in-archive a  {
	background-color: #F2F2F2;
	color: #777;
}


/* Page numbering */

.pageNumbering {
    margin-top: 50px;
}

.pageNumbering li {
    float: left;
    font-size: 1.2em;
    margin-right: 10px;
}

.negative .pageNumbering a {
    color: #fff;
}

.negative .pageNumbering a:hover,
.negative .pageNumbering a.hover {
    color: #000;
    background-color: #fff;
}

.pageNumbering .prev a {
}

.pageNumbering .next a {
    
}

/* Work table */

#content table.work {
  width: 100%;
  font-size: 1.1em;
  border-collapse: collapse;
}

#content table.work thead th {
  padding: 5px 0;
  font-weight: bold;
}

#content table.work thead th  a {
	padding: 1px 2px;
}
#content table.work thead th a.active,
#content table.work thead th a.asc {
	background-color: #000;
	color: #fff;
}

#content table.work thead th a.desc {
	color: #777;
	background: #f2f2f2 url(images/img-visited2.gif) repeat;
}

#content table.work .visited {
	background: url(images/table-visited-positive.gif) repeat-x center;
}

#content table.work .visited:hover{
	background: url(images/table-visited-negative.gif);
}

#content table.work thead th.title, #content table.work thead th.client {
	width: 40%;
	padding-left: 5px;
}

#content table.work thead th.date {
  text-align: right;
  padding-right: 5px;
}

#content table.work tbody td {
  /*font-size: 1.0em;*/
  padding: 1px 0;
}

#content table.work tbody tr:hover td a, #content table.work tbody tr.hover td a {
  background-color: #000;
  color: #fff;
}

#content table.work tbody tr:active td a, #content table.work tbody tr.active td a {
  background-color: #fff;
  color: #000;
}

#content table.work tbody td a, #content table.work tbody td a:link, #content table.work tbody td a:visited {
  text-decoration: none;
  display: block;
  padding: 4px 0;
}

#content table.work tbody td a:visited  {
 background: url(images/visited.gif) repeat-x 0 50%;
}

#content table.work tbody td.title a, #content table.work tbody td.client a,
#content table.work tbody td.title a:visited, #content table.work tbody td.client a:visited { /* visited affects ie if non set */
  width: 100%;
  padding-left: 5px;
}

#content table.work tbody td.date a,
#content table.work tbody td.date a:visited { /* visited affects ie if non set */
  text-align: right;
  padding-right: 5px;
}

/* Work list */
#content ul.work {
	margin-bottom: 30px;
}
#content ul.work li {
	float:left;
	margin: 0pt 10px 10px 0px;
}

#content ul.work img {
	display: block;
	background-color: black;
}

/* Work sheet facts */

#work-sheet dl {
	font-size: 1.2em;	
}

#work-sheet dl dt, #work-sheet dl dd {
	padding: 1px 0;	
}

#work-sheet dl dt {
  float: left;
	margin-right: 4px;
}

#work-sheet dl dd { }

#work-sheet dl dt.textreplacement, #work-sheet dl dd.textreplacement {
padding: 0; }

#work-sheet #content img.sheet {
	margin-top: 200px;
}

#work-sheet #content dl {
/*	font-family: 'fb';
	font-weight: bold;
  src: url(fb.eot);
  src: local('fb'), url(fb.otf) format('opentype');
	font-size: 24px;*/
}
/* visited image links, can it be done in a clean way? */
/*ul.work li a { 
	width: 200px;
	height: 100px;
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

ul.work li a img {
	text-align: left;
}*/

ul.work li a:visited {
	background: url(images/img-visited.gif) repeat;
}

.members em {
	font-style: italic;
}

.hidden {
	display: none !important;
}
/* @group information */
body#information.negative  {
	background-color: black;
	
}

body#information.negative .section img {
	border: 1px solid #fff;
}

#information .section {
	margin-bottom: 30px;
	width: 30%;
	min-width: 160px;
	max-width: 360px;
	float: left;
	margin-right: 25px;
}

#information .section h2 {
	margin: 20px 0 10px 0;
}

#information hr, #information .hr {
	margin: 20px 0 0 0;
}

#information.negative #nav .hr hr, #information.negative #nav .hr {
	background: transparent url(images/ruler-black.gif) repeat-x center;
	margin: 20px 0;
}

#information .section.right {
	margin-right: 0px;
}

#information .section.content {
	min-width: 160px;
	max-width: 200px;
}

/* @end */
/* @group Tooltips */
.tool-tip {
	color: #777;
	width: 160px;
	z-index: 13000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #f2f2f2 url(images/img-visited2.gif) repeat;
}
 
.tool-title {
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
/* @end */

/* Homepage. */
body#home {
	overflow: hidden;
	min-width: 480px; 
	min-height: 326px; 
}
/* */