/* 
	Theme Name: {iW) Wireframe Theme
	Theme URL: http://www.invisiblewindow.com/
	Description: The Wireframe Theme is designed and developed by Hank Pantier of Invisible Window.
	Author: Invisible Window
	Author URI: http://www.webhank.com
	Version: 1.0
	Tags: wireframe theme,all purpose theme, starter wordpress theme 
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #FFF;
	color: #666;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin: 0 auto 0;
	padding: 0;
}
	
#wrap {
	background: none;
	margin: 0 auto 0;
	padding: 0 15px;
	width: 960px;
}

/************************************************
*	Common									*
************************************************/
.hidden { display: none; }
.clear { clear: both; }

.linerule {
	border-bottom: 1px solid #CCC;
	padding-top: 15px;
	margin-bottom: 15px;
}

/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	font-style: italic;
	color: #000;
	text-decoration: none;
}
	
a:focus, a:hover, a:active {
	color: #000;
	text-decoration: underline;
	outline: none;
}
	
a img { border: none; }

/************************************************
*	Header  									*
************************************************/
#header {
	background: none;
	width: 960px;
	height: 120px;
	margin: 0 auto 0;
	padding: 0;
}
#header h1 {
	color: #000;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0 0;
	text-decoration: none;
}
#header h1 a, #header h1 a:visited {
	color: #000;
	font: normal 36px Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#header h1 a:hover {
	color: #000;
	text-decoration: none;
}
	
.headerleft {
	width: 640px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.headerleft p {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
	
#headerimg {
	float: left;
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 5px;
	margin: 20px 15px 0 0;
	width: 110px;
	height: 100px;
}

	
/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: none;
	border-bottom: 1px solid #000;
	width: 960px;
	height: 40px;
	font-size: 11px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto 0;
	padding: 0;
}

	
/*** ESSENTIAL STYLES ***/
.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.ot-menu { line-height: 1.0; }
.ot-menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
}
.ot-menu ul li {
	width: 100%;
	border: none;
	margin: 0;
}
.ot-menu li:hover { visibility:	inherit; } /* fixes IE7 'sticky bug' */
.ot-menu li {
	float: left;
	position: relative;
}
.ot-menu a {
	display: block;
	position: relative;
}
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
}
	
ul.ot-menu li:hover li ul, ul.ot-menu li.sfHover li ul { top: -999em; }
ul.ot-menu li li:hover ul, ul.ot-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}

ul.ot-menu li li:hover li ul, ul.ot-menu li li.sfHover li ul { top: -999em; }
ul.ot-menu li li li:hover ul, ul.ot-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.ot-menu .current_page_item a {
	color: #000 !important;
	border-bottom: 5px solid #000;
}
.ot-menu .current_page_item li a, .ot-menu li .current_page_item a {
	color: #FFF !important;
	background: #000;
	border-bottom: none;
}
.ot-menu {
	float: left;
	margin-bottom: 0;
}
.ot-menu a {
	border-bottom: 5px solid #FFF;
	padding: 17px 10px 12px 10px;
	text-decoration: none;
	font-style: normal;
	line-height: 12px;
}
.ot-menu li li a, .ot-menu li li a:visited {
	color: #000;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
}
	
.ot-menu a, .ot-menu a:visited  { color: #666; } /* visited pseudo selector so IE6 applies text colour*/
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background:	none;
	border-bottom: 5px solid #000;
	color: #000;
	outline: 0;
}

.ot-menu li { background: none; }
.ot-menu li li {
	background:	#FFF;
	border: none;
}
.ot-menu li li li {
	background:	#FFF;
	border: none;
}
.ot-menu li:hover, .ot-menu li.sfHover {
	background:	none;
	border-bottom: none;
	outline: 0;
}
.ot-menu li li:hover, .ot-menu li li.sfHover {
	background:	#000;
	color: #FFF;
	border: none;
	outline: 0;
	padding: 0;
}
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#000;
	color: #FFF;
	border-bottom: none;
	outline: 0;
}

