

/* RESET
-------------------------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* NOTES
-------------------------------------------------------------------------------- */
/*
#MAIN #CONTENT #MENU = 180
IN BETWEEN = 26
#MAIN #CONTENT #INFO = 634

TOTAL = 840 + WHATEVER PADDING ON LEFT AND RIGHT TO MAKE IT 970... WHICH IS 65 EACH SIDE


orange = #ff4e00
*/




/* TEST
-------------------------------------------------------------------------------- */
/*
#main #header {
  _background: lightblue;
}
#main #header ul.breadcrumb {
  _background: white;
}
#main #content {
  _background: wheat;
}
#main #content #menu {
  _background: blue;
}
#main #content #info {
}
  #main #content #info div.left-column {
    background: aqua;
  }
  #main #content #info div.right-column {
    background: aqua;
  }
#main #content #info #projects {
  _background: pink;
}
#main #footer {
  _background: pink;
}
*/






/* GENERAL
-------------------------------------------------------------------------------- */
body {
  font: normal 10px/12px Arial, Helvetica, sans-serif;
	color: #666;
	background: #E3E3E3;
}
a {
  color: #ff4e00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}


a.new {
	color: #666;
	text-decoration: none;
	background: url(../images/plus.gif) no-repeat right;
	float: right;
	padding: 0 12px 0 0;
	margin: 24px 0 0;
}
a.new:hover {
  color: #fff;
}
input, select, textarea {
  border: 0;
  background: #F0F0F0;
  color: #333;
  margin: 5px 0;
  padding: 5px;
}
.inplaceeditor-form input {
  color: #333;
}
.inplaceeditor-form input.editor_ok_button {
  color: #fff;
}


/* TO SORT...
-------------------------------------------------------------------------------- */



/* forms */
/*
#content #info form {padding-top:24px;}
#content #info div form {padding-top:0px;}
*/

/* LINE-HEIGHT */
/*
#content #info .box span, 
#content #info .box-right span,
#content #info .box a, 
#content #info .box-right a {
  line-height:11px;
}
a.new, 
#content #menu ul li a {
  line-height:15px;
}
#content #info .right-column h4 {
  line-height:1.7em;
}
*/

/* FONT-SIZE */
a.new,
#content #info .box a, 
#content #info .box-right a {
  font-size: 9px;
}
#content #info .box span, 
#content #info .box-right span,
#header span,
a.editor_cancel,
h2 span a {
  font-size: 10px;
}
#content #info .right-column h4 {
  font-size: 11px;
}










/* MAIN (CONTAINER)
-------------------------------------------------------------------------------- */
#main {
  overflow: auto;
  width: 840px;
  padding: 0 65px;
  /* 69+832+69 = 970 wide! */
  margin: 8px auto;
	background: #FFF;
}





/* MAIN - HEADER
-------------------------------------------------------------------------------- */
#header {
  position: relative;
	height: 132px;
}


#header div#logo {
	position: absolute;
  left: 0;
  top: 85px;
  
	background: url(../images/logo.png) no-repeat;
	width: 71px;
	height: 14px;
}
#header div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header div#logo a span {
  display: none;
}

#header span.login {
	padding: 6px 0;
	margin: 0;
	width: 108px;
	display: block;
	float: right;
	text-align: center;
	color: #666;
  background: #F0F0F0;
}
#header span.login a {
  color: #666;
}
#header span.login a:hover {
  color: #fff;
  text-decoration:none;
}



/**/
#header ul.breadcrumb {
  overflow: auto;
  position: absolute;
	left: 206px;
  top: 85px;
	list-style: none;
}
#header ul.breadcrumb li {
  float: left;
  /*background: url(../images/plus.gif) no-repeat 7px 2px;*/
  padding-left: 5px;
	color: #999;
}
#header ul.breadcrumb li.first {
  padding-left: 0;
}
#header ul.breadcrumb li.last {
}



/* MAIN - CONTENT (SECTION)
-------------------------------------------------------------------------------- */
#content {
  overflow: auto;
	min-height: 490px;
}



/* MAIN - CONTENT - MENU
-------------------------------------------------------------------------------- */
#content #menu {
	float: left;
	width: 180px;
	/*background:url(../images/dotted.gif) repeat-x;*/
  border-top: 1px dotted #999;
}
#content #menu ul {
	margin-top: 16px;
  padding-bottom: 16px;
	list-style: none;
  border-bottom: 1px dotted #999;
  line-height: 14px;
}
#content #menu ul li {
	width: 173px;
}
#content #menu ul li a {
  color: #999;
  text-decoration: none;
}
#content #menu ul li a:hover {
  color: #F60;
}
#content #menu ul li.active a,
#content #menu ul li a.active {
  color: #333;
}
#content #menu ul li.highlight {
  background: url(../images/plus.gif) no-repeat right;
}
/* admin */
#menu ul .handle,
#menu ul .trash {
  float: right;
}
#menu ul .handle{
  padding-right: 10px;
}




/* MAIN - FOOTER
-------------------------------------------------------------------------------- */
#footer {
	clear: both;
	float: right;
  width: 634px;
  height: 132px;
  border-top: 1px dotted #999;
  font-size: 9px;
}
#footer p {
  color: #999;
	margin: 35px 0 0 0;
	padding: 0;
}
#footer p a {color:#999}





/* MAIN - CONTENT - INFO
-------------------------------------------------------------------------------- */
#content #info {
	float: right;
	width: 634px;
  border-top: 1px dotted #999;
	margin: 0;
	padding: 20px 0;
  font-size: 11px;
  line-height: 17px;
}

