/* IVY V4 - June 2007 */

html, body {
	margin:0;
	padding:0;
	background: #A0A0A0;
}

body {
	font: 10pt/15pt "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444444;
}

b {
	color: #222222;
}

a:link, a:visited, a:hover, a:active, a b{
	color: #c65252;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

code, pre {
	font-size: 0.8em;
	background: #EFEFEF;
	text-align: left !important;
}

table tr td {
	font: 10pt/15pt "Helvetica Neue",Helvetica,Arial,sans-serif;
	vertical-align: top;
}

table.borderless2cols td {
	width: 50%;
	padding: 5px;
}

pre {
	padding: 5px;
}

.heading .number {
	display: none;
}

ul.todo {
	padding-left: 10px;
}

ul.todo li.todo {
	list-style-type: none;
	padding-left: 0;
}

.smaller {
	font-size: 0.9em;
}

.nolist {
	padding: 0;
	list-style-type: none;
}

.clear {
	clear: both;
}

/* BODY CONTENT */

#body_content {
	padding: 20px;
	margin-left: 50px;
	width: 80%;
	min-width: 300px;
	max-width: 600px;
	background: white;
	border: 1px solid black;
	border-top: 0px;
}

/* LOCATION */

#location {
	text-align: right;
	font-size: 8pt;
	color: #AAAAAA;
}

#location a:link, a:hover, a:active {
	color: #AAAAAA;
}

#location a:visited {
	color: #A0A0A0;
}

#location a:hover {
	text-decoration: underline;
}

#location .sep {
	color: #EFEFEF;
}

/* NAVIGATION */

#navigation {
	clear:both;
	border-bottom: 1px dashed #AAAAAA;
	border-top: 1px dashed #AAAAAA;
	background: #EFEFEF;
	margin-left: -20px;
	margin-right: -20px;
}


#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
	font-size: 12pt;
	font-weight: bold;
	padding: 20px;
}

#navigation li {
	display: inline;
	padding-right: 20px;
}

#navigation li .content {
}

#navigation li a {
	color: #444444;
}

#navigation li a:hover {
	color: #ff3e14;
}

#navigation li.current a {
	color: black;
}

/* ILLUSTRATION */

#illustration {
	color: black;
	height:  150px;
}

#illustration .title {
	letter-spacing: -0.1em;
}

#illustration .title h1 {
	font-size: 60px;
	position: absolute;
	top: 40px;
}

#illustration .title h2 {
	font-size: 30px;
	position: absolute;
	top: 100px;
}

/* CONTENT */

#content {
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* MAIN CONTENT */

#main_content {
	padding-right: 260px;
	text-align: justify;
}

.news {
	float: right;
	width: 200px;
	font-size: 0.9em;
	margin-top: -20px;
	padding: 10px;
	padding-bottom: 20px;
	color: #444444;
	margin-right: -20px;
	background: #F3FDA7;
	margin-left: 20px;
	border-left: 5px solid white;
	border-bottom: 5px solid white;
}

.news ul {
	padding-left: 25px;
}


 .encart {
	padding: 20px;
	font-size: 0.9em;
	background: #F3FDA7;
}

.encart .title {
	font-weight: bold;
}
.threeColumns .column {
	float: left;
	width: 32%;
}

.column .content {
	padding-right: 10px;
}

/* TOOLBOX */

.toolbox {
	float: right;
	width: 200px;
	font-size: 0.9em;
	padding: 10px;
	color: #444444;
	background: #F3FDA7;
	margin-left: 20px;
	border-left: 5px solid white;
	border-bottom: 5px solid white;
}

/* SIDE CONTENT */

#side_content {
	float: right;
	margin-right: 0;
	width:200px;
	font-size: 0.9em;
	color: #666666;
	border-left: 1px solid #AAAAAA;
	padding: 20px;
	padding-top: 0px;
	margin-left: 20px;
}

.left_content {
	float: left;
}

.side_content {
	padding:4pt;
}

.side_content_body {
	padding: 3pt;
}

.side_content h3 {
}

.side_content ul {
	padding:0;
}

.side_content li {
	list-style-type:none;
}

/* TAG CLOUD */

.tagcloud  {
	line-height: 2.2em;
	text-align: center;
}

.tagcloud .tag {
	background: #F8F5CF;
	border: 1px solid #E9E4AF;
	padding: 2px;
	margin-right: 0.5em;
}

/* NOTES */

.note {
	font-size: 0.9em;
	padding: 5pt;
	margin: 0pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

.note .title {
	font-weight: bold;
}

/* TABS */

.tabs li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* PROJECTS */

.projects {
}

.projects .group {
	margin-bottom: 1em;
}

.projects .group .title {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.project {
	background: #EFEFEF;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.project .technologies {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #888888;
}

.project .domains {
	font-size: 0.9em;
	color: #888888;
}

.project .date {
	float: right;
	font-size: 12px;
	color: #888888;
}

.project .name {
	color: black;
	font-size: 1.3em;
}

.projects .featured {
	background: #F3FDA7;
}

#project_menu {
	margin-left: -20px;
	margin-right: -20px;
	background: #EFEFEF;
}

#project_menu ul {
	margin:0;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	list-style-type:none;
}

#project_menu li {
	display:inline;
	padding:0px;
	padding-right: 10px;
	font-weight: bold;
}

#project_menu li a {
	color: black;
}

#project_menu li.current a {

}

#project_menu li a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

#project_content .section {
	padding-top: 20pt;
	padding-bottom: 10pt;
}

#project_content .features,
#project_content .releases
{
	line-height: 1.2em;
	margin-left: -20px;
	margin-right: -20px;
	padding: 40px;
	color: #444444;
	background: #EFEFEF;
}

#project_content .releases td {
	font-size: 0.9em;
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#project_content .releases tr.latest td {
	color: #444444;
	background: #F3FDA7;
	padding: 20px;
}

#project_content .manual .table {
}

#project_content .manual .table table {
	border: 1px solid #888888;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #444444;
	background: whitesmoke;
}

#project_content .manual .table table tr td {
	margin: -5px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #EFEFEF;
}

#project_content .manual div[class^="ann"] {
	margin-top: 5pt;
	margin-bottom: 5pt;
	padding: 5pt;
	padding-left: 20pt;
	color: rgb(100, 100, 100);
}

#project_content .manual div[class^="ann"] .title {
	font-weight: bold;
}

#project_content .manual .annNote {
	border:  1px solid rgb(103,183,0);
	margin-top: 5pt;
	margin-bottom: 5pt;
	padding: 5pt;
	padding-left: 20pt;
	background: #fffbe4;
	color: rgb(100, 100, 100);
	border:  1px solid #dedac3;
}

#project_content .manual .annNote .title {
	font-weight: bold;
	display: none;
}

#project_content .links {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
	background: #EFEFEF;
	color: #444444;
}

#project_content .features h1,
#project_content .features h2 {
	padding-top: 0px;
	margin-top: 0px;
}

#project_content pre {
	font-size: 0.9em;
	padding: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

#manual {
	border-top: 1px dotted black;
}

/* COPYRIGHT */

#copyright {
	text-align: center;
	margin: -20px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EFEFEF;
	font-size:7pt;
	clear:both;
}

#copyright .content {
}

#copyright a {
}

/* EOF */
