/* Main stylesheet for poet.org */

#banner {
	width:100%;
	height:83px;
	position:relative;
	top:0;
	padding:0px;
	margin:0px;
}

#banner div.logo {
	height:83px;
	width:100%;
	}
	
/* #banner div.ad {
	float:right;
	width:468px;
	height:90px;
}	*/
	
#banner div.tagline {
	min-width:350px;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:right;
	border-top:thin solid #fff;
}	


body {
	background-color: #707992;
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color:#444;
	min-width:1024px;
}

/* Container for all site content*/
#container {
	/*background-color: #fff;*/
	margin-left: auto;
	margin-right: auto;
	width:100%;	
	}
	
/*Clear content columns to make them expandable*/
#columnclear {
	 clear:both;
}

#columnleft {
	width:200px;
	background-color:#eaeadf;
	border:thin solid #333;
	float:left;
	padding:10px;
	min-height:900px;
	}
	
#columnleft h3 {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background-color:#707992;
	padding:2px 2px 2px 6px;
	}	

#columnmiddle {
	background-color:#fff;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	border:thin solid #333;
	padding:0px 10px 20px 10px;
	margin: 0px 230px 0px 230px;
	/*width:544px;*/
	min-height:900px;
	min-width:500px;
	}

#columnright {
	width:200px;
	background-color:#eaeadf;
	border:thin solid #333;
	float:right;
	padding:10px;
	min-height:900px;
	}
		
#contentwrapper {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	top:20px;
	}


#contentwrapper a:link {
	color:#333f87;
	text-decoration:none;
	}
	
#contentwrapper a:visited {
	color:#333f87;
	/*color:#46529d;*/
	text-decoration:none;
	}	

#contentwrapper a:hover {
	color:#333;
	text-decoration:underline;
	}	
	
#contentwrapper a:active {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	color:#333;
	text-decoration:underline;
	}		

#copyright {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	position:relative;
	text-align:center;
    width:100%;
	margin-top:10px;
	padding-bottom:6px;

}

#copyright a:link {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	color: #fff;
	text-decoration: underline;
}

#copyright a:visited {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	color: #fff;
	text-decoration: underline;
}

#copyright a:hover, a:active {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	color: #444;
	text-decoration: underline;
}

h2 {
	font-family:"Trebuchet MS", "Times New Roman", serif;
	font-size:16px;
	color:#777;
	border-bottom:thin solid #707992;
	}
	
	
.linkarrow {
	list-style: url(../images/linkarrow.gif) none;
	font-size:12px;
}

#linksuggestion {
	background-color:#d0d0b8;
	border:thin dotted #666;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	padding:8px;
	}

#linksuggestion h3 {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#linksuggestion p {
	font-size:12px;
	margin-left:0px;
	}	

#linksuggestion form {
	border:none;
	padding:0px;
	}

.pic {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	border:thin solid #333;
	}
	
#quote {
	width: 95%;
	font-family:"Trebuchet MS", "Times New Roman", serif;
	font-size:13px;
	font-style: italic;
	color:#333;
	border:thin solid #707992;
	background-color:#fff;
	padding:6px;
	}
	
#quote h3 {
	font-family:"Trebuchet MS", "Times New Roman", serif;
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	color:#333;
	margin:0px 0px 6px 0px;
	padding:0px;
	background-color:#fff;
	}
	
#quote p {
	margin:0px;
	padding:0px;
	}	
	
#quote p.author {
	text-align:right;
	font-style:normal;
	margin:0px;
	padding:0px;
	}
	
	
	