/* Honest Code CSS Repository */

/*

"museo-slab-1","museo-slab-2"
"atrament-web-1","atrament-web-2"

*/

::selection {
	background: #9eb3c7; /* Safari */
	}
::-moz-selection {
	background: #9eb3c7; /* Firefox */
}


/* page structure */

body {
	font: normal 13px/20px "museo-slab-1","museo-slab-2", Georgia, serif;
	color: #3e444a;
	background: url(images/background_texture.png) #3e444a;
}

a {
	text-decoration: none;
	color: #3d6790;
}

a:hover,
a:focus {
	
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-size: 31px;
	line-height: 36px;
}

h2 {
	font: normal 18px/24px "atrament-web-1","atrament-web-2", "Arial Narrow", sans-serif;
	margin-bottom: 10px;
	color: rgba(0,0,0,0.3);
	text-transform: uppercase;
}

h3 {
	font: normal 22px/30px "museo-slab-1","museo-slab-2", Georgia, serif;
	margin-bottom: 10px;
}

h4 {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	font-weight: 700;
}

hr {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	height: 0px;
	margin: 0px;
}

s, strike, del {
	text-decoration: line-through;
}

table th,
table td {
	vertical-align: top;
}

div.sidebar {
	background: rgba(0,0,0,0.02);
	padding: 20px;
	width: 260px !important;
	font: normal 11px/16px "museo-slab-1","museo-slab-2", Georgia, serif;
}

div.home-page div.sidebar {
	font: normal 13px/20px "museo-slab-1","museo-slab-2", Georgia, serif;
}

div.feature,
div.carousel {
	margin-top: 15px;
}

div.cluster {
	width: 290px;
	display: block;
	margin: 0 20px 20px 0;
	float: left;
	border-top: 6px solid #3d6790}

#content.work div.cluster,
#work.work div.cluster {
	width: 410px !important;
	height: 350px;
}

div.cluster h2 {
	margin: 5px 0;
}


/* ids */

#container {
	background: #cad1d6;
}

#header {
	height: 50px;
	background: url(images/shadow_up.png) bottom repeat-x #cad1d6;
}

#header p.clientalert {
	float: left;
	width: 320px;
	height: 50px;
	font: normal 20px/50px "atrament-web-1","atrament-web-2", "Arial Narrow", sans-serif;
	padding: 0 10px;
	text-transform: uppercase;
	overflow: hidden;
	color: rgba(0,0,0,0.2);
}

#header p.clientalert a {
	color: rgba(0,0,0,0.2);
}

#header p.clientalert a:hover,
#header p.clientalert a:focus {
	color: #3d6790;
}

#menu-main-nav {
	list-style: none;
	text-align: right;
}

#menu-main-nav li {
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-left: -4px;
}

#menu-main-nav li a {
	display: block;
	text-align: center;
	width: 122px;
	height: 50px;
	font: normal 20px/50px "atrament-web-1","atrament-web-2", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	color: rgba(0,0,0,0.4);
}

#menu-main-nav li a:hover,
#menu-main-nav li a:focus {
	background-color: rgba(255,255,255,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #3d6790;
}

#menu-main-nav li.current-menu-item a {
	color: #3d6790;
}

#logo {
	background: url(images/ribbon.png) right center no-repeat #3d6790;
	text-align: right;
	position: absolute;
	margin-left: -568px;
	z-index: 100;
	box-shadow: 0px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0, 0.5);
}

#logo img {
	padding: 22px 65px 17px 560px;
}

#feature.sec {
	background: url(images/subhead_texture.png) no-repeat #3d6790;
	height: 126px;
	text-align: right;
}

#feature.sec h1 {
	color: white;
	padding: 68px 20px 20px 0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#feature.sec h1 a {
	color: white !important;
}

#slides {
	width:960px;
	height:500px;
	display:block;
	background: black;
}

#slides div.slides_container {
	width:960px;
	height: 500px;
	overflow:hidden;
	position:relative;
	/* display: none; */
}

