/* @override 
	http://jebhensarling.com/r/c/style.css
	http://michaelpapajohn.dev.210corp.com/r/c/papajohn-v2.css
	http://michaelpapajohn.com/r/c/papajohn-v2.css
*/

/*	
	Michael Papajohn: CSS Master Style
	--------------------------------
	Author:		Paul Dietzel II (http://210corp.com/)
	Version:	27-07-2009
	Copyright:	(c) MMIX 210
			All rights reserved.
*/


/*-  CSS "libraries"
----------------------------*/
@import url("reset.css");


html { overflow-x: auto; height:100%;}

/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

/* Core */
body {
	font-family: HelveticaNeue-Light, helvetica, arial, verdana, sans-serif;
	margin: 40px 0 20px 0;
	padding: 0;
	color: #333;
	text-align: center;
	background: #7f8fa2;  /*  #e6eef4 New 210 Color: 00aeef  Old Paultwo Color: #189ee8*/ 
}

.content {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
	margin: 0 20px;
}

#menu ul li {
	margin: 0 0 0 3px;
	line-height: 35px;
	text-align: center;
}

#menu ul li a {
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none;
	/* width: 8em; */
	padding-left:10px;
	padding-right:10px;
	display: block;
	line-height: 35px;
	text-align: center;
	color: #7f8fa2;
	background: #435163 url(/r/i/menu-bg.png) repeat-x 0 0;
}
#menu ul li a:hover { color: #fff; }

#menu ul li#home { margin: 0;}
#menu ul li#home a { 	width: 12em; }

#header {
	display: block;
	height: 250px;
	background: #000 url(/r/i/header-image.jpg) no-repeat 0 0;
}

#header div {
	padding: 25px;
	height: 200px;
	text-align: right;
}

#header div h1 {
	color: #fff;
	font-weight: 100;
	font-size: 2.8em;
	margin-top: 35px;
	margin-bottom: 15px;	
}

#header div h1 span {
	display: block;
	font-size: .6em;
	color: #6b6b6b;
}


a#imdb {
	display: block;
	width: 114px;
	height: 55px;
	text-align: left;
	text-indent: -99999px;
	float: right;
	background: url(/r/i/imdb.jpg);
}

a#learnmore {
	display: block;
	width: 114px;
	height: 40px;
	float: right;
	line-height: 40px;
	color: #eee;
	margin-top: 9px;
	margin-right: 20px;
	text-decoration: none;
	text-align: center;
	background: #262626;
}

a:hover#learnmore {
	color: #fff;
	background: #444;
}

#body {
	text-align: left;
	margin-top: 10px;
	background: #fff url(/r/i/content-bg.jpg) repeat-y 0 0;	
}

#column1 {
	width: 660px;
	padding: 25px;
}

h2#home-title {
	font-size: 1em;
	font-weight: 500;
	width: 250px;
	line-height: 237px;
	margin: 0;
	text-align: center;
	float: left;
}

#demoreel  {
	padding: 30px;
}

#sb-about img {
	border: 0;
}

#photos ul {
	margin:0;
	padding:0;
	list-style: none;
}

#photos ul li {
	float: left;
	margin:5px;
}

#photos ul li a img {
	border: 5px solid #eee;
}

#photos ul li a:hover img {
	border: 5px solid #ccc;
}

.press-icon {
	width: 150px;
}

div.press-item {
	margin-bottom: 25px;
	padding: 15px 0;
	border-bottom: 4px solid #eee;
}

.press-blurp {
	width: 470px;
	margin-left: 25px;
}


.press-item h3 {
	margin: 0;	
	font-size: 1em;
}

a.article-link {
	display: block;
	margin-top: 10px;
	font-size: .9em;
	color: #222;	
}
a:hover.article-link {
	text-decoration: none;
	color: #000;	
}

div.example-date {
	background-color: #eee;
	margin: 10px 0;
	padding: 15px;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #7f8fa2;
}






#column2 {
	width: 190px;
	padding: 25px;
	font-size: .8em;
}

#column2 h3 {
	color: #29394f;
}

#tweet ul {
	padding: 0;
	list-style: none;
}

#tweet a {
	color: #6b798a;
}

#tweet a:hover {
	color: #8597ae;
	text-decoration: none;
}

#twitter-div p {
	text-align: center;
	margin-top: 0;
	padding: 10px 0;
	background: #a1e0ef;
}

#mc_embed_signup {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
}

#tweet ul li {
	margin: 10px 0 0;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #ccc;*/
}

#tweettime {
	font-size: .9em;
	display: block;
}

#twitter-div {
	padding: 0;
	margin: 0;
}

