/* Modular Scale
----------------------
15px @ 1:1.618    
960px @ 1:1.618    
----------------------*/
    
BODY {
    background-color:#f5f5f5;
    margin:0;
    font-family: 'Nobile', arial, serif;
    font-size:12px;
    line-height:1.6;
}
p {
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 11px;
}
strong {
    font-weight:bold;
}
A:Hover {
}
a img {
    border:none;
}
h1 {
    font-size:28px;
}
h2 {
    font-size: 25.27px;
    font-weight: normal;
    line-height: 33.069px;
    margin: 0;
}
h3 {
    font-size: 20px;
    font-weight: normal;
}

blockquote {
    margin:0;
}

#post .body blockquote p {
    font-size: 26px;
    line-height: 40px;
    font-style: italic;
    width: 500px !important;
}

#post .body blockquote p {
    margin: 0 0 0 130px !important;
}

#post.About blockquote p {
    margin: 0 0 0 95px !important;
}

.border {
    background-color:#FFFFFF;
    border:1px solid #DFDDD5;
}

.hide { display:none }

#header {
    width:100%;
    height:134px;
    background:url("/wp-content/themes/colorblind/img/headerbg2.jpg") repeat 0 -41px;
    display:block;
}

    #header_wrapper {
        height:100%;
        margin:0 auto;
        position:relative;
        width:960px;
        
    }

    #header .logo {
        width:267px;
        height:108px;
        position:absolute;
        position:absolute;
        left:0;
	top:20px;
        border:none;
    }

    #navigation {
        float: left;
        position: relative;
        top: 64px;
        left: 255px;
    }

    #navigation ul {
        margin:16px 0 0 25px;
        padding:0;
    }

    #navigation li {
        display:block;
        float:left;
        height:38px;
        margin-left:20px;
    }

    #navigation a {
        display:block;
        float:left;
        padding:13px 8px 0;
        font: 25px 'BebasNeueRegular', Arial, sans-serif;
        letter-spacing: 0;
        text-decoration:none;
        text-transform:uppercase;
        color:#262743;
    }

    #navigation img {
        border:none;
    }

    #navigation a:hover {
        background:url("/wp-content/themes/colorblind/img/navigation_bullet.png") no-repeat top center;
    }
    
    #navigation .bullet a:hover, #navigation .bullet a.active {
        background: url(/wp-content/themes/colorblind/img/sprite.png) no-repeat top left;
    }
    
    #navigation .n_home a:hover, #navigation .n_home a.active { background-position: 23px -148px; }
    #navigation .n_articles a:hover, #navigation .n_articles a.active { background-position: 35px -193px; }
    #navigation .n_examples a:hover, #navigation .n_examples a.active { background-position: 39px -240px; }
    #navigation .n_about a:hover, #navigation .n_about a.active { background-position: 25px -286px; }
    #navigation .n_contact a:hover, #navigation .n_contact a.active { background-position: 36px -148px; }
    
    #navigation .right {
        float:right;
        margin-left:0px;
    }

    #navigation .first {
        margin-left:125px;
    }

    #navigation .right a {
        width:13px;
        height:25px;
    }
    
    #navigation .sprite a {
        background: url(/wp-content/themes/colorblind/img/sprite.png) no-repeat top left;
        height: 21px;
        margin: 17px 0 0 10px;
        padding: 0;
        width: 21px;
    }
    
    #navigation .rss a { background-position: 0 -44px; }
    #navigation .rss a:hover { background-position: 0 -66px; }
    #navigation .twitter a { background-position: 0 -88px; }
    #navigation .twitter a:hover { background-position: 0 -110px; }
    /*#navigation .contact a { background-position: 0 0; }
    #navigation .contact a:hover { background-position: 0 -22px; }*/

    
#wrapper {
    margin:25px auto;
    width:960px;
    
}

#content {
    float:left;
    position:relative;
    width:960px;
    font-size: 12px;
    font: 14px/20px Georgia; 
}

