@charset 'utf-8';

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

body, input, select, td, textarea, th {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 13px;
    color: #000;
}

a {
    color: #06f;
    text-decoration: underline;
}

a:visited {
    color: #3f8cff;
}

a:focus, a:hover {
    color: #039;
}

a img {
    border: 0;
}

form#contact-form h2 {
    margin: 18px 0 4px 0;
    font-size: 1.2em;
    font-weight: normal;
}

form#contact-form label {
    display: block;
    width: 170px;
    height: 24px;
    float: left;
    line-height: 24px;
    cursor: pointer;
}

form#contact-form label.error {
    display: inline;
    padding-left: 7px;
    float: none;
    cursor: auto;
    color: red;
    font-weight: normal !important;
}

form#contact-form p {
    font-size: 1.1em;
}

form#contact-form p input, form#contact-form p select, form#contact-form p textarea {
    margin: 1px 0;
    padding: 2px 4px;
    border: 1px solid #c5c5c5;
}

form#contact-form p input {
    width: 300px;
}

form#contact-form p input:focus, form#contact-form p select:focus, form#contact-form p textarea:focus {
    border-color: #333 !important;
    background-color: #f5f5f5;
}

form#contact-form p select {
    width: 310px;
    height: 22px !important;
}

form#contact-form p input.error, form#contact-form p select.error, form#contact-form p textarea.error {
    border-color: red !important;
}

form#contact-form p:hover input, form#contact-form p:hover select, form#contact-form p:hover textarea {
    border-color: #999;
}

form#contact-form p.buttons, form#contact-form p.help {
    padding-left: 13px;
}

form#contact-form p.buttons input {
    width: 150px;
    padding: 4px 0;
    font-weight: bold;
    cursor: pointer;
}

form#contact-form p.buttons:hover, form#contact-form p.help:hover {
    background-color: #fff;
}

form#contact-form p.buttons:hover input {
    border-color: #c5c5c5;
}

form#contact-form p.help {
    margin: 13px 0;
    color: #666;
}

form#contact-form p {
    color:#000000;
    font-family:'Trebuchet MS','Arial',sans-serif;
    font-size:13px;
    clear: both;
}

/* Mad libs form style */
form#mad-form {
    color:#555;
    /*font-size:1.3em;*/
}

form#mad-form input {
    border:none;
    outline:none;
    border-bottom:2px dotted #eaeaea;
    font-size:1.1em;
    color:#333;
}

form#mad-form input:hover {
    border-bottom:2px dotted #d3d3d3;
}

form#mad-form input:focus {
    border-bottom:2px dotted #999;
}

form#mad-form select,
form#mad-form textarea {
    font-size:1em;
    color:#555;
}

form#mad-form textarea {
    outline:none;
    border:2px solid #eaeaea;
    margin-top:5px;
    padding:10px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}

form#mad-form textarea:hover {
    border:2px solid #d3d3d3;
}

form#mad-form textarea:focus {
    border:2px solid #999;
}


form#mad-form ul li {
    display:inline;
    line-height:2.1;
}

form#mad-form div.error {
    background:#222;
    color:#f1f1f1;
    font-size:.7em;
    padding:5px 10px 5px 10px;
    position:relative;
    bottom:15px;
    right:50px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}

form#mad-form span.highlighted {
    color:#333;
    font-weight:bold;
}

form#mad-form p.help {
    margin:15px 0 15px 10px;
}

form#mad-form p.buttons input {
    border:1px solid #999;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    margin-left:10px;
    width: 150px;
    padding: 4px 0;
    font-weight: bold;
    cursor: pointer;
}

form#mad-form p.buttons input:hover {
    border:1px solid #555;
}
/* End Mad libs form style*/

#wrapper {
    min-width: 1024px;
}

.wrapper-left-merge{
    margin-left: 300px !important;
}

#header {
    min-width: 900px;
    overflow: hidden;
    height: 90px;
    padding: 0 40px;
    font-size: 15px;
}

#header h1 {
    float: left;
    width: 24%;
    height: 90px;
    background-image: url('../images/logo.png');
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -5000px;
}

#header.errors h1 {
    float: none;
    margin-left: 60px;
    background-image: url('../images/errors/logo.png');
}

#header h1 a {
    display: block;
    height: 90px;
}

#header .slogan {
    width: 48%;
    height: 90px;
    float: left;
    line-height: 90px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    text-indent: 20px;
}

#header .talk-to-us {
    width: 28%;
    min-width: 250px;
    height: 90px;
    float: right;
}

#header .talk-to-us .link {
    width: 222px;
    height: 56px;
    float: right;
    background-image: url("../images/talk-to-us.png");
    background-position: top center;
    background-repeat: no-repeat;
}

#header .talk-to-us .link a {
    display: block;
    padding: 8px 0 0 17px;
}

