
/***
**** STYLESHEET
**** ENRISE
**** 2010
***/

/*** Reset **************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*** Extra resets **************************************************/

:focus { outline: 0; }

strong { font-weight: bold; }
em { font-style:italic; }

br.clear { clear: both; }

/*** General **************************************************/

html { }

body {
  font: normal 12px/1.6em Lucida Grande,Lucida Sans, Lucida Sans Unicode, Calibri,Verdana,Helvetica,Arial;
  text-align: center;
  background: url(/images/bg.gif) top center repeat-y;
  }

#wrapper {
  width: 900px;
/*  margin: 30px auto 0;*/
  margin: 0 auto 0;
  text-align: left;
  background: #fff;
  }

.errorText {
  color: red;
}

.error {
  border: 1px solid red;
}

.imgleft {
  float: left;
  padding: 1em 25px 1em 0;
  }

.imgright {
  float: right;
  padding: 1em 0 1em 20px;
  }

/*** Header **************************************************/

div#logo {
  margin: 30px 0 30px 40px;
  float: left;
  display: inline;
  }
  
/*** Navigation **************************************************/

div#nav {
  margin: 0 30px 0 355px;
  height: 134px;
  }

div#nav ul li {
  display: inline;
  }

div#nav ul li a,
div#nav ul li a:visited,
div#nav ul li a:active {
  color: #333;
  text-decoration: none;
  }

div#nav ul li a:hover {
  text-decoration: underline;
  }

div#nav #labels { padding-bottom: 3px; border-bottom: 1px solid #000; }
div#nav #labels ul { text-transform: uppercase; }
div#nav #labels ul li { padding: 0 13px 0 0; }
div#nav #labels ul li a { padding: 0 0 0 18px; }

div#nav #labels #fourworx { background: url(/images/ico.4worx.gif) top left no-repeat; }
div#nav #labels #fourworx:hover { color: #00a9d3; }

div#nav #labels #solidate { background: url(/images/ico.solidate.gif) top left no-repeat; }
div#nav #labels #solidate:hover { color: #93c; }

div#nav #labels #dumpzone { background: url(/images/ico.dumpzone.gif) top left no-repeat; }
div#nav #labels #dumpzone:hover { color: #87c521; }

div#nav #labels #glitch { background: url(/images/ico.glitch.gif) top left no-repeat; }
div#nav #labels #glitch:hover { color: #b00; }

div#nav #labels #tokymo { background: url(/images/ico.tokymo.gif) top left no-repeat; }
div#nav #labels #tokymo:hover { color: #999595; }

div#nav #labels #suntiago { background: url(/images/ico.suntiago.gif) top left no-repeat; }
div#nav #labels #suntiago:hover { color: #000000; }

ul#navPages {
  margin-top: 3px;
  }

ul#navPages li a {
  padding: 0 16px 0 0;
  }
  
/*** Activations **************************************************/

div#activation {
  clear: left;
  background: #fff;
  height: 320px; /*365px;*/
}

div#labelHeader {
  clear: left;
}

div#labelInfo {
  float:left;
  margin-left: 40px;
  width: 285px;
  display: inline;
}

.pitch 
  {
  margin-top: 1.5em;
  padding: 10px;
  background: #f1f1f1;
  font-weight: bold;
  line-height: 2em;
}

.pitch a {
  color: #ffa600;
  padding: 0 1px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  }

.pitch a:hover {
  background: #fff;
  color: #ffa600;
  border-bottom: 1px solid #fff;
  }

div#activationMedium {
  float:left;
  margin-left: 30px;
  width: 545px;
  height: 365px;
  background: #fff;
  display: inline;
}

body#fourworx div#activationMedium {
  height: 352px;
  background: #fff url(/images/act.4worx.jpg) left top no-repeat;
}

body#suntiago div#activationMedium {
  height: 290px;
  background: #fff url(/images/act.suntiago.jpg) left top no-repeat;
}

body#tokymo div#activationMedium {
  height: 287px;
  background: #fff url(/images/act.tokymo.jpg) left top no-repeat;
}

body#glitch div#activationMedium {
  height: 355px;
  background: #fff url(/images/act.glitch.jpg) left top no-repeat;
}

body#solidate div#activationMedium {
  height: 377px;
  background: #fff url(/images/act.solidate.jpg) left top no-repeat;
}


/*** Content-columns **************************************************/

#colA {
  width:285px;
  float:left;
  margin: 0 0 2em 40px;
  line-height: 2em;
  display: inline;
  }
	
#colB {
  width:285px;
  float:left;
  margin: 0 0 2em 30px;
  line-height: 2em;
  display: inline;
  }
		
#colAB {
  width:570px;
  float:left;
  margin: 0 0 2em 40px;
  line-height: 2em;
  display: inline;
  }
	
#colC {
  width:200px;
  float:left;
  margin: -15px 0 2em 30px;
  display: inline;
  }


/*** Content **************************************************/

#content { margin: 3em 0 1em; }

#content h1 {
  color: #ffa600;
  font: normal 20px calibri;
  margin: 1em 0 0;
  padding-left: 18px;
  background: url(/images/ico.enrise.gif) 0 5px no-repeat;
  }

body#fourworx #content h1 {
  color: #00A9D3;
  background: url(/images/ico.4worx.gif) 0 5px no-repeat;
}

body#solidate #content h1 {
  color: #9933CC;
  background: url(/images/ico.solidate.gif) 0 5px no-repeat;
}

body#glitch #content h1 {
  color: #bb0000;
  background: url(/images/ico.glitch.gif) 0 5px no-repeat;
}

body#dumpzone #content h1 {
  color: #87C521;
  background: url(/images/ico.dumpzone.gif) 0 5px no-repeat;
}

body#tokymo #content h1 {
  color: #999595;
  background: url(/images/ico.tokymo.gif) 0 5px no-repeat;
}

body#suntiago #content h1 {
  color: #000000;
  background: url(/images/ico.suntiago.gif) 0 5px no-repeat;
}



#content h2 {
  color: #000;
  font-size: 16px;
margin: 5px 0;
  }

  
#content p,
#content address {
  margin: 0 0 1em 18px;
  }

#content ul {
  margin: 0 0 1em 0;
  }

#content ul li {
  margin: 0 0 0 32px;
  list-style-type: square;
  line-height:18px;
  }

/* ul#blogLatest,
ul#blogLatest li {
  margin: 0 0 0 16px;
  list-style-type: none;
  }
*/


#content a {
  color: #ffa600;
  text-decoration: none;
  border-bottom:1px solid #ffa600;
  padding: 0 1px;
  }

#content div.addthis_toolbox a {
  margin: 2px;
  line-height: 15px;
  color: #105CB6;
  border-bottom: 0px;
  padding: 0 0;
  text-decoration: none;
}

#content div.addthis_toolbox a:hover {
  background-color: transparent;
}

body#fourworx #content a {
  color: #00A9D3;
  border-bottom:1px solid #00A9D3;
}

body#solidate #content a {
  color: #9933CC;
  border-bottom:1px solid #9933CC;
}

body#glitch #content a {
  color: #bb0000;
  border-bottom:1px solid #bb0000;
}

body#dumpzone #content a {
  color: #87C521;
  border-bottom:1px solid #87C521;
}

body#tokymo #content a {
  color: #999595;
  border-bottom:1px solid #999595;
}

body#suntiago #content a {
  color: #000000;
  border-bottom:1px solid #000000;
}
  
#content a:hover {
  color: #fff;
  background: #ffa600;
  }

body#fourworx #content a:hover {
  color: #fff;
  background: #00A9D3;
}

body#solidate #content a:hover {
  color: #fff;
  background: #9933CC;
}

body#glitch #content a:hover {
  color: #fff;
  background: #bb0000;
}

body#dumpzone #content a:hover {  
  color: #fff;
  background: #87C521;
}

body#tokymo #content a:hover {
  color: #fff;
  background: #999595;
}

body#suntiago #content a:hover {
  color: #F8EC00;
  background: #000000;
}

#content a.nostyle,
#content a.nostyle:hover,
body#fourworx #content a.nostyle,
body#solidate #content a.nostyle,
body#glitch #content a.nostyle,
body#suntiago #content a.nostyle,
body#tokymo #content a.nostyle,
body#fourworx #content a.nostyle:hover,
body#solidate #content a.nostyle:hover,
body#glitch #content a.nostyle:hover,
body#suntiago #content a.nostyle:hover,
body#tokymo #content a.nostyle:hover
 {
  border: 0;
  background: none;
  }


#content ol#digits { margin: -0.5em 0 0 18px; }
#content ol li { 
  padding: 0 0 0.7em 33px; 
  background-position: 0 3px; 
  background-repeat:no-repeat;
  }
#content ol li.digit1 { background-image: url(/images/ico.digit1.gif); }
#content ol li.digit2 { background-image: url(/images/ico.digit2.gif); }
#content ol li.digit3 { background-image: url(/images/ico.digit3.gif); }
  
  
/*** Footer **************************************************/

div#footer {
  clear: both;
  background: #e9e9e9;
  color: #555;
  overflow: hidden;
  margin: 2em 0 0;
  }
  
div#footer ul {
  float: left;
  margin: 1em 0 1em 58px;
  display: inline;
  }

ul#footerVarious {
  padding-left: 420px;
  }

div#footer a {
  color: #555;
  text-decoration: none;
  }
  
div#footer a:hover {
  color: #ffa600;
  text-decoration: none;
  }

div#footer strong {
  color: #555;
  }

/*** Blog **************************/

ul#blogOverview li {
  margin-bottom: 10px;
}

