/* ===========================================================================
 * Filename: css/inc/content.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 12 Feb 2009
 * Description: Contains content styles for the Oceana Rise website.
 *
 * This file may not be used for any purpose other than for the Oceana Rise 
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */

body
{
	font-size: 0.8125em;
	line-height: 1.692308; /* 22px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, Sans-serif;	
}

a img
{
	border: none;	
}

a:link, a:visited
{
	color: #0083A9;
	background-color: #fff;
	text-decoration: underline;
}

a:focus, a:hover, a:active
{
	color: #0083A9;
	background-color: #f2f2f2;
	text-decoration: underline;
	outline: none;
}

h1
{
	color: #ff7a00;
	background-color: #fff;
	font-size: 1.923077em; /* 25px */
	font-weight: normal;
	line-height: 1.4;
	padding: 0 0 10px 0;
}

h2
{
	font-size: 1.153846em;
	margin: 0;
	padding: 0;	
}

h3
{
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

h4
{
	color: #0083A9;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

h5
{
	color: #675C53;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

h6
{
	color: #666;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

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

ul
{
	padding: 0 0 1em 0;
	margin: 0;
	list-style-type: none;
}

ul li
{
	padding: 0 0 0 15px;
	margin: 0;
	background: transparent url(../../images/bullet.gif) no-repeat scroll 0 0.692308em;
}

ol
{
	padding: 0 0 1em 2em;
	margin: 0	
}

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

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

hr 
{
	margin: 0 0 1em 0;
	padding: 0;
	height: 1px;
	background-color: #fff;
	color: #fff;
	border: none;
	border-top: 1px dotted #ccc; /* Overriden in css/ie/ie6.css */
	clear: both;
}

form
{
	padding: 0;
	margin: 0;	
}

input.button
{
	color: #fff;
	background-color: #666;
	border: none;
	padding: 1px 7px; /* Overriden in css/ie/ie6.css */
	margin: 0;
	font-size: 0.923077em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', arial, helvetica, sans-serif;
}

input.button:focus, input.button:hover, input.button:active
{
	background-color: #675C53;	
}

input.text
{
	border: 1px solid #a3a3a3;
	padding: 1px;
}

.subdued
{
	color: #999;		
}

.small
{
	font-size: 0.923077em;	
}

.large
{
	font-size: 1.153846em;
	line-height: 1.466667;	
}


.search-result
{
	padding: 0 0 1em 0;	
}

.search-result h3, .search-result p
{
	padding: 0;	
}

#navigation, #subnav, #tools, #search
{
	display: none;	
}

#slogan
{
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 1em 0;	
}

#main, #side, #general, #footer
{
	clear: both;
}


div.content-image
{
	position: relative;	
}

.content-image, .large-image
{
	padding: 0;
	margin: 0 0 1em 0;
	border: 1px solid #ccc;
}

.content-image-left
{
	float: left;
	margin: 7px 10px 10px 0;
	position: relative;
}

.content-image-right
{
	float: right;
	margin: 7px 0 10px 10px;
	position: relative;
}

div.title
{
	padding: 5px;	
}

div.title p
{
	padding: 0;
}


.content-image img,  .large-image img
{
	display: block;
	line-height: 1.0;	
}
