/*   
Theme Name: Rumble
Theme URI: http://rumble1.com
Author: GoKart
Author URI: http://gokartlabs.com
Version: 2.0
.
Written by Evan Heisler of GoKart
Design by Adam Ramearth
.
*/



/* Style Reset */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* End Reset */



/* ---------------------------------------

	Structure

   ------------------------------------ */

html {height: 100%;}

body {
	background: #000;
	color: #fff;
	font: 62.5% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	height: 100%;
	position: relative;
}
#header {
	background: url(images/bgHeader.jpg) center top repeat-x;
	height: 74px;
	width: 100%;
}
#loginWrapper {
/*  display: block;*/
  position: relative;
  /*top: 8px;
    left: 600px;
    width: 200px;*/
}
#clientLogin {
  display: block;
  position: absolute;
  background: #181514;
  top: 60px;
  right: 0px;
  width: 200px;
  z-index: 999;
  padding: 20px;
  border: 1px solid #462c1c;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0px 1px 6px #000;
  -moz-box-shadow: 0px 1px 6px #000;
  -webkit-box-shadow: 0px 1px 6px #000;
}
#clientLogin input {
  background: #0d0d0d;
  border: 1px solid #462c1c;
  padding: 2px 5px;
  width: 98%;
  margin-bottom: 5px;
}
#headerWrapper, #footerWrapper, #page {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#page.contact {
	width: 600px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -316px; /* the bottom margin is the negative value of the footer's height */
	background: #030303 url(images/bg-body.jpg) no-repeat center 74px;
}
/*#footerWrapper {
  background: url(images/bgFooter.jpg) center top no-repeat;
  height: 319px;
}*/
#facebookBtn,
#twitterBtn,
#linkedinBtn {
  display: block;
  height: 46px;
  width: 47px;
  text-indent: -9999px;
}
#facebookBtn {
  background: url(images/btn-facebook.png) no-repeat center center;
}
#twitterBtn {
  background: url(images/btn-twitter.png) no-repeat center center;
}
#linkedinBtn {
  background: url(images/btn-linkedin.png) no-repeat center center;
}
#footer {
/*  background: url(images/footer-bg-repeat.jpg) center top repeat-x;*/
  background: #110F10 url(images/bgFooter.jpg) center top no-repeat;
  border-top: 1px solid #3e1d0b;
	height: 319px;
	width: 100%;
	z-index: 9999;
	clear: both;
}
.push {
  height: 368px;
}
#mainContent {
	/*height: 535px;*/
	padding: 30px 0px 20px;
}
#projectGrid {
	margin: 30px 0px 20px;
	clear: both;
}
.posts-wrapper,
.contactWrapper {
  float: right;
  width: 740px;
}
.scroll-pane {
	/*height: 515px;*/
	overflow: auto;
}

/* ---------------------------------------

	End Structure

   ------------------------------------ */
.about {
  width: 730px;
  float: right;
}
.about h1,
.contactWrapper h1 {
  font-size: 48px;
  color: #eb5c15;
  font-weight: normal;
}
.about p {
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
  padding: 10px 0px;
}
#library h2 {
  font-size: 22px;
  padding: 20px 0px;
  color: #EB5C15;
}
#library h3 {
  font-size: 15px;
  border-bottom: 1px dotted #fff;
  padding: 20px 0px 3px;
  width: 550px;
  text-indent: 3px;
}
#library p {
  font-size: 11px;
  line-height: 15px;
  width: 550px;
  padding: 0px;
  margin: 0px;
}
#library p strong {
  font-size: 14px;
  display: block;
}
#library ul {
  padding: 7px 0px 0px 3px;
}
#library ul li a {
  display: block;
  font-size: 11px;
  padding: 5px 0px;
}

/* ---------------------------------------

	Typography

   ------------------------------------ */

a {
	color: #eb5c15;
}
strong, b {
	font-weight: bold;
}

/* Main Nav
---------------------- */

ul#mainNav {
	list-style: none;
/*  margin: -1px auto 0;*/
	padding: 25px 0 0;
	width: 658px;
	float: right;
}
ul#mainNav li {
	float: left;
	text-transform: uppercase;
}
ul#mainNav li a {
	color: #997c6d;
	display: block;
	line-height: 35px;
	font-size: 3em;
	padding: 0 20px;
	text-decoration: none;
}
ul#mainNav li.selected a {color: #eb5c15;}
ul#mainNav li a:hover {color: #EB5C15;}
ul#mainNav li a:active {color: #EB5C15;}

