/*

	Sex Sense - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #ffffff;
	margin: 0 0 5px 0;
	}
	
body, div, td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
small {
	font-size: 9px;
	}

/* =Layout
---------------------------------------------------------------------------------------------------- */


	
/* =Header
---------------------------------------------------------------------------------------------------- */



/* =Navigation
---------------------------------------------------------------------------------------------------- */

#toolbar a, #toolbar a:active, #toolbar a:visited {
	color: #563F31;
	font-size: 9px;
	text-decoration: none;
	}

#toolbar a:hover, #toolbar a:visited:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu ul li {
	margin-bottom: 1.1em;
	}
	
#menu ul li a, #menu ul li a:active, #menu ul li a:visited {
	color: #7095b3;
	font-family: "Arial, Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	}
	
#menu ul li a:hover, #menu ul li a:visited:hover {
	color: #6697c2;
	}
	
#menu ul li a.on, #menu ul li a.on:active, #menu ul li a.on:visited {
	color: #6697c2;
	}

/* =Typography
---------------------------------------------------------------------------------------------------- */

.bigger {
	font-size: 14px;
	}

.smaller {
	font-size: 10px;
	}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 12px 0;
	color:#666666;
	}
	
h2 {
	font-size: 14px;
	margin-bottom: 3px;
	color:#666666;
	}
	
p {
	font-size: 12px;
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	color:#666666;
	}
	
p.intro {
	font-size: 13px;
	line-height: 20px;
	color:#666666;
	}
	
#homepage p {
	line-height: 1.5em;
	}
	
#homepage p.intro {
	font-size: 14px;
	line-height: 27px;
	}
	
#sidebar p {
	line-height: 1.2em;
	}
	
#sidebar p.quote {
	line-height: 16px;
	}
	
	#sidebar p.body {
	line-height: 1.6em;
	}
	
div.byline {
	color: #666666;
	margin: -10px 0 12px 0;
	text-align: right;
	}


/* =Lists
---------------------------------------------------------------------------------------------------- */

ul {
	list-style: square;
	margin: 0 0 12px 0;
	padding: 0 0 0 16px;
	}
	
ul li {
	margin-bottom: 6px;
	}

/* =Footer
---------------------------------------------------------------------------------------------------- */



/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.indent {
	text-indent: 3em;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */

a, a:active, a:visited {
	color: #557b9f;
	}
	
a:visited {
	color: #557b9f;
	}
	
a:hover, a:visited:hover {
	color: #6697c2;
	}
	
/* =Misc:
---------------------------------------------------------------------------------------------------- */

.imgLeft {
	clear: both;
	float: left;
	margin: 0 0.5em 0.5em 0;
	}
 
.imgRight {
	clear: both;
	float: right;
	margin: 0 0 0.5em 0.5em;
	}
 