#menubar {
    height: 25px;
    list-style-type: none;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}

#menubar a, #menubar strong {
    display: block;
    height: 25px;
    background-position: top right;
    background-repeat: no-repeat;
}

#menubar a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    text-indent: -6px;
}

#menubar a:focus, #menubar a:hover {
    text-decoration: none;
}

#menubar li {
    width: 15%;
    display: block;
    float: left;
    height: 25px;
    background-repeat: repeat-x;
}

#menubar strong {
    text-indent: -6px;
}

#menubar .child {
    color: #000;
    text-decoration: none;
}

#menubar .child:focus, #menubar .child:hover {
    color: #fff !important;
    text-decoration: underline;
}

#menubar .technologies {
    width: 20%;
    background-image: url('../images/menu/technologies.png');
}

#menubar .technologies a {
    background-image: url('../images/menu/technologies_people.png');
}

#menubar .technologies strong {
    background-image: url('../images/menu/technologies_current.png');
}

#menubar .people {
    background-image: url('../images/menu/people.png');
}

#menubar .people a {
    background-image: url('../images/menu/people_projects.png');
}

#menubar .people strong, #menubar .people .child {
    background-image: url('../images/menu/people_current.png');
}

#menubar .projects {
    background-image: url('../images/menu/projects.png');
}

#menubar .projects a {
    background-image: url('../images/menu/projects_blog.png');
}

#menubar .projects strong, #menubar .projects .child {
    background-image: url('../images/menu/projects_current.png');
}

#menubar .blog {
    background-image: url('../images/menu/blog.png');
}

#menubar .blog a {
    background-image: url('../images/menu/blog_opensource.png');
}

#menubar .blog strong {
    background-image: url('../images/menu/blog_current.png');
}

#menubar .opensource {
    background-image: url('../images/menu/opensource.png');
}

#menubar .opensource a {
    background-image: url('../images/menu/opensource_jobs.png');
}

#menubar .opensource strong {
    background-image: url('../images/menu/opensource_current.png');
}

#menubar .talk {
    width: 20%;
    background-image: url('../images/menu/jobs.png');
}

#menubar.index li {
    width: 23% !important;
}

#menubar.index li a {
    background-position: top right;
}

#menubar.index .left-separator {
    width: 4% !important;
    background-image: url('../images/menu/technologies.png');
}

#menubar.index .left-separator span {
    display: block;
    height: 25px;
    background-image: url('../images/menu/technologies_people.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#menubar.index .technologies {
    background-image: url('../images/menu/people.png');
}

#menubar.index .technologies a {
    background-image: url('../images/menu/people_projects.png');
}

#menubar.index .people {
    background-image: url('../images/menu/projects.png');
}

#menubar.index .people a {
    background-image: url('../images/menu/projects_blog.png');
}

#menubar.index .projects {
    background-image: url('../images/menu/blog.png');
}

#menubar.index .projects a {
    background-image: url('../images/menu/blog_opensource.png');
}

#menubar.index .opensource {
    background-image: url('../images/menu/opensource.png');
}

#menubar.index .opensource a {
    background-image: url('../images/menu/opensource_jobs.png');
}

#menubar.index .right-separator {
    width: 4% !important;
    background-image: url('../images/menu/jobs.png');
    margin-right: 0;
}

#content {
    padding: 35px 100px;
}

#content.index, #content.form, #content.blog, #content.details {
    padding: 50px 100px;
}

#content.index .left-wrapper, #content.index .right-wrapper {
    width: 50%;
}

#content.index .left-wrapper {
    float: left;
    height: 420px;
}

#content.index .left-wrapper h2 {
    min-width: 420px;
    height: 420px;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-position: top right;
    text-indent: -5000px;
}

#content.index .left-wrapper div {
    height: 420px;
    margin-right: 25px;
    text-align: right;
}

#content.index .right-wrapper {
    float: right;
    margin: 85px 0;
    height: 250px;
    font-size: 38px;
}

#content.index .right-wrapper p {
    margin-left: 25px;
    padding-top: 6px;
}

#content.index .webdev a{
    color: #906;
}

#content.index .webdev a:hover{
    text-decoration: none;
}

#content.index .python a {
    color: #f90;
}

#content.index .python a:hover {
    text-decoration: none;
}

#content.index .coffee-cups a{
    color: #8ebd00;
}

#content.index .coffee-cups a:hover{
    text-decoration: none;
}

#footer {
    text-align: center;
    background-image: url('../images/footer/technologies_left.png');
    background-repeat: no-repeat;
    background-position: -6% 25px;
}

#footer .wrapper {
    background-image: url('../images/footer/technologies_right.png');
    background-repeat: no-repeat;
    background-position: 105% 25px;
}

#footer.index {
    background-image: none;
}

#footer p {
    width: 290px;
    margin: 0.5em auto;
}

