/* Dee Gordon Writer Website
Styles --- October 2009 */

/* ------------Main structural blocks -----------*/
body {
	background-color: #FFF;
	color: #326698; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 970px;
	font-size: 87.5%;
	padding: 0;
	background-image: url(Pictures/hand-reversed.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 90px 10px 10px 10px;
	}

#wrapper {
	margin: 0px auto;
	width: 100%;
	display:table;
	border-spacing: 3px;
	border-collapse: separate;
	}

#masthead {
	padding: 0 0 0 10px;
	margin:0;
	display:table-row;
	}
	
.footer {
font-size:.75em;
} 	

/* ------ Columns Lay-out ----------------------*/
.columns {
	display: table-cell;
	border: 1px solid #000;
	vertical-align: top;
	line-height: 1.5em; 
	}

#c1 {
	background-color: #326698;
	color: #FFF;
	padding: 20px; 
	width: 250px;
	min-width: 250px;
	}

#c2 {
	width: auto;
	padding: 20px;
	}

#c3 {
	background-color: #D7D7D7;
	width: 250px;
	min-width: 250px;
	padding: 20px;
	}

#c1, .c1 {
	background-color: #326698;
	color: #FFF; 
	padding: 20px 0; 
	width: 250px;
	min-width: 250px;
	font-size: .9em;
	background-image:url(Pictures/columns_blue.jpg) ;
	background-repeat: no-repeat; 
	}

#c2, .c2 {
	background-color: #FFF;
	width: auto;
	padding: 20px 32px;
	font-size: .9em;
	}

#c3, .c3 {
	background-color: #e8e8e8;
	width: 250px;
	min-width: 250px;
	padding: 20px;
	font-size: .85em;
	line-height:1.4em;
	}

/* ------------ Headings --------------------*/
h1 {
	font-size: 1.55em;
	text-transform: uppercase;
	letter-spacing: 0.35em;
	margin: 0px;
	font-weight: 100;
	font-family: Georgia, Palatino, serif;
	}

h2{
	font-family: Georgia, Palatino, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 30px 0 0 0;
	font-weight: bold;
	letter-spacing: normal;
	}

h3 {
	font-family: Georgia, Palatino, serif;
	font-size: 1.2em;
	margin: 30px 0 0 0;
	font-weight: bold;
	letter-spacing: normal;
	}
	
#c1 h3{
	color:#000099; 
	text-align:center;
	margin-left:auto;
	font-size:1.2em;
	padding-bottom:1.2em;
	 }

h2.topper, h3.topper {
	margin: 0;
	}

/* -------------Text formatting -----------*/
p {
	margin: 6px 0 12px 0;
	}

.center{
	margin-left:auto;
	text-align:center;
	}
	
.quote{
	color:#3F3F3F;
	}

/* -----------------Lists ------------*/
.sidelistright{
	margin:0 0 0 -20px;
	padding:0;
	}
	
.sidelistright ul li{
	padding-bottom:20px;
	line-height:1.2em;
	}
	
.sidelistleft{
	margin:0 4px 0 -10px;
	padding:0;
	}
	
.sidelistleft ul li{
	padding-bottom:20px;
	line-height:1.2em;
	}
	
/* -------------Links --------------------*/
a:link {
	color:#999999;
	}
	
a:visited {
	color:#666666;
	}
	
a:hover, a:active {
	text-decoration:none;
	color:#333366;
	}
	
#outlink a:link{
	color:#999999;
	}

#outlink a:visited{
	color:#000066;
	}

#outlink a:hover, #outlink a:active{
	color:#333366;
	text-decoration:none;
	}
	
.left-link a:link{
	color:#fff;
	text-decoration:underline;
	font-weight:600;
	}
	
.left-link a:visited{
	color:#fff;
	text-decoration:underline;
	font-weight:600;
	}
	
.left-link a:hover{
	color:#999999;
	text-decoration:underline;
	font-weight:600;
	}	
	
	
/* ------ Other rules ----------------------*/
.clearfloat{
	clear:both;
	margin:0;
	padding:0:
	}

#firefox-bug-fix {
display:table-row;
}


