/*
Theme Name: RAAK 
Theme URI: http:/wewillraakyou.com/
Description: Custom WordPress theme for RAAK
Version: 1
Author: RAAK
Author URI: http://wewillraakyou.com
Tags: blue, custom
*/


/* BEGIN ERIC MEYER'S CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END ERIC MEYER'S CSS RESET */


/*********** UNIVERSAL ************/

a {
    text-decoration: none;
    color: #00aeef;
    cursor: pointer;
}

@font-face {
	font-family: din_schrift;
	src: url(../fonts/DINMittelschrift.eot?#iefix) format('embedded-opentype'), url(../fonts/DINMittelschrift.ttf)  format('truetype');
}

/*@font-face {
 font-family: din_schrift;
 src: url(../fonts/DINMittelschrift.ttf) 
}*/

body {
    background: #8c8c8c;
    font: 13px Georgia, Serif;

}

.rounded-corners {
    border-radius: 10px;
    -moz-border-radius: 10px;
}


.rounded-corners_bottom {
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
}

.rounded-corners_top_bottom_right{
    border-radius: 10px 10px 10px 0;
    -moz-border-radius: 10px 10px 10px 0;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.din-schrift {
    font-family: din_schrift, 'Arial Narrow', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blue_20 {
    color: #00aeef;
    font-size: 20px;
}


.bluebox {
    background: #b9e5fb;
    color: #444444;
}

.box {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px 10px;
}

hr {
    border: 0;
    border-top: 1px dashed #ffffff;
    margin: 0;
}

.whitebox hr {
    border-color: #00aeef;
}

em {
    font-style: italic;
}

.box p {
    line-height: 19px;
    margin-top: 8px;
}


.small_arial_caps {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
    color: #00aeff;
}

.smaller_arial_caps {
    font: 9px arial, sans-serif;
    text-transform: uppercase;
    color: #00aeff;
}

.bigger_arial_caps {
    font: 11px arial, sans-serif;
    text-transform: uppercase;
    color: #00aeff;
}


.bigger_arial_no_caps {
    font: 11px arial, sans-serif;
    text-transform: none;
    color: #00aeff;
}

.grey_text {
    color: #666666;
}

.blue_text {
    color: #00aeff;
}

.seperator {
    font-size: 9px;
    margin: 0 7px;
    vertical-align: top;
}

.seperator_smaller {
    font-size: 8px
}

.label {
    width: 60px;
    text-transform: uppercase;
    color: #00aeef;
    display: inline-block;
    vertical-align: top;
}

.title {
    text-transform: uppercase;
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

.overview {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    line-height: 13px;
}

.overview a {
    color: #444444;
}

strong, .bold {
    font-weight: bold;
}

.whitebox {
    background: #ffffff;
    color: #666666;
}

.tab {
    font: 11px arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 4px;
    height: 32px;
    margin-bottom: -16px;
}

.tab a {
    color: #ffffff;
}

.grey_tab, .multiple_tabs .tab {
    background: #bebebe;
}

.blue_tab, .multiple_tabs .active {
    background: #00aeff;
}

.multiple_tabs .tab {
    display: inline-block;
    margin-left: 1px;
}

.multiple_tabs .tab:first-child {
    margin-left: 0;
}


.tab74 {
    width: 74px;
}

.tab75 {
    width: 75px;
}

.tab104 {
    width: 104px;
}

.tab108 {
    width: 108px;
}


.tab112 {
    width: 112px;
}

.tab114 {
    width: 114px;
}

.content {
    width: 760px;
    /*display: inline-block;*/
    float: left;
}

.tab_container, .bluebox_top_margin, .whitebox_top_margin {
    margin-top: 20px;
    display: inline-block;
}

.whitebox-primary {
    float: left;
}

.whitebox-secondary {
    /*margin-left: 20px;*/
    float: right;
}


.whitebox_primary {
    width: 362px;
}

.bluebox-primary {
    margin-left: 20px
}

.bluebox_primary {
    width: 318px;
    margin-left: 20px;
}

.bluebox_primary_no_margin {
    width: 318px;
}

.whitebox_secondary {
    width: 323px;
    padding-right: 10px;
    padding-top:13px;
}

.whitebox_big {
    padding-bottom: 15px;
    width: 730px;
}

.solid {
    border-style: solid;
}

a.active, a.active span {
    color: #00aeef;
}

.more_link, .blog_bluebox_primary a.more_link {
    margin-top: 17px;
    color: #00aeef;
    font: 9px arial, sans-serif;
    text-transform: uppercase;
}

.sidebar {
    width: 181px;
    /*margin-left: 16px;
    display: inline-block;
    vertical-align: top;*/
    float: right;
}

blockquote {
    font-style: italic;
    padding-left: 20px;
    margin-bottom: 20px;
}

input[type="text"], textarea {
    background: #B9E5FB;
    border: 1px solid #8CD9FF;
}


input[type="submit"], button {
    background: #ffffff;
    color:#00aeff;
    font: 9px arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid #8CD9FF;
    cursor: pointer;
}

label {
    display: inline-block;
}


.big_box .box_nav {
    float: right;
    margin-top: -13px;
}

address {
    line-height: 21px;
    margin: 16px 0 18px;
}

address .blue {
    color: #00aeff;
}

address a {
    color: #666666;
}

.required {
    color: #c30c30;
}

.whitebox_primary_content pre {
    font-family: monospace;
    white-space: pre-wrap;
    line-height: 19px;
}

.logo_letter span, .logo_container span {
    display: inline-block;
}

.preloaded_img {
    display: none;
}

ul {
    padding-left: 10px;
    list-style: disc;
    line-height: 19px;
    margin: 10px;
}

#menu-main-navigation, #bluebox_home_our_work ul, .logo_project_whitebox_secondary ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}

.blog_whitebox_secondary ul, .other_posts ul {
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
}

.raakonteur_bluebox_primary ul {
    padding: 0;
    list-style: none;
}

/************** header ***************/

.site_header {
    background: #ffffff;
    padding: 35px 0 11px;
    overflow: hidden;
}

.skip-link, .site_header h1 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}


.site_header a#title {
    display: block;
    height: 42px;
    width: 200px;
    margin-left: 47px;
    position: relative;
    z-index: 1;
}

.logo_letter {
    display: inline-block;
    position: relative;
    bottom: -2px;
}

.logo_letter img {
    margin: 0 5px;
    background: #ffffff;
}

.logo_container img {
    background: #ffffff;
}

#blog-description {
    color: #00aeef;
    display: inline-block;
    margin: 0;
    font-size: 10px;
    float: left;
    border-top: 2px solid #00aeff;
    width: 758px;
    padding: 13px 0 0 20px;
    position: absolute;
    top: 77px;
    z-index: 0;
    margin-bottom: -27px;
}

.site_header nav {
    float: right;
    font-size: 11px;
    border-top: 2px solid #00aeff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.page_item, .menu-item {
    display: inline-block;
}

.topmenu_top {
    border-left: 2px solid #00aeef;
    height: 12px;
}

#menu-main-navigation li { /*fixing nav menu display in ie8 */
    padding: 0 1px;
}