#footer p.tags {
    width: 100%;
}

#footer ul.footer_toolbar li, #footer ul.tag_list li {
    display: inline;
    margin: 0;
    padding: 2px;
    margin-right: 1px;
}

#footer p.copyright{
    width: 100%;
}

#footer .slogan {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
}

#footer.technologies .slogan {
    background-image: url('../images/footer/technologies.png');
}

#footer.people {
    background-image: url('../images/footer/people_left.png');
}

#footer.people .wrapper {
    background-image: url('../images/footer/people_right.png');
}

#footer.projects {
    background-image: url('../images/footer/projects_left.png');
}

#footer.projects .wrapper {
    background-image: url('../images/footer/projects_right.png');
}

#footer.blog {
    background-image: url('../images/footer/blog_left.png');
}

#footer.blog .wrapper {
    background-image: url('../images/footer/blog_right.png');
}

p.center {
    text-align: center;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.errorpage {
    width: 790px;
    margin-top: -3em !important;
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.errorpage p.text {
    margin-top: -2.5em;
    margin-left: 230px;
}

.errorpage ul.menu {
    margin-top: 24px;
    margin-bottom: -48px;
    list-style-type: none;
    font-size: 1.2em;
    text-align: center;
}

.errorpage ul.menu li {
    display: inline;
    padding-right: 4px;
    font-weight: bold;
    color: #d9d9d9;
}

.errorpage ul.menu li a {
    text-decoration: none;
    padding-right: 4px;
    color: #06f;
}

.errorpage ul.menu li.new a {
    padding-right: 0;
}

.errorpage ul.menu li a:hover {
    color: #039;
    text-decoration: underline;
}

.errorpage ul.menu li sup {
    color: red;
}

.featured-projects {
    width: 70%;
    float: left;
}

.featured-projects .project, .projects .project {
    padding-bottom: 37px;
}

.featured-projects .screenshot, .projects .screenshot {
    width: 300px;
    float: left;
    padding-top: 4px;
}

.featured-projects .wrapper {
    margin-left: 300px;
}

.featured-projects h2, .featured-technologies h2,
.projects h2 {
    padding-bottom: 4px;
    font-size: 28px;
    font-weight: normal;
}

.featured-projects h2 a, .projects h2 a, .flatlist h3 a, .posts dt a {
    color: #000;
    text-decoration: underline;
}

.featured-projects h2 a:focus, .featured-projects h2 a:hover,
.flatlist h3 a:focus, .flatlist h3 a:hover,
.projects h2 a:focus, .projects h2 a:hover,
.posts dt a:focus, .posts dt a:hover {
    text-decoration: none;
}

.featured-projects .wrapper .description, .projects .description {
    padding-bottom: 8px;
}

.featured-people, .featured-technologies {
    width: 100%;
}

.featured-people h2 {
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: normal;
}

.featured-people h2 big {
    font-size: 24px !important;
}

.featured-people h2 a {
    color: #000;
    text-decoration: underline;
}

.featured-people h2 a:focus, .featured-people h2 a:hover {
    text-decoration: none;
}

.featured-people h3 {
    font-weight: normal;
    font-size: 14px;
}

.featured-people h3.indent-top {
    margin-top: 8px;
}

.featured-people td {
    width: 32%;
    padding-bottom: 25px;
    vertical-align: top;
}

.featured-people td.center {
    padding: 0 1%;
}

.featured-people ul.data li {
    margin-left: 2em;
}

.featured-people ul.data li small {
    color: #666;
    font-size: 11px;
}

.featured-people ul.data li small a {
    color: #666;
    text-decoration: none;
}

.featured-people ul.data li small a:focus, .featured-people ul.data li small a:hover {
    text-decoration: underline;
}

.featured-people .photo {
    width: 110px;
    float: left;
    padding-top: 4px;
}

.featured-people .wrapper {
    margin-left: 110px;
}

.featured-people .links {
    margin-top: -4px;
}

.featured-people .flatlist {
    padding-bottom: 8px;
}

.featured-technologies td {
    width: 50% !important;
    padding-bottom: 50px;
    vertical-align: top;
}

.featured-technologies .logo {
    width: 120px;
    float: left;
    text-align: center;
    padding-top: 6px;
}

.featured-technologies .wrapper {
    margin-left: 120px;
}

.featured-technologies .wrapper .links {
    padding-bottom: 8px;
}

.featured-technologies .wrapper .description {
    margin-right: 120px;
    padding-bottom: 8px;
}

.featured-technologies h2 a, .technologies h2 a, .flatlist h3 a, .posts dt a {
    color: #000;
    text-decoration: underline;
}

.featured-technologies h2 a:focus, .featured-technologies h2 a:hover,
.flatlist h3 a:focus, .flatlist h3 a:hover,
.projects h2 a:focus, .projects h2 a:hover,
.posts dt a:focus, .posts dt a:hover {
    text-decoration: none;
}

.solutions h3 {
    display: inline;
    font-size: 13px;
    font-weight: normal;
}

.flatlist h3 {
    display: inline;
    font-size: 13px;
    font-weight: normal;
}

.flatlist ul {
    display: inline;
    list-style-type: none;
}

.solutions ul {
    display: inline;
    list-style-type: none;
}

.flatlist li {
    display: inline;
}

.links {
    padding-bottom: 8px;
    list-style-type: none;
}

.non_featured-projects {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.paginator_stuts {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.go_back {
    padding-top: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.non_featured-technologies {
    text-align: center;
    color: #9e9e9e;
}

h1.title_page, h2.title_page {
    font-family:'Trebuchet MS','Arial',sans-serif;
    font-weight: normal;
}

h1.title_page {
    text-align: center;
    color: #9e9e9e;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: normal;
}

h2.title_page {
    color:#000000;
    font-size:17px;
    text-align: left;
    margin-bottom: 20px !important;
}

.non_featured-technologies ul {
    list-style-type: none;
}

.non_featured-technologies li {
    display: inline;
    margin: 0 1em;
    font-size: 18px;
    color: #333;
}

.people-projects {
    width: 230px;
    float: right;
    font-size: 15px;
    padding-right: 0px;
}

.people-projects dt {
    float: right;
    width: 110px;
    padding-left: 20px;
}

.people-projects dd {
    padding-bottom: 25px;
}

.posts {
    width: 70%;
    float: left;
}

.posts dt.separator {
    padding-top: 2em;
    border-top: 1px solid #f0f0f0;
}

.posts dt {
    margin-bottom: 2em;
    font-size: 18px;
}

.posts dt strong {
    font-weight: normal;
}

.posts dd {
    padding-left: 20px;
}

.posts dd.indent {
    padding-bottom: 2em;
}

.posts dd .content ol, .posts dd .content p, .posts dd .content pre,
.posts dd .content ul {
    margin: 1em 0;
}

.posts dd .content li {
    margin-left: 2em;
}

.posts dd .meta {
    margin-top: 13px;
    font-size: 12px;
}

.posts dd .meta .date {
    color: #666;
}

.posts dd .meta a {
    color: #666;
    text-decoration: underline;
}

.posts dd .meta a:focus, .posts dd .meta a:hover {
    color: #000;
}

.twits {
    width: 230px;
    float: right;
}

.twits dt {
    font-size: 18px;
}

.twits dt.separator {
    padding-top: 1em;
    border-top: 1px solid #f0f0f0;
}

.twits dd {
    padding-bottom: 25px;
}
.twits dt strong {
    font-weight: normal;
}

.twits dd {
    padding-left: 20px;
}

.twits dd.indent {
    padding-bottom: 2em;
}


.twits dd .meta a {
    color: #666;
    text-decoration: underline;
}

.twits dd .meta a:focus, .posts dd .meta a:hover {
    color: #000;
}

.flatpage-container {
    margin: 1em 0;
}

.flatpage-container hr {
    height: 1px;
    margin: 1em 0;
    border: 0;
    background-color: #c5c5c5;
}

.flatpage-container-first {
    margin-top: -1em !important;
}

UL.solution-list li{
    display: inline;
    margin-right: 5px;

}

.flatpage {
    line-height: 20px;
}
DIV.technology_description_container{
    display:table;
    table-layout:fixed;
    margin: 10px;
    margin-bottom: 30px;
}
DIV.technology_description_container DIV.item_description_container{
    display:table-cell;
    padding-left: 110px;
    padding-right: 133px;
}
DIV.technology_description_container SPAN{
    color:#000000;
    font-size:28px;
    font-weight:normal;
    font-family:'Trebuchet MS','Arial',sans-serif;
    padding-bottom: 15px;
}
DIV.item_description_container DIV.description_text{
    margin-top: 10px;
    width: 291px;
}

#dynamic-text {
}

.formErrorMessage {
    color: red;
}

.formSuccessMessage {
    color: green;
}
.simpleInput {
    margin: 5px 0;
    padding: 2px 4px;
    border: 1px solid #c5c5c5;
}
.contact-button {
    margin: 5px;
    width: 150px;
    padding: 4px 0;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #C5C5C5;
    font-family:'Trebuchet MS', 'Arial';
}
.mad-button {
    margin: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-left: 10px;
    width: 150px;
    padding: 4px 0;
    font-weight: bold;
    cursor: pointer;
}

.activity-type.page-visit {
    background-color: #ffe080;
    color: #000;
}

.activity-type.form-edit {
    background-color: #ffe030;
    color: #000;
}

.activity-type.form-submit {
    background-color: #f98000;
    color: #000;
}