#slide {
	background: url(images/navGlow.gif) center top no-repeat;
	height: 2px;
	top: 0;
	position: absolute;
}

/* End Main Nav
---------------------- */

/* Elsewhere Nav
---------------------- */

ul#elsewhereNav {
	list-style: none;
	margin: 0px auto;
	width: 200px;
}
ul#elsewhereNav li {
	float: left;
	text-transform: lowercase;
}
ul#elsewhereNav li a {
	/*color: #7a3408;
	  display: block;
	  line-height: 20px;
	  font-size: 1.4em;
	  padding: 0 22px;
	  text-decoration: none;
	  text-shadow: 1px 1px 2px #000;*/
	  margin-top: 50px;
	  padding: 0px 5px;
}
ul#elsewhereNav li a:hover {
  color: #997c6d;
}
#about-section-nav,
.recent-news-nav .box,
.contact-nav {
  width: 190px;
  background: #222222;
  border: 1px solid #2f2e2e;
  padding: 5px 0px;
  float: left;
}
#about-section-nav li a,
.recent-news-nav li a,
.contact-nav li a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #646363;
  text-decoration: none;
  text-transform: uppercase;
}
.recent-news-nav ul li ul li a {
  font-size: 11px;
}
#about-section-nav li a:hover,
#about-section-nav li.current_page_item a,
#about-section-nav li.current_page_item ul li a:hover,
.recent-news-nav li a:hover,
.recent-news-nav li.current_page_item a,
.contact-nav li a:hover,
.contact-nav li.current_page_item a {
  color: #EB5C15;
  background: transparent url(images/arrow_orange.gif) no-repeat 170px center;
}
#about-section-nav li ul li.current_page_item a,
#about-section-nav li.current_page_item ul li a:hover {
  background: transparent url(images/arrow_orange.gif) no-repeat 155px center;
}
#about-section-nav li.current_page_item ul li a {
  color: #646363;
  background: none;
}
#about-section-nav li ul {
  padding-left: 15px;
  width: 175px;
}
#about-section-nav li ul li a {
  font-size: 11px;
  color: #646363;
  padding: 3px 10px;
}
#about-section-nav li ul li a:hover {
  background: transparent url(images/arrow_orange.gif) no-repeat 155px center;
}
.recent-news-nav .box {
  margin: 10px 0px;
}
.recent-news-nav h2 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.navigation {
  padding: 20px 30px;
  text-align: center;
}
.navigation a {
  border: 1px solid #EB5C15;
  text-align: center;
  padding: 4px 10px 5px;
  text-decoration: none;
}

/* End Elsewhere Nav
---------------------- */
.post {
	border-bottom: 1px solid #ccc;
	margin: 0 30px;
	padding: 0 0 50px 0px;
}
.post p.date {
	font-size: 1.6em;
	margin: 15px 0 0;
}
.post p.date strong {
  color: #fff;
}
.post em {
	font-style: italic;
}
h1.postTitle {
	font-size: 2.6em;
	margin: 0 0 25px;
	color: #EB5C15;
}
.post p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0;
	color: #B8B8B8;
}
.post ul li {
	font-size: 1.2em;
	margin: 4px 0 4px 0px;
}
ul.projectCreds li {
	color: #ddd;
	margin: 4px 0 4px 20px;
}

/* About Section
========================================== */
ul.bios li {
  float: left;
  margin: 0px 40px 40px 0px;
}
ul.bios li img {
  height: 190px;
  width: 190px;
  margin-bottom: 5px;
}
ul.bios li strong {
  padding-left: 10px;
  color: #fff;
}
ul.bios li a {
  display: block;
  border: 1px solid #2f2e2e;
  width: 190px;
  font-size: 16px;
  color: #646363;
  text-decoration: none;
  padding: 2px 2px 10px 2px;
  text-transform: uppercase;
}
ul.bios li a:hover {
  border: 1px solid #cccccc;
  color: #dbdddd;
  text-decoration: none;
}
.parent-pageid-117 #bios img {
  float: left;
  border: 1px solid #2f2e2e;
  padding: 2px;
  margin: 0px 25px 0px 0px;
}
#bios .bio-copy {
  float: left;
  width: 450px;
}
.bio-copy h2 {
  font-size: 32px;
  color: #eb5c15;
  font-weight: normal;
}
.bio-copy h3 {
  font-size: 18px;
  color: #dbdddd;
  font-weight: normal;
  padding-bottom: 20px;
}
#bios .bio-copy p {
  font-size: 14px;
  line-height: 18px;
  padding: 0px 0px 20px;
}
.bio-subnav a,
.bio-subnav span {
  font-size: 14px;
  display: block;
  float: left;
  text-transform: uppercase;
  color: #dbdddd;
  text-decoration: none;
  padding-right: 10px;
}
.bio-subnav span {
  margin-top: 0px;
}
.bio-subnav span.cufon {
  margin-top: 5px;
  padding-right: 0px;
}
.bio-subnav a:hover {
  color: #eb5c15;
}