.topmenu_body {
    padding: 0 20px; /*fixing nav menu display in ie8 */
}

.topmenu_body a {
    text-decoration: none;
    color: #a9a9a9;
}


.big_box header {
    padding: 8px 0 6px;
}

/************ body *************/

.container {
    background: url(../images/container_background.png);
    padding: 20px 20px 35px 20px;
    overflow: hidden;
}


/******** HOME *********/

/******* logo counter ********/

#logox_counter {
    background: #ef8dd9;
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 6px 7px 5px;
    text-align: center;
    width: 124px;
    font-size: 12px;
    float: left;
}


.point_left {
    border-bottom: 9px solid #ef8dd9;
    border-left: 10px solid /*rgba(0,0,0,0)*/ transparent;
    margin-right: -5px;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 94px;
    line-height: 0;
}

.point_right {
    border-bottom: 9px solid #ef8dd9;
    border-right: 10px solid /*rgba(0,0,0,0)*/ transparent;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 102px;
    line-height: 0;
}

#logox_counter h2 {
    font-size: 9px;
    line-height: 13px;
    width: 138px;
    margin-left: -7px;
    font-weight: normal;
}

#logox_counter_number {
    font: 24px Georgia, Serif;
    letter-spacing: 2px;
    padding-bottom: 8px;
    line-height: 25px;
    border-bottom: 1px dashed #ffffff;
}

#logox_counter a {
    display: block;
}

#read_the_logo_story {
    color: #ffffff;
    margin: 10px 0 9px;
    display: block;
    line-height: 14px;
}

#upload_a_letter {
    color:#ff0087;
    margin-top: 10px;
}

/************* blue box products **************/

.bluebox_product {
    padding: 14px;
    margin-top: 20px;
    width: 110px;
    display: inline-block;
    height: 189px;
}

.bluebox_product header {
    height: 17px;
}

.bluebox_product_link {
    display: block;
    margin:12px 0 00;
    height: 74px;
}

.bluebox_product_title {
    /*font-size: 14px;*/
    font-size: 18px;
    text-align: center;
}
/************* our work container *************/

/*#bluebox_home_left {
    width: 241px;
    margin-left: 17px;
    float: left;
}

#bluebox_home_left h2 {
    font-size: 24px;
}

#bluebox_home_left hr {
    position: relative;
    width: 570px;
}

#bluebox_home_left p {
    width: 225px;
}


#bluebox_home_right {
    font: 9px arial, sans-serif;
    float: right;
    margin-left: -33px;
}*/

#bluebox_home_our_work {
    width: 572px;
    float: right;
}

#bluebox_home_our_work p {
    width: 225px;
}

#bluebox_home_our_work h2 {
    font-size: 24px;
    display: inline-block;
}

#bluebox_home_our_work nav {
    float: right;
    text-align: right;
}

#bluebox_home_our_work .bluebox_content {
}

#bluebox_home_our_work nav, #bluebox_home_our_work .bluebox_content {
    font: 9px arial, sans-serif;
}

#bluebox_home_our_work_left, #bluebox_home_our_work_right {
    display: inline-block;
    vertical-align: top;
}

