/*

	1312 vs. Creative Times

	written by Mike "1312" (mike at madebyfudge.com)

	for Fudge (www.madebyfudge.com)
	

		
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ body */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	_padding-top: 22px;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */

div.c, ul.c, fieldset.c, section.c {
    text-align: left;
    margin: 0 auto;
    width: 932px;
    padding: 0 0 0 68px;
}
    .ie7 div.c, .ie7 ul.c, .ie7 fieldset.c, .ie7 section.c {
        overflow: hidden;
    }
  
#ifp {
    padding: 247px 0 0 0;
}
    .wpadminbar_visible #ifp {
        padding-top: 275px;
    }
    /*
    #ifp.home {
        padding-top: 136px;
    }
        .wpadminbar_visible #ifp.home {
            padding-top: 164px;
        }
    */
    #ifp.subnav {
        padding-top: 288px;
    }
        .wpadminbar_visible #ifp.subnav {
            padding-top: 316px;
        }
    #ifp > header {
        width: 932px;
        padding: 0 0 0 68px;
        min-height: 136px;
        text-align: left;
        margin: 0 auto;
        position: relative;
    }
        #ifp > header.with_image {
            margin-bottom: 32px;
        }
    #tools {
        position: absolute;
        left: 0;
        right: 0;
        top: 108px;
        height: 44px;
        background: #333;
    }
        .wpadminbar_visible #tools {
            top: 136px;
        }
        /*
        #ifp.home #tools {
            top: 0;
        }
            .wpadminbar_visible #ifp.home #tools {
                top: 28px;
            }
        */
    #primary {
        position: absolute;
        left: 0;
        right: 0;
        top: 166px;
    }
        .wpadminbar_visible #primary {
            top: 197px;
        }
        /*
        #ifp.home #primary {
            top: 58px;
        }
            .wpadminbar_visible #ifp.home #primary {
                top: 87px;
            }
        */
    #ifp > footer {
    }

    #ifp > .banner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #4d4d4d;
        text-align: center;
        padding: 11px 0 8px;
        height: 90px;
    }
        .wpadminbar_visible #ifp > .banner {
            top: 28px;
        }
        /*
        #ifp.home > .banner {
            display: none;
        }
        */
        #ifp > .banner * {
            margin: 0 auto;
            text-align: left;
        }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, small {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 11px;	
}
    h1, h2, .large {
        font: 28px/34px "CharterBTPro-Roman", Georgia, serif;
        color: #333;
        margin: 0 0 10px;
    }
        h2 {
            padding: 0 0 8px;
            border-bottom: 1px dotted #ccc;
        }
        .large {
            margin: 0;
            line-height: 43px;
        }
        ul + h2, p + h2 {
            padding-top: 8px;
        }
        .small {
            font: bold 12px/18px Arial, Helvetica, sans-serif;
            padding: 2px 0 11px;
            margin: 0 0 10px;
        }
    h3 {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        padding: 0 0 10px;
        margin: 0 0 19px;
        border-bottom: 1px dotted #ccc;
    }
    h4, h5, h6 {
    	font-weight: bold;
    }
    ul li {
		list-style-type: none;
	}
	ol li {
	}
	dt {		
		clear: left;
		display: inline;
		float: left;
		padding: 0 10px 0 0;
	}
	dd {
		margin: 0 0 10px 0;
		padding: 0;
	}

strong {
	font-weight: bold;
}

em {
}	

blockquote {
    padding: 0 0 26px;
}
    .ie7 blockquote {
        zoom: 1;
    }
    blockquote + blockquote {
        background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
        padding-top: 31px;
    }
    blockquote cite {
        display: block;
        font-size: 14px;
    	line-height: 22px;
        margin: -3px 0 0;
        font-weight: bold;
        font-style: normal;
        color: #333;
    }
        blockquote cite:before {
            content: "— ";
        }
	
img {
}

time {
    display: block;
    background: #666;
    color: #bebebe;
    padding: 0 0 0 15px;
    line-height: 41px;
    font-size: 12px;
    height: 41px;
}
	