/*** ARROWS **/
.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-FFF.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator, .ot-menu ul a:hover > .sf-sub-indicator, .ot-menu ul a:active > .sf-sub-indicator, .ot-menu ul li:hover > a > .sf-sub-indicator, .ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
	
.sf-shadow ul.sf-shadow-off { background: transparent; }
	
/************************************************
*	Content 					     		    * 
************************************************/
#content {
	float: left;
	display: block;
	width: 960px;
	margin: 0 auto 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #000;
}
	
#contentleft {
	float: left;
	display: block;
	background:#FFF;
	width: 640px;
	margin: 0;
	padding: 0 10px 0 0;
}
	
#contentwide {
	float: left;
	display: block;
	background:#FFF;
	width: 960px;
	margin: 0;
	padding: 0;
}
	
#contentarchive {
	float: left;
	display: block;
	background: #none;
	margin: 0;
	padding: 0;
}
	
#contentarchive .postarea {
	width: 440px;
	margin: 0;
	padding: 0;
}
	
#contentarchive .postimg {
	display: block;
	background: #EEE;
	padding: 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}
	
#content h1, #content h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	line-height: 32px;
	text-indent: 2px;
	margin: 0 0 5px 0;
	padding: 0;
}

#content h2 {
	font-size: 22px;
	line-height: 26px;
}
	
#content h1 a, #content h2 a {
	color: #000;
	text-decoration: none;
	border: none;
}
	
#content h1 a:hover, #content h2 a:hover {
	color: #999;
	text-decoration: none;
	border: none;
}
	
#content h3, #content h4 {
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 16px;
}
	
#content h3 a, #content h4 a {
	color: #000;
	text-decoration: none;
	border: none;
}
	
#content h3 a:hover, #content h4 a:hover {
	color: #666;
	text-decoration: none;
	border: none;
}
	
#content h5, #content h6 {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: 20px;
}
	
#content h5 a, #content h6 a {
	color: #000;
	text-decoration: none;
	border: none;
}
	
#content h5 a:hover, #content h6 a:hover {
	color: #666;
	text-decoration: none;
	border: none;
}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}
	
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}
	
#postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #DDD;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
	
.postarea p {
	padding: 5px 0 5px 0;
	margin: 0;
}
	
.postarea a img.nothumb { margin: 15px 0 0 0; }
	
.postarea iframe {
	display:block;
	height:900px;
	width: 100%;
	overflow: hidden;
}
	
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
}
	
.postarea ol {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
	
.postarea ol li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
}
	
.postarea ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
	
.postarea ul ul li {
	background: none;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
	
blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0 25px 0 10px;
	border-left: 2px solid #C0C0C0;
}
	
#content blockquote p {
	margin: 0;
	padding: 10px 0 10px 0;
}
	
.commenticon {
	float: right;
	display: block;
	position: relative;
	background: #000;
	text-align: center;
	text-indent: 2px;
	margin: 5px 0 0 15px;
	padding: 2px 8px 6px 8px;
	height: 25px;
	width: 25px;
}
	
.commenticon span {
	display: block;
	position: relative;
	background: url(images/comment_icon.png) no-repeat bottom;
	height: 12px;
	width: 12px;
	bottom: -7px;
}
	
.commenticon a {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
}
	
.posttitle {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 5px solid #000;
}
	
.postauthor {
	margin: -5px 0 5px 0;
	padding: 0;
}
	
.postauthor p {
	color: #999;
	padding: 0;
}
	
.postmeta {
	background: none;
	font-size: 11px;
	margin: 5px 0 25px 0;
	padding: 5px 10px 5px 10px;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
}
	
.postmeta p {
	margin: 0;
	padding: 0;
}
	
#prevLink { float: left; }
#nextLink { float: right; }
#prevLink p, #nextLink p { padding: 0; }
	
code {
	color: #222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
}
	
.archive {
	float: left;
	width: 310px;
	margin: 0;
	padding: 10px 10px 10px 0;
}

#header #title {
	padding: 0;
	margin: 0;
}

