/* ===========================================================================
 * Filename: css/inc/content.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 20 March 2008
 * Description: Contains content styles for the ZINGA website.
 * =========================================================================== 
 */

body
{
	font-size: 12px;
	font-family: 'Lucida Sans', 'Lucida Grande', arial, helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
}

select, textarea, input
{
	font-size: 1.0em;
	font-family: 'Lucida Sans', 'Lucida Grande', arial, helvetica, sans-serif;
}

h1
{
	color: #333;
	font-size: 1.75em;
	font-weight: normal;	
	margin: 0;
	padding: 0 0 18px 0;
}

h2
{
	color: #000;
	font-size: 1.083333em;
	font-weight: bold;	
	margin: 0;
	padding: 0 0 18px 0;
}

h3
{
	color: #666;	
	font-size: 1.0em;
	font-weight: bold;	
	margin: 0;
	padding: 0;
}

hr
{
	clear: both;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	display: block;
}

a:link, a:visited
{
	color: #900;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #5c8b01;
	text-decoration: underline;	
	outline: none;
}

a img
{
	border: none;	
}

p
{
	margin: 0;
	padding: 0 0 1.5em 0;	
}

ul
{
	margin: 0;
	padding: 0 0 1.5em 2.5em;
} 

ol
{
	margin: 0;
	padding: 0 0 1.5em 2.5em;	
}

ul ul, ul ol, ol ol, ol ul
{
	padding-bottom: 0;	
}

.subdued
{
	color: #999;
}	

.small
{
	font-size: 0.916667em;	
}

.large
{
	font-size: 1.083333em;	
}

table
{
	width: 100%;	
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 1.5em 0;
}

tr
{
	vertical-align: top;		
}

th
{
	text-align: left;	
	border: 1px solid #a3a3a3;
	border-right: 1px solid #fff;
}

tr th:last-child
{
	border-right: 1px solid #a3a3a3;
}

td
{
	border: 1px solid #ccc;	
}

th, td
{
	padding: 2px 4px;	
}

tr:hover
{
	background-color: #f5f5f5;
}

td.centre, th.centre
{
	text-align: center;	
}

td.right, th.right
{
	text-align: right;	
}

.starburst
{
	width: 78px;
	height: 73px;
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #ccc;
}

.starburst a
{
	width: 58px;
	height: 58px;
	display: block;
	padding: 15px 10px 0;
	text-align: center;
	font-weight: bold;
}

.starburst a:link, .starburst a:visited
{
	text-decoration: none;
}

.starburst a:focus, .starburst a:hover, .starburst a:active
{
	text-decoration: none;
}

.thumbnail
{
	width: 162px;
	float: left;
	margin: 0 30px 20px 0;
	text-align: center;
}

.thumbnail a
{
	border: 1px solid #ccc;	
}

.thumbnail a:focus, .thumbnail a:hover, .thumbnail a:active
{
	border-color: #5c8b01;	
}

.thumbnail a
{
	height: 160px;
	width: 160px;	
	display: block;
}

.thumbnail .caption a
{
	height: auto;
	width: auto;	
	display: inline;
	padding: 0;
	border: none;
}

.thumbnail .caption
{
	line-height: 1.4;
	padding: 2px 0;
	text-align: center;
}

.pagination
{
	clear: both;
	padding: 0 0 1.5em 0;	
}

.required, .error
{
	color: #f00;	
}

.error
{
	display: block;	
}

.content-image
{
	padding: 0 0 1.5em 0;	
}

.content-image-left
{
	float: left;
	padding: 0 1.5em 1.5em 0;	
}

.content-image-right
{
	float: left;
	padding: 0 0 1.5em 1.5em;	
}

form
{
	padding: 0 0 1.5em 0;
	margin: 0;	
}

#navigation, #siteinfo p, .largeimage, #brushselector .caption, #brushselector p
{
	display: none;	
}

#siteinfo
{
	padding-top: 25px;
	clear: both;
}

#breadcrumbs
{
	padding-top: 25px;
	font-size: 0.916667em;
}