#content #left {
    width: 730px;
    float:left;
}
  
    .intropost {
        width:940px;
        height:220px;
        margin:0 0 25px;
        padding:0 20px;
    }
    
        .intropost_left {
            width:578px;
            float:left;
        }
        
        .intropost_left h1 {
            margin:0;
            font-size:29px;
            font-weight:normal;
            line-height:35px;
            width: 426px;
        }
        
        .intropost_right {
			float: right;
			height: 204px;
			width: 353px;
            background: url("/wp-content/themes/colorblind/img/simulation/tooltip.png") no-repeat top left;
        }
        
            .intropost_right .intropost_simulation {
                margin: 0 auto;
                width: 100%;
            }
            
            .intropost_right .prev,
            .intropost_right .next {
                cursor: pointer;
                position: relative;
                float: left;
                top: 87px;
            }
            
            .intropost_right .prev { left: 52px; }
            .intropost_right .next { left: 270px; }
            
            .intropost_right .circle,
            .intropost_right .innershadow {
                width: 190px;
                height: 190px;
                position: absolute;
            }
            
            .intropost_right ul.circle {
                position: relative;
                margin: 0 auto;
                padding:  0;
                /*background: url("/wp-content/themes/colorblind/img/simulation/inner_shadow.png") no-repeat;*/
            }
            
            .intropost_right .circle li {
            	display: none;
            	list-style: none;
            }
            
            .intropost_right .circle li.active {
            	display: block;
            }
            
            .intropost_right p.type {
                width: 100%;
                padding: 0;
                margin: 10px 0 0 0;
                text-align: center;
                font: 17px 'BebasNeueRegular', Arial, sans-serif;
                color: #666;
                text-shadow: 0px 2px 3px #FAFAFA;
            }
        
        
    .examples {
        margin:0 0 25px;
        padding:20px 0;
        width:730px;
    }

        .examples img {
            margin:0 10px 0 19px;
            background-color:#FFFFFF;
            border:1px solid #E1DECE;
            padding:5px;
            float:left;
        }
        
        .examples .imagewrapper {
            float:left;
        }
        
        #left .examples .imagewrapper .ribbon {
            margin: -7px 0 0 12px;
        }
        
        #left .examples .imagewrapper .wp-post-image {
            float:none;
        }
        
        .examples .exampleitem .ribbon {
            background: transparent;
            border: medium none;
            margin: -7px;
            padding: 0;
            position: absolute;
        }
        
        .examples .exampleitem .fixed {
            margin: -1px 0 0 15px
        }
        
        .exampleitem {
            float: left;
            width: 360px;
        }
        
        .exampleitem h2 {
            font-size: 17px;
            line-height: 17px;
            margin-bottom: 7px;
        }
        
        .exampleitem h2 a {
            color:#000;
            text-decoration: none;
        }
        
        .exampleitem h2 a:hover {
            color:#333333
        }
                
        .exampleitem .postedon {
            font-size: 9px;
            letter-spacing: 0.2em;
            line-height: 10px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }
        
        .exampleitem p {
            font-size: 14px;
            margin: 4px 0 0 116px;          
        }
        
        .overview .examples {
            margin:0;
            padding-top:0;
        }
        
        .overview .exampleitem {
            margin: 20px 0 25px 25px;
            width: 210px;
        }
        
        .overview .exampleitem h2 {
            font-size: 17px;
            margin-left: 7px;
            margin-top: 4px;
        }
        
        .overview .exampleitem img {
            margin:0;
            float:none;
        }
        
        .overview .exampleitem .postedon {
            margin-left:7px;
        }
        
    .articles {
        width:100%;
        margin:0 0 25px;
    }

        .articles .item {
            margin:0;
            padding: 20px;
            width:690px;
            float:left;
        }
        
        .articles img {
            margin:0 10px 0 0;
            background-color:#FFFFFF;
            border:1px solid #E1DECE;
            padding:5px;
            float:left;
        }
        
        .articles .item .content {
            float: right;
            width: 465px;
        }

        .articles .item .content h2 {
            float: left;
            margin-bottom: 6px;
            margin-top: 0;
            width: 375px;
        }
        
        .articles .item .content h2 a {
            color:#000;
            text-decoration: none;f
        }
        
        .articles .item .content h2 a:hover {
            color:#555555
        }
        
        .articles p {
            clear: both;
            margin: 10px 0;
            padding: 0;
        }
                
        .commentsicon {
            background: url("/wp-content/themes/colorblind/img/sprite.png") no-repeat -22px -110px;
            cursor: pointer;
            float: right;
            padding: 0 0 0 20px;
            width: 10px;
            margin-top:2px;
        }
    
        .articleimg {
            margin-top:6px;
        }
            
        a.more-link {
            border-bottom: 1px dotted gray;
            text-decoration: none;
            color:#555;
        }
        
        a.more-link:hover {
            color:#999;
        }
        
        .postedon {
            font-family: nobile;
            font-size: 0.65em;
            letter-spacing: 0.1em;
            line-height: 12px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }
        
        .postimagefront {
            float:left;
        }
    
    .icontitle {
        background: url("/wp-content/themes/colorblind/img/sprite.png") no-repeat;
        display: block;
        height: 15px;
        margin: 0 0 4px 21px;
    }
        
        .icontitle p {
            float: left;
            font-family: nobile;
            font-size: 9px;
            letter-spacing: 1px;
            color: #666666;
            margin: 0 0 0 5px;
            padding: 0;
            text-transform: uppercase;
            cursor: default;
            margin-left:18px;
            line-height:13px;
        }
        
        .icn_featured { background-position:-22px -69px; }
        .icn_examples { background-position:-22px -84px; }
        .icn_articles { background-position:-22px -98px; }