/* ---------------------------------------

	End Typography

   ------------------------------------ */



/* ---------------------------------------

	Custom Divs

   ------------------------------------ */

.logo {
	display: block;
	float: left;
	margin: 20px 0 0;
}
/*.ftp {
  float: right;
  margin: 40px 0 0;
}*/
.hidden {
	display: none;
}
#clientLogin input {
	background: #eee;
	border: 1px solid #383838;
	color: #000;
	font-size: 1.3em;
}
#clientLogin input#submit {
	background: #000;
	color: #eb5c15;
	border: 1px solid #383838;
}
#contact-form {
	font-size: .9em;
}
#contact-form input {
	background: #222222;
	border: 1px solid #383838;
	color: #bddddd;
	font-size: 1em;
	margin: 4px 5px 0px 0px;
	padding: 5px;
	width:100%;
}
#contact-form p {
	float: left;
	margin: 20px 25px 2px 0px;
	width: 220px;
	padding: 0;
}
#contact-form textarea {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background: #222222;
	border: 1px solid #383838;
	color: #bddddd;
	font-size: 1em;
	margin: 4px 0 0;
	width: 710px;
	padding: 5px;
}
#contact-form button.submit {
	background: #000 url(images/arrow_orange.gif) no-repeat right center;
	font-size: 14px;
	color: #eb5c15;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 15px 0px 0px 635px;
}
#rumble-contactinfo {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.7em;
}
#rumble-contactinfo h2 {
  
}
#rumble-contactinfo p {
  color: #8a8a8a;
}

#loginForm {
  width: 500px;
  margin: 0px auto;
  padding: 5px;
  background: #333;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#loginForm h1 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  background: #EB5C15;
  text-shadow: 1px 1px 1px #333;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  padding: 5px 10px;
  margin-bottom: 10px;
}
#loginForm p {
  padding: 5px 10px;
}
#loginForm p.note {
  color: #EB5C15;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
}
#loginForm label {
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333;
  display: block;
  padding-bottom: 2px;
}
#loginForm input#log,
#loginForm input#pwd {
  width: 100%;
}
#loginForm .button {
  margin-top: 10px;
  width: 100px;
}
#loginForm a {
  display: block;
  text-align: right;
  font-size: 11px;
  padding: 5px;
}
/* ---------------------------------------

	End Custom Divs

   ------------------------------------ */
   
/* ---------------------------------------

	Grid System

   ------------------------------------ */