ul#blogNavigation {
  text-align: center;
}

ul#blogNavigation li {
  display: inline;
  font-size: 9px;
  margin: 0 5px 0 5px;
}

ul#blogNavigation li.current {
  font-size: 11px;
  margin: 0 5px 0 5px;
}

div#bloggerInfo {
  background-color: #EFEFEF;
  margin-top: 10px;
  padding:10px;
  line-height: 1em;
}

div#bloggerInfo img {
  float:left;
  margin-right: 10px;
  height:75px;
  width:100px;
}

div#bloggerInfo p {
  margin: 5px 10px 0px 10px;
  line-height: 2em;
  overflow: hidden;
}

.author {
  color: #666666;
}

p code {
  display: block;
  font: normal 10px/1.3em monaco,verdana, tahoma,'courier new', monospace;
  border: 1px solid #ccc;
  padding: 10px;
  background: #f1f1f1;
  overflow: hidden;
  }

/*** PAGINATE *********************************************************/
#content .paginate 
{
	margin: 0;
	padding: 0 0 10px 10px;
	text-align: center;
}

#content .paginate ul, 
#content .paginate li 
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#content .paginate li a:link, 
#content .paginate li a:visited,
#content .paginate li a:link
{
	font-weight: normal;
	margin: 0;
	padding: 1px 7px 4px;
	text-decoration: none;
	background: #CCC;
	color: #000;
border-bottom: 0px;
}

#content .paginate a:link.arrow1, 
#content .paginate a:visited.arrow1 { 
	background: #999; 
	color: #FFF; 
}

#content .paginate a:link.arrow2, 
#content .paginate a:visited.arrow2 { 
	background: #666; 	
	color: #FFF; 
}

#content .paginate a:link.current,
#content .paginate a:visited.current, 
#content .paginate li a:hover,
#content .paginate a:hover.arrow1,
#content .paginate a:hover.arrow2 {
	background: #000;
	color: #FFF;
}

#content .paginate a:hover { 
	color: #FFF; 
}

#content #socialMediaButtons a {
	border-bottom: 0px;
}

#content #socialMediaButtons a:hover {
	background-color: transparent;
}

/*** FORMS **************************************************/

form#reactionsForm
{
    /*padding: 20px;*/
}

form#reactionsForm input,
form#reactionsForm textarea
{
    width: 100%;
    margin-bottom: 10px;
}

form#reactionsForm textarea
{
    height: 100px;
}

form#reactionsForm input#send
{
    width: auto;
}

form#reactionsForm .button
{
    float: right;
}

form#reactionsForm img.captcha
{
    margin-bottom: 5px;
}

form#reactionsForm input.captcha
{
    width: 200px;
}




/*** Reactions **************************************************/

#reactionsView,
#reactionsForm
{
    /*padding: 10px;*/
} 

#reactionsView
{
    margin-bottom: 10px;
} 


#reactionsView,
#reactionsForm
{
    /*border: 1px solid #cccccc;*/
} 

#reactionsView ul li{
    margin-bottom: 5px;
} 

#reactionsView ul li p {
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 0px;
} 

#reactionsView a {
    text-decoration: none;
    color: #000;
    border-bottom: 0px;
} 

#reactionsView a:hover {
    background: none;
    color: #000;
} 

.sIFR-root {
  color: #999999;
}

/*** GOOGLE MAPS ****************************************/
#map
{
	margin-left: 20px;
	height: 290px;
	width: 507px;
}

#map #popupInfoDiv
{
	margin: 0;
	padding: 0;
}

#popupInfoDiv h2,
#popupInfoDiv img
{
	float: left;
}

#popupInfoDiv h2
{
	margin: 12px 0 0 12px;
}

#popupInfoDiv a
{
	/*color: red;*/
	text-decoration: none;
}

#popupInfoDiv a:hover
{
	text-decoration: underline;
}

#popupInfoDiv a span
{
	vertical-align: middle;
}
.input_home
{
    margin-left: 15px;
    width: 200px;
}
.news_label
{
    width: 50px;
    display: block;
    float: left;
}
input#name
{
    margin-bottom: 5px;
}
.news_button
{
    margin-top: 5px;
    margin-left: 50px;
}
.newsletter div
{
    display: inline;
}


body#fourworx #logo,
body#suntiago #logo,
body#solidate #logo,
body#glitch #logo,
body#tokymo #logo
 { visibility: hidden; }

/*** Cases **************************************************/

ul#cases li {
  float: left;
  margin: 0 3px 0 0;
  list-style-type: none;
  } 

ul#cases li a,
ul#cases li a:hover {
  background: none;
  border: 0;
  }

ul#cases li a img {
  border: 2px solid #fff;
  background: none;
  }

ul#cases li a:hover img {
  border-color: #000;
  }

ul { color: #ffa600; }
ul li { color: #000; }
