/*-----------------------------------------------------------------------------
Bounce Theatre Screen Stylesheet

version:   1.0
date:      23/04/07
author:    george ornbo
email:     george at shapeshed dot com
website:   http://www.shapeshed.com
-----------------------------------------------------------------------------*/

/* General
-----------------------------------------------------------------------------*/

/* Remove border around linked images */
img 
	{
	border: 0;
	}

.right
	{
	float: right;
	margin: 0px 10px 0px 5px;
	}

.left
	{
	float: left;
	margin: 0px 10px 0px 5px;
	}
	
.comment
	{
	border-bottom: #CCCCCC 1px solid;
	}





/* Wrapper
-----------------------------------------------------------------------------*/
	
#wrapper{
	width: auto;
	text-align: left;
	float: none !important;
	}


/* Remove elements
-----------------------------------------------------------------------------*/

#top-bar,#nav, #left-nav, #photo-banner, #comment_form {
	display: none;
	}

/* Header
-----------------------------------------------------------------------------*/
	

	
/* Typography
-----------------------------------------------------------------------------*/

body {
	font-family: georgia, serif;
	background: white;
	font-size: 11pt;
	text-align: center;
}

#logo
	{ 
	width: auto;
	border-bottom: #000000 3px solid;

}

#logo h1
	{ 
	text-align: left;
	clear: both;

}

td, th, h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, sans-serif;
}

li {
	font-family: helvetica, georgia, serif;
}

p {
	font-size: 10pt;
	font-family: helvetica, georgia, serif;
	line-height: 1.2em;
}

/* Links
-----------------------------------------------------------------------------*/

a, .rss, .comments, .readmore, .readmore-journal, .home, .journal-icon, .contact-icon, .about-icon, .portfolio-icon, .search-icon, .h2comments
	{
	color: #000000;
	font-weight: bold;
	border-bottom: #999999 1px dotted;
	text-decoration: none;
	}