#content #right {
    float:right;
}    
    
    #sidebar {
            float:left;
            margin:0 0 0 25px;
            padding:0 15px;
            width: 173px;
            background:transparent;
    }

        #sidebar h3 {
            font: 19px 'BebasNeueRegular', Arial, sans-serif;
            border-bottom:thin solid #B7B7B7;
            margin: 40px 0 0;
        }
        
        #sidebar p {
            font-family: nobile;
            font-size: 11px;
            line-height: 18px;
            margin: 5px 0 0;
        }
        
        #sidebar h2 {
            margin:0;
        }
        
        .searchbar {
            margin:40px 0 0;
        }
        
        .categories a, #sidebar li a {
            color: #222;
            display: block;
            font-family: 'Nobile',arial,serif;
            font-size: 11px;
            margin: 3px 0 0;
            text-decoration: none;
            width: 100%;
        }
        
        .categories a:hover, #sidebar li a:hover {
            color:#666;
        }
        
        .categories ul, #sidebar ul {
            padding: 0 0 0 0;
            margin-top: 0;
        }
        
        .categories li, #sidebar li {
            border-bottom: thin solid #B7B7B7;
            list-style: none outside none;
            margin: 0;
            padding: 0 0 4px;
        }
        
        .arrow {
            font-size: 14px;
        }
        
        #sidebar .categories .date {
            font-size:11px;
            font-style:italic;
        }
        
        #sidebar .categories h3 {
            margin-bottom:10px;
        }
        
        #sidebar .categories {
            width: 175px;
        }
		
		#sidebar .readmore a {
			margin-bottom: 15px;
		}
		
