/*
Theme Name: Pongr Main
Theme URI: http://mu.wordpress.org/
Description: WordPress mu theme for Pongr
Version: 1.6
Author: Tom Barrett
Author URI: http://mypixeljunction.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET */

@import "reset.css";

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #fff url('images/pongr_bg.png') repeat-x;
	color: #333;
	text-align: center;
    
	}

.home {
	
	background: #fff url('images/homepage_bg.png') repeat-x;
	
	}


#page {
	text-align: left;
	}

#header {
	
	}

#headerimg 	{
	height: 44px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	width:100%;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.40em;
	font-weight: bold;
	text-align: left;
	color: #666666;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
html, body {
	margin: 0 0 0px 0;
	padding: 0;
	height: 100%;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 1008px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
	}

#header {
	padding: 0;
	height: 80px;
	width: 1008px;
	position: relative;
	}

#headerimg {
	margin: 0;		
	height: 80px;
	vertical-align: bottom;
float:left;
margin-left: 10px;
	}
	
#headerimg h1{
background: url('images/pongr_logo.png') no-repeat bottom left;
width: 203px;
height: 44px;
position: absolute;
bottom: 0;
}

#headerimg h1 a{
display: block;
height: 40px;
width: 203px;
}

#headerimg .description{

color: #666666;
position: absolute;
bottom: 0px;
left:225px;	
}

#content{
margin-top:42px;
}

.home #content{
margin-top: 0px;
}

.narrowcolumn {
	float: right;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 748px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 1008px;
	}
	
.home .widecolumn{
padding-top: 5px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	color: #666666;
	}
#footer a{
color: #666666;
}
#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	}
	
	#footer, .push{
height: 35px; /* .push must be the same height as .footer */
text-align:center;
}



#footer ul, #footer ul li{
height: 26px;
margin: 0;
}


#footer ul{
width: 1008px;
margin: 0 auto;
position: relative;
}
#footer li {
float: left;
padding-right: 3px;
vertical-align: bottom;
height: 26px;
line-height: 26px;
}
#bottomline{
background-color: #cccccc;
height: 9px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}
	
	.entry form ul{
	list-style: none;
	
	}
	
	.entry ul li{
	background-image: none;
	}
	
	html > body .entry form ul li{
	background-image: none;
	}
	
	html > body .entry form ul li{
	background-image: none;
	}
	legend { display: none; }
	
	fieldset { padding: 0;}


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-top: 7px;
	padding: 20px 0 10px 0;
	/*margin-left: 780px; */
	float: left;
	width: 235px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#sidenavheader{
width: 235px;
height: 59px;
background: url("images/sidebar_header.png") top left no-repeat;
}

#sidenavheader h3{
color: white;
margin: 0;
padding: 14px 0px 0px 19px;
}

#sidebarnavbottom{
background: url(images/sidebar_nav_bottom.png) top left no-repeat;
width: 235px;
height: 41px; 
}

#sidenavspace{
margin-top: 50px;
}

#navbox{
width:235px; 
background: url('images/sidebar_nav_bg.png') top left repeat-y;
}

#navbox h3{
color: #666
}

.orange{
color: #666;
}

#sidebar #navbox * {
margin: 0 20px;
}

#sidebar #navbox #sidenav li {
margin: 0 0 10px 0;
}

#sidebar #navbox * *{
margin: 0;
}

#sidenav a:link {color:#f15a24;}      /* unvisited link */
#sidenav a:visited {color:#f15a24;}  /* visited link */
#sidenav a:hover {color:#f15a24;}  /* mouse over link */
#sidenav a:active {color:#0000FF; }  /* selected link */

#sidenav .current_page_item a { color: #666666;}

#sidebar .divider{
background: #ccc;
height: 1px;
margin: 0 20px 0px;
}

