/*  
Theme Name: HappyMatch
Theme URI: http://www.happymatch.net
Description: I'm SO Happy!
Version: 1.0
Author: Joe Nero
Author URI: http://www.happymatch.net
*/

/* --------------------------------- */
/* ------------- Do It ------------- */
/* --------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background: #AC0031;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	line-height: 18px;
	font-size: 70%;
	}

a, a:link, a:active, a:visited {
	color: #f03300;
	text-decoration: underline;
	}

a:hover {
	color: #f03300;
	text-decoration: none;
	}

p {
	margin-bottom: 14px;
	}

ul, ol {
	margin: 1em;
	padding: 0;
	}

li {
	margin: 0 1em;
	padding: 0;
	}

blockquote {
	margin: 10px 20px;
	padding-left: 10px;
	border-left: #CCCCCC 2px solid;
	}

fieldset {
	border: none;
	}

#left {
	float: left;
	display: inline;
	padding: 0 19px 20px 0;
	}

#right {
	
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

img.left {
	float: left;
	margin: 0px 14px 3px 0px;
	}

img.right {
	float: left;
	margin: 0px 14px 3px 0px;
	}

img {
	border: 0;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	}
		
#header, #content, #sidebar, #footer, .widget {
	overflow: hidden;
	}

#clear {
	clear: both;
	}

/* ------------------------------------- */
/* ------------- Structure ------------- */
/* ------------------------------------- */

/* ------------- Container ------------- */

#outer {
	position: relative;
	width: 770px;
	margin: 0 auto -13px auto;
	padding-bottom: 0;
	background: #AC0031 url(images/hm-bg.gif) repeat-y;
	}

	html>body #outer {
		margin: 0 auto;
		}

#inner {
	position: relative;
	padding: 20px 35px 20px 35px;
	z-index: 2;
	}

/* ------------- Header ------------- */

#header {
	position: relative;
	background: #FFFFFF url(images/header.jpg) no-repeat;
	width: 740px;
	height: 150px;
	margin-left: 15px;
	cursor: pointer;
	}

/* ------------- Title ------------- */
	
#title {
	border-bottom: #981B1E 1px solid;
	margin-bottom: 30px;
	}
	
	#title h1 {
		display: block;
		color: #ED1C24;
		font-size: 1.6em;
		padding-bottom: 20px;
		}
	
#blogtitle {
	border-bottom: #981B1E 1px solid;
	margin-bottom: 30px;
	}
	
	#blogtitle h1 {
		display: block;
		color: #ED1C24;
		font-size: 1.6em;
		padding-bottom: 20px;
		}

/* ------------- Menu ------------- */

#menu {
	position: relative;
	background: #FFFFFF url(images/nav-bg.gif) repeat-x;
	font-size: 1.4em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 0 15px 0 15px;
	padding: 0 20px 0 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	}

	#menu a, #menu a:link, #menu a:active, #menu a:visited {
		color: #981B1E;
		text-decoration: none;
		}
	
	#menu a:hover {
		color: #981B1E;
		text-decoration: underline;
		}

/* ------------- Search ------------- */

#search {

	}

	#search input.text {
		font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
		font-size: 1.0em;
		border: #CCCCCC 1px solid;
		width: 120px;
		background: #FFFCFD;
		padding: 2px;
		margin: 5px 0 3px 0;
		}
	
		html>body #search input.text {
			margin: 5px 0 5px 0;
			}
		
	#searchsubmit {
		height: 19px;
		border: #CCCCCC 1px solid;
		background: #FFFCFD;
		color: #ED1C24;
		font-size: 1.0em;
		font-weight: bold;
		width: 30px;
		margin: 5px 0 3px 0;
		}
		
		html>body #searchsubmit {
			margin: 5px 0 4px 0;
			}

/* ------------- Content ------------- */
	