#header #title a {
	background: url(images/iw-logo.png) no-repeat;
	float: left;
	display: block;
	width: 640px; 
	height: 120px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/************************************************
*	Images  					     		    * 
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}
	
img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
	
.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
	
.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
	
.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #f5f5f5;
	padding: 5px 0 0 0;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}
	
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
	
/************************************************
*	Sidebar			        			     	* 
************************************************/

#sidebar_right {
	float: right;
	display: inline-block;
	width: 280px;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
	
#sidebar_right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#sidebar_right h4 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #000;
}
	
/************************************************
*	Sidebar Widgets								*
************************************************/
.textwidget p {
	margin: 0;
}
	
#sidebar_right .widget, #sidebar_left .widget {
	list-style:none;
	margin: 0 0 20px 0;
	padding: 0;
}
	
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color:#000;
	margin: 0;
}
	
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color:#000;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #000;
	font: bold 12px Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	line-height: 16px;
	padding: 2px 6px 2px 6px;
	margin: 0 0 4px 0;
	border-left: 5px solid #FFF;
}
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color:#666;
	display: block;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	border-left: 5px solid #000;
}

#sidebar_right .widget ul li ul { display: none; }
#sidebar_right .widget ul li.current_page_item ul, #sidebar_right .widget ul li.current_page_parent ul { 
	display: block;
	
}
#sidebar_right .widget ul li.current_page_item ul li a, #sidebar_right .widget ul li.current_page_parent ul li a { 
	padding: 1px 6px 1px 20px;
	font: normal 12px Helvetica, Arial, Trebuchet MS, Verdana;
}
#sidebar_right .widget ul li.current_page_item ul li a:hover, #sidebar_right .widget ul li.current_page_parent ul li a:hover { border: 0; }
#sidebar_right .widget ul li ul li.current_page_item a { font-weight: bold; color: #666; }

/************************************************
*	Footer Top									*
************************************************/
#footertopbg {
	float: left;
	display: block;
	background: #000;
	width: 960px;
	margin: 30px auto 0;
	padding: 0;
}
	
#footertop {
	float: left;
	display: block;
	line-height: 16px;
	background: #000;
	width: 920px;
	margin: 0;
	padding: 0 20px 0 20px;
}
	
#footertop h4 {
	color: #FFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: normal;
	margin: 0 0 10px 0;
	padding: 20px 0 5px 0;
	text-decoration: none;
}
	
#footertop li {
	text-decoration: none;
	list-style-type: none;
}
	
#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
	
#footertop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#footertop ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#footertop ul li a {
	background: none;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}
	
#footertop ul li a:hover {
	color: #FFF;
	display: block;
}
	
#footertop .widget {
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}
	
#footertop .textwidget {
	color: #999;
	line-height: 18px;
}
	
#footertop .textwidget a {
	display: inline;
	margin: 0;
	padding: 0;
}
	
#footertop .textwidget a:hover {
	color: #FFF;
	display: inline;
	margin: 0;
	padding: 0;
}
	
.footertopleft {
	width: 170px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}
	
.footertopmidleft {
	width: 170px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}
	
.footertopmidright {
	width: 170px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}
	
.footertopright {
	width: 350px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: #000;
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	border-top: 1px solid #222;
}

/************************************************
*	Footer  									*
************************************************/
#footer {
	width: 960px;
	height: 60px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}
	
.footerleft {
	float: left;
	display: block;
}
	
.footertop {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 0 20px;
}
	
.footertop a {
	color: #999;
	text-decoration: none;
}
	
.footertop a:hover {
	color: #666;
	text-decoration: underline;
}
	
.footerbottom {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 0 20px;
}
	
.footerbottom a {
	color: #666;
	text-decoration: none;
}
	
.footerbottom a:hover {
	color: #DDD;
	text-decoration: underline;
}


/************************************************
*	Search Form									*
************************************************/
.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;
	border: none;
}
	
#cat {
	background: #FFF;
	color: #222;
	margin: 5px 0 0 0;
}
	
#searchform { margin: 5px 0 0 0; }
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 3px 0 0;
	padding: 3px 0 3px 3px;
	display: inline;
	border: none;
}
	
#searchsubmit {
	background: #e5e5e5;
	color: #666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 1px 2px 1px 2px;
	border: none;
	display: none;
}
	