.breadcrumb{color: #666; font-family: Arial; padding-bottom: 10px;}
.breadcrumb a{color: #f15a24;  font-family: Arial;}

.widget_text {
margin: 0 20px;
display: block;
}

.widget_text h2{
color: #666;
}

#nav{
float: right;
height: 29px;
margin-top: 51px;
}

#nav li{
float:left;

}
#nav li{
background: url(images/tab_left_off.png) left top no-repeat;
height: 29px;
padding-left: 7px;
text-decoration: none;
color: #333;
font-size: 1.1em;
display: inline-block;
zoom: 1;
}

#nav li.activetab{
background: url(images/tab_left_on.png) left top no-repeat;

}

#nav a{
height: 29px;
background: url(images/tab_right_off.png) right top no-repeat;
padding-right: 7px;
display: inline-block;
zoom:1;
line-height: 29px;
text-decoration: none;
color: #333;
}

#nav li.activetab a{
background: url(images/tab_right_on.png) right top no-repeat;
color: #FFF;
}



#nav li a span{
font-weight: bold;
padding-left: 14px;
padding-right: 14px;
}

#accountNav{
position: absolute;
right: 0px;
top: 5px;
}

#accountNav li{
float: left;
padding-right: 5px;
}

#accountNav #lock{
background: url(images/lock.png) top left no-repeat;
padding-left: 10px;
padding-top: 12px;
}

.post h2{
margin-bottom: 20px;
}

strong{
font-weight: bold;
}
.entry p strong{
color: #be0000;
font-size: 1.2em;
}

.entry p a{
color: #0066de;
}

.entry p a:visited{
color: #0066de;
}
.withSidebar{
float:left; 
width:528px;
}

#contentSidebar{
width:190px; 
float:right;
margin-top: 10px;
}

#contentSidebarRight{
width:218px; 
margin: 10px 0;
}

#contentSidebarRight .headerTop{
width:218px; 
height: 5px;
background: url(images/sidebar_right_top.png) top left no-repeat;
}

#contentSidebarRight .headerBottom{
width:218px; 
height: 5px;
background: url(images/sidebar_right_bottom.png) top left no-repeat;
margin-bottom:10px;
}

#contentSidebar h3{
font-size: 1.1em;
margin-bottom: 5px;
color: #333;
}

#contentSidebarRight h3{
font-size: 1.2em;
margin: 0px;
color: #333;
background: #dbdada;
width: 218px;
}

#contentSidebar p{
color: #555;
}
.sidebarDivider{
background-color: #cccccc;
height: 1px;
width: 100%;
margin-bottom: 5px;
}

.sb_box{
margin: 0 7px;
color: #555;
}

.sb_boxL{
margin-bottom: 20px;
}

.entry p{
margin-bottom: 10px;
line-height: 20px;
}

#homeBannerText{
float: left;
width: 475px;
margin-left: 10px;
height:347px;
position: relative;
font-size: 1.2em;
}

#homeBannerText h2{
margin-bottom: 25px;
margin-top: 50px;
}

#homeBannerText ul {
margin-left: 15px;

}

#homeBannerText #homeChoose {
position: absolute;
bottom: 10px;
color: #be0000;
font-weight: bold;
}


#homeBannerText ul li{
padding: 0 0 5px 0px;
list-style: disc url(images/red_blue_bullet.png) outside;
}

#homePolaroid{
width: 497px;
height:347px;
background: url(images/homepage_polaroid_bg.png) top left no-repeat;
float: right;
margin-top: 1px;

}

#boxOutside{
float: left;
margin-top: 30px;
width: 705px;
position: relative;
left:5px;
}

#boxHeaders{
width: 705px;
height: 47px;
background: url(images/homepage_boxes_headers.png) top left no-repeat;
}

#boxWrapper{

width: 705px;
background: url(images/homepage_box_bg_watermark.png) bottom left no-repeat;
padding-bottom: 20px;
}

#pubBoxTitle {
margin: 0 23px;
width: 185px;
float: left;
}

#pubBoxTitle h3{
margin-top: 18px;
color: #fff;
font-size: 13px;
}

#ageBoxTitle {
margin: 0 23px;
width: 185px;
float: left;
margin-left: 25px;
}

#ageBoxTitle h3{
margin-top: 18px;
color: #fff;
font-size: 13px;
}

#telBoxTitle {
margin: 0 23px;
width: 185px;
float: left;
margin-left: 25px;
}

#telBoxTitle h3{
margin-top: 18px;
color: #fff;
font-size: 13px;
}

#pubBox{
margin: 0 23px;
width: 195px;
float: left;
margin-left: 15px;
}
#pubBox div{
padding-top: 10px;
}

#pubBox ul li{
margin-left: 10px;
background: url(images/blue_arrow_bullet_ie.png) top left no-repeat;
padding-left: 15px;
margin-bottom: 10px;
}

#ageBox{
margin: 0 23px;
width: 195px;
float: left;
margin-left: 15px;

}
#ageBox div{
padding-top: 10px;
}


#ageBox ul li{
margin-left: 10px;
background: url(images/red_arrow_bullet_ie.png) top left no-repeat;
padding-left: 15px;
margin-bottom: 10px;
}

#telBox{
margin: 0 23px;
width: 195px;
float: left;
margin-left: 15px;
}
#telBox div{
padding-top: 10px;
}

#telBox ul li{
margin-left: 10px;
background: url(images/orange_arrow_bullet_ie.png) top left no-repeat;
padding-left: 15px;
margin-bottom: 10px;
}

#homeMobileApp{
width: 289px;
height: 139px;
background: url(images/homepage_mobile_app.png) top left no-repeat;
color: #333333;
float: left;
margin-top: 20px;
margin-left: -3px;
}

#mobileFree{
padding: 50px 0px 0px 100px;
font-weight: bold;
}

#mobileDownload{
margin: 10px 0px 0px 100px;
font-weight: bold;
}
#homeMobileApp h2{
display: none;
}
#homeMobileApp ul{
margin-left: 100px;
}
#homeMobileApp ul li{
float: left;
}


#homeMobileApp ul li a{
color: #f15a24;
}

#sidebarDownloadApp h2{
display: none;
}


#sidebarDownloadApp ul{
margin-left: 0px;
}
#sidebarDownloadApp ul li{
float: left;
}

#sidebarDownloadApp ul li a{
color: #f15a24;
}



#homeFeatured{
float: left;
width: 181px;
margin-left: 33px;
margin-top: 20px;
}

#homeFeatured ul{
margin-top: 10px;
margin-left: 10px
}
#homeFeatured ul li{
float: left;
margin-right: 7px;
}

#homeFeatured h4{
margin: 0;
padding: 0;
width: 181px;
height: 61px;
background: url(images/home_page_featured.png) top left no-repeat;
}

#homeFollow{
float:left;
width: 181px;
margin-left: 15px;
margin-top: 20px;
}

#homeFollow h4{
margin: 0;
padding: 0;
width: 181px;
height: 61px;
background: url(images/homepage_follow_us.png) top left no-repeat;
}

#homeFollow ul{
margin-top: 10px;
margin-left: 10px
}
#homeFollow ul li{
float: left;
margin-right: 7px;
}

#homeRightColumn{
width: 183px;
float: right;
margin-top: 20px;
margin-right: 40px
}

#homeWhatsNew{

}

#homeWhatsNew #homeWhatsNewTitle{
margin: 0;
padding: 0;
margin-top: 10px;
background: url(images/homepage_whats_new.png) top left no-repeat;
width: 174px;
height: 26px;
}

#homeWhatsNew div h4{
margin-left: 30px;
padding-top: 2px;
font-weight: bold;
color: #333;
}

#homeWhatsNew #homeWhatsNewContent{
margin: 7px 5px;
}

#homeWhatsNew #homeWhatsNewContent p{
margin-bottom: 5px;
font-size: 12px;
line-height: 14px;
font-size: 11px;
}

#homePongrBlog #homePongrBlogTitle{
margin: 0;
padding: 0;
margin-top: 20px;
background: url(images/homepage_pongr_blog.png) top left no-repeat;
width: 174px;
height: 26px;
}