#content {
	position: relative;
	width: 499px;
	float: left;
	}
	
	#content .post .header {
		padding-bottom: 5px;
		border-bottom: #EFEFEF 1px solid;
		margin-bottom: 5px;
		}
	
	#content h3,#content h2 {
		font-size: 18px;
		}
	
	#content h2.pagetitle {
		text-align: right;
		font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
		font-size: 1.0em;
		color: #666666;
		margin: -26px 0 20px 0;
		}
	
	#content h2.pagetitle {
		margin: -25px 0 20px 0;
		}
	
		#content h3 a, #content h3 a:link, #content h3 a:active, #content h3 a:visited {
			font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
			font-size: 1.1em;
			color: #981B1E;
			text-decoration: none;
			font-weight: bold;
			}
		
		#content h3 a:hover {
			color: #CE164A;
			text-decoration: none;	
			}
	
	#content ul {
		margin: 1em;
		padding: 0 1em;
		list-style-type: square;
	}
	
	#content ol {
		list-style-type: decimal;
		margin: 1em;
		padding: 0 1em;
		}
		
	#content .entry {
		clear: both;
		margin-bottom: 5px;
		}
		
	/* ------------- next-sec ------------- */
		
		#content #next-sec {
			border-top: #981B1E 1px solid;
			padding-top: 26px;
			width: 499px;
			float: left;
			}
		
		#content #next-sec-home {
			border-top: #981B1E 1px solid;
			padding-top: 26px;
			width: 499px;
			float: left;
			}
		
			html>body #content #next-sec-home {
				margin-bottom: 0px;
				}
		
			*:first-child+html #content #next-sec-home {
				margin-bottom: -27px;
				}

			#content #next-sec #top-block {
				display: inline;
				}

		#content .entry h2 {
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-size: 1.4em;
			font-weight: bold;
			color: #981B1E;
			margin-bottom: 14px;
			}
		
			#content #next-sec h2 {
				float: left;
				}
	
				#content #next-sec h2 a, #content #next-sec h2 a:link, #content #next-sec h2 a:active, #content #next-sec h2 a:visited {
					color: #981B1E;
					text-decoration: none;
					}
				
				#content #next-sec h2 a:hover {
					color: #CE164A;
					text-decoration: none;	
					}
		
			#content #next-sec .review-right {
				float: right;
				width: 200px;
				text-align: right;
				margin-bottom: 14px;
				}
		
			#content #next-sec .review-right-rb {
				float: right;
				width: 200px;
				text-align: right;
							padding-top: 13px;
							padding-bottom: 13px;
				}
			
				#next-sec #feature-ns {
					width: 137px;
					height: auto;
					float: left;
					border: #981B1E 1px solid;
					background-color: #FFFFFF;
					}
					
					#next-sec #feature-ns .inside {
						padding: 5px 5px 3px 5px;
						}
					
						html>body #next-sec #feature-ns .inside {
							padding: 5px;
							}
			
				#next-sec #left-block {
					float: left;
					width: 139px;
					clear: both;
					display: inline;
					}
			
					#next-sec #left-block-ss {
						float: left;
						width: 153px;
						clear: both;
						display: inline;
						}
			
					#next-sec #left-block p.center {
						width: 139px;
						text-align: center;
						margin-bottom: 16px;
						background-color: #FFFFFF;
						}
			
						#next-sec #left-block-ss p.center {
							width: 139px;
							text-align: center;
							margin-bottom: 16px;
							background-color: #FFFFFF;
							}
			
				#next-sec #right-block {
					float: right;
					width: 342px;
					margin-top: -5px;
					display: inline;
					}
			
					#next-sec #right-block-ss {
						float: right;
						width: 326px;
						margin-top: -5px;
						display: inline;
						}
			
					html>body #next-sec #right-block {
						margin-top: -4px;
						}
			
						html>body #next-sec #right-block-ss {
							margin-top: -4px;
							}
	
						#next-sec #right-block-ss h6 {
							font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
							font-size: 1.3em;
							color: #981B1E;
							font-weight: bold;
							padding-top: 13px;
							padding-bottom: 13px;
							float: left;
							}
			
				#next-sec #right-block-ss .submit-now {
					margin-top: -9px;
					margin-bottom: 9px;
					}
			
					html>body #next-sec #right-block-ss .submit-now {
						margin-top: -9px;
						margin-bottom: 11px;
						}
			
					*:first-child+html #next-sec #right-block-ss .submit-now {
						margin-top: -9px;
						margin-bottom: 9px;
						}

				#next-sec table {
					clear: both;
					margin-bottom: 18px;
					background-color: #D58D8E;
					width: 100%;
					}

					html>body #next-sec table {
						margin-bottom: 18px;
						}

				#next-sec tr {
					background-color: #FFFAFC;
					}
	
					#next-sec tr.evenrow {
						background-color: #FFF4F8;
						}
	
						#next-sec td {
							padding: 5px;
							}
		
		/* ------------- AFF Style ------------- */
	
		#aff table {
			margin: 0;
			padding: 0;
			background-color: #981B1E;
			line-height: normal;
			}
	
		#aff span {
			margin: 0;
			padding: 0;
			}
		
			#aff .my_banner_class a.join_link {
				width: 139px;
				text-align: center;
				margin-top: 5px;
				margin-bottom: 0;
				font-size: 1.3em;
				font-weight: bold;
				font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
				background-color: #FFFFFF;
				}
								
		/* ------------- *** ------------- */
							
	/* ------------- *** ------------- */
		
	/* ------------- landing ------------- */
		
		#content #landing {
			width: 499px;
			margin-bottom: -4px;
			}

			html>body #content #landing {
				width: 499px;
				margin-bottom: 0;
				}

			#content #landing .imgleft {
				float: left;
				padding-bottom: 20px;
				}
			
				#landing #feature-ns {
					width: 188px;
					height: auto;
					float: left;
					border: #981B1E 1px solid;
					background-color: #FFFFFF;
					}
					
					#landing #feature-ns .inside {
						padding: 5px 5px 3px 5px;
						}
					
						html>body #landing #feature-ns .inside {
							padding: 5px;
							}
			
				#landing #left-block {
					float: left;
					width: 190px;
					clear: both;
					display: inline;
					}
			
					#landing #left-block p.center {
						width: 190px;
						text-align: center;
						margin-bottom: 16px;
						background-color: #FFFFFF;
						}
			
				#landing #right-block {
					float: right;
					width: 290px;
					margin-top: -5px;
					display: inline;
					}
			
					html>body #landing #right-block {
						margin-top: -4px;
						}

				#content #right-block .push {
					margin-top: 5px;
					clear: both;
					}
	
					html>body #content #right-block .push {
						margin-top: 4px;
						}

				#content #right-block .h2-gap {
					padding-top: 13px;
					}
			
				#landing #right-block .submit-now {
					margin-top: -9px;
					margin-bottom: 8px;
					}
			
					html>body #landing #right-block .submit-now {
						margin-top: -10px;
						margin-bottom: 11px;
						}
							
	/* ------------- *** ------------- */

	/* ------------- MatchBook ------------- */
		
		#content .matchbook {
			border-top: #981B1E 1px solid;
			padding-top: 26px;
			width: 499px;
			float: left;
			margin-bottom: 6px;
			}
		
			html>body #content .matchbook {
				margin-bottom: 20px;
				}
		
			*:first-child+html #content .matchbook {
				margin-bottom: 6px;
				}
			
			#matchbook-wrapper {
				width: 173px;
				background: #FFFFFF url(images/hm-mb-bg.gif) repeat-y;
				float: left;
				display: inline;
				}
			
				#matchbook-wrapper p {
					width: 122px;
					margin-bottom: 5px;
					background-color: #FFF2F7;
					}
			
					#matchbook-wrapper .inside-2 p {
						padding-left: 5px;
						}
			
				#matchbook-wrapper b {
					color: #981B1E;
					}
			
					#matchbook-wrapper p.center {
						width: 139px;
						text-align: center;
						margin-bottom: 5px;
						background-color: #FFFFFF;
						}
			
					#matchbook-wrapper p.center-signup {
						width: 139px;
						text-align: center;
						margin-top: 5px;
						margin-bottom: 0;
						font-size: 1.3em;
						font-weight: bold;
						font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
						background-color: #FFFFFF;
						}
				
					#matchbook-wrapper span {
						position: absolute;
						width: 96px;
						height: 65px;
						line-height: 67px;
						margin: 0 0 0 52px;
						font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
						font-size: 1.2em;
						font-weight: bold;
						color: #FFFFFF;
						}
				
					#matchbook-wrapper span.double {
						line-height: 18px;
						margin: 16px 0 0 52px;
						}
				
				#matchbook-wrapper #matchbook-1 {
					background: #FFFFFF url(images/hm-mb-1.gif) no-repeat;
					width: 153px;
					height: 65px;
					}
				
				#matchbook-wrapper #matchbook-2 {
					background: #FFFFFF url(images/hm-mb-2.gif) no-repeat;
					width: 153px;
					height: 65px;					
					}
				
				#matchbook-wrapper #matchbook-3 {
					background: #FFFFFF url(images/hm-mb-3.gif) no-repeat;
					width: 153px;
					height: 65px;					
					}
				
				#matchbook-wrapper #matchbook-nn {
					background: #FFFFFF url(images/hm-mb-nn.gif) no-repeat;
					width: 153px;
					height: 65px;					
					}
					
					#matchbook-wrapper .inside {
						padding: 7px 7px 0 7px;
						}
			
				#matchbook-wrapper #feature-mb {
					width: 137px;
					height: auto;
					border: #981B1E 1px solid;
					background-color: #FFFFFF;
					}
					
					#matchbook-wrapper #feature-mb .inside {
						padding: 5px 5px 3px 5px;
						}
					
						html>body #matchbook-wrapper #feature-mb .inside {
							padding: 5px;
							}
					
					#matchbook-wrapper #feature-mb .inside-2 {
						padding: 5px 5px 0 5px;
						}
				
				#matchbook-wrapper #matchbook-bot {
					background: #FFFFFF url(images/hm-mb-bot.gif) no-repeat;
					width: 153px;
					height: 15px;					
					}

	/* ------------- *** ------------- */
	
	/* ------------- Screenshot ------------- */
		
		#content .screenshot {
			width: ;
			float: left;
			margin-bottom: 6px;
			}
		
			html>body #content .screenshot {
				margin-bottom: 20px;
				}
		
			*:first-child+html #content .screenshot {
				padding-bottom: 4px;
				}
			
			#screenshot-wrapper {
				width: 173px;
				background: #FFFFFF url(images/hm-mb-bg.gif) repeat-y;
				float: left;
				display: inline;
				}
			
				#screenshot-wrapper p {
					width: 122px;
					margin-bottom: 5px;
					background-color: #FFF2F7;
					}
			
					#screenshot-wrapper .inside-2 p {
						padding-left: 5px;
						}
			
				#screenshot-wrapper b {
					color: #981B1E;
					}
			
					#screenshot-wrapper p.center {
						width: 139px;
						text-align: center;
						margin-bottom: 5px;
						background-color: #FFFFFF;
						}
			
					#screenshot-wrapper p.center-signup {
						width: 139px;
						text-align: center;
						margin-top: 5px;
						margin-bottom: 0;
						font-size: 1.3em;
						font-weight: bold;
						font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
						background-color: #FFFFFF;
						}
				
					#screenshot-wrapper span {
						position: absolute;
						width: 96px;
						height: 65px;
						line-height: 67px;
						margin: 0 0 0 52px;
						font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
						font-size: 1.2em;
						font-weight: bold;
						color: #FFFFFF;
						}
				
					#screenshot-wrapper span.double {
						line-height: 18px;
						margin: 16px 0 0 52px;
						}
				
				#screenshot-wrapper #screenshot-1 {
					background: #FFFFFF url(images/hm-mb-1.gif) no-repeat;
					width: 153px;
					height: 65px;
					}
				
				#screenshot-wrapper #screenshot-2 {
					background: #FFFFFF url(images/hm-mb-2.gif) no-repeat;
					width: 153px;
					height: 65px;					
					}
				
				#screenshot-wrapper #screenshot-3 {
					background: #FFFFFF url(images/hm-mb-3.gif) no-repeat;
					width: 153px;
					height: 65px;					
					}
				
				#screenshot-wrapper #screenshot-nn {
					background: #FFFFFF url(images/hm-mb-nn.gif) no-repeat;
					width: 153px;
					height: 65px;					
					}
					
					#screenshot-wrapper .inside {
						padding: 7px 7px 0 7px;
						}
			
				#screenshot-wrapper #feature-ss {
					width: 137px;
					height: auto;
					border: #981B1E 1px solid;
					background-color: #FFFFFF;
					}
					
					#screenshot-wrapper #feature-ss .inside {
						padding: 5px 5px 3px 5px;
						}
					
						html>body #screenshot-wrapper #feature-ss .inside {
							padding: 5px;
							}
					
					#screenshot-wrapper #feature-ss .inside-2 {
						padding: 5px 5px 0 5px;
						}
				
				#screenshot-wrapper #screenshot-bot {
					background: #FFFFFF url(images/hm-mb-bot.gif) no-repeat;
					width: 153px;
					height: 15px;					
					}

	/* ------------- *** ------------- */

	/* ------------- Landing - Site Frame ------------- */

			#site-frame-wrapper {
				width: 190px;
				background: #FFFFFF url(images/hm-frame-bg.gif) repeat-y;
				float: left;
				}
			
					#site-frame-wrapper .middle {
						width: 176px;
						text-align: center;
						margin-bottom: 0;
						background-color: #FFFFFF;
						}
				
				#site-frame-wrapper #site-frame {
					background: #FFFFFF url(images/hm-happy-matches-top.gif) no-repeat;
					width: 190px;
					height: 65px;
					}
					
					#site-frame-wrapper .inside {
						padding-top: 4px;
						padding-left: 15px;
						}
			
				#site-frame-wrapper #feature-site-frame {
					width: 158px;
					height: auto;
					border: #981B1E 1px solid;
					background-color: #FFFFFF;
					}
					
					#site-frame-wrapper #feature-site-frame .inside {
						padding: 5px 5px 3px 5px;
						}
					
						html>body #site-frame-wrapper #feature-site-frame .inside {
							padding: 5px;
							}
					
						#site-frame-wrapper #feature-site-frame .inside-wbg {
							background: url(images/news-bg.gif) bottom left no-repeat;
							padding: 5px 5px 3px 5px;
							}
						
							html>body #site-frame-wrapper #feature-site-frame .inside-wbg {
								padding: 5px;
								}
					
					#site-frame-wrapper #feature-site-frame .inside-2 {
						padding: 5px 5px 0 5px;
						}
				
				#site-frame-wrapper #site-frame-bot {
					background: #FFFFFF url(images/hm-frame-bot.gif) no-repeat;
					width: 190px;
					height: 15px;					
					}
				
					#site-frame-wrapper span {
						position: absolute;
						width: 124px;
						height: 65px;
						line-height: 67px;
						margin: 0 0 0 52px;
						font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
						font-size: 1.2em;
						font-weight: bold;
						color: #FFFFFF;
						}
				
					#site-frame-wrapper span.double {
						line-height: 18px;
						margin: 16px 0 0 52px;
						}

	/* ------------- Landing - Happy Matches ------------- */

			#matches-wrapper {
				width: 190px;
				background: #FFFFFF url(images/hm-frame-bg.gif) repeat-y;
				float: left;
				margin: 20px 0;
				display: inline;
				}
			
					#matches-wrapper .middle {
						width: 176px;
						text-align: center;
						margin-bottom: 0;
						background-color: #FFFFFF;
						}
				
				#matches-wrapper #matches {
					background: #FFFFFF url(images/hm-happy-matches-top.gif) no-repeat;
					width: 190px;
					height: 65px;
					}
					
					#matches-wrapper .inside {
						padding-top: 4px;
						padding-left: 15px;
						}
			
				#matches-wrapper #feature-matches {
					width: 158px;
					height: auto;
					border: #981B1E 1px solid;
					background-color: #FFFFFF;
					}
			
					html>body #matches-wrapper #feature-matches {
						width: 158px;
						}
					
					#matches-wrapper #feature-matches .inside {
						background: url(images/news-bg.gif) bottom left no-repeat;
						padding: 4px 5px;
						font-style: italic;
						}
					
						html>body #matches-wrapper #feature-matches .inside {
							padding: 4px 5px 2px 5px;
							}
					
					#matches-wrapper #feature-matches p.short {
						margin-bottom: 7px;
						}
						
		/* ------------- Width Fix ------------- */
		
					#matches-wrapper #feature-matches-width-fix {
						width: 156px;
						max-width: 156px;
						min-width: 156px;
						height: auto;
						border: #981B1E 1px solid;
						background-color: #FFFFFF;
						}
				
						html>body #matches-wrapper #feature-matches-width-fix {
							width: 158px;
							max-width: 158px;
							min-width: 158px;
							}
					
					#matches-wrapper #feature-matches-width-fix .inside {
						background: url(images/news-bg.gif) bottom left no-repeat;
						padding: 4px 5px;
						font-style: italic;
						}
					
						html>body #matches-wrapper #feature-matches-width-fix .inside {
							padding: 4px 5px 2px 5px;
							}
					
					#matches-wrapper #feature-matches-width-fix p.short {
						margin-bottom: 7px;
						}
						
		/* ------------- *** ------------- */
		
					#matches-wrapper #feature-matches .inside-2 {
						padding: 5px 5px 0 5px;
						}
				
				#matches-wrapper #matches-bot {
					background: #FFFFFF url(images/hm-frame-bot.gif) no-repeat;
					width: 190px;
					height: 15px;					
					}
			