a#twitter-link {
	color: #3c4b60;
}
a:hover#twitter-link {
	text-decoration: none;
}

#footer {
	color: #fff;
	margin-top: 10px;
	height: 134px;
	background: #354962 url(/r/i/footer-bg.jpg) repeat-y left;
}

#copy {
	width: 380px;
	margin: 15px;
	line-height: 20px;
	font-size: .8em;
	margin-top: 40px;
}

#copy.left span#logo-two10 {
	line-height: 134px;
	display: block;
	width: 40px;
	margin: 0 15px;
	float: left;	
}

span#logo-two10 {
	
}

#logo-two10 a {
	text-indent: -99999px;
	display: block;
	width: 41px;
	height: 41px;
	float: left;
	margin: 0;
	line-height: 134px;
	background: #354962 url(/r/i/210logo.jpg) no-repeat 0 0;
}


#booking h3 {
	float: left;
	text-align: right;
	padding-right: 60px;
	width: 200px;
	line-height: 100px;
	background: url(/r/i/star.jpg) no-repeat right 50%;
}

#booking p {
	float: right;
	font-size: .8em;
	width: 195px;
	padding: 10px 20px;
	margin: 0 0 0 5px;
}

#booking p a {
	color: #cdcdcd;
}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
    
.left {	float: left;}
.right { float: right;}
div.right p {text-align: justify;}

/* @group My Group */

#aaet div.tickets {
	padding: 25px;
	background: #d9fde4;
	border: 1px solid #c7e8d1;
}

#aaet div.tickets h3 {
	margin-top: 0;
}

#aaet div.tickets form {
	font-size: .9em;
}


    .clear {
      clear: both;
      height: 1px;
    }
    
    a img {
      border: none;
    }
    
     {
      width: 845px;
      margin: 0 auto;
    }
    
       #title {
        margin: 30px 0;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        text-shadow: #2f2f2f 1px 3px 5px;
        letter-spacing: -1px;
      }
      
         #title a {
          color: #fff;
          text-decoration: none;
        }
   
      
         #content .post {
          font-family: Arial, Helvetica, Verdana, sans-serif;
          background: #fff;
          padding: 10px;
          position: relative;
        }
    
           #content .post .media {
            text-align: center;
            margin-bottom: 10px;
          }
          
           #content .post .quotebg {
            font-family: georgia, serif;
            font-size: 150px;
            color: {color:Background};
            opacity: 0.2;
            filter: alpha(opacity=20);
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
            position: absolute;
            top: 70px;
            left: 10px;
          }
          
           #content .post .quote {
            color: {color:Background};
            font-weight: bold;
            padding: 20px;
          }
          
           #content .post .quote.short {
            font-size: 33px;
            line-height: 35px;
          }
          
           #content .post .quote.medium {
            font-size: 25px;
            line-height: 28px;
          }
          
           #content .post .quote.long {
            font-size: 18px;
            line-height: 22px;
          }
                    
             #content .post .quote_source *:first-child {
              margin-top: 0px;
            }
            
             #content .post .quote_source *:last-child {
              margin-bottom: 0px;
            }
            
             #content .post .quote *:first-child {
              margin-top: 0px;
            }

             #content .post .quote *:last-child {
              margin-bottom: 0px;
            }
            
           #content .post .copy {
            color: #6e7173;
            padding: 10px;
            font-size: 13px;
            line-height: 15px;
          }
          
             #content .post .copy a {
              color: #6e7173;
              text-decoration: underline;
            }
        
           #content .post .audio {
            background: #eaeaea;
            float: left;
            padding: 7px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
          }
                            
             #content .post .audio .player {
              float: left;
            }
            
               #content .post .audio .player .audio_player embed {
                border: 1px solid #c8c8c8;
              }
            
             #content .post .audio .meta {
              padding: 8px 13px;
              height: 13px;
              float: left;
              color: #666;
              font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
              font-size: 11px;
            }
            
               #content .post .audio .meta a {
                color: #666;
                text-decoration: none;
              }
          
           #content .post .title {
            color: #494949;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 10px 0 10px;
          }
                    
           #content .post .chat {
            background-color: #fff;
            border-left: 5px solid #dedddd;
            margin: 10px 10px 0 10px;
            font-size: 14px;
          }
                    
             #content .post .chat .lines {
              margin-left: 1px;
            }
            
               #content .post .chat .lines .line {
                background-color: #eaeaea;
                color: #494949;
                margin-bottom: 1px;
                padding: 3px 5px;
              }
            
               #content .post .chat .lines .line.even {
                background-color: #dedddd;
              }
          
             #content .post .link {
              margin: 4px 0 2px 0;
              font-size: 16px;
              line-height: 25px;
            }
              
               #content .post .link a {
                background-color: {color:Background};
                color: #fff;
                padding: 5px 7px;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
              }
              
               #content .post .link a:hover {
                opacity: 0.9;
                filter: alpha(opacity=90);
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
              }
          
           #content .post .footer {
            background: #eaeaea;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
            font-size: 11px;
            color: #666;
            padding: 5px 10px;

            width: 513px;
            margin: 10px auto 0;
          }