#content #info h1 {
  display: none;
}
#content #info h2 {
	width: 610px;
  height: 83px;
  margin: 0;
	padding: 15px 0 0 0;
  color: #b2b2b2;
}
#content #info h3 {
	color: #333;
	margin: 0;
  padding: 0px 0 10px 0;
}
#content #info h4 {
}
#content #info h5 {
}
#content #info h6 {
}


#content #info .left-column {
	width: 290px;
  float: left;
  padding: 0;
}
#content #info .two_column_list .pagecomponent,
#browse-clients #content #info .pagecomponent {
  width: 280px;
  float: left;
  padding-right: 20px;
  display: block;
  padding-top:25px;
}
#content #info .two_column_list .first {
  clear: both;
}


/*
#content #info .left-column {
  float: left;
  width: 292px;
}
#content #info .left-column h3 {
	width: 292px;
}
#content #info .right-column h3 {
	width: 290px;
}
*/
#content #info .left-column p {
  margin: 0;
	padding: 0px 0 13px 0;
	width: 292px;
}
#content #info .right-column {
	width: 290px;
	padding: 0;
	float: right;
}
#content #info .right-column h4 {
	display: block;
	float: left;
	clear: left;
  
	margin: 0;
	padding: 18px 0 0 0;
  color: #FFF;
}




/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/









/* MAIN - CONTENT - INFO - projects
-------------------------------------------------------------------------------- */
#content #info #projects {
  overflow: auto;
}
/**/
#content #info .box,
#content #info .box-right {
	float: left;
  width: 202px;
	margin-right: 14px;
	padding-bottom: 35px;
}
#content #info .box-right {
  margin-right: 0 !important;
}
#content #info .box span,
#content #info .box-right span {
  display: block;
	padding: 17px 0 0 0;
	color: #333;
  font-weight: bold;
}
#content #info .box a,
#content #info .box-right a {
	display: block;
  width: 202px;
	margin: 5px 0 0;
	padding: 0;
  color: #999 !important;
  text-transform: none;
}
#content #info .box a:hover,
#content #info .box-right a:hover {
  text-decoration: none;
}
/* JS hover */
#content #info div.box-on img.thumb {
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
}
#content #info div.box-on,
#content #info div.box-on span,
#content #info div.box-on a {
  cursor: pointer;
}








div#asset-items {
  
}
div#asset-items div.asset-item {
  margin-bottom: 30px;
}






/*
#content #info div.box,
#content #info div.box-right {
}

#content #info div.box img.thumb,
#content #info div.box-right img.thumb {
  padding-bottom: 2px;
}

#content #info div.box a:hover,
#content #info div.box-right a:hover {
  text-decoration: none;
}





*/



#content #info .box a.classification,
#content #info .box-right a.classification {
  color: #3F3F3f;
}





















/* PAGE - HOME
-------------------------------------------------------------------------------- */
div#media-bin-home_bin.media_bin_asset {
  clear: both;
  margin-bottom: 25px;
  overflow: auto;
}
#content #info div.callout {
/*  margin-bottom: 10px;
*/
  padding: 0 0 30px 0;
  font-family: Georgia;
  font-size: 20px;
  color: #999;
  line-height: 28px;
}
#content #info div.callout.home {
  padding: 30px 0;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  margin-bottom: 25px;
}
#content #info div.callout span {
}
#content #info div.callout span strong, #content #info div.callout strong {
  color: #333;
  font-weight: normal;
}


/*
#content #info span.callout span,
#content #info span.callout div {
  padding: 25px 0 38px 0;
}
#content #info span.callout,
#content #info span.callout span {
  color: #666;
  margin: 0;
  display: block;
}
*/








/* PAGE - ABOUT::COMPANY
-------------------------------------------------------------------------------- */
div#media-bin-company_bin.media_bin_asset {
  clear: both;
  margin-bottom: 40px;
  overflow: auto;
}






/* PAGE - CONTACT
-------------------------------------------------------------------------------- */
.google_map {
  clear: both;
}
.google_map strong {
  color: #333;
}
#google-map2 {
  width: 634px;
  height: 280px;
}


#browse-contact #content #info .page_section {
  width: 210px;
}






/* PAGE - NEWS
-------------------------------------------------------------------------------- */
div.news {
  margin-bottom: 50px;
}
div.news img {
}
div.news div.newstitle {
  padding-top: 20px;
  text-transform: uppercase;
}
div.news div.newsdate {
  padding-top: 16px;
  font-weight: bold;
}






/* PAGE - project show
-------------------------------------------------------------------------------- */
div.back_to_top {
  overflow: auto;
  clear: both;
  padding-top: 40px;
}

.page_section p {padding-bottom:1em;}
#content #info.principle, #content #info.clients { padding: 0px; }
#content #info .two_column_list { border-top: 1px dotted #999; }
#content #info.principle h1, #content #info.clients h1 {
display:block;
font-size: 21px;
letter-spacing: 1.2px;
line-height: 23px;
font-weight: normal;
color: rgb(178, 178, 178);
height: 73px;
margin: 0px;
padding: 15px 0px 0px 0px;
width: 610px;
}

#content #info #address strong {
	color: #333;
	margin: 0;
  padding: 0 0 10px 0;
  display: block;
}
#content #info div.left-column.callout {
  border:0;
  padding-top:0;
}
#content #info div.map {padding-bottom:40px;}

.application #content #info { width:840px;}
.application #footer { width:840px;}
.application #menu {display:none;}