
body {
	background-color: #00aad4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	background-color: white;
	width: 960px;
	margin:auto;
	border-left: 6px solid #ff8d41;
	border-right: 6px solid #ff8d41;
}

#header {
	background: url(../images/mainlogo.jpg);
	height: 200px;
	width: 960px;
}

#nav {
	height: 40px;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	width: 960px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 300px;
}

#nav ul li {
	float: left;
	margin-left: 5px;
}

#main {
	background-color: white;
	margin-top: 20px;
	text-align: center;
	width: 960px;
}

#top_row {
	float: left;
	clear: both;
	margin-left: 40px;
	width: 920px;
}

.row {
	float: left;
	clear: both;
	margin-left: 40px;
	margin-top: 25px;
	width: 890px;
}

#overview {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 375px;
	float: left;
	background-color: #ffe3b2;
	border: 1px solid #ff8d41;
	color: #006680;
	height: 280px;
}

#recent, #popular, #featured, .sponsor, .small_sponsor {
	float: left;
	text-align: left;
	width: 300px;
	background-color: #cfe6ec;
	border: 1px solid #ff8d41;
	color: #216e82;
	height: 240px;
}

.sponsor, .small_sponsor {
	width: 200px;
	margin-left: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	height: 200px;
}

.small_sponsor {
	height: 70px;
}

#popular, #featured {
	margin-left: 20px;
}

#featured {
	width: 480px;
	height: 280px;
}

#popular, #recent {
	height: 415px;
	width: 310px;
}

#recent ul, #popular ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#recent ul li, #popular ul li {
	border-bottom: 1px solid #006680;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 5px;
}

#recent a, #popular a {
	text-decoration: none;
}

.section_head {
	background-color: #ff8d41;
	color: white;
	padding: 3px;
	font-weight: bold;
}


#submit_btn {
	font-weight: bold;
	font-size: 12pt;
}

#submit_btn_ctn {
	margin-left: 100px;
}

.section_foot {
	float: left;
	clear: both;
	text-align: right;
	width: 100%;
	font-weight: bold;
}

.section_body {
	padding: 8px;
}

#popular .section_body, #recent .section_body {
	height: 345px;
}

.featured_title {
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.featured_author {
	padding-left: 5px;
	font-style: italic;
}

.featured_body {
	padding: 5px;
	font-size: 10pt;	
}

a, a:visited {
	color: blue;
}

#footer {
	float: left;
	clear: both;
	background-color: white;
	margin-top: 35px;
	width: 960px;
	font-size: 10pt;
}

.copyright {
	float: left;
	width: 100%;
	padding: 10px;
	color: #006680;
	font-size: 10pt;
}

#search {
	float: right;
}

#search_btn {
	background-color: #ff8d41;
	color: white;
	font-weight: bold;
	margin-right: 50px;
	font-size: 1.0em;
}

#search_field {
	width: 200px;
	background-color: #ffe3b2;
	font-size: 1.0em;
}

#social {
	float: right;
	padding-right: 40px;
	padding-top: 10px;
}

.social_icon {
	margin-right: 8px;
}

#social a img {
	border: none;
}

.feedback {
	
}

#patternDlg {
	text-align: left;
}

#title {
	width: 650px;
}

#user_detail {
	float: left;
	width: 350px;
}

#submission_info {
	float: left;
	width: 200px;
}

#pattern_detail {
	float: left;
	clear: both;
}

#patternbody {
	border: 1px solid #406B9B;
	width: 550px;
}

#pending_patterns, #active_patterns, #featured_patterns {
	text-align: left;
}

#pending_patterns table thead th, #active_patterns table thead th, #featured_patterns table thead th {
	background-color: #006680;
	color: white;
}

th.user_col {
	width: 200px;
	text-align: left;
}

th.email_col {
	width: 200px;
}

th.title_col {
	width: 200px;	
}

th.controls_col {
	
}

.submitted_by, .featured_author {
	font-size: 10pt;
}

.pattern_listing {
	text-align: left;
	margin-bottom: 20px;
}

#all_patterns {
	padding: 20px;
}

.pattern_view {
	float: left;
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	margin-top: 5px;
}

.pattern_view .pattern_hdr {
	
}

.pattern_view .pattern_body {
	margin-top: 15px;
	color: #006680;
}

.pattern_view .pattern_title {
	font-weight: bold;
	display: block;
	font-size: 14pt;
	color: #216e82;
}

.pattern_view .pattern_user {
	display: block;	
	font-size: 12pt;
	font-style: italic;
	color: #216e82;
}

#pattern_form {
	color: #006680;
}

.sponsor .section_body {
	padding: 0px;
}

.page_nav {
	float: left;
	clear: both;
	padding: 20px;
}

#pattern_list {
	float: left;
	clear: both;
	margin-left: 0px;
}

#feedback_entry {
	float: left;
	clear: both;
	text-align: left;
	padding: 20px;
}

#feedback_form label {
	float: left;
	display: block;
	width: 75px;
}

#feedback_form {
	
}

#feedbackbody {
	border: 1px solid #406B9B;
	width: 550px;
}

#feedback_detail {
	float: left;
	clear: both;
}