#buttons {
	margin-top: 50px;
}

#buttons a, #followontumblr a {

	color: #5f6b7a;
}

#buttons a:hover, #followontumblr a:hover {
	text-decoration: none;
}

#followontumblr {
	margin-top: 50px;
}
        
          
             #content .post .footer:hover {
              opacity: 0.9;
              filter: alpha(opacity=90);
              -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            }
          
             #content .post .footer .date {
              width: 80%;
              float: left;
            }
            
             #content .post .footer .notes {
              width: 18%;
              float: right;
              text-align: right;
            }
            
               #content .post .footer .tags a {
                color: #4a4a51;
                text-decoration: underline;
              }
              
                 #content .post .footer .tags .tag-commas:last-child {
                  display: none;
                }
          
             #content .post a {
              color: #a9b7c0;
              text-decoration: none;
            }
            
             #content .post .copy blockquote {
    	        margin: 10px 0px 10px 10px;
    	        padding-left: 15px;
    	        border-left: solid 4px #dcdcdc;
      	    }

    	         #content .post .copy  blockquote blockquote {
  	            border-left: solid 4px #cccccc;
        	    }

          	     #content .post .copy  blockquote blockquote blockquote {
    	            border-left: solid 4px #bcbcbc;
          	    }

        	         #content .post .copy  blockquote blockquote blockquote blockquote {
      	            border-left: solid 4px #acacac;
            	    }

              	     #content .post .copy  blockquote blockquote blockquote blockquote blockquote {
        	            border-left: solid 4px #9c9c9c;
              	    }

          	         #content .post .copy  blockquote blockquote blockquote blockquote blockquote blockquote {
        	            border-left: solid 4px #8c8c8c;
              	    }
            
             #content .bottom {
              background: url(http://assets.tumblr.com/themes/redux/shadow-post.png) top center no-repeat transparent;
              width: 513px;
              height: 40px;
              margin: 0 auto;
            }
            
             #content #navigation {
              text-align: right;
              padding-bottom: 35px;
            }
            
               #content #navigation a {
                background-color: #fff;
                color: {color:Background};
                padding: 5px 10px;
                text-decoration: none;
                margin-left: 25px;
              }
          
               #content #navigation a:hover {
                opacity: 0.9;
                filter: alpha(opacity=90);
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
              }
    
               #content .post .notecontainer {
                background: #eaeaea;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
                font-size: 11px;
                color: #666;
                margin-top: 10px;
                margin-bottom: -10px;
              }

                   #content .post .notecontainer a {
                    color: #666;
                    text-decoration: underline;
                  }

                   #content .post .notecontainer ol.notes {
                    padding: 0px 0 10px 0;
                    list-style-type: none;
                    font-size: 11px;
                  }

                     #content .post .notecontainer ol.notes li.note {
                      padding: 10px 10px 0 10px;
                    }

                       #content .post .notecontainer ol.notes li.note img.avatar {
                        vertical-align: -4px;
                        margin-right: 10px;
                        width: 16px;
                        height: 16px;
                      }

                       #content .post .notecontainer ol.notes li.note span.action {
                        font-weight: normal;
                      }

                       #content .post .notecontainer ol.notes li.note .answer_content {
                        font-weight: normal;
                      }

                       #content .post .notecontainer ol.notes li.note blockquote {
                        border-left: 2px solid #666;
                        padding: 4px 10px;
                        margin: 10px 0px 0px 25px;
                      }

                         #content .post .notecontainer ol.notes li.note blockquote a {
                          text-decoration: none;
                        }
      
         #content #searchresults {
          color: #fff;
          margin: 0 0 15px 0;
          text-shadow: #2f2f2f 1px 3px 5px;
          font-family: Arial, Helvetica, Verdana, sans-serif;
          font-size: 20px;
        }
      
       #sidebar {
        width: 250px;
        float: right;
        color: {color:Background};
      }
      
         #sidebar a {
          color: {color:Background};
        }
        
         #sidebar #top {
          background: #fff;
          padding: 0 20px;
          -moz-border-radius-topleft: 10px;
          -webkit-border-top-left-radius: 10px;
          -moz-border-radius-topright: 10px;
          -webkit-border-top-right-radius: 10px;
        }
      
           #sidebar #top #avatar {
            width: 146px;
            height: 146px;
            padding: 8px 0 0 9px;
            background: url(http://assets.tumblr.com/themes/redux/avatar-bg.png) top left no-repeat transparent;
            position: relative;
            top: -24px;
            left: -5px;
          }
        
           #sidebar #top #description {
            font-size: 11px;
            position: relative;
            top: -18px;
          }
          
             #sidebar #top #description a {
              color: {color:Background};
              text-decoration: underline;
            }
          
           #sidebar #top #search {
            background: #fff;
            border: 1px solid {color:Background};
            
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
          }
          
           #sidebar #top #search-scope {
            padding-top: 5px;
            font-size: 11px;
            text-align: center;
          }
          
             #sidebar #top #search-scope input,
             #sidebar #top #search-scope label {
              cursor: pointer;
            }
        
             #sidebar #top #search form {
              margin: 0;
            }
        
               #sidebar #top #search form .query {
                padding: 5px;
                border: none;
                background: transparent;
                outline: none;
                width: 125px;
                float: left;
                color: {color:Background};
              }
          
               #sidebar #top #search form .submit {
                background: {color:Background};
                color: #fff;
                border: none;
                padding: 5px 7px;
                margin: 2px 2px 2px 0;
                float: right;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                cursor: pointer;
              }
              
               #sidebar #top #search form .submit:hover {
                opacity: 0.9;
                filter: alpha(opacity=90);
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
              }
        
           #sidebar #top .heading {
            color: #fff;
            font-family: helvetica, arial, sans-serif;
            font-size: 17px;
            margin-top: 20px;
            padding: 10px;
            background-color: {color:Background};
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
          }
          
           #sidebar #top a .heading {
            color: #fff;
            text-decoration: none;
          }
        
           #sidebar #top .heading#followontumblr {
            background: url(http://assets.tumblr.com/themes/redux/sidebar-follow-on-verbose.png) 10px center no-repeat {color:Background};
            text-indent: -9999px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
          }
          
           #sidebar #top .heading#followontumblr:hover,
           #sidebar #top .heading#twitter:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
          }
        
           #sidebar #top .heading#twitter {
            background: url(http://assets.tumblr.com/themes/redux/sidebar-twitter.png) right center no-repeat {color:Background};
          }
        
           #sidebar #top .heading#following {
            background: url(http://assets.tumblr.com/themes/redux/sidebar-following.png) right center no-repeat {color:Background};
          }
        
           #sidebar #top .content {
            margin-top: 2px;
            padding: 7px 10px;
            background: #eaeaea;
            color: #666;
            font-size: 11px;
            overflow: hidden;
          }
          
             #sidebar #top a {
              text-decoration: none;
            }
          
             #sidebar #top #following-avatars.content {
              padding: 4px;
            }
          
                 #sidebar #top #following-avatars.content a img {
                  margin: 5px;
                }
        
             #sidebar #top #buttons {
              padding: 20px 0 0 0;
            }
            
               #sidebar #top #buttons .button {
                width: 35%;
                height: 21px;
                float: left;
                background: left center no-repeat transparent;
                padding: 2px 0 0 30px;
                font-size: 14px;
              }
              
                 #sidebar #top #buttons a {
                  color: {color:Background};
                  text-decoration: none;
                }
              
                 #sidebar #top #buttons div {
                  padding-bottom: 10px;
                }
              
               #sidebar #top #buttons .button#button-rss {
                background-image: url(http://assets.tumblr.com/themes/redux/button-rss.png?2);
              }
              
               #sidebar #top #buttons .button#button-random {
                background-image: url(http://assets.tumblr.com/themes/redux/button-random.png?2);
              }
              
               #sidebar #top #buttons .button#button-archive {
                background-image: url(http://assets.tumblr.com/themes/redux/button-archive.png?2);
              }
              
               #sidebar #top #buttons .button#button-mobile {
                background-image: url(http://assets.tumblr.com/themes/redux/button-mobile.png?2);
              }
        
           #sidebar #bottom {
            background: url(http://assets.tumblr.com/themes/redux/sidebar-bottom.png) top center no-repeat transparent;
            width: 250px;
            height: 25px;
          }
          
           #sidebar #copyright {
            text-align: center;
            color: #fff;
            font-size: 12px;
            margin-bottom: 10px;
          }
          
             #sidebar #copyright a {
              color: #fff;
              margin-left: 15px;
            }
  


/* @end */