#bluebox_home_our_work_left {
    margin-right: 30px;
}
#bluebox_home_our_work_left p {
    font: 18px din_schrift, arial_narrow, 'Arial Narrow', sans-serif;
    color: #00aeef;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*#bluebox_home_our_work_left_products {
    padding-top: 20px;
    border-top: 1px dashed #fff;
    margin-top: 10px;
}

.bluebox_home_our_work_left_products_heading {
    font-size: 16px;
}

.bluebox_home_our_work_left_products_product {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}*/

#bluebox_home_our_work_right {
    position: relative;
    height: 309px;
    padding-bottom: 10px;
}


#bluebox_home_our_work_right .overview {
    height: 52px;
}

#bluebox_home_our_work_right .bluebox_content {
    position: absolute;
    z-index: 1;
    background: #B9E5FB;
    height: 309px;
    margin-top: 12px;
}

#bluebox_home_our_work_right .bluebox_content.active {
    z-index: 3;
}


.bluebox_nav {
    margin-top: 7px;
}

.box_nav * {
    display: inline-block;
    color: #666666;

}

.bluebox_content {
    margin-top: 22px;
}


.bluebox_content img {
    margin-bottom: 8px;
}

.bluebox_content li {
    margin-bottom: 5px;
}


.bluebox_content li.bluebox_content_link  {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bluebox_cat_container {
    display: none;
}

.bluebox_cat_container.current {
    display: block;
}

/*************** Latest Posts **************/

.whitebox_primary_post {
    display: none;
}

.whitebox_primary_post.current {
    display: block;
}

.whitebox_primary_post h3, .theraakonteur_whitebox_primary h3, .not-found h3 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 6px;
    padding-top: 5px;
}

.whitebox_primary_post h3 a {
    color: #666666;
}

.whitebox_primary_post_attr {
    font: 11px arial, sans-serif;
    margin: 6px 0 12px;
}

.whitebox_primary_post_attr * {
    display: inline-block;
}


.whitebox_primary_post_attr .seperator {
    margin:  0 /*5*/3px;
}

.commenticon {
    vertical-align: middle;
    margin-right: 6px;
}

/*.whitebox_primary_post_content p {
    width: 159px;
    display: inline-block;
}*/

.whitebox_primary_post_content {
    overflow: auto;
}

.whitebox_primary_post_content_right {
    /*display: inline-block;*/
    text-align: right;
    vertical-align: top;
    margin: 13px 0 0 38px;
    font: 9px arial, sans-serif;
    text-transform: uppercase;
    float: right;
    overflow: hidden; /*to stop ff36 adding a scroll bar to containing container */
}


.whitebox_primary_post_content_right a {
    display: block;
}

.whitebox_primary .more_link {
    margin-top: 17px;
}

.whitebox_primary_post .solid {
margin: 25px 0 9px;
}

.whitebox_primary_footer {
    font-size: 9px;
    margin: 12px 0 10px;
}


.whitebox_primary_footer_right {
    float: right;
}


.whitebox_primary_footer_left {
    float: left;
}


.whitebox_primary_footer_right a .arrow {
    color: #00aeef;
    margin: 0 2px;
}


/************** Other Posts ***************/

.whitebox_secondary h3 {
    font-size: 11px;
}


.blog_category_bluebox_primary a, .whitebox_secondary a, .raakonteur_bluebox_primary a {
    color: #666666;
}


.blog_category_bluebox_primary li, .other_posts li, .blog_whitebox_secondary li, .raakonteur_bluebox_primary li {
    padding-left:16px;
}


.blog_category_bluebox_primary li, .blog_whitebox_secondary li, .other_posts_content_one li, .raakonteur_bluebox_primary li {
    background: url(../images/whitebox_secondary_body_content_one_list.png) no-repeat 0px 5px;
}

.other_posts_content_two li {
    background: url(../images/whitebox_secondary_body_content_two_list.png) no-repeat 0px 5px;
}

.other_posts_content_three li {
    background: url(../images/whitebox_secondary_body_content_three_list.png) no-repeat 0px 5px;
}

.other_posts_content_one {
    border-bottom: 1px dashed #00aeef;
    padding-top: 10px;
}

.other_posts_content_two, .other_posts_content_three {
    display: inline-block;
    padding-top: 15px;
    font-size: 12px;
    vertical-align: top;
}

.other_posts_content_two {
    border-right: 1px dashed #00AEEF;
    width: 145px;
    padding-right: 5px;
}

.other_posts_content_three {
    width: 150px;
    margin-left: 15px;
}

.whitebox_secondary a.more_link {
    color: #00aeef;
}


.whitebox_secondary footer, .other_posts footer {
    text-align: right;
    margin: 6px 0 4px;
}


.blog_category_bluebox_primary ul, .whitebox_secondary ul, .other_posts ul, .raakonteur_bluebox_primary ul {
    line-height: 19px;
    margin-top: 5px;
}
/************** ABOUT *****************/

/************** whitebox **************/

.about_content {
    display: none;
}

.about_content.current {
    display: block;
}

.whitebox_primary_nav, .about_whitebox_secondary_nav {
    float: right;
    margin-top: 11px;
}

.whitebox_primary header {
    padding: 8px 0 6px;
}

.whitebox_primary_content {
    margin: 21px 0 15px;
}