#slides div.slides_container div.slide {
	width:960px;
	height:500px;
	display:block;
}

#slides ul.pagination {
	list-style: none;
	text-align: left;
	padding: 10px;
	position: relative;
	z-index: 200;
	margin-top: -40px;
}

#slides ul.pagination li {
	display: inline-block;
}

#slides ul.pagination li a {
	display: inline-block;
	height: 1px;
	padding-top: 9px;
	width: 10px;
	background: url(images/dot.png) center no-repeat;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	overflow: hidden;
	margin: 0 5px;
}

#slides ul.pagination li.current a {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#slides div.caption {
	position: absolute;
	margin-top: -420px;
	background: black;
	background: rgba(0,0,0,0.6);
	color: white;
	padding: 20px;
	height: 420px;
	width: 260px;
	z-index: 40;
}

#slides div.caption a {
	color: white;
	color: rgba(255,255,255,0.6);
}

#slides div.caption a:hover,
#slides div.caption a:focus {
	color: white;
}

#slides div.caption h1 {
	margin-bottom: 10px;
}

#slides div.caption h2 {
	margin: 30px 0 10px 0;
	color: rgba(255,255,255,0.6);
}

#slides.work h2 {
	margin: -73px 20px 10px 15px;
	color: rgba(128,128,128,0.6);
}

#homeheadline {
	padding: 50px;
}

#content ul {
	list-style: disc;
	padding-left: 1.3em;
	margin-bottom: 10px;
}

#content blockquote {
	padding: 0 1.3em;
}

#footer {
	background: url(images/shadow_down.png) top repeat-x #3d6790;
	font: normal 12px/20px "museo-slab-1","museo-slab-2", Georgia, serif;
	color: rgba(255,255,255,0.6);
	min-height: 500px;
}

#footer h4 {
	font-weight: 700;
}

#footer a {
	color: rgba(255,255,255,0.8);
}

#footer a:hover,
#footer a:focus {
	color: white;
}

#twitter_update_list {
	margin: 20px 0;
	line-height: 16px;
}

#twitter_update_list li {
	margin-bottom: 15px;
}

#contact {
	background: url(images/paper.jpg) repeat-y;
	width: 960px;
	overflow-x: hidden;
	font: normal 22px/33px "felt-tip-woman-1","felt-tip-woman-2", "Marker Felt", Georgia, serif;
}

#contact div.shadow {
	width: 650px;
	padding: 0px 155px;
	box-shadow: inset 0 0 22px #3e444a;
	margin: 0: auto;
}

#contact>div.shadow>div {
	padding: 50px 0;
	width: 650px;
}

#contact table.form {
	width: 100%;
}

#contact table.form input,
#contact table.form textarea {
	width: 350px;
	margin: 5px 0;
}

#contact table.form input.button {
	width: auto;
}

#contact table.form label {
	width: 200px;
}

#contact p {
	margin-bottom: 30px;
}


#contact form input {
	font: normal 22px/22px "felt-tip-woman-1","felt-tip-woman-2", "Marker Felt", Georgia, serif;
	border: none;
	text-align: center;
	background: none;
	border-bottom: 1px solid #3e444a; /* lt gray */
	padding: 3px
	width: 15em;
}

#contact form select {
	font: normal 22px/22px "felt-tip-woman-1","felt-tip-woman-2", "Marker Felt", Georgia, serif;
	border: none;
	background: white;
	padding: 3px 5px;
}

#contact form select option {
	font: normal 22px/22px "felt-tip-woman-1","felt-tip-woman-2", "Marker Felt", Georgia, serif;
}

#contact form textarea {
	font: normal 22px/29px "felt-tip-woman-1","felt-tip-woman-2", "Marker Felt", Georgia, serif;
	border: 1px solid #3e444a; /* lt gray */
	background: white;
	background: rgba(255,255,255,0.4);
	padding: 5px;
	width: 640px;
}