a {
	color: #0086b1;
	text-decoration: none;
}
	a:hover, a:focus, a:active {
		text-decoration: underline;
	}
	a:hover {
		/*color: #333;*/
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ custom classes */

.cols, .c.cols {
    position: relative;
    padding: 0 0 0 226px;
    width: 774px;
}
    .cols_3, .c.cols_3, .c.cols.cols_3 {
        padding-left: 68px;
        width: 932px;
    }
    .cols-wide-left, .c.cols-wide-left, .c.cols.cols-wide-left {
        padding-left: 68px;
        width: 932px;
    }
    .cols-wide-left .cols-wide-left {
        clear: both;
        background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
	    padding: 16px 0;
    }
    .ie6 .cols, .ie7 .cols {
        height: 1%;
    }
    .cols:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.cols .left {
	    position: absolute;
	    left: 68px;
	    top: 0;
	    width: 143px;
	    background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
	    padding: 5px 0 0 0;
	}
	    .cols-wide-left .left {
	        position: static;
	        display: inline;
    	    float: left;
    	    width: 616px;
    	    background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
    	    padding: 16px 0;
	    }
	        .cols-wide-left .cols-wide-left .left {
	            background: none;
	            padding: 0;
	        }
	.cols .center {
	    display: inline;
	    float: left;
	    width: 458px;
	    background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
	    padding: 15px 0;
	}
	.cols .right {
	    display: inline;
	    float: right;
	    width: 300px;
	}
	    .cols-wide-left .cols-wide-left .right {
            background: none;
            padding: 0;
        }
	    .cols .right .banner {
	        padding: 0 0 19px;
	        margin: 0 0 15px;
	        background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
	    }
	        .cols .right .banner + section {
	            margin-top: -2px;
	        }
	.cols .col {
	    display: inline;
	    float: left;
	    width: 300px;
	    margin: 0 0 0 16px;
	    padding: 13px 0 0 0;
	    border-top: 5px solid #444;
	}
	    .cols .col:first-child {
	        margin: 0;
	    }
	    .left section, 
        .right section {
        }
            .left section, 
            .right .poll ~ section, 
            .right .wp-polls-loading ~ section, 
            .right .wp-polls ~ section, 
            .detail aside {
                background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
        	    padding: 19px 0 16px;
            }
                .left section {
                    padding-top: 18px;
                }
            .left section h1, 
            .right section h1, 
            .detail aside h1 {
                font: bold 12px/18px Arial, Helvetica, sans-serif;
                padding: 0 0 1px;
                border: 0 none;
            }


a.btn, span.btn {
    display: block;
    font-size: 12px;
    height: 42px;
    line-height: 43px;
    background: #f2f2f2;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 16px;
    color: #0086b1;
}
    a.btn:hover, a:hover span.btn {
        background: #0b85b5;
        color: #ffffff;
        text-decoration: underline;
    } 
        a.btn:active, a:active span.btn {
            position: relative;
            left: 1px;
            top: 1px;
        }
a.btn-blue, span.btn-blue {
    display: inline-block;
    font-size: 12px;
    height: 42px;
    line-height: 43px;
    background: #0b85b5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 16px;
    color: #ffffff;
}
    a.btn-blue:hover, a:hover span.btn-blue {
        background: #333333;
        color: #ffffff;
        text-decoration: none;
    } 
        a.btn:active, a:active span.btn {
            position: relative;
            left: 1px;
            top: 1px;
        }


    
p.search-results {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 26px;
}

.locked {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #FB2E1F url("../images/sitewide/sprite.png") no-repeat 8px -1392px;
    height: 25px;
    line-height: 26px;
    padding: 0 8px 0 22px;
}
    .ie7 .locked {
        display: inline;
        zoom: 1;
    }

span.locked > a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
    
    
table.basic_table {
    width: 100%;
    font-size: 12px;
    color: #999;
    margin-top: 26px;
}
    table.basic_table th {
        background: #666;
        color: #ccc;
        padding: 15px 15px 14px;
        font-weight: normal;
        border-left: 1px solid #fff;
    }
        table.basic_table th:first-child {
            border-left: 0 none;
        }
    table.basic_table td {
        border-bottom: 1px dotted #ccc;
        padding: 15px 15px 14px;
    }
        table.basic_table tfoot td {
            color: #333;
            border-bottom: 0 none;
        }
        
.media_video {
    margin: 0 0 10px;
}

.ex {
  background: url("../images/sitewide/sprite.png") no-repeat 100% -190px;
  padding-right: 13px;
}
  span.ex {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 2px;
    padding: 0;
    background-position: 100% -300px;
  }
    .ie6 span.ex, 
    .ie7 span.ex {
      display: inline;
      zoom: 1;
    }
    
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

#ifp > header h1 {
    font: 96px/88px "CharterBTPro-Roman", Georgia, serif;
    text-transform: lowercase;
    color: #333;
    margin: 0;
    border: 0 none;
    padding: 16px 32px 14px 62px;
    text-rendering: optimizeLegibility;
}
    #ifp > header.with_image h1 {        
        position: absolute;
        z-index: 2;
        line-height: 96px;
        padding: 12px 0 0 0;
        left: 130px;
        top: 40px;
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    }
#ifp > header > a.logo {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: #0086b1 url("../images/sitewide/logo.png") no-repeat 53% 63%;
        background-color: #00bbd0;
    width: 120px;
    height: 120px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-animation: revealLogo 0.4s 1 linear;
    -webkit-animation-fill-mode: forwards;
}
    .ie7 #ifp > header > a, 
    .ie8 #ifp > header > a {
      background: transparent url("../images/sitewide/logo_blue.png") no-repeat 0 0;
    }
    #ifp.conferences > header > a {
        background-color: #4fce50;
    }
      .ie7 #ifp.conferences > header > a, 
      .ie8 #ifp.conferences > header > a {
        background: transparent url("../images/sitewide/logo_green.png") no-repeat 0 0;
      }
    #ifp.labs > header > a, 
    #ifp.conferences.filmmaker_conference > header > a {
        background-color: #fb2e1f;
    }
      .ie7 #ifp.labs > header > a, 
      .ie8 #ifp.labs > header > a,
      .ie7 #ifp.conferences.filmmaker_conference > header > a, 
      .ie8 #ifp.conferences.filmmaker_conference > header > a {
        background: transparent url("../images/sitewide/logo_red.png") no-repeat 0 0;
      }
    #ifp.events > header > a {
        background-color: #ed9957;
    }
      .ie7 #ifp.events > header > a, 
      .ie8 #ifp.events > header > a {
        background: transparent url("../images/sitewide/logo_gold.png") no-repeat 0 0;
      }
    #ifp > header.with_image > a {
        margin-top: 40px;
    }
    @-webkit-keyframes revealLogo {
        0% {
            background-color: #fff;
        }
      }