#post {
    width:690px;
    min-height: 500px;
    padding:20px 20px;
    margin: 0 0 30px;
    float:left;
}
    #post h1 {
        font-size: 28.27px;
        font-weight: normal;
        line-height: 33.069px;
        margin: 0;
    }

    #post .intro {
        float: left;
        margin: 0 0 0 20px;
        width: 435.452px;
    }
    
    #post .intro p {
        font-size: 17px;
        line-height: 26px;
    }
    
    #post .body {
        width: 100%;
        margin:-8px 0 0;
    }
    
    #post .body h2,
    #post .body h3,
    #post .body h4 {
    	margin: 0 0 10px 160px;
    	border-bottom: 1px solid #B7B7B7;
    	padding-bottom: 5px;
    	width: 435.452px;
    	font-family: "minion-pro-1","minion-pro-2",sans-serif;
    }
    
    #post .body table {
    	margin: 0px auto 20px 160px;
    	width: 435.452px;
    	max-width: 100%;
    	border-collapse: collapse;
    	border-spacing: 0;
    	text-align: left;
    }
    
    .table th, .table td {
      padding: 8px;
      line-height: 18px;
      text-align: left;
      border-top: 1px solid #ddd;
    }
    
    .table th {
      font-weight: bold;
      vertical-align: bottom;
    }
    
    .table td {
      vertical-align: top;
    }
    
    .table thead:first-child tr th, .table thead:first-child tr td {
      border-top: 0;
    }
    
    .table tbody + tbody {
      border-top: 2px solid #ddd;
    }
    
    .table-condensed th, .table-condensed td {
      padding: 4px 5px 4px 0;
    }
    
    #post .body table tr.break td {
    	padding-bottom: 10px;
    }
    
    #post .body p {
        margin: 0 0 0 160px;
        width: 435.452px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    
    #post .body ul, #post .body ol {
        margin: 0 0 0 160px;
        width: 405.452px;
        line-height: 26px;
        padding: 0 0 10px 30px;
        font-size: 15px;
    }
    
    #post .body li {
        padding-bottom: 2px;
    }
    
    #post .body li.break {
    	margin-bottom: 20px;
    }
    
    #post .postimagewrapper {
    	height: 226px;
    	width: 210px;
    	float: left;
    }
    
    #post .postimage {
        border: 1px solid #E1DECE;
        float: left;
        margin: 6px 0 0;
        padding: 5px;
    }
    
    #post .postimage .ribbon {
        background: transparent;
        border: medium none;
        margin: -13px;
        padding: 0;
        position: absolute;
    }
    
    
    
    #post .body ul {
        margin-left: 160px;
        padding: 0 0 20px 30px;
        width: 395px;
    }
    
    .meta {
        float: left;
        margin: 0 0 0 25px;
        position: absolute;
        width: 102.803px;
    }
    
    .meta p {
        font: 11px/1.6 'Nobile', arial, serif;
        margin:0;
        padding:0;
    }
    
    .meta a {
        font: 11px/1.6 'Nobile', arial, serif;
    }

    .meta ul {
        color:#333333;
        padding:0;
        margin:0;
        list-style:none;
    }

    .meta li {
        border-bottom:thin solid #7F7F7F;
        padding:5px 0;
    }
    
    .meta .author {
    	display: none;
    }
    
    .meta li.last { border:none; }
    .meta li.share { border:none; }
    .meta li.twitter { border:none; padding-bottom:0 }
	
	.rdbWrapper {
		margin-left: 22px;
	}
	