#contact form input.button {
	font: normal 14px/22px "museo-slab-1","museo-slab-2", Georgia, serif;
	padding: 3px 17px;
	border: 1px solid #3d6790; /* dk blue */
	color: white;
	background-color: #3d6790; /* dk blue */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d6790), to(#294560));
	background-image:-moz-linear-gradient(0% 100% 90deg, #294560, #3d6790);
}

#contact form input.error {
	border-bottom: 1px solid red;
	background-color: #fcf0f0;
	background-color: rgba(255,0,0,0.1);
}

#contact form label.normal {
	font: normal 14px/22px "museo-slab-1","museo-slab-2", Georgia, serif;
}

#contact form label.error {
	font: normal 14px/22px "museo-slab-1","museo-slab-2", Georgia, serif;
	color: red;
	width: auto;
	display: none !important;
}

#contact #general form label.error {
	display: block !important;
}

#posts h1, h4 {
	margin-bottom: 10px;
}



/* classes */

.padding {
	padding: 10px;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

.small {
	font-size: 80%;
}

/* process diagram */

div.process {
	background: #f4f5f6;
	height: 250px;
	overflow: hidden;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
}

div.process div.diagram {
	width: 290px;
	height: 240px;
	margin-right: 20px;
	float: left;
}

div.process h1 {
	margin-bottom: 10px;
}

div.process ul {
	width: 490px;
	float: right;
	list-style: none !important;
}

div.process ul li {
	width: 490px;
	height: 490px;
	display: none;
}

div.process ul li.full {
	display: block;
}

div.process a.box {
	display: block;
	width: 14px;
	height: 14px;
	border-right: 4px solid #f4f5f6;
	border-bottom: 4px solid #f4f5f6;
	float: left;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

div.process a {
	background: #3d6790;
}

div.process a.plan {
	background: rgba(53, 105, 146, 1.0);
}

div.process a.design {
	background: rgba(53, 105, 146, 0.9);
}

div.process a.build {
	background: rgba(53, 105, 146, 0.7);
}

div.process a.test {
	background: rgba(53, 105, 146, 0.5);
}

div.process a.launch {
	background: rgba(53, 105, 146, 0.3);
}

div.process a.support {
	background: rgba(53, 105, 146, 0.1);
}

div.process div.diagram span:hover a,
div.process div.diagram span:focus a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

div.process span.plan1:hover a.plan,
div.process span.plan1:focus a.plan {
	background: #5ca829;
}

div.process span.plan1:hover a.design,
div.process span.plan1:focus a.design  {
	background: #aad84f;
}

div.process span.plan2:hover a,
div.process span.plan2:focus a  {
	background: #e3824f;
}

div.process span a.part3 {
	background: #751137;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

div.process span.plan3:hover a.test,
div.process span.plan3:focus a.test {
	background: #ab3d6a;
}

div.process span.plan3:hover a.launch,
div.process span.plan3:focus a.launch {
	background: #d7487e;
}

div.process span.plan3:hover a.support,
div.process span.plan3:focus a.support {
	background: #df8aa9;
}

div.process div.bubble {
	background: url(images/popup.png) top center no-repeat;
	color: white;
	text-align: center;
	width: 122px;
	height: 11px;
	line-height: 11px;
	padding: 13px 7px 22px 7px;
	position: absolute;
	z-index: 9999;
	display: none;
}

/* Captions & aligment */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */

/* comments */

ol.commentlist { /* list of comments */
	margin-top: 20px;
} 

ol.commentlist li { /* each comment */
	padding: 5px;
	margin-bottom: 10px;
	background: #efefef;
}

ol.commentlist li p { /* comment text */
	font: normal 11px/15px Georgia, "Times New Roman", serif;
}

div.comment-author img { /* avatar */
	line-height: 32px;
	margin: 0 5px 10px 0;
	vertical-align: top;
}

div.comment-author { /* picture and name */
	font-weight: bold;
	line-height: 32px;
}

div.comment-meta,
p.comment-meta { /* date */
	font-size: 80%;
}
