/* Modified from blogger.com Template Style, Name: Minima, Designer: Douglas Bowman, URL: www.stopdesign.com, Date: 26 Feb 2004 */
body {
	padding:20px 20px;
  	font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  	text-align:center;
  	color:#333;
  	wrap: soft;
  }
a:link {
  color:#000000;
  text-decoration:underline;
  }
a:visited {
  color:#436881;
  text-decoration:underline;
  }
a:hover {
  color:#000066;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
img { 
  opacity: 0.99; 
  }
img:hover { 
  opacity: 0.89; 
  } 
 
/* Header
----------------------------------------------- */
.header {
 	width:90%;
 	margin:0px auto;
 	min-width:20em;
 	color:#fff;
}

.header .hd .c,
.header .ft .c {
 	font-size:1px; /* ensure minimum height */
 	height:13px;
}

.header .ft .c {
 	height:14px;
}

.header .hd {
 	background:transparent url("images/header/tl.gif") no-repeat 0px 0px;
}

.header .hd .c {
 	background:transparent url("images/header/tr.gif") no-repeat right 0px;
}

.header .bd {
 	background:transparent url("images/header/ml.gif") repeat-y 0px 0px;
}

.header .bd .c {
 	background:transparent url("images/header/mr.gif") repeat-y right 0px;
}

.header .bd .c .s {
 	margin:0px 8px 0px 4px;
 	background:#000 url("images/header/ms.jpg") repeat-x 0px 0px;
}

.header .bd .c .s .logo {
 	padding:1em;
	margin-left: 4px;
 	background:transparent url("images/imc-small.png") no-repeat left;
}


.header .ft {
 	background:transparent url("images/header/bl.gif") no-repeat 0px 0px;
}

.header .ft .c {
 	background:transparent url("images/header/br.gif") no-repeat right 0px;
}

.header .h1 {
	margin:5px 5px 0;
	padding:20px 20px .25em;
	font-size:200%;
	line-height:1.2em;
	font-weight:normal;
	color:#b3b0ff;
	letter-spacing:0.2em;	
}

.header .p {
	color:#b3b0ff;
	text-decoration:none;
}


/* Content
----------------------------------------------- */
#content {
	width:90%;
	margin:0 auto;
	padding:0;
	text-align:left;
  }
#main {
	width:50%;
	float:left;
	padding: 5%;
  }

#main-2col {
	width:70%;
	float:left;
	padding: 5%;
  }

#leftbar {
	width:17%;
  	float:left;
  	border-right:2px dotted #ccc;
  	padding: 1%;
  	margin:0;
  }

#rightbar {
	width:17%;
  	float:right;
  	border-left:2px dotted #ccc;
  	padding: 1%;
  	margin:0;
  }

#footer {
  	width:100%;
  	margin:0 auto;
	text-align: center;
  }



/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  letter-spacing:.1em;
  color:#909090;
  }

h3 {
  margin:1.5em 0 .75em;
  letter-spacing:.1em;
  color:#909090;
  }


/* Content-items
----------------------------------------------- */
.content-item {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding:0 .5em 0 .5em;
  }
.content-item-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#909090;
  }
.content-item-title a, .content-item-title a:visited, .content-item-title strong {
  display:block;
  text-decoration:none;
  color:#C2BAFF;
  font-weight:normal;
  }
.content-item-title strong, .content-item-title a:hover {
  color:#333;
  }
.content-item p {
  margin:0 0 .75em;
  line-height:1.6em;
  }

.content-item img {
/*  padding:4px;*/
/*  border:1px solid #ddd;*/
  }

.content-item blockquote {
  margin: 0pt 0pt 10pt 30px; 
  padding: 10px 0pt 0pt 20px; 
  background: transparent url("images/quotes.gif") no-repeat scroll left top; font-size: 88%; line-height: 1.5em; color: rgb(102, 102, 102); 
  text-indent:15px
  }  

.content-item blockquote p {
  margin:.75em 0;
  }

.content-item li {
  margin:0;
  padding:0 0 .25em 5px;
  line-height:1.5em;
  }

.project-title {
  	font-size:120%;
  	font-weight:normal;
  	color:#666;  
}

/* Leftbar Content
----------------------------------------------- */
#leftbar ol {
  margin:0 0 1em 0;
  padding:0 0 .25em 1.25em;
  }
#leftbar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#leftbar li {
  margin:0;
  padding:0 0 .25em 15px;
  line-height:1.5em;
  }
#leftbar p {
  color:#666;
  line-height:1.5em;
   
  }

/* Rightbar Content
----------------------------------------------- */
#rightbar ol {
  margin:0 0 1em 0;
  padding:0 0 .25em 1.25em;
  }
#rightbar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#rightbar li {
  margin:0;
  padding:0 0 .25em 15px;
  line-height:1.5em;
  }
#rightbar p {
  color:#666;
  line-height:1.5em;

  }

/* Footer
----------------------------------------------- */
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  letter-spacing:.1em;
  }