ol {
    list-style: decimal;
    padding-left: 20px;
    margin-top: 8px;
    line-height: 19px;
}

.blue_hr {
    border-color: #00aeff;
}

.thicker_hr {
    border-width: 1px;
}

hr.lightblue_hr {
    border-color: #b2e5ff;
}

.bluebox_primary_nav {
    color: #00aeff;
}

.box_nav_no_title {
    margin: 19px 0 9px;
}
.bluebox_content_item {
    margin-top: 10px;
    font: 22px din_schrift, arial_narrow, 'Arial Narrow', sans-serif; /* was 28px */
    color: #00AEEF;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*padding-right: 80px;*/
    display: none;
}

.founder_quotes .bluebox_content_item.current {
    display: none;
}

.founder_quotes.current .bluebox_content_item.current {
    display: block;
}



.bluebox_content_item.current {
    display: block;
}

.whitebox_primary_content_nav {
    text-align: right;
    margin-bottom: 10px;
}

.founders {
    position: relative;
    /*height: 203px;*/
    padding-top: 15px;
    padding-bottom: 12px;
}

.founders .animation_container {
    height: 203px;
}

.founder_nav a.active {
    color: #00aeef;
}

.whitebox_primary_content_founder_bio {
    display: none;
}


.whitebox_primary_content_founder_bio.current_bio {
    display: block;
}

.founder_text_title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.whitebox_primary_content_founder, .about_whitebox_secondary_content_founder {
    /*padding-top: 11px;*/
    /*display: none;*/
    z-index: 1;
    position: absolute;
    background: #fff;
}

.about_whitebox_secondary_content_founder.active {
    z-index: 3
}

.whitebox_primary_content_founder.current {
    display: block;
}

.about_whitebox_secondary_content_founder_name, .whitebox_primary_content_founder_name {
    font: 17px georgia, serif;
    padding-bottom: 10px;
    text-transform: none;
    border-bottom: 1px dashed #00aeff;
    width: 100%;
}


.about_whitebox_secondary_content_founder_info, .whitebox_primary_content_founder_info {
    display: inline-block;
    width: 115px;
    margin-right: /*10*/3px;
    vertical-align: top;
}

.about_whitebox_secondary_content_founder_social, .whitebox_primary_content_founder_social {
    /*margin-top: 20px;*/
    margin-top: 10px;
}

.about_whitebox_secondary_content_founder_social_title, .whitebox_primary_content_founder_social_title, .about_whitebox_secondary_content_founder_social_right, .whitebox_primary_content_founder_social_right {
    display: inline-block;
    vertical-align:top;
}

.about_whitebox_secondary_content_founder_social_title, .whitebox_primary_content_founder_social_title {
    width: 68px;
    /*padding-top: 8px;*/
}

.about_whitebox_secondary_content_founder_social_right, .whitebox_primary_content_founder_social_right {
    width: 78px;
    margin: 10px 0 0 10px;
}


.about_whitebox_secondary_content_founder_social_right img, .whitebox_primary_content_founder_social_right img {
    vertical-align: middle;
}

.about_whitebox_secondary_content_founder_social_network, .whitebox_primary_content_founder_social_network {
    display: block;
    margin-bottom:5px;
}


.about_whitebox_secondary_content_founder_picture, .whitebox_primary_content_founder_picture {
    display: inline-block;
    /*margin-bottom: 12px;*/
    width: 200px;
}

.whitebox_primary_content_founder_texta {
    margin-top: 21px;
}

.about_page_heading {
    margin-top: 8px;
}



/************** LOGO PROJECT **********/

.logo_project_whitebox_primary hr {
    margin-bottom: 16px;
}

.logo_project_whitebox_primary h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.logo_project_whitebox_primary ul {
    list-style: disc;
    padding-left: 15px;
    line-height: 19px;
}

.logo_project_whitebox_primary .more_link {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 12px;
}

.logo_project_whitebox_primary {
    padding-bottom: 20px;
}

.logo_project_bluebox_nav {
    margin: 8px 0;
}

.logo_project_bluebox_nav_item {
    width: 64px;
    padding: 0 21px;
}

.logo_project_bluebox_nav_item:first-child {
    padding-left: 0;
}

.logo_project_bluebox_nav_item .seperator {
    color: #ffffff;
    margin: 0 4px;
}

.logo_project_bluebox_primary .bluebox_content {
    display: none;
}

.logo_project_bluebox_primary .bluebox_content.current {
    display: block;
}

.logo_project_letter_image  {
    background: #ffffff;
    width: 71px;
    height: 85px;
    padding: 0 10px 6px 10px;
}

.logo_project_letter_blurp {
    color: #ffffff;
    margin: 7px 0 3px;
}

.logo_project_letter_name  {
    color: #666666;
    height: 26px;
    line-height: 13px;
    margin-bottom: 2px;
}

.logo_project_letter_name a {
    color: #00aeff;
}

.logo_project_letter {
    display: inline-block;
    width: 95px;
    margin-right: 13px;
    vertical-align: top;
    text-align: center;
}

.bluebox_content_top_right, .bluebox_content_bottom_right {
    margin: 0;
}