#submit {
	background: #e5e5e5;
	color: #666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: none;
}
	
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0;
	padding: 5px;
	border: none;
}
	
#comment {
	background: #f5f5f5 !important;
	color: #666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid #e5e5e5;
}

/************************************************
*	Comments									*
************************************************/
.commentlist li ul li { font-size: 12px; }
.commentlist li { font-weight: bold; }
	
.commentlist li .avatar {
	background: #000;
	float: right;
	border: none;
	margin: 0 0 10px 10px;
	padding: 2px;
}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
	
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
	
.commentmetadata { font-weight: normal; }
	
#commentform input {
	width: 140px;
	padding: 6px 0 4px 0;
	margin: 5px 5px 0 0;
}
	
#commentform { margin: 5px 10px 0 0; }
	
#commentform textarea {
	width: 100%;
	padding: 4px;
}
	
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#commentform p { margin: 5px 0 5px 0; }
	
#commentform #submit {
	margin: 0;
	float: left;
	display: block;
}
	
.alt {
	margin: 0;
	padding: 10px;
}
	
.commentlist {
	margin: 0;
	padding: 0;
}
	
.commentlist ol {
	margin: 0;
	padding: 10px;
}
	
.commentlist li {
	margin: 15px 0 5px 0;
	padding: 10px 10px 10px 10px;
	list-style: none;
}
	
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
}
	
.commentlist p {
	margin: 10px 0 10px 0;
	padding: 0;
}
	
.children {
	margin: 0;
	padding: 0;
}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
	
.reply { padding: 5px 0 0 0; }
	
.reply a, .reply a:visited {
	background: #e5e5e5;
	color: #666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px;
	border: none;
}
	
.reply a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
	border: none;
}
	
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	display: block;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
	
.alignright { float: right; }
.alignleft { float: left; }
	
.thread-alt {
	background: #FFF;
	margin: 0;
	padding: 0;
}
	
.thread-even {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
}
	
.depth-1 {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
}
	
.even, .alt {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
}

/* clear those floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}





#categorylist { list-style:none; }
#categorylist li { list-style: none; width:212px; float:left; padding:0; }
#categorylist li a { padding: 1px 7px 1px 7px; float:left; width: 198px; text-decoration:none; color:#294f88; }
#categorylist li a:hover { background: #EEE; }

ul.display li { list-style: none; }
ul.display li .product_img_sm { width: 200px; height: 100px; overflow: hidden; }
.productimg { width: 250px; border: 3px solid #EEE; }

ul.display {
	float: left;
	width: 656px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 0;
	background: #FFF;
}
ul.display li {
	float: left;
	width: 654px;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dotted #999;
}
ul.display li a {
	color: #e7ff61;
	text-decoration: none;
}
ul.display li .content_block { padding: 0 10px; }
ul.display li .content_block h2 a {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 22px;

}
ul.display li .content_block p {
	margin: 0;
	padding: 5px 5px 5px 245px;
	font-size: 1.2em;
}
ul.display li .content_block a img {
	padding: 5px;
	border: 2px solid #ccc;
	background: #fff;
	margin: 0 15px 0 0;
	float: left;
}

ul.thumb_view li .product_img_sm { width: 175px; height: 200px; overflow: hidden; }
ul.thumb_view li { width: 210px; margin: 0 0 10px 5px; background: #EEE; border: 1px solid #ccc; }
ul.thumb_view li p { display: none; }
ul.thumb_view li .content_block { position: relative; height: 220px; }
ul.thumb_view li .content_block img { position: absolute; top: 0; left: 10px; z-index: 5; }
ul.thumb_view li .content_block h2 a { display: inline; font-size: 14px; line-height: 16px; background: #EDEDED; padding: 5px 10px; position: absolute; bottom: 8px; left: 12px; z-index: 10; width: 165px; }
ul.thumb_view li .content_block h2 a:hover { background: #333; color: #FFF; }
ul.thumb_view li .content_block a img { margin: 0 0 10px; }


a.switch_thumb {
	width: 122px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 10px 0;
	display: block;
	background: url(images/switch.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }