/*Piximo was here*/

/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
}
body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#474343;
	background:#ffffff url('images/bg_repeat.gif') repeat-x;
}
#page {
	width:962px;	
	text-align: left;
	margin:0 auto;
}
#header {
	background: #fff;
	width:962px;
	margin:0 auto;
}
#headerimg {
	background:url('images/header.jpg') no-repeat;
	/*margin: 7px 9px 0;*/
	height: 197px;
	width: 962px;
	display:block;
}
#navBar {
	margin:10px 0 0 0;
}
#nav {
	width:962px;
	height:31px;
	background:url('images/navbar.gif') no-repeat;
	list-style:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#nav li {
	display: block;
	float: left;
	border-right: 1px solid #bebfc1;
	height: 31px;
	line-height: 31px;
	width: 90px;
	position: relative;
}
#nav li a {
	color:#4e4c4c;
	text-decoration:none;
	padding: 0 10px;
	display: block;
	text-align: center;
}
#nav #current, #nav li a:focus, #nav li a:hover, #nav li a:active {
	background: #FFF url("images/bg-nav-over.gif") repeat-x;
}
#nav li:hover, #nav li.sfHover {
	background: #FFF url("images/bg-nav-over.gif") repeat-x;
}
#nav li ul {
	display: none;
}
#nav li:hover ul, #nav li.sfHover ul {
	background: #FFF url("images/bg-subnav-over.gif") repeat-x;
	display: block;
	position: absolute;
	top: 31px;
	left: -120px;
	padding-left: 120px;
	width: 682px;
	z-index: 100;
}
#nav #current ul {
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 682px;
	z-index: 50;
	left: -120px;
	padding-left: 120px;
}
#nav li:hover + li ul {
	display: none;
}
#nav ul li {
	border: 0px none;
	line-height: normal;
	width: auto;
}
#nav ul li a {
	font-size:10px;
	border-right: 1px solid #9E9C9C;
	margin: 8px 0;
	font-weight: bold;
	color: #666;
	padding: 0 5px;
}
#nav ul li a:focus, #nav ul li a:hover, #nav ul li a:active {
	background: url();
}
#nav ul li.last-child a {
	border: 0px none;
}
#home_btn a img {
	display: block;
	margin: 4px auto;
}

/*#company_btn{
	margin:0 0 0 28px;
}*/

#content_container {
	background:url('images/bg_repeat_wide.gif') repeat-y 50% 0;	
	width: 962px;
	margin: 32px 0 0;
}
#content_top {
	background: url('images/content_sidebar_top.gif') no-repeat;
	width:962px;
	display:block;
	overflow: hidden;
}
#content {
	margin: 10px 0 0;
}
#content_bottom {
	background: url('images/content_sidebar_bottom.gif') no-repeat;
	background-position: left bottom !important;
	padding-bottom: 40px;
	overflow: hidden;
}

* html #content_container {
	width: 962px;
	float: left;
}
* html #content_bottom {
	width: 962px;
}


.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: left;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	text-indent:-1000em;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2.pagetitle {
	font-size: 13px;
}
.post h2{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003263;
}
.post h2 a:visited{
	color: #003263;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
a.more-link {
/*	display: block; */
}
a .readmore_btn {
	text-indent:-9999em;
	background:url('images/readmore_btn.gif') no-repeat;
	width:70px;
	height:22px;
	line-height:22px;
	float:right;
	display:block;
	text-align:center;
	/*padding:4px 0 0 0;*/
}
a:focus .readmore_btn, a:hover .readmore_btn, a:active .readmore_btn {
	background:url('images/readmore_btn_over.gif') no-repeat;
	display:block;
	cursor:pointer;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #003263;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #003263;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color:#003263 !important;
}
.entry p a:visited {
	color: #003263;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a, h3 a:hover {
	color: #003263;
	text-decoration: none;
}
a:hover, h2 a:hover {
	text-decoration: underline;
	color:#003263 !important;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 962px;
	border: 1px solid #959596;
}
#header {
	background:none;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 962px;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	background:#FFFFFF /*url('images/sidebar_repeat.gif') repeat-x*/;
	/*background-position:bottom left;*/
	float: left;
	padding:10px 25px 10px 25px;
	margin: 0;
	width: 691px;
	border-left:1px solid #e8e6e6;
	border-right:1px solid #e8e6e6;
}
.narrowcolumn p {
	line-height:120%;
	margin:7px 0 15px 0;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post {
	margin: 0 0 20px;
	_margin: 0 0 20px;
	text-align: justify;
	clear: both;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin:5px 0 5px 0;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	width:962px;
	clear:both;
}
#peronii {
	background: url("images/peronii_logo.gif") no-repeat;
	display: block !important;
	clear: none;
	width: 49px;
	height: 39px;
	overflow: hidden;
	margin:15px auto;
	text-indent:-9999em;
}
#footer p {
	margin: 0;
	padding:0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin:8px 0 8px 0;
	color:#003263;
	font-size:13px;
}
h2.pagetitle {
	margin:5px 0 5px 0;
	text-align: center;
}
/*#pagehead {
	display: block;
	font-size:13px;
	letter-spacing:90%;
	margin:0 0 30px 0;
}*/
h5{
	color:#003263;
	display: block;
	font-size:13px;
	letter-spacing:90%;
	margin:0 0 30px 0;
}
h6{
	display:none;
}
/*#pagehead_white{
	display:none;	
}*/
#news_head{
	margin:40px 0 8px 0;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