.gridNav {
	background: url(images/bgGridNav.jpg) left top no-repeat;
}
.gridNav.placeholder {
	background: #000;
}
.gridNav h2 {
	font-size: 1.2em;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
}
.gridNav h2 a {
	color: #d1d0cf;
	text-decoration: none;
	display: block;
}
.gridNav h2 a:hover {
  color: #EB5C15;
  background: transparent url(images/arrow_orange.gif) no-repeat 160px center;
}
.gridNav, .gridNav.placeholder, .project { 
	border: 2px solid #000;
	float:left; 
	height: 118px; 
	position: relative; 
	width: 188px; 
}
.project:hover {
  border: 2px solid #fff;
}
.project {
	cursor: pointer;
	overflow: hidden;
}
.project p small {
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  color: #666;
	display: block;
	margin: 5px 0;
}
.project a {
	color: #fff;
	text-decoration: none;
}
.gridNav.ticker {
  height: 54px;
  border: none;
  background: url(images/bg-ticker-heading.png) no-repeat right center;
}
.news-wrapper {
  height: 43px;
  background: url(images/bg-ticker.png) no-repeat left -5px;
  overflow: hidden;
  margin: 5px 0px;
}
.newsticker {
  height: 54px !important;
  overflow: hidden;
}
.gridNav.ticker p {
  color: #855239;
  font-size: 18px;
  padding: 0px 0px 0px 40px;
  text-transform: uppercase;
  line-height: 54px;
/*  background: #dc5714;
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;*/
}
.newsticker {
	/*background: #1c1c1c;
	  border: 1px solid #000;*/
/*  background: url(images/bg-ticker.png) no-repeat left center;*/
	display: block;
}
.newsticker ul li a {
  display: block;
	color: #79655b;
	font: 16px Arial, Helvetica, Verdana, sans-serif;
	line-height: 43px;
	padding: 0px 10px;
	text-decoration: none;
}
.project img { 
	border: 0;
	left: 0; 
	position: absolute; 
	top: 0;
}
.project h3 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 25px 0 0;
	text-transform: uppercase;
	text-align: center;
}
.project h3 strong {
  display: block;
	font-size: .8em;
}
.project p {
	text-align: center;
}
.project p a { 
	color:#7c7b7b;
	text-decoration: none;
}
.boxcaption { 
	background: url(images/80.png) repeat left top; 
	left: 0;
	float: left; 
	height: 118px;
	padding: 0;
	position: absolute; 
	top: 118px;
	width: 100%;
}

.active {
	border: 1px solid #fff;
	z-index: 20;
}
/*.selectedComposer {
  background: url(images/arrow_orange.gif) right center no-repeat;
  padding-right: 20px;
}*/
.selectedWork {
	border: 1px solid #eb5c15;
}
.selectedCaption {
	border-top: 1px solid #eb5c15 !important;
}
   
/* ---------------------------------------

	End Grid System

   ------------------------------------ */
   
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }

	div.dark_rounded .pp_arrow_previous { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
	div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
	div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content {
			height: 40px;
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				.pp_description {
					display: none;
					float: left;
					margin: 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(images/prettyPhoto/dark_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(images/prettyPhoto/dark_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: none;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			display: none;
			line-height: 1 !important;
			margin: 0 auto;
			text-align: center;
			width: 100%;
		}
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}
		

/* ------------------------------------------------------------------------
	Admin
------------------------------------------------------------------------- */
.admin-wrapper h2 {
  font-size: 22px;
  float: left;
  padding: 0px 20px 10px 0px;
}
.admin-wrapper h3 {
  font-size: 18px;
  color: #EB5C15;
  padding: 10px 0px;
}
.admin-wrapper li {
  font-size: 14px;
}
.admin-wrapper label {
	color: #bddddd;
	font-size: 13px;
	margin: 4px 5px 0px 0px;
	padding: 5px 5px 5px 0px;
}
.admin-wrapper label small {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #EB5C15;
}
.admin-wrapper input.inputText {
	background: #222222;
	border: 1px solid #383838;
	color: #bddddd;
	font-size: 12px;
	margin: 4px 5px 0px 0px;
	padding: 5px;
	width: 520px;
}
#project_list {
  padding: 10px 0px;
  height: 450px;
  width: 500px;
  border-top: 1px dotted #bddddd;
  border-bottom: 1px dotted #bddddd;
  margin-bottom: 10px;
}
span.qp_counter {
  font: 12px Arial, Helvetica, sans-serif;
  padding: 0px 10px 2px;
}
a.new,
a.cancel,
a.qp_next,
a.qp_prev {
  display: block;
  float: left;
	font-size: 12px;
	color: #333;
	border: 1px solid #efefef;
	padding: 1px 5px;
	margin: 0px 3px;
	background: #efefef;
	border-radius: 2px;
	box-shadow: 0 0 1px #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 1px #333;
	-webkit-box-shadow: 0 0 1px #333;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
	margin: 2px 0 0 0;
}
a.cancel,
a.qp_next,
a.qp_prev {
  font: 13px Arial, Helvetica, sans-serif;
  display: inline;
  float: none;
  padding: 1px 5px;
}
a.new:hover,
a.cancel:hover,
a.qp_next:hover,
a.qp_prev:hover {
	color: #fff;
	border: 1px solid #EB5C15;
	background-color: #EB5C15;
	text-shadow: 0 1px 1px #333;
}
/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */