﻿

body {
	color: #333;
	margin: 0;
	padding: 0;
	font: 0.8125em Arial, Helvetica, sans-serif;
	background: #333;
	color: #bbb;
	line-heightx: 1.6em;
}

p , li, td, th, .key, dt, dd{
	font-sizex: 1.1em;
}

dt{
	font-weight:bold;
	margin-top: 1em;
}

dl, dd{
	margin-left: 1em;
}

pre, code{
	font-size: 1.3em;
	line-height: normal;
}

.content h2, .content h3{
	margin-top: 2.4em;
}

.content h3
{
	font-size: 1.2em;
}

a{
	text-decoration: none;


	color:#13ace8;
}

a:hover{
	text-decoration: underline;
}


.centered {	
	margin: 0 auto;
	width: 74em;
}

.header{
	background-position: bottom;
	background-color: #333;
	color: #bbb;
	height: 130px;
	background-image: url('../images/header-back.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
}

.header h1{
	background-image: url('../images/ident-engine-logo.gif');
	background-repeat: no-repeat;
	width: 229px;
	height: 38px;
	margin: 0;
}

.header h2#strapline{
	background-image: url('../images/strapline.gif');
	background-repeat: no-repeat;
	height: 33px;
	margin-top: 60px;
}


.header h1 span, .header h2 span{
	display: none;
}


.content .menu{
	font-size: 1.2em;
}

.content .menu a{
	color: #000;
}

.content .menu a:hover{
	color: #13ace8;
	text-decoration: none;
}

.content h1{
	margin-top: 2em;	
}

.content{
	background:  #fff;
	color: #000;
	min-height: 40em;
	padding-top: 1.5em;
	padding-bottom: 10em;
}

.footer{
	padding-bottom: 4em;
	background-color: #333;
	color: #bbb;
	background-image: url('../images/footer-back.gif');
	background-repeat: repeat-x;
	padding-top:  1em;
}

.footer a{
	color: #bbb;
	font-weight: normal;
}

.footer a:hover{
	color: #13ace8;
	text-decoration: none;
}


.copyright{
	margin-top: 0.5em;
	color: #868686;
}


.floatclear {
	overflow: hidden;
}

.menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.menu li a {
	border-right: 1px solid #B2B2B2;
	color: #bbb;
	display: block;
	font-weight: normal;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	text-transform: lowercase;
}

.menu .lastItem{
	border: none;
}

.menu .firstItem{
	padding-left: 0;
}

.title-expansion{
	
	font-size: 1.4em;
}

#domains1, #domains2{
    float: left; 
    width: 20em;
    padding: 0;
}


.mit-licence{
	width: 40em;
	line-height: 1.8em;
	margin-top: 4em;
}

.intro{
	font-size: 1.3em;
	line-height: 1.3em;
	width: 30em;
	margin-top: 3.4em;
	
}

.demo-list{
	font-size: 1.2em;
	line-height: 1.3em;
}

.demo-list p {
	margin-top: 0;
}

.demo-list a {
	font-weight: bold;
}

.demo-list div {
	margin-left: 2.4em;
	margin-bottom: 1.6em;
	width: 20em;
}

	.button, .button:visited {
		background: #c87a09 url('../images/botton-back-yellow.gif') repeat-x center;
		display: inline-block;
		padding: 4px 12px 4px 12px;
		color: #fff;
		text-decoration: none;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,7.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.0);
		border: 1px solid #c87a09;
		position: relative;
		cursor: pointer;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
	}
	
	.button:hover {
		background: #ae6708 url('../images/button-back-yellow-hover.gif') repeat-x center;
		text-decoration:none;
			color: #fff;
	}
	
	.large{
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		padding: 8px 24px 8px 24px;
}

#download-button span{
	font-weight:normal;
}
#download-button{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}


#download-box{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	background-color: #f9f8f5;
	border: 0.3em solid #e4e2db;
	padding: 0.8em;
	width: 16em;
	color: #8e8a8a;
}

#zip-size{
	text-align: center;
}

#home-intro-column{
	float: left;
}

#download-blog-column{
	float: left;
	margin-top:4em;
	margin-left: 2em;
	width: 16em;
}

#download-blog-column #entries .published{
	color: #9d9d9d;
}

#download-blog-column #entries p{
	margin-bottom: 0.4em;
}

#download-blog-column #entries .entry-title{
	border-top: solid 1px #ddd;
	padding-top: 0.6em; 
}

#supports{
margin-top: 6em;
	width: 60em;
	border-top: solid 1px #ddd;
}


#supports h2{
	margin-top: 0;
}


.support-listing{
	float: left;
}

#contenttypes-listing, #schema-listing{
	width: 20em;
}

#domain-stats{
	margin-bottom: 0;
	padding-bottom: 0;
}

.documentation 
{
	width: 50em;
	
}

.restricted-width{
	width: 40em;
	font-size: 1.3em;
	line-height: 1.3em;
}

.slidedeck{
	margin-top: 2em;
}