/*content: "\00BB \0020";*/
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry{
	margin:0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar_container {
	float:right;
	width:205px;
	margin:32px 0 0 0;
/*	min-height:500px !important; */
}
#sidebar {
	padding:17px 32px 17px 32px;;
	margin:0 5px 0 0;
	width: 141px;
	/*border-left:1px solid #e8e6e6;
	border-right:1px solid #e8e6e6;*/
}
/*#sidebar_top {
	background:url('images/sidebar_top.gif') no-repeat;
	display:block;
	width:207px;
	height:10px;
}
#sidebar_bottom {
	background:url('images/sidebar_bottom.gif') no-repeat left bottom;
	padding-bottom:11px;
	clear:both;
}*/
#sidebar form {
	margin: 0;
}
#widget_subscribe{
	width:141px;
	text-align:left;

}
#sidebar #join_newsletter{
	padding:0px !important;
	/*margin-left:-15px;*/
}
#compass{
	/*float:right;*/
	padding:0;
	margin:-47px 0 20px -2px !important;
	position:relative;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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 */

#welcome {
	font-size:13px;
	letter-spacing:90%;
	margin:8px 0 30px 0;
}

.team_heading {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003263;
	margin:0 0 0 20px !important;
}
.team_heading_small{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003263;
}
.team_members {
	text-align: left;
}
.team_members_intro{
	text-align:left;
}
.team_members td, .team_members_intro td{
	padding:2px;
}
.team_members img{
	border:none;
}
.team_members_big img {
	border:1px solid #003263;
}
.team_members_intro img{
	border:none;
	/*_margin-left:4px !important;
	*margin-left:4px;	*/
}
.team_members_intro .viewmore a{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003263;
}
#viewprofiles{
	font-size:11px;
}
#team_list{
	margin:0 0 10px 15px;
}
#team_contact{
	text-indent:-9999em;
	background:url('images/contact_profile_btn.gif') no-repeat;
	width:70px;
	height:22px;
	line-height:22px;
	float:right;
	display:block;
}
#team_contact:hover{
	background:url('images/contact_profile_btn_over.gif') no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	overflow:hidden;

}
#team_profiles{
	text-indent:-9999em;
	background:url('images/viewprofiles_btn.gif') no-repeat;
	width:76px;
	height:22px;
	line-height:22px;
	display:block;

}
#team_profiles:hover{
	background:url('images/viewprofiles_btn_over.gif') no-repeat;
	display:block;
	overflow:hidden;
}
#subscribe_btn{
	text-indent:-9999em;		
	width:70px;
	height:22px;	
	float:right;
	display:block;
	margin:0 10px 0 0;
}
#subscribe_btn:hover{	
	cursor: pointer; /* hand-shaped cursor */
	color:#333333;
}
h4{
	color:#003263;
	font-weight:bold;
}
/*.subhead{
	color:#003263;
	font-weight:bold;
}*/
div #article_headings h2{
	display:block;
	font-size:13px !important;
	margin:0 0 30px 0 !important;
}
#hr_list{
	margin:0 0 10px 0;
}
#hr_list li{
	margin:0 0 3px 3px;
}

.hr_list{
	margin:0 0 10px 0;
}
.hr_list li{
	margin:0 0 3px 3px;
}
#hr_list_blue{
	margin:0 0 10px 0;
}
#hr_list_blue li{
	margin:0 0 5px 3px;
}
.content_lists{
	margin:0 0 2px 3px;
}
#clients_logos{
	margin:10px 0 0 0;
}