/*					#matches-wrapper p.center-signup {
						width: 156px;
						text-align: center;
						margin-top: 5px;
						margin-bottom: 0;
						font-size: 1.3em;
						font-weight: bold;
						font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
						background-color: #FFFFFF;
						}*/
				
					#matches-wrapper span {
						position: absolute;
						width: 124px;
						height: 65px;
						line-height: 67px;
						margin: 0 0 0 52px;
						font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
						font-size: 1.2em;
						font-weight: bold;
						color: #FFFFFF;
						}
				
					#matches-wrapper span.double {
						line-height: 18px;
						margin: 16px 0 0 52px;
						}							
	/* ------------- Landing Lists ------------- */
			
	#content .hm-bullets {
		border: none;
		margin-top: -4px;
		margin-left: -10px;
		margin-bottom: 15px;
		}
		
		#content .hm-bullets li {
			list-style: none;
			line-height: 1.4em;
			padding: 5px 0 0 20px;
			background-position: 0 .7em;
			background-image: url(images/hm-bullet.gif);
			background-repeat: no-repeat;
		}

	/* ------------- *** ------------- */
							
	/* ------------- Features ------------- */

			#content #feature-wrapper-1 {
				float: left;
				margin-top: 6px;
				margin-bottom: -10px; /* remove if using feature 3 and 4 */
				}

				html>body #content #feature-wrapper-1 {
					margin-bottom: 17px; /* remove if using feature 3 and 4 */
					}

			#content #feature-wrapper-2 {
				float: right;
				margin-top: 6px;
				margin-bottom: -10px; /* remove if using feature 3 and 4 */
				}

				html>body #content #feature-wrapper-2 {
					margin-bottom: 17px; /* remove if using feature 3 and 4 */
					}

			#content #feature-wrapper-3 {
				float: left;
				margin: 7px 0 20px 0;
				}

				html>body #content #feature-wrapper-3 {
					margin: 20px 0;
					}

			#content #feature-wrapper-4 {
				float: right;
				margin: 7px 0 20px 0;
				}

				html>body #content #feature-wrapper-4 {
					margin: 20px 0;
					}
			
				#content span.feature-title {
					font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
					color: #981B1E;
					font-size: 1.2em;
					font-weight: bold;
					}
			
				#content #feature-tag {
					width: 239px;
					float: left
					}
			
				#content #feature {
					width: 239px;
					height: auto;
					border: #981B1E 1px solid;
					background-color: #FFFFFF;
					}
					
					#content #feature .inside {
						padding: 5px 5px 3px 5px;
						}
					
						html>body #content #feature .inside {
							padding: 5px;
							}
						
					#content #feature .inside h3 {
						font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
						text-transform: uppercase;
						color: #981B1E;
						font-size: 1.4em;
						padding-bottom: 5px;
						}
						
					#content #feature .inside p {
						margin-bottom: 10px;
						}
						
	/* ------------- *** ------------- */

		#content .entry h5 {
			font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
			font-size: 1.0em;
			font-weight: bold;
			margin-top: 28px;
			margin-bottom: 14px;
			}
		
		#content .p-fix {
			clear: both;
			margin-top: -14px;
			}
		
			html>body #content .p-fix {
				clear: both;
				}
		
		#content .home-pad {
			 padding-top: 45px;
			}
			
			html>body #content .home-pad {
				padding-top: 46px;
				}
				
	/* ------------- Post ------------- */

	#content .post {
		margin-bottom: 30px;
		}
	
		#content .post .date {
			float: right;
			color: #999999;
			margin-top: -1px;
			padding-bottom: 6px;
			}

			html>body #content .post .date {
				margin-top: 0;
				padding-bottom: 11px;
				}
	
		#content .post .date em {
			font-style: normal;
			color: #CCCCCC;
			}
	
		#content .post .footer em {
			font-style: normal;
			color: #CCCCCC;
			}
			
		#content .post .entry {
			border-bottom: #EFEFEF 1px solid;
			padding-bottom: 2px;
			}
			
			html>body #content .post .entry {
				padding-bottom: 1px;
				}

		#content .post .footer {
			margin-top: -1px;
			padding-bottom: 6px;
			border-bottom: #EFEFEF 1px solid;	
			}
		
			html>body #content .post .footer {
				margin-top: 0;
				padding-bottom: 5px;	
				}
			
		#content .post h4 {
			font-size: 1em;
			font-weight: normal;
			font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
			}
		
		#content .post h4 em {
			font-style: normal;
			float: right;
			font-weight: normal;
			}
			
	/* ------------- *** ------------- */
		