#homePongrBlog div h4{
margin-left: 30px;
padding-top: 2px;
font-weight: bold;
color: #333;
}

#homePongrBlog #homePongrBlogContent{
margin: 7px 5px;
}

#homePongrBlog #homePongrBlogContent p{
margin-bottom: 5px;
font-size: 11px;
line-height: 14px;
}

#homePongrBlog #homePongrBlogContent ul{
margin-top: -20px;
}
#homePongrBlog #homePongrBlogContent ul li a{
color: #f15a24;
font-weight: bold;
}

.sb_box2_top{
width: 186px;
height: 28px;
background: url(images/sidebar_pin_header.png) top left no-repeat;
}

.sb_box2_content{
width: 186px;
background: url(images/sidebar_pin_bottom.png) bottom left no-repeat;
padding-bottom: 20px;
color: #555555;
}

.sb_box2_content h3{
margin: 0;
padding: 0;
}

.sb_box2_inner{
margin: 0 15px;
}

.homeLearnMore{
margin-left: 87px;
}

.liactivetab{
background: url(images/tab_right_on.png) left top no-repeat;
color: red;
}

html > body .entry ul{
list-style: none;
margin-left: 0px;
padding-left: 0px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "";
	margin-left: 0px;
}
html > body .entry ul li{
margin-left: 0px;
background: url(images/red_arrow_bullet_ie.png) top left no-repeat;
padding-left: 25px;
margin-bottom: 10px;
}

#sidebar_social{
margin-left: 10px;
margin-bottom: -10px;
}

#sidebar_social ul li{
float:left;
padding-right: 5px;
}

#sidenav a{
font-size: 1.2em;
}

#sidenav{

}

#sidebarDownloadApp{
margin-left: 8px;
width: 215px;
height: 176px;
background: url(images/sidebar_download_app.png) top left no-repeat;
}

#sidebarDownloadApp #freeApps{
position: relative;
left: 101px;
top: 66px;
font-size: 1.1em;
color: #333333;
}
#sidebarDownloadApp #downloadNow{
position: relative;
left: 22px;
top: 104px;
font-size: 1.1em;
color: #333333;
}

#sidebarDownloadApp ul{
position: relative;
left: 22px;
top: 110px;
}

.sidebarVidTop{
width: 186px;
height: 30px;
background: url(images/sidebar_vid_polaroid_top.png) top left no-repeat;
}

.sidebarVid{
background: url(images/sidebar_vid_polaroid_bg.png) top left repeat-y;
width: 186px;
}

.sidebarVidBottom{
width: 186px;
height: 15px;
background: url(images/sidebar_vid_polaroid_bottom.png) top left no-repeat;
}


#polaroidcontainer { margin-top:40px; width:450px; height:200px; margin-left: 20px}
#polaroidRecent img{ margin-left: 300px; margin-top: 20px;}
.polaroid { width:155px; height:185px; background-image:url(images/background_polaroid_155.png); position:absolute; }

.polaroid img { width:139px; height:133px; margin:8px 0 0 8px; }
.polaroid p { margin-left:6px;text-align:left; font-family:arial; font-size:10px; line-height: 12px; color:#2E2E2E; margin-top:3px; }

#sidebarContact h3{
font-size:1.2em; margin-bottom:10px;
}

#sidebarContact p{
font-size:1.2em; line-height:2.0em;
color: #666
}

#sidebarContact p a{
color:#f15a24;
}

.wufoo .info h2{
display: none;
}
#objectContent{
width: 325px;
}

#objectContent #header {
width:325px;
text-align: left;
}

#objectContent #header img{
margin-left: 25px;
border: solid 1px #888;
}

#objectContent #header #headerText{
float: left;
}

#objectContent #header #headerText h1{
font-size: 1.5em;
text-align: left;
color: black;
margin-bottom: 10px;
}

#matchImage{
border: solid 1px #888;
}

#matchAnnotation{
margin-top: 20px;
font-size: 1.4em;
font-weight: bold;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