#ifp > header .img {
    position: relative;
    z-index: 1;
}
    #ifp > header .img img {
        display: block;
    }
    #ifp > header .img small {
        position: absolute;
        right: 0;
        bottom: 0;
        background: url("../images/sitewide/chequer_tile.png") repeat;
        height: 42px;
        line-height: 43px;
        padding: 0 10px;
        color: #fff;
        margin: 0;
    }

#tools ul {
    display: inline;
    float: left;
    margin: 0;
}
    #tools ul.internal {
        float: right;
    }
    #tools ul li {
        display: inline;
        float: left;
        margin: 0 15px 0 0;
    }
        #tools ul.internal li {
            margin: 0 0 0 15px;
        }
		#tools ul.internal li span {
			margin-left: 30px;
		}
		#tools ul li a, #tools ul li span {
            display: block;
            font-size: 12px;
            line-height: 47px;
            height: 44px;
            color: #bbb;
        }
            #tools ul.internal li a, #tools ul.internal li span {
                color: #aaa;
            }
            #tools ul li a:hover {
                /*color: #fff;*/
            }
            #tools ul li.current a {
                color: #fff;
                background: url("../images/sitewide/chequer_fff.png") repeat-x 0 100%;
            }

#primary .c {
    position: relative;
}
#primary ul {
    margin-bottom: 0;
    height: 57px;
    /*border-bottom: 5px solid #333;*/
    background: #fff url("../images/sitewide/solid_444.png") repeat-x 0 100%;
    padding-bottom: 5px;
}
    .ie7 #primary .c, 
    .ie7 #primary ul {
        overflow: visible;
    }
    #ifp.home #primary > .c > ul {
        background-image: url("../images/sitewide/chequer_ccc.png");
    }
    #primary ul > li {
        display: inline;
        float: left;
        margin: 0 15px 0 0;
        padding: 17px 0 0 0;
        font-size: 12px;
    }
        #primary ul > li.current {
            background: url("../images/sitewide/chequer_333.png") repeat-x 0 100%;
        }
        #primary ul > li > a {
            display: block;
            height: 40px;
            line-height: 41px;
            color: #0086b1;
            font-weight: bold;
        }
            #primary ul > li > a.mo {
                font-weight: normal;
                color: #999;
            }
            #primary ul > li.dd > a {
                /* ticket #121
                background: url("../images/sitewide/sprite.png") no-repeat 100% -383px;
                padding-right: 13px;
                */
            }
            #primary ul > li > a:hover {
                /*color: #333;*/
            }
            #primary ul > li.open > a, 
            #primary ul > li.current > a  {
                color: #333;
            }
                #primary ul > li.dd.open > a {
                    background-position: 100% -433px;
                }
        #primary ul li.search {
            margin: 0;
            padding: 0;
            float: right;
            position: relative;
        }
            #primary ul li.search form {
                padding: 2px 0 0;
            }
                #primary ul li.search fieldset {
                }
                    #primary ul li.search legend, 
                    #primary ul li.search label {
                        display: none;
                    }
                    #primary ul li.search input[type=text], 
                    #primary ul li.search input[type=search] {
                        display: block;
                        font-size: 12px;
                        line-height: 39px;
                        width: 242px;
                        height: 39px;
                        background: #e5e5e5;
                        padding: 0 41px 0 15px;
                        border: 0 none;
                        color: #999;
                        border: 1px solid #e5e5e5;
                        -webkit-appearance: textfield;
                        font-family: Arial, Helvetica, sans-serif;
                        -webkit-transition: all .1s ease-in-out;
                        -moz-transition: all .1s ease-in-out;
                        transition: all .1s ease-in-out;
                    }
                        @media screen and (-webkit-min-device-pixel-ratio:0) {
            		        #primary ul li.search input[type=text], 
                            #primary ul li.search input[type=search] {
                                width: 300px;
                            }
            		        }
            		        @-moz-document url-prefix() {
            		          #primary ul li.search input[type=text], 
                          #primary ul li.search input[type=search] {
                            height: 37px;
                          }
            		        }  
                        .isMozilla3-5 #primary ul li.search input[type=search], 
                        .isMozilla3-5 #primary ul li.search input[type=text]{
                            height: 27px;
                            padding-top: 13px;
                        }
                        #primary ul li.search input[type=text]:hover, 
                        #primary ul li.search input[type=search]:hover {
                        }
                        #primary ul li.search input[type=text]:focus, 
                        #primary ul li.search input[type=search]:focus {
                            color: #333;
                            border-color: #ccc;
                            background-color: #f0f0f0;
                        }
                    #primary ul li.search input[type=submit] {
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 41px !important;
                        height: 41px !important;
                        background: url("../images/sitewide/sprite.png") no-repeat 100% 0;
                        font-size: 1px;
                        text-align: left;
                        border: 0 none;
                        text-indent: -9999em;
                        color: #e5e5e5;
                        cursor: pointer;
                    }
                        .ie7 #primary ul li.search input[type=submit] {
                            text-indent: 0;
                        }
                        #primary ul li.search input[type=submit]:hover {
                            background-position: 100% -41px;
                        }
                        

            #primary ul ul {
                position: absolute;
                left: 68px;
                right: 0;
                top: 62px;
                padding: 0;
                margin-bottom: 0;
                height: 0px;
                background: #f0f0f0;
                border-bottom: 0 none;
                overflow: hidden;
            }
                .ie7 #primary ul ul {
                    overflow: hidden;
                }
                #primary ul li.open ul {
                    height: 41px;
                }
                #primary ul ul li, 
                #primary ul ul li.current {
                    display: inline;
                    float: left;
                    padding: 0;
                    margin: 0 0 0 15px;
                    font-size: 12px;
                    background: none;
                }
                    #primary ul ul li a {
                        display: block;
                        height: 41px;
                        line-height: 42px;
                        color: #787878;
                        font-weight: normal;
                    }
                        #primary ul ul li a:hover {
                            /*color: #333;*/
                        }
                        #primary ul ul li a.ex {
                            background: url("../images/sitewide/sprite.png") no-repeat 100% -183px;
                            padding-right: 13px;
                        }
                            #primary ul ul li a.ex:hover {
                                /*background-position: 100% -233px;*/
                            }
                        #primary ul li.current ul li.current a {
                            color: #333;
                            background: none;
                        }
                        
            
