/* GENERAL SETTINGS */
html {
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: rgb(41,63,70);
	font-family: 'Lucida Grande','Trebuchet MS',Verdana,sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	overflow-y:scroll;
	padding: 0;
	text-align: center;
}
img {
	border: none;
}
pre {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	overflow: auto;
	margin: 0;
}
a {
	-webkit-transition-duration: 300ms, 300ms, 300ms;
	-webkit-transition-property: color, background-color, text-shadow;
}
li {
    margin-bottom:10px;
}
/* REGION SPECIFIC STUFF */
#container {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: -webkit-gradient(radial, 100 50%, 10, 100 50%, 68, from(#39596C), color-stop(0.6, lightblue), to(#fff)); 
}
#header {
	height: 50px;
	position: relative;
	z-index: 10;
    
	background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */
	
    top: 10px;
	border-bottom: 1px solid #777;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);

}
#header a {
	color: rgb(41,63,70);
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: rgba(255,255,255,.6) 0px 1px 1px;
}
#header a:hover {
	color: #FFF;
	text-shadow: rgba(0,0,0,.5) 0px 1px 1px;
}
#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 11px;
}
#header h1 a {
	font-size: 19px;
	padding: 0 12px;
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #nav {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 332px;
}
#header #nav ul li {
	float: right;
}
#header #nav ul li a {
	display: block;
	font-family: 'Lucida Grande','Trebuchet MS',Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 12px;
	padding: 4px 0;
	height: 12px;
	line-height: 12px;
}
.content {
	margin-bottom: 140px;
	padding: 0 12px;
	position: relative;
	top: 20px;
}
.content h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 23px;
	line-height: 30px;
	text-transform: uppercase;
}
.content h3 {
	font-weight: normal;
	margin-top: 36px;
	text-transform: uppercase;
}
.content a {
	background-color: inherit;
	color: #2C488A;
	text-decoration: none;
	border-color: rgba(44, 72, 138, .3);
	border-style: dotted;
	border-width: 0 0 1px 0;
	margin: -1px;
	padding: 1px;
}
.content a:hover {
	background-color: #2C488A;
	color: white;
	border-width: 0;
}
.content p.highlight {
	color: rgb(29,50,98);
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 18px;
}

/* FORMS */
form {
}
form hr {
	margin: 20px 0;
}
.formItem {
	position: relative;
	margin: 30px 0;
}
label,.label {
	display: block;
	font-size: 125%;
}
.checkbox {
	padding: 10px 0;
}
.checkbox input {
	padding: 16px;
}
.checkbox label {
	display: inline;
	font-size: 100%;
}
.desc {
	color: #999;
	line-height: 12px;
	font-size: 12px;
	font-style: italic;
}
.field input,.field select, .field textarea {
	width: 100%;
	font-size: 125%;
}
.field label {
	display: block;
}
.radiobutton label {
	display: inline;
	font-size: 100%;
}
.submit {
	margin-top: 20px;
	text-align: left;
}
.submit input {
	font-size: 125%;
}


#active-portfolio #projects {
	position: relative;
	list-style: none;
	padding: 0;
}
#active-portfolio #projects li {
	margin: 80px 0;
	min-height: 270px;
	overflow: hidden;
	padding-left: 210px;
	position: relative;
}
#active-portfolio #projects li img {
	left: 0;
	margin-right: 30px;
	position: absolute;
	top: 0;
	max-height: 200px;
}
#active-portfolio #projects li .name {
	font-size: 20px;
	font-weight: bold;
}
#active-portfolio #projects li .type {
	color: inherit;
	font-style: italic;
	font-size: 12px;
}
#projects li .link a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #999;
	background-image: url(./images/bg-button.png);
	background-repeat: repeat-x;
	border: 1px solid #999;
	color: #444;
	display: block;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
	text-decoration: none;
	text-shadow: rgb(255,255,255) 0 1px 1px;
	width: 100px;
}
#active-about li#about a,
#active-articles li#resources a,
#active-book li#resources a,
#active-books li#books a,
#active-contact li#contact a,
#active-experience li#about a,
#active-portfolio li#portfolio a,
#active-quotes li#about a,
#active-resources li#resources a,
#active-services li#services a,
#active-talks li#talks a,
#active-testimonials li#about a,
#active-training li#training a {
	color: white;
	text-shadow: rgba(0,0,0,.6) 0px 1px 1px;
}
#active-home #container .content h2 {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 36px;
	text-shadow: rgba(41,63,70,.1) 0px 10px 14px;
	text-transform: none;
}
#active-home #container .content p {
	color: rgba(41,63,70,.4);
	font-family: Times,serif;
	font-style: italic;
	margin: 0 0 0 0;
}
#active-home #container .content ul {
	margin: 40px 0 0 60px;
	padding: 0;
	width: 850px;
}
#active-home #container .content ul li {
	float: left;
	list-style: none;
}
#active-home #container .content ul li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-style: solid;
	border-width: 8px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
	margin-right: 23px;
	text-align: center;
	width: 200px;
}
#active-home #sidebar {
	display: none
}
dl > * {
    margin-bottom: 10px;
    margin-top: 10px;
}