/*	#readabilitywrapper #readabilityContainer.vertical #logo {
		left: 43px !important;
	}
	
	#readabilitywrapper #readabilityContainer.vertical {
		width: 101px !important;
		padding: 8px 0px 18px !important;
	}*/
	
    .clear {
        clear:both;
        width:100%
    }
    
    #post .body p.fin {
        color: #777777;
        font-size: 1.6em;
        margin: 30px 0 0 160px;
        padding-bottom: 0;
        text-align: center;
        text-shadow: 1px 1px 1px #EFEFEF;
    }
    
    #post .body p.twitter {
        margin: 30px 0 0 160px;
        text-align: center;
    }
    
    #post .body .twitter a {
        margin:0 auto;
    }
    
    .comments {
        float:left;
        margin: 0 0 0 125px;
    }
    
    .comments #pagetitle {
        border-bottom: 1px solid #B7B7B7;
        margin: 20px 115px 40px;
        text-align: center;
        width: 300px;
    }
    
    .comments #pagetitle p {
        font-size: 20px;
        margin: 10px auto 5px;
        padding: 0;
        width: 300px;
    }
    
    .comments ol {
        padding:0;
        clear: both;
    }
    
    .comments li {
        list-style: none outside none;
        padding:0;
    }
    
    .comments .avatar {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E5E5E5;
        float: left;
        margin: 1px 10px 0 0;
        padding: 4px;
    }

    .comments p {
        font-size: 13px;
        margin: 0 0 0 55px;
        padding: 0;
        width:425px;
    }
    
    .comments .fn {
        font-family: georgia;
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
        margin-left: 2px;
    }
    
    .comments .children .fn {
        font-size: 15px;
    }
    
    .comments .reply {
        clear: both;
        height: 23px;
        margin-top: 5px;
        width: 480px;
    }
    
    .comments .reply a {
        float:right;
        border-bottom: 1px dotted gray;
        color: #555555;
        text-decoration: none;
        font-size: 12px;
    }
    
    #commentform p {
        margin:0 0 10px 55px;
    }
    
    .comments textarea {
        width:100%;
    }
    
    .comments #cancel-comment-reply a {
        color:#555555;
        margin-left:55px;
    }
    
    .comments .twitterat {
        margin-left: -13px;
    }
    
/*    .related .item {
        float:left;
        width:245px;
    }

    .related h4 {
        font-family:'georgia';
        font-size:12px;
        padding:0 0 0 10px;
        width:135px;
        float:left;
    }

    .related img {
        background-color:#FFFFFF;
        border:1px solid #E1DECE;
        margin:14px 0 0 19px;
        padding:3px;
        float:left;
    }*/
    
    .alignright     { float:right; margin:0 0 20px 20px; }
    .alignleft      { float:left; margin:0 20px 20px 0; }
    .aligncenter    { margin:0px auto 10px; display:block; text-align:center;}
    .aligntext      { margin: 0 0 20px 160px; width: 435.452px; text-align:center;}
    
    .alignright img,
    .alignleft img,
    .aligncenter img {
        margin: 10px 0;
    }
    
    #pagetitle {
        border-bottom: 1px solid #B7B7B7;
        margin: 20px auto;
        text-align: center;
        width: 300px;
    }
    
    #pagetitle p {
        font-size: 20px;
        margin: 10px 0 5px;
        padding: 0;
    }
    
    .wp-pagenavi {
        clear: both;
        margin: 0 0 30px;
        padding:20px 0 0;
        text-align: center;
    }
    
#footer {
    width:100%;
    height:400px;
    margin-top:25px;
    padding-top:20px;
    float:left;
    background: #333333 url('/wp-content/themes/colorblind/img/micro_carbon.gif') top repeat;
}

    #footer_wrapper {
        height:100%;
        margin:0 auto;
        position:relative;
        width:960px;
    }
    
    #footer a {
        color:#fafafa;
        text-decoration:none;
    }
    
    #footer a:hover {
        color:#7F7F7F;
    }
    
    #footer .example_type {
    	color:#999;
    }
    
    #footer .item {
        width:200px;
        float:left;
        margin-right:25px;
    }

    #footer .about {
        width:485px;
    }

    #footer .last {
        margin-right:0px;
    }

    #footer .item ul {
        list-style: none;
        padding:0;
        margin:0;
    }

    #footer .item li {
        border-top:thin solid #B7B7B7;
        padding:10px 0;
    }

    #footer .item li a {
        display:block;
    }

    #footer p {
        font-size:12px;
        color: #fafafa;
    }

    #footer h3 {
        color:#fafafa;
        letter-spacing:1px;
        font: 16px 'BebasNeueRegular', Arial, sans-serif;
    }
    
    #footer .dot {
    	color:#999;
    	padding: 0 5px;
    }
    
    #footer ul.share li {
        border:none;
        float:left;
        margin-right:10px;
    }
    
    #footer ul.share li.twitter { width:90px }
    #footer ul.share li.google { width:66px }
    #footer ul.share li.facebook { width:80px }
    
