﻿/*
Extension to stdstyle.css, used for extra wide style pages
*/


/* Main structure
----------------------------------------------- */
body {
	min-width: 1160px;
	}
#wrapper {
	width: 1160px;
	}
	#content {
		}
		#primary {
			width: 900px;
			}
#footer {
	}
	#about {
		width: 900px;
		}

#nav-1 {
	width: 900px;
	}

		#comments {
			}
		#comments-meta {
			}
			h2.comments-title {
				}
			.comments-feed {
				width: 900px;
				}
		.comment {
			}
			.comment-content {
				width: 900px;
				}
		.author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			/* background: #fbfeff; */
			}
		.trackback {
			}
			.trackback-data {
				width: 900px;
				}


/* Forms
----------------------------------------------- */
input {
	}
		/* Comment form
		--------------------------------------- */
		#commentform {
			}
		#comment-input {
			width: 900px;
			}
			#comment-input textarea {
				width: 894px;
				}
