/*  
Theme Name: Tourblog 2010	
Theme URI: 
Description: TFL 2010 Blog Theme
Version: 1
Author: Joe Landsman
Author URI: 
*/

#page {
	width: 775px;
}

#container {
	width: 775px;
}

#content {
	margin: 0;
	padding: 0;
	width: 505px;
}

#leftcol {
	width: 505px;
	padding: 0 20px;
	height: 500px; /* try to provide min-height */
	padding:10px;
}

#rightcol {
	background: #FF6201 url(http://www.nsalamerica.org/how_we_help/tour_for_life/tfl-grad.gif) repeat-x top left;
	width: 210px;
	padding: 10px 10px;
}

#sidebar {
	width: 210px;
}

#rightcol ul {
	padding: 0;
	margin: 0;
}

#rightcol li {
	list-style-type: none;
	list-style: none;
}

#rightcol h2 {
	margin: 20px 0 0 0;
}

#rightcol a {
	text-decoration: none;
}

#rightcol a:hover {
	text-decoration: underline;
}

#footer {
	padding-top: 40px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


.postmetadata {
	padding: 5px 0 25px 0;
	margin-top: 20px;
	border-top: 1px dashed #AFBCC7;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.pagetitle {
}


.navigation {
	margin-bottom: 15px;
}

/* Photobucket images in the right nav */
#text-391467691 {
	text-align: center;
	margin-top: 20px;
}
#text-391467691 img {
	float: left;
	margin: 5px;	
	width: 60px;
	height: 45px;
	border: none;
}
#text-391467691 .widgettitle {
	text-align: left;
}

/***** Typography *******/
body * {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.pagetitle {
	margin: 0 0 25px 0;
	font-size: 24pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #002146;
	letter-spacing: 1px;
}

#leftcol h2 {
	font-size: 24pt;
}

#rightcol h2 {
	font-size: 16pt;
}

.postmetadata {
	font-size: 8pt;
	color: #AFBCC7;
}

#rightcol a {
	color: #0052AD;
	font-weight: bold;
}


a.postheader {
	font-size: 16pt;
	font-weight: normal;
}

.date {
	font-size: 8pt;
	color: #333;
	font-weight: bold;
	margin: 3px 0 0 0;
}




/********** Comment form stuff ************/
#commentform input, #commentform select, #commentform textarea {
	width: 500px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	font-size: 8pt;
	padding: 2px;
}