/* Custom post/page CSS rules */

div.wpcf7 {
    text-align:center;
}

#post.About p,
#post.Contact p {
    margin: 0 0 0 133px;
    width: 425px;
}

.beforeafter {
    overflow: hidden;
    position: relative;
    cursor: ew-resize;
    margin-bottom: 20px;
    background: #EAEAEA;
    padding: 20px 0;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    left: -20px;
}

.beforeafter .inner {
    box-shadow: 1px 0 24px #cacaca;
    background; #fff;
}

.before, .after {
    left: 0;
    position: absolute;
    top: 40px;
}

.before {
    border-right: 2px solid #333;
    box-shadow: 6px 0 12px -2px #aaa;
}

.darktheme .before {
    border-right: 2px solid #CCC;
    box-shadow: 6px 0 12px -2px #000;
}

.beforeafter .left,
.beforeafter .right {
    font: 17px 'BebasNeueRegular', Arial, sans-serif;
    color: #666;
    text-shadow: 0px 2px 3px #FAFAFA;
    position: absolute;
    top: 12px;
}

.beforeafter .left { left: 40px; }
.beforeafter .right { right: 40px; }

.beforeafter .inner {
    box-shadow: 1px 0 24px #cacaca;
    bafckground: #fff;
    margin-top: 20px;
}

.beforeafter .help {
    text-align: center;
    z-index: 10;
    display: block;
    background: #FAFAFA;
    position: relative;
    margin: 0 auto;
    width: 325px;
    top: 142px;
    border: 1px solid #CACACA;
    padding: 10px 0;
    box-shadow: 1px 0 20px #cacaca;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.wpcf7-validates-as-email {
    margin-right:8px;
}

/*                             */

.credits_fin {
	padding-top: 15px;
}

.dedicatedto {
	text-align: center;
	padding-top: 25px;
	font-style: italic;
	font-family: "minion-pro-1","minion-pro-2",sans-serif;
	font-size: 17px;
}

.krumo-align, .krumo-title {
	float: left !important;
	clear: both !important;
}

#content.notfound {
	margin: 30px 0;
}

/* ad */
#sidebar h3.sponsor { margin-bottom: 10px; }

.ad {
	display: block;
	padding: 15px 15px 5px 20px;
	border: 1px solid #E1E1E1;
	background: #FAFAFA;
	font-family: helvetica,arial,sans-serif;
	line-height: 100%;
	position: relative;
}

.one { position: relative; }
.one a { text-decoration: none; }

.one .bsa_it_p {
	display: none;
	margin-top: 5px;
}

.one .bsa_it_p a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.one .bsa_it_ad .bsa_it_i {
	float: left;
	margin: 0 15px 10px 0;
}

.one .bsa_it_ad .bsa_it_t {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	line-height: 125%;
	padding: 0 0 5px 0;
}

.one .bsa_it_ad .bsa_it_d {
	display: block;
	font-size: 11px;
	color: #434343;
	font-size: 12px;
	line-height: 135%;
}

.one .bsa_it_ad {
	font-family: helvetica,arial,sans-serif;
	line-height: 100%;
}

.bsap_aplink {
	display: block;
	text-align: right;
	bottom: 5px;
	right: 15px;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

/* embedded tweet */

#post .twitter-tweet-rendered {
	margin-left: 160px !important;
	width: 435.452px;
}

#post .body .twitter-tweet-rendered blockquote p {
	margin: 0 !important;
	width: 409px !important;
}