.logo_project_bluebox_primary .bluebox_content_top {
    margin-top: 10px;
}

.logo_project-whitebox_secondary ul {
    list-style: none;
    padding-left: 0;
}


/*.logo_project-whitebox_secondary li {
    padding-left: 0;
}*/


.logo_project_whitebox_secondary  a, .logo_project_whitebox_secondary ul#whitebox_secondary_submit a {
    color: #00aeff;
    text-decoration: none;
}

.logo_project_whitebox_secondary ul a {
    text-decoration: underline;
    color: #666666;
}

#whitebox_secondary_upload, #whitebox_secondary_finish {
    text-align: center;
}


#whitebox_secondary_upload p {
    margin-bottom: 8px;
}

.letter {
    display: inline-block;
}

.letter a {
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*ie8*/
}


.letter a.selected {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*ie8*/
}

.letter a img { /*for ie*/
    filter: inherit;
}

.letter_upload form section {
    display: none;
}

.letter_upload form section.current {
    display: block;
}


#letter_R, #letter_A {
    margin-right: 13px;
}

#whitebox_secondary_upload_next {
}

#whitebox_secondary_upload_next a {
    padding: 8px 5px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #8CD9FF;
    height: 18px;
    margin-top: 3px;
    color: #00aeff;
}

#whitebox_secondary_submit li {
    margin-top: 10px;
    height: 25px;
}

#whitebox_secondary_submit {
    color: #666666;
}


#whitebox_secondary_submit label {
    width: 113px;  /* all for iphone */
    /*height: 22px;
    float: left;
    padding-top: 5px;*/
}


#whitebox_secondary_submit input[type="text"] {
    width: 199px;
    height: 23px;
    /*float: right;       /*for iphone*/
    /*margin-right: 7px;  /*for iphone*/
}

#file_replace {
    background: url(../images/logo_file_replace.png);
    width: 203px;
    height: 25px;
    display: inline-block;
    position: relative;
}

#whitebox_secondary_submit input#upload_file {
    width: 203px;
    height: 23px;
    vertical-align: top;
    opacity: 0;
    filter: alpha(opacity = 0);
}

#dummy_file_text {
    position: absolute;
    top: 0;
    left: 28px;
    overflow: hidden;
    width: 173px;
    margin-top: 4px;
}
    
#whitebox_secondary_submit_file label {
    vertical-align: bottom;
    width: 113px;
}

#whitebox_secondary_submit_agree label {
    width: 180px;
    vertical-align: -4px;
}

#whitebox_secondary_submit_agree label a {
    text-decoration: underline;
}

#upload_agree {
    vertical-align: bottom;
    /*vertical-align: -6px; /* for iphone */
    border: none;
}


input[name="upload_submit"], #whitebox_secondary_preview_submit input, #whitebox_secondary_finish button {
    height: 26px;
    padding: 0 6px;
}

input[name="upload_submit"] {
    float: right;
    margin-right: 4px;
}

.whitebox_secondary_logo_project_back {
    height: auto;
    text-align: left;
    margin-top: 10px;
}

.whitebox_secondary_logo_project_back a {
    color: #00aeef;
}


#whitebox_secondary_preview {
    text-align: center;
}

#whitebox_secondary_preview_letters {
    border-bottom: 2px solid #00AEEF;
    width: 190px;
    margin: 0 auto 10px;
    height: 40px\9; /* targetting  ie 8 only */
}

#whitebox_secondary_preview_letters img {
    height: 42px;
    width: auto;
    margin: 0 4px -4px;
}
#whitebox_secondary_preview_letters .logo_container {
    display: inline-block;
    width: 43px;
}

#whitebox_secondary_finish .big_and_bold {
    font-size: 15px;
    font-weight: bold;
}

#whitebox_secondary_finish button {
    margin: 10px auto 0;
    width: 143px;
}

form li.error, #mc_embed_signup .mce_inline_error {
    font-weight: bold;
    font-size: 12px!important;
    color: #f00f00!important;
    height: auto;
}

#whitebox_secondary_submit ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

/************** LOGO ARCHIVE *************/

.bluebox_big_content {
    display: none;
}

.bluebox_big_content.current {
    display: block;
}

.bluebox_big_content_row {
    width: 742px;
    margin: 13px -12px 13px 0;
}

h3.expanded_letter {
    margin: 16px 0 10px;
}

.logo_archive_logo_project_letter {
    width: 91px;
    margin-right: 12px;
}


/************* OUR PRODUCTS *************/

.whitebox_big_category_entry {
    width: 220px;
    height: 175px;
    background-color: #B9E5FB;
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
    margin-left: 2px;
    margin-top: 5px;
    padding: 0 10px;
}

.whitebox_big_category_entry header {
    padding: 0;
}

.whitebox_big_category_entry_title {
    margin: 5px 0;
}

.whitebox_big_category_entry_title_name {
    color: #666666;
}

.whitebox_big_category_page {
    text-align: right;
    margin: 20px 0 10px;
}

.whitebox_big_category_entry_content {
    display: block;
    margin-top: 3px;
}

.whitebox_big_category_entry_content_overview {
    text-transform: none;
    font-size: 11px;
    padding: 30px;
    color: #666666;
    line-height: 16px;
    width: 160px;
    height: 82px;
   background: #ffffff;
}


