/*
Theme Name: Really Fancy Web Design
Theme URI: http://www.reallyfancywebdesign.com/
Description: Basic template suitable for two and three column layouts.
Version: 1.0
Author: Kerry Turner
Author URI: http://www.reallyfancywebdesign.com/
*/

/* Begin Structure */

*
{
   padding:0;
   margin:0;
   font-size:9pt;
   line-height: 120%;
   color:#000;
   font-family: verdana, sans-serif;
}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: url('images/tile.jpg') repeat;
	text-align: center;
}

#wrapper
{
	width: 1000px;
	margin: 10px auto;
	text-align: justify;
}

#header
{
	margin: 10px 0 -2px 0;
	background: url('images/header.gif') left no-repeat;
	width: 1000px;
	height: 180px;
}

#footer
{
	clear: both;
	/*background: url('images/footer.gif') no-repeat;*/
	width: 1000px;
	height: 170px;
	margin: 0 0 10px 0;
	padding: 40px 0 0 0;
	font-weight: bold;
	text-align: center;
}

#contentwrapper
{
	width: 1000px;
	/*background: url('images/background.gif') repeat-y;*/
	overflow: hidden;
}

#contenttop
{
	width: 1000px;
	/*background: url('images/content_header.gif') center no-repeat;*/
	margin: 0 0 0 0;
}

#contentbottom
{
	width: 1000px;
	/*background: url('images/content_bottom.gif') no-repeat;*/
	margin: 0 0 0 0;
}

#centrecolumn
{
	width: 600px;
	margin: 0 360px 0 0;
	border: 2px solid #6B828E;
	background: #ffffe5;
}

#centrecolumntop
{
}

#centrecolumnbottom
{
}

#leftcolumn
{
	width: 160px;
	margin: 0 10px 0 0;
	float: right;
	padding: 5px;
	display: inline;
	text-align: left;
}

#rightcolumn
{
	width: 160px;
	margin: 0 10px 0 0;
	float: right;
	padding: 5px;
	display: inline;
	text-align: left;
}

#sidebarheader1
{
	width: 150px;
	height: 105px;
	margin: 0 10px 0 0;
	background: url('images/sidebarheader1.gif') no-repeat;
}

#sidebarheader2
{
	width: 150px;
	height: 105px;
	margin: 0 10px 0 0;
	background: url('images/sidebarheader2.gif') no-repeat;
}

#sidebarheader3
{
	width: 150px;
	height: 105px;
	margin: 15px 10px 0 0;
	background: url('images/sidebarheader3.gif') no-repeat;
}

.sidebar
{
	width: 146px;
	border-left: 2px solid #6b8e78;
	border-right: 2px solid #6b8e78;
	border-bottom: 2px solid #6b8e78;
	background: #ffffe5;
}

.sidebartop
{

}

.sidebarbottom
{

}

.post
{
	margin: 0;
	float: left;
	display: inline;
	width: 590px;
	padding: 5px;
}

.spacer
{
	clear:both;
	height: 0;
	width: 0;
}

.hidden
{
	display: none;
}

#olderposts
{
	text-align:center;
}

/* End Structure */


/* Begin Typography & Colors */
a:link  {color: #6B828E; }
a:visited {color: #6B828E; }
a:hover  {color: #8E786B; }
a:active {color: #6B828E; }

a img {border:none}

ul
{
	padding: 3px;
	list-style-type: none;
}

li
{
	padding: 3px;
	list-style-type: none;
}

.alt 
{
}

.entry p a:visited 
{
	/*color: #b85b5a;*/
}

h1
{
	padding: 3px;
	margin: 5px 0 0 0;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:20pt;
	color:#000;
	text-align: left;
}

h2
{
	padding: 3px;
	margin: 0;
	font-size:10pt;
	color:#000;
}

h3
{
	padding: 3px;
	margin: 0;
	font-size:10pt;
	color:#000;
}

p
{
	padding: 3px;
	margin: 0;
	font-size:9pt;
	color:#00;
}

.small
{
	padding: 3px;
	margin: 0 0 0 0;
	font-size:8pt;
	font-weight: normal;
	color:#000;
}

.flickrCredit
{
	padding: 3px;
	margin: 5px 0 0 0;
	font-size:8pt;
	font-weight: normal;
	color:#000;
}

.commentlist
{
	width: 580px;
margin-left:auto;
margin-right:auto;
}

.commentlist li, #commentform input, #commentform textarea 
{
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p
{
	font-family: tahoma, Sans-Serif;
}

.commentmetadata 
{
	font-weight: normal;
}
/* End Typography & Colors */



/* Begin Images */
img {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
        float: left
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;




	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */

.entry form 
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select 
{
	width: 130px;



}


/* End Form Elements */