#secondary ul {
    margin: 0 0 33px;
}
    #secondary ul li {
        border-bottom: 1px dotted #ccc;
    }
        #secondary ul .searched_for {
            padding: 19px 0;
        }
        #secondary ul a {
            display: block;
            line-height: 18px;
            color: #0086b1;
            font-size: 12px;
            padding: 12px 0 11px;
        }
            #secondary ul a:hover {
                /*color: #333;*/
            }
            #secondary ul li.current > a {
                color: #333;
                font-weight: bold;
                text-decoration: none;
            }
            #secondary ul a.b {
                background: url("../images/sitewide/sprite.png") no-repeat 0 -934px;
                padding-left: 15px;
            }
                /*#secondary ul a.b:hover, */
                #secondary ul li.current a.b {
                    background-position: 0 -984px;
                }
            #secondary ul a.v {
                background: url("../images/sitewide/sprite.png") no-repeat 0 -1034px;
                padding-left: 15px;
            }
                /*#secondary ul a.v:hover, */
                #secondary ul li.current a.v {
                    background-position: 0 -1084px;
                }
            #secondary ul a.a {
                background: url("../images/sitewide/sprite.png") no-repeat 0 -1134px;
                padding-left: 15px;
            }
                /*#secondary ul a.a:hover, */
                #secondary ul li.current a.a {
                    background-position: 0 -1184px;
                }
                #secondary ul li.current a.sa:after, 
                #secondary ul li.current a.b:after, 
                #secondary ul li.current a.v:after, 
                #secondary ul li.current a.a:after {
                    content: "→";
                }
            #secondary ul li.dd > a > span {
                background: url("../images/sitewide/sprite.png") no-repeat 100% -395px;
                padding-right: 13px;
            }
                #secondary ul li.dd.open > a > span {
                    background-position: 100% -446px;
                }
            #secondary ul ul {
                background: #f0f0f0;
                border-bottom: 1px solid #333;
                margin: 0 0 -1px;
                display: none;
            }
                #secondary ul li.open ul {
                    display: block;
                }
                #secondary ul ul li {
                    border-top: 1px dotted #c0c0c0;
                    border-bottom: 0 none;
                }
                    #secondary ul ul li a {
                        padding: 12px 16px 11px;
                        color: #787878;
                        font-weight: normal;
                    }
    

