/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: SAWS - southern Alberta Woodworkers Theme
Author: Sheldon Maloff
Version: 0.	

Description:
This the is the css theme for the Classic theme. You can use
this as a template for your own themes.

Also refer to user_style.php...
*/

/* Images */

img
{
	border: 0;
}

.gallery 
{
	/* used in the sb_gallery script for images */
	border: 1px solid black;
}

.galleryCurrentPage
{
	/* used to indicate the current page in gallery.php */
	border: 1px solid black;
	padding: 1px;
}

textarea.galleryText
{
	/* formatting for text under a gallery image popup */
	width: 100%;
	border: 0;
	font-size: 8pt;
}

.galleryBody
{
	padding: 6px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}


/* General Layout */

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}

#header
{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-size: 20px;
	font-weight: bold;
	font-family: Times New Roman, times, serif;
}

#header td
{
	font-size: 30px;
}

#maincontent
{
	margin: 0;
	padding: 10px;
}

#sidebar
{
	padding: 10px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}

#blog_subject
{
	font-family: gill sans, arial, helvetica, sans-serif;
	color: #663;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 5px;	/* SWM: some space between title and body that follows */
}

#blog_date
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}


/* Links - colours are set in themes\saws\user_style.php */

a:link, a:visited
{
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	font-weight : normal; 
	text-decoration : none;
}

/* Typeography */

h1, h2, h3, h4, h5, h6
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: normal;
	
	/* New 0.3.7 */
	margin: 2px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

/* Title */
h2
{
	color: #663;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

/* Date */
h3
{
	color: #999;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}