#content .hm-list {
	border: none;
	float: left;
	margin-left: 4px;
	margin-top: -4px;
	margin-bottom: 15px;
	}
	
	html>body #content .hm-list {
		margin-left: 7px;
		}
	
	#content .hm-list li {
		list-style: none;
		line-height: 1.4em;
		padding: 5px 0 0 20px;
		background-position: 0 .7em;
		background-image: url(images/hm-bullet.gif);
		background-repeat: no-repeat;
		}

/* ------------- Content Forms ------------- */
	
	#content #news-wrapper {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 20px;
		}
	
		#content #newsletter {
			width: 497px;
			height: auto;
			border: #981B1E 1px solid;
			background-color: #FFFFFF;
			}
	
			#content #newsletter .td-pad {
				padding-right: 5px;
				}
			
			#content #newsletter .inside {
				background: url(images/news-bg.gif) bottom left no-repeat;
				padding: 4px 5px 5px 5px;
				}
			
				html>body #content #newsletter .inside {
					padding: 5px;
					}
				
			#content #newsletter .inside h3 {
				font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
				text-transform: uppercase;
				color: #981B1E;
				font-size: 1.4em;
				padding-bottom: 5px;
				}
				
			#content #newsletter .inside p {
				margin-bottom: 10px;
				}
	
			#content #newsletter .input {
				font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
				font-size: 1.0em;
				border: #981B1E 1px solid;
				width: 200px;
				background: #FFFCFD;
				padding: 2px;
				margin-bottom: 3px;
				}
	
			#content #newsletter .textarea {
				font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
				font-size: 1.0em;
				border: #981B1E 1px solid;
				width: 385px;
				height: 150px;
				background: #FFFCFD;
				padding: 2px;
				margin-bottom: 3px;				
				}
	
				html>body #content #newsletter .textarea {
					width: 386px;			
					}
	
			#content #newsletter .submit {
				font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
				font-size: 1.0em;
				font-weight: bold;
				color: #ED1C24;
				border: #981B1E 1px solid;
				width: 206px;
				background: #FFFCFD;
				margin-top: 4px;
				}

/* ------------- Sidebar ------------- */

#sidebar {
	position: relative;
	width: 160px;
	float: right;
	}
	
	#news-wrapper {
		padding-bottom: 20px;
		border-bottom: #981B1E 1px solid;
		margin-bottom: 20px;
		}
	
		#newsletter {
			width: 158px;
			height: auto;
			border: #981B1E 1px solid;
			background-color: #FFFFFF;
			}
			
			#newsletter .inside {
				background: url(images/news-bg.gif) bottom no-repeat;
				padding: 5px;
				}
				
			#newsletter .inside h3 {
				font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
				text-transform: uppercase;
				color: #981B1E;
				font-size: 1.4em;
				padding-bottom: 5px;
				}
				
			#newsletter .inside p {
				margin-bottom: 10px;
				}
	
			#newsletter .input {
				font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
				font-size: 1.0em;
				border: #981B1E 1px solid;
				width: 142px;
				background: #FFFCFD;
				padding: 2px;
				margin-bottom: 3px;
				}
	
			#newsletter .submit {
				font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
				font-size: 1.0em;
				font-weight: bold;
				color: #ED1C24;
				border: #981B1E 1px solid;
				width: 148px;
				background: #FFFCFD;
				margin-top: 4px;
				}

		#sidebar h2 {
			position: relative;
			font-size: 1.4em;
			color: #666666;
			padding-bottom: 5px;
			border-bottom: #CCCCCC 1px solid;
			margin-bottom: 4px;
			text-transform: uppercase;
			font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
			}

			html>body #sidebar h2 {
				margin-bottom: 5px;
				}
	
		#archives-wrapper {
			border-bottom: #981B1E 1px solid;
			margin-bottom: 20px;
			}
	
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
	#sidebar ul li {
		list-style: none;
		padding: 0;
		margin: 0;
		}
	
	#sidebar ul ul {
		padding: 0 0 6px 0;
		border-bottom: #CCCCCC 1px solid;
		margin: 0 0 20px 0;
		}
	
		html>body #sidebar ul ul {
			padding: 0 0 5px 0;
			}
	
	#sidebar ul li ul li {
		padding: 0;
		margin: 0;
		}
	
	#sidebar ul ul ul li {
		list-style-image: url(images/arrow.gif);
		padding: 3px 0;	
		margin: 0;
		}
	
	#categories-wrapper {
		margin-bottom: 20px;
		}
	
	#categories-wrapper .inside h3 {
		font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
		text-transform: uppercase;
		color: #981B1E;
		font-size: 1.4em;
		padding-bottom: 0;
		}
		
	#categories-wrapper .hm-list {
		border: none;
		margin: 0;
		padding: 0;
		/*text-transform: uppercase;*/
		}
	
	#categories-wrapper .hm-list li {	
		list-style: none;
		line-height: 1.4em;
		margin: 0 0 0 0;
		padding: 5px 0 0 10px;
		background-position: 0 .7em;
		background-image: url(images/hm-bullet.gif);
		background-repeat: no-repeat;
		}

/* ------------- Comments ------------- */
	
#comments, #respond {
	margin: 2em 0 0 5px;
	}
	
#commentform {
	margin: 10px;
	padding: 10px;
	}

#outer .commentlist {
	margin: 0;
	padding: 0;
	}
	
.commentlist li {
	list-style: none;
	margin: 1em 0;
	padding: 0.5em;			
	}
	
.commentlist li p {
	margin: 0 1em;
	}
	
.commentlist li.alt .cmtinfo {
	font-size: 1em;	
	background: url(images/a34.gif) repeat-x top;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	border: #DDDDDD 1px solid;
	}
	
.commentlist li .cmtinfo {
	font-size: 1em;	
	background: url(images/a32.gif) repeat-x top;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	border: #EEEEEE 1px solid;
	}
	
.commentlist li .cmtinfo em {
	margin: 0;
	padding: 0 1em;
	text-align: right;
	font-style: normal;			
	color: #999999;	
	}

.commentlist li cite {
	font-style: normal;
	font-weight: bold;
	}

textarea {
	width: 90%;
	padding: 5px;
	height: 20em;
	border: 1px solid #CCCCCC;	
	background: #F9F9F7;
	}

/*#outer input.text {
	background: #F9F9F7;
	border: #CCCCCC 1px solid;
	}*/

/* ------------- Footer ------------- */

#footer {
	position: relative;
	clear: both;
	height: 75px;
	width: 740px;
	margin-left: 15px;
	text-align: center;
	line-height: 18px;
	background-image: url(images/footer.png);
	color: #FFFFFF;
	}

	#footer .bot-nav {
		display: block;
		padding-top: 19px;
		}
	
		#footer a, #footer a:link, #footer a:active, #footer a:visited {
			font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
			font-size: 1.1em;
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			}
		
		#footer a:hover {
			color: #FFFFFF;
			text-decoration: underline;
			}
	
		#footer a.footer-link, #footer a.footer-link:link, #footer a.footer-link:active, #footer a.footer-link:visited {
			font-family: Verdana, "Trebuchet MS", Arial, Sans-Serif;
			font-size: 1.0em;
			color: #FFFFFF;
			text-decoration: none;
			font-weight: normal;
			}
		
		#footer a.footer-link:hover {
			color: #FFFFFF;
			text-decoration: underline;
			}