.ie7 #ifp > footer, .ie7 #ifp > footer * {
  zoom: 1;
}
#ifp > footer section.intro {
    background: url("../images/sitewide/chequer_ccc.png") repeat-x 0 0;
    padding: 22px 0 10px 0;
    margin: 0;
    overflow: visible;
}
    #ifp > footer section.intro h1 {
        display: inline;
        float: left;
        width: 296px;
        height: 145px;
        font: 40px/42px "CharterBTPro-Roman", Georgia, serif;
        text-transform: lowercase;
        color: #212121;
        padding: 0 20px 0 68px;
        margin: 0 0 0 -68px;
        background: url("../images/sitewide/sprite.png") no-repeat 0 -127px;
        overflow: visible;
    }
      .ie7 #ifp > footer section.intro h1 {
        padding-bottom: 3px;
      }
    #ifp > footer section.intro p {
        display: inline;
        float: left;
        width: 300px;
        font-size: 12px;
        line-height: 18px;
        padding: 11px 0 0 0;
        margin: 0 16px 10px 0;
        color: #333;
    }
    #ifp > footer section.intro form {
        display: inline;
        float: left;
        width: 300px;
        margin: 0 0 16px;
        padding: 11px 0 0 0;
        position: relative;
        font-size: 12px;
        line-height: 18px;
    }
        #ifp > footer section.intro fieldset {
        }
            #ifp > footer section.intro label {
                display: block;
                color: #333;
                font-weight: bold;
                margin: 0 0 11px;
                position: static;
                border: 0 none;
                width: auto;
                padding: 0;
            }
            #ifp > footer section.intro input[type=email], 
            #ifp > footer section.intro input[type=text] {
                display: block;
                font-size: 12px;
                line-height: 39px;
                width: 242px;
                height: 39px;
                background: #e5e5e5;
                padding: 0 41px 0 15px;
                border: 0 none;
                color: #999;
                border: 1px solid #e5e5e5;
                -webkit-appearance: textfield;
                -webkit-transition: all .1s ease-in-out;
                -moz-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out;
                font-family: Arial, Helvetica, sans-serif;
            }
                .isMozilla3-5 #ifp > footer section.intro input[type=email], 
                .isMozilla3-5 #ifp > footer section.intro input[type=text]{
                    height: 29px;
                    padding-top: 13px;
                }
                #ifp > footer section.intro input[type=email]:hover, 
                #ifp > footer section.intro input[type=text]:hover {
                }
                #ifp > footer section.intro input[type=email]:focus, 
                #ifp > footer section.intro input[type=text]:focus {
                    color: #333;
                    border-color: #ccc;
                    background-color: #f0f0f0;
                }
            #ifp > footer section.intro input[type=submit] {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 41px !important;
                height: 41px !important;
                background: url("../images/sitewide/sprite.png") no-repeat 100% -86px;
                font-size: 1px;
                text-align: left;
                border: 0 none;
                text-indent: -9999em;
                color: #e5e5e5;
                cursor: pointer;
            }
                .ie7 #ifp > footer section.intro input[type=submit] {
                    text-indent: 0;
                }
                #ifp > footer section.intro input[type=submit]:hover {
                    background-position: 100% -127px;
                }
    #ifp > footer nav {
    }
        #ifp > footer section.intro nav {
            display: inline;
            float: right;
            width: 616px;
            padding: 4px 0 0 0;
        }
        #ifp > footer section.intro + nav {
            clear: left;
            background: #fff url("../images/sitewide/chequer_sm_ccc.png") repeat-x 0 0;
            padding: 14px 0 46px 0;
        }
        #ifp > footer nav ul, 
        #ifp > footer nav small {
            font-size: 12px;
            line-height: 18px;
            margin: 0;
        }
            #ifp > footer nav small {
                display: block;
                color: #333;
                line-height: 20px;
                height: 19px;
            }
            #ifp > footer section.intro nav ul {
                border-top: 1px solid #d9d9d9;
                padding-top: 4px;
                font-weight: bold;
            }
                #ifp > footer section.intro nav ul a.mo {
                    font-weight: normal;
                    color: #999;
                }
            #ifp > footer nav ul li {
                display: inline;
                float: left;
                margin: 0 15px 0 0;
            }
                #ifp > footer section.intro nav ul li {
                    padding: 8px 0 0;
                }
                #ifp > footer nav ul li.credit {
                    float: right;
                    margin-right: 0;
                }
                #ifp > footer nav ul li a {
                    color: #0086b1;
                }
                    #ifp > footer section.intro + nav a {
                        display: block;
                        line-height: 20px;
                        height: 19px;
                    }
                    #ifp > footer nav ul li a:hover {
                        /*color: #333;*/
                    }
                    #ifp > footer nav a.fb {
                        background: url("../images/sitewide/sprite.png") no-repeat 0 -550px;
                        padding-left: 24px;
                    }
                        #ifp > footer nav a.fb:hover {
                            /*background-position: 0 -600px;*/
                        }
                    #ifp > footer nav a.tw {
                        background: url("../images/sitewide/sprite.png") no-repeat 0 -650px;
                        padding-left: 24px;
                    }
                        #ifp > footer nav a.tw:hover {
                            /*background-position: 0 -700px;*/
                        }
                    #ifp > footer nav a.fr {
                        background: url("../images/sitewide/sprite.png") no-repeat 0 -750px;
                        padding-left: 24px;
                    }
                        #ifp > footer nav a.fr:hover {
                            /*background-position: 0 -800px;*/
                        }
                    #ifp > footer nav a.yt {
                        background: url("../images/sitewide/sprite.png") no-repeat 0 -850px;
                        padding-left: 24px;
                    }
                        #ifp > footer nav a.yt:hover {
                            /*background-position: 0 -900px;*/
                        }

                    #ifp > footer nav a.feed {
                        background: url("../images/sitewide/feed-icon-24x24.gif") no-repeat;
                        padding-left: 24px;
                    }
                        #ifp > footer nav a.feed:hover {
                            /*background-position: 0 -900px;*/
                        }
    #ifp > footer .supporters {
        background: #f2f2f2;
        padding: 12px 0 16px;
    }
        #ifp > footer .supporters p {
            font-size: 12px;
            line-height: 18px;
            color: #666;
        }
        #ifp > footer .supporters ul {
            margin: 0;
            width: 932px;
            height: 45px;
            text-indent: -9999em;
            background: url("../images/sitewide/footer_sponsors.png") no-repeat 0 0;
        }
            #ifp > footer .supporters ul li {
                display: inline;
            }
                    
    
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page specific styles (TODO: should be put into /Pages) */

/* Industry Connect */
.industrySearch-ShowAll{
	margin-bottom:20px;
}
.industrySearch-Form li{
	padding-bottom:1.5em;
}
.industrySearch-Form .checkboxes li label{
	min-height:2em;
	line-height:2em;
}
.industrySearch-Form .checkboxes input[type="checkbox"]{
	margin-right:8px;
}
.right fieldset.checkboxes li {
	border-top: 0px !important;
}
.right fieldset.checkboxes li:first-child {
	border-top: 0px !important;
}


/* Longtail Player */
.IFP-longtail-player{
	width:608px;
	height:367px;
}

/* nrelate */
.nrelate_bty .nr_img_div{
    margin:0px !important;
    display: inline-block;
}
.nrelate_bty .nr_panel {
    margin:0px !important;
    padding:6px !important;
}
.nrelate_bty .nr_text {
    margin-top:4px !important;
}
.nrelate_bty.nr_140 .nr_panel{
    width:141px !important;
}
/* Development Specific */
#dev-theme-data{
	position:absolute;
	width: 100px;
	padding: 5px;
	right: 4px;
	top: 34px;
	background: #c00;
	font-size: 10px;
	border-radius:2px;
	color:#fff;
	text-shadow: 0 -1px 0 #a33;
}
.colorbox_content {
	text-align: left;
	font-size: 14px;
    line-height: 22px;
    margin: 0 0 11px;
}
.colorbox_content h3 {
	margin: 0 0 .5em 0;
	font-size: 130%
}
.colorbox_content .p_participant{
	margin-bottom: 36px;
}

.twitter-timeline .avatar{
	display: none;
}