
body { 
  background-color: #111; 
  font-family: "Lucida Grande",Arial,Helvetica,sans serif;
  margin: 0px;
  color: #222;
	font-size: 14px;
}

a {
 color: #508f85;
}

img, table, td, tr {
  border: 0px;
  padding: 0;
  margin: 0;
}

.clear {
  clear: both;
}

/* GENERAL */

.emph {
  font-style: italic;
}

h3,
.rounded_content div h4 {
  text-align: left;
  font-size: 0.8em;
  letter-spacing: 1px;
}

small {
  font-size: 0.8em;
}

p.summary {
	font-weight: bold;
	clear: both;
}

div.issekinichou {
	background-color: #ebf4f5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	float: right;
	width: 300px;
	padding: 1.2em;
}

h2 {
	margin: 0;
}



.works dl dt a {
	display:block;
	text-indent: -2000px;
	height: 41px;
}

.works dl dt {
	display: block;
	float: left;
	width: 140px;
	height: 41px;
	clear: both;
	margin-bottom: 10px;
}

.works dl dd {
	display: block;
	height: 41px;
	margin-bottom: 10px;
}

.works dl dt a.smartfm {
	background: url('/images/smartfm.gif') no-repeat center left;
}

.works dl dt a.reccoon {
	background: url('/images/reccoon.png') no-repeat center left;
}

.works dl dt a.confabio {
	background: url('/images/confabio.png') no-repeat center left;
}

.works dl dt a.kakuteru {
	background: url('/images/kakuteru.png') no-repeat center left;
}

div.left {
  float: left;
}

div.right {
  float: right;
}

div.works,
div.links {
  width: 47%;
}

div.links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.links li {
  margin: 0.4em 0;
  padding: 0;
}


/* LAYOUT */

#top {
 background-color: #fff;
}

#header, #content, #footer {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

#header {
	clear: both;
	padding: 3.5em 0;
	margin-bottom: 1.5em;
}

#header img {
  float: left;
}

#content {
  padding: 1em 0 1em 0;
}

#footer {
  margin-top: 1em;
  height: 120px;
  color: #ccc;
}

#footer ul {
  margin-top: 0.8em;
  padding: 0;
  list-style-type: none;
}

#footer li {
  line-height: 1.2;
  margin-top: 0.2em;
}

#footer li img {
  margin-top: 2px;
}

#footer .contact {
	float: left;
	width: 45%;
}

#footer .commercial.details {
	float: right;
	width: 45%;
}

#footer .hosting {
  clear: both;
  color: #333;
  padding: 0 0 10px 0;
}

.menu {
  margin-top: 65px;
  float: right;
}

.menu li {
  display: inline;
  margin: 1em;
}

.menu a {
  text-decoration: none;
  font-size: 1.4em;
  color: #111;
}

.menu a.active,
.menu a:hover {
  color: #a3f0b2; /* light blue */
}

/* MAIN PAGE */

.key_concepts {
  float: right;
  margin: 1em;
  padding: 0;
  text-align: center;
  width: 12em;
}

.key_concepts span {
  font-size: 1.4em;
}


/* ABOUT PAGE */

.dominiek {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.dominiek .picture {
  float: left;
  padding: 0;
  margin: 0 1em 1em 1em;
}

/* ACTIVITIES PAGE */

.activities a {
  color: #000;
  text-decoration: none;
}
.activities div.venture p {
  margin: 0;
  float: right;
}

.activities div.venture,
.activities div.client {
  margin-left: 100px;
  padding: 0.8em 0em 0.8em 1.2em;
  width: 500px;
  height: 80px;
  background: #fff url('/images/activity_background.gif') no-repeat;
}

.activities div h4 {
  margin: 0 0 0.2em 0;
}

.activities ul {
  list-style-type: none;
  padding: 0;
  margin-left: 100px;
}

/* CONTACT PAGE */

.contact div {
  margin-left: 50px;
  margin-bottom: 4em;
}

.colors {
  color: #69BFDE; /* light blue */
  color: #4A8797; /* darker blue */
  color: #E9E0CD; /* transparent brown */
  color: #B9B09D; /* light brown */
  color: #595441; /* darker brown */
}