.whitebox_big_category_entry_content_overview p {
    margin-top: 0;
    line-height: 16px;
}

.whitebox_big_category_entry_content div {
    display: none;
}


.whitebox_big_category_entry_content div.current {
    display: block;
}


.whitebox_big_category_entry_content div.visible {
    display: block;
}

.whitebox_big_category {
   display: none;
}


.whitebox_big_category.current {
   display: block;
} 

/************** SINGLE PRODUCT ***********/

.whitebox_primary_section {
    margin: 10px 0;
}

.whitebox_primary_section span, .whitebox_primary_section div {
    display: inline-block;
    vertical-align: top;
}
.whitebox_primary_section div {
    line-height: 19px;
}

.whitebox_primary_section_label {
    width: 60px;
}

.whitebox_primary_client, .product_whitebox_primary_project {
    margin-top: 0px;
}

.whitebox_primary_solution {
    margin: 10px 0;
}

.whitebox_primary_solution .whitebox_primary_section_label, .whitebox_primary_brief .whitebox_primary_section_label {
    line-height: 19px;
}

.whitebox_primary_section_content {
    width: 280px;
}


.whitebox_primary_solution .whitebox_primary_section_content p:first-child {
    margin-top: 0;
}

.ngg-gallery-thumbnail {
    margin: 0!important;
}

.ngg-gallery-thumbnail img {
    padding: 0!important;
    border: none!important;
    margin: 0!important;
}

.ngg-gallery-thumbnail-box {
    display: inline-block;
    margin-left: 7px;
}

a.page-numbers, .ngg-navigation span {
    display: none;
}

.ngg-galleryoverview {
    margin-top: 8px!important;
    margin-left: -7px;
    width: 328px!important;
}

.ngg-navigation a.next, .ngg-navigation a.prev {
    border: none!important;
    color: #6CF!important;
    padding: 0!important;
}

.ngg-navigation a.next:hover, .ngg-navigation a.prev:hover {
    color: #ffffff!important;
    background-color: #B9E5FB!important;
}

.ngg-navigation .next {
    float: right;
}

.slideshowlink {
    display: none;
}

.bluebox_bigpic {
    margin: 4px 0 5px;
}

.ngg-navigation {
    font: 11px arial, sans-serif;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left!important;
    padding-top: 5px!important;
}

.homepage_link {
    display: block;
    margin: 4px 0;
}

.single_project_bluebox_hr {
    width: 315px;
}

/************** CONTACT ****************/

p.top_margin_22px {
    margin-top: 22px;
}

form.wpcf7-form {
    font: 10px arial, sans-serif!important;
    text-transform: uppercase;
    margin-top: 20px;
}

form.wpcf7-form input {
    height: 25px;
    width: 219px;
}


form.wpcf7-form p {
    margin-bottom: -18px;
}


form.wpcf7-form p#contact_submit {
    margin-bottom: 0;
}


form.wpcf7-form input[type="submit"] {
    height: 26px;
    width: 52px;
    left: 139px;
    top: -12px;
    top: 0\9; /* targetting  ie 8 only */
    position: relative;
}

form.wpcf7-form textarea {
    width: 219px;
}


form.wpcf7-form span {
    left: 139px;
    top: -23px;
    position: relative;
}
form.wpcf7-form span.wpcf7-not-valid-tip-no-ajax {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #f00f00;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}

/*.wpcf7-validation-errors {
    color: #f00f00;
}*/

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #f00f00;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}

div.wpcf7-response-output {
    margin: 20px auto 0!important;
    width: 300px!important;
    /*border: 2px solid red;*/
    padding: 0.2em 1em;
}

#bluebox_map {
    margin-top: 10px;
}

/************** BLOG *******************/

.whitebox_big_search .submit_button, .whitebox_big_search a {
    color: #666666;
}

.whitebox_big_search .submit_button {
    border-color: #ffffff;
    width: auto;
}

.whitebox_big_search .submit_button:hover {
    cursor: pointer;
}

.whitebox_big_search input#searchtext {
    width: 280px;
    height: 25px;
    margin-left: 10px;
}

.whitebox_big_search {
    float: right;
}

.blog_whitebox_primary {
    margin-top: 20px;
}

/*#about #what-we-do ul, .whitebox_primary_post ul, #consulting-working-with-us .whitebox_primary_content ul  {
    padding-left: 10px;
    list-style: disc;
    line-height: 19px;
    margin: 10px;
}*/

.blog_single_whitebox_primary .whitebox_primary_post {
    display: block;
}


.blog_whitebox_primary .whitebox_primary_post h3, .theraakonteur_whitebox_primary h3, .not-found h3 {
    font-size: 24px;
}

.blog_bluebox_primary, .raakonteur_bluebox_primary {
    margin-left: 0;
}


.blog_bluebox_primary .other_posts_content_three li {
    background: url(../images/whitebox_secondary_body_content_two_list.png) no-repeat 0px 5px;
}

.other_posts li a {
    color: #666666;
}

.other_posts .bluebox_primary {
    width: 323px;
    padding-right: 10px;
}

.whitebox_secondary_item {
    position: relative;
    z-index: 1;
    display: none;
}

.whitebox_secondary_item.current {
    display: block;
}

/************** BLOG SINGLE ************/

.blog_single_whitebox_primary .whitebox_primary_post_attr {
    width: 179px;
    display: inline-block;
    vertical-align: top;
}

.blog_single_whitebox_primary .whitebox_primary_post_attr div {
    margin-bottom: 5px;
    display: block;
}

.whitebox_primary_share {
    width:100px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 75px;
}

/*.opengraphprotocoltools-div {
    width: 92px;
    height: 20px;
    padding: 0!important;
    margin: 10px 0 0 0px!important;
}

.fb_iframe_widget {
    margin: 6px 44px 4px 0;
}*/

.twitter-share-button {
    width: 96px!important;
}

#plusone {
    margin-bottom: 10px;
}

/*#___plusone_0 {
    margin-top: 5px!important;
}*/

.fb-like {
    margin-bottom: 0!important;
    margin-top: 7px!important;
}

.blog-single .whitebox_primary_post .solid {
    margin: 0;
}

.whitebox_primary_comments h4 {
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline;
}


#commentform p {
    margin-bottom: 15px;
}

#commentform label {
    width: 100px;
    vertical-align: top;
    margin-top: 8px;
}

#commentform input[type="text"], #commentform textarea {
    margin-bottom: 10px;
    color: #000000;
}

#commentform input[type="text"] {
    height: 20px;
    width: 240px;
}

/*#commentform label[for="comment"] {
    width: 97px;
}*/

#commentform textarea {
    width: 238px;
    margin-top:8px;
}


#commentform #submit {
    width: 90px;
    padding: 6px 0;
    margin-left: 102px;
}

.bluebox_content_quarter, .related_posts_hr {
    width: 147px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 19px;
    margin: 0 5px;
}
.related_posts_hr {
    margin: 10px 5px 15px;
}

.bluebox_content_quarter img {
    margin-bottom: 10px;
}

.blog_single_bluebox_primary .bluebox_content_top {
    margin-top: 5px;
}

.whitebox_primary_flwbtn {
    margin-top: 10px;
}

h2.subTitle {
    font-size: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.opengraphprotocoltools-div {
    width: 92px;
    height: 20px;
    padding: 0!important;
    margin: 8px 0 0 0px!important;
}

.fb_iframe_widget {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 44px;
    height: 30px;
}

.FlattrButton {
    margin-top: 7px;
}

/************** COMMENTS ****************/

.comments {
    margin-top: 20px;
}

.comments ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}


.comments li {
    margin: 0 0 15px;
}

.comments h3 {
    font-size: 18px;
    text-transform: lowercase;
    text-decoration: underline;
}

.comment-author, .comment-meta {
    font: 11px arial, sans-serif;
    display: inline-block;
}

.comment-meta-author {
    margin-bottom: 5px;
}

/************** BLOG ARCHIVE ***********/

.blog_whitebox_primary_title_only .whitebox_primary_post h3/*, .log-archive .whitebox_primary h3*/ {
    font-size: 18px;
    line-height: 19px;
    margin: 0;
    padding: 1px 0 4px;
    letter-spacing: 1px;
}

.blog_whitebox_primary_title_only .whitebox_primary_post {
    display: block;
}

.blog_whitebox_primary_title_only h3 a {
    color: #00aeff;
}

.blog_bluebox_primary a {
    color: #484848;
}

/************** TAGS ******************/

.blog_bluebox_primary a[title="1 topic"] {
    color: #989898;
}

.blog_bluebox_primary a[title="2 topics"] {
    color: #888888;
}

.blog_bluebox_primary a[title="3 topics"] {
    color: #787878;
}

.blog_bluebox_primary a[title="4 topics"] {
    color: #787878;
}

.blog_bluebox_primary a[title="5 topics"] {
    color: #686868;
}

.blog_bluebox_primary a[title="6 topics"] {
    color: #686868;
}

.blog_bluebox_primary a[title="7 topics"] {
    color: #585858;
}

.blog_bluebox_primary a[title="8 topics"] {
    color: #585858;
}

/************** what others have said about the raakonteur ************/

.theraakonteur_whitebox_primary hr.solid {
    margin: 10px 0 15px;
}

.raakonteur_bluebox_primary ul {
    margin: 10px 0;
}

.raakonteur_bluebox_primary hr {
    margin-bottom: 5px;
}

/*************** 404 *******************/

.not-found blockquote {
    margin-top: 16px;
    color: #888888;
}

/************** Twitter Users ************/

#see_yourself_form input {
    vertical-align: top;
}

#see_yourself_form input[name="screen_name"] {
    padding: 5px;
}

#see_yourself_form input[name="submit_screen_name"] {
    height: 25px;
    margin: 2px;
}

#see_yourself_form form {
    margin-top: 8px;
}


/************** Sidebar ***************/

/************** Mail Chimp **************/

#mailchimp_top {
    background: url(../images/sidebar_raakonteur_top.png);
    height: 41px;
}

#mailchimp_body {
    background: #bebebe;
    padding: 0 10px 2px;
}

/****** mailchimp reset **********/

#mc_embed_signup * {
    background: none!important;
    border: 0!important;
    color: #ffffff!important;
    font-size: 11px!important;
    text-align: left!important;
    padding: 0!important;
    line-height: 17px;
    left: 0!important;  /* for IE 8 */
}

/********* end reset ***********/

#mc_embed_signup {
    width: 161px;
}

#mc_embed_signup legend {
    margin-bottom: 10px;
}

#mc_embed_signup a {
    color: #b9e5fb !important;
}


#mc_embed_signup div span {
    display: block;
    margin-top: 10px;
}

.mc-field-group {
    margin: 10px 0 0!important;
}

#mc_embed_signup .mc-field-group label {
    font-size: 9px!important;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: normal!important;
}


#mc_embed_signup .mc-field-group input {
    background: #ffffff!important;
    width: 100%!important;
    margin: 0!important;
    height: 25px;
    color: #666666!important;
}

#mc-embedded-subscribe-container input[type="submit"] {
    background: #ffffff!important;
    width: 78px!important;
    height: 25px;
    margin: 20px 0 10px!important;
    color: #00aeef!important;
    text-align: center!important;
    text-transform: uppercase;
    font-size: 9px!important;
}

.indicate-required {
    font-style: normal!important;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

/********* Twitter ***********/

.twitter {
    margin-top: 14px;
}

.twitter_top {
    background: url(../images/sidebar_twitter_top.png);
    height: 26px;
    padding: 15px 0 0 10px;
}


.twitter_body {
    background: #bebebe;
    padding: 7px 10px 2px;
}

.twitter_body .twtr-widget * {
    color: #ffffff!important;
    background: none!important;
    font: 11px arial, sans-serif;
}


.twitter_body .twtr-widget a {
    color: #b9e5fb !important;
}


.twitter_body .twtr-widget .twtr-doc {
    width: 161px!important;
}


.twitter_body .twtr-widget .twtr-tweet-wrap {
    padding: 0;
}

.twitter_top a {
    font: 14px din_schift, arial, sans-serif;
    letter-spacing: 1px;
    color: white;
    margin-top: 10px;
    border-bottom: 2px solid #B9E5FB;
    padding-bottom: 3px;
}

.twtr-hd h4, .twtr-profile-img-anchor {
    display: none;
}

.twtr-hd {
    border-bottom: 1px dotted #dddddd;
    padding: 0 0 10px 0 !important;
    width: 160px;
    text-transform: uppercase;
}

.twtr-widget .twtr-doc .twtr-hd h3 {
    margin: 0!important;
    font: 9px 'Lucida Grande', arial, sans-serif!important;
    display: none;
}

.twtr-tweet {
    padding: 10px 0;
}

.twtr-widget em a {
font-size: 9px!important;
}

.twtr-ft {
    display: none; /* hiding it so that it doesn't show up before we change the twitter footer contents */
}

.twtr-ft.twitter_custom {
    display: block; /* showing our own footer */
}

.twtr-ft {
    padding: 10px 0 0; /* for when top twitter link is inserted in footer */
    margin-top: 15px!important;
    border-top: 1px solid #B9E5FB;
}

.twtr-ft div {
    padding: 5px 0 10px!important;
}

.twtr-ft span {
    float: none!important;
    text-align:right;
}

.twtr-ft img {
    display: none;
}

.twitter_body .twtr-widget a.twtr-join-conv {
    color: white!important;
    font: 9px arial, sans-serif;
    background: url(../images/twitter_logo.png) no-repeat left top!important;
    display: inline-block;
    width: 131px;
    height: 15px;
    padding-top: 15px;
}

.twtr-timeline {
    height: auto!important;
}

.sidebar .twitter {
    display: none;
}

.sidebar .twitter.current {
    display: block;
}    




/***** this is normally in twitter's widget.css *********/

/*#twtr-widget-1 .twtr-avatar {  
    display: none;
}

.twtr-widget .twtr-tweet {  
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    zoom: 1;
}

.twtr-tweet-text em { 
    display: block;
}

.twtr-widget .twtr-tweet:last-child { 
    border-bottom-width: 0;
}*/

/*******************footer ******************/

footer {
    font: 11px arial, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    color: #ffffff;
    text-align: right;
}

.footer_copyright {
    float: left;
}

footer a {
    color: #b9e5fb;
}

footer .seperator {
    color: #bebebe;
}


/**************** border radius on images ************/

.bluebox_product_link img,
.our_work_bluebox_content img,
.whitebox_primary_post_content_right img,
.whitebox_big_category_entry_content_picture img,
.bluebox_content_quarter img,
#bluebox_map img,
.bluebox_bigpic img,
.ngg-gallery-thumbnail img,
.whitebox_big_category_entry_content_overview,
.whitebox_primary_content_founder_picture img {
    border-radius: 10px;
    -moz-border-radius: 10px;
}


/****************  XB **********************/

/*************** ie 8 *****************/

.bluebox_nav {
    width: 324px;
}

#mc-embedded-subscribe-container {
    margin-top: 20px;
}

#tweet-id-1, #tweet-id-5, #tweet-id-9, #tweet-id-13 { /************* will this work? check on dynamic site **********/
    border-bottom-width: 0;
}
