/* -------------------------------------------------------------- 
  
   Hello Wiki Autumn Redesign
   * Version:   1.5 (last update at 03.30.2008)
   * Website:   http: //hellowiki.com/
   * Email: fenbox@msn.com
   Copyright (C) 2007-2008. Happy New Year!
   
-------------------------------------------------------------- */

@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background: #F2F2E8 url(../images/bg.png) repeat-x;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	width:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 3em;
	position: relative;
	top: 15px;
}

h1 a {
	display: block;
	width: 320px;
	height: 70px;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
}
h1 a {
/*	background:url(../images/logo.jpg) no-repeat;  */
	display:block;
	text-indent:-9999px;
	height:75px;
	width:460px;
}

h1 a:hover, h1 a:active {
	color: #fff;
}

/* h1 a {display: block;width: 320px;height: 80px;background: url(../images/logo.png);text-indent: -9999px;}
h1 a:hover {background: url(../images/logo.png) bottom left;} */

h2 {
	font-size: 1.7em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: .25em;
}

h5 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: 700;
}

p {
	font-size: 1.1em;
	margin: 0 0 1.5em;
}

blockquote {
	background: url(../images/quote.png) no-repeat;
	color: #666;
	margin: 15px;
	padding-left: 25px;
}

em {
	font-style: italic;
	background: #efefe9;
}

strong {
	font-weight: 700;
}

pre, code {
	font-family: "Courier New", Courier, Monospace;
	line-height: 1.5;
}

pre {
	background: #efefe9;
	border-top: 1px solid #ccc;
	white-space: pre;
	overflow: auto;
	margin: 0 15px;
	padding: 10px 15px;
	max-height: 300px;
}

img {
	border: none;
}

p img {
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}

a:focus, a:hover {
	color: #C40000;
	text-decoration: none;
}

a {
	color: #0063DC;
	text-decoration: underline;
	outline: none;
}

ul, ol {
	margin: 0 2.5em 1.5em;
}

ul li, ol li {
	margin-bottom: 0.5em;
}

ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.clear {
	clear: both;
}

.container {
    position:relative;
	width: 925px;
	margin: 0 auto;
}

#header {
	width: 100%;
}

ul.menu {
	list-style-type: none;
	position: relative;
	top: 25px;
	height: 35px;
	margin: 0;
	text-transform: uppercase;
}

li.page_item {
	float: left;
	display: inline;
	font-size: 1.2em;
	background: url(../images/menu_bg.png) top left no-repeat;
	height: 35px;
	padding: 0 5px 0 6px;
}

li.page_item_1 {
	background: none;
	padding-left: 15px;
}

li.page_item a {
	color: #333;
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 0;
}

li.page_item a span {
	padding: 5px 0 5px 15px;
}

li.page_item a:hover, li.current_page_item a {
	color: #fff;
	background: url(../images/menu_a.png) center right no-repeat;
}

li.page_item a:hover span, li.current_page_item a span {
	background: url(../images/menu_a.png) center left no-repeat;
	padding: 4px 0 5px 15px;
}

#leftcolumn, #rightcolumn {
	position: relative;
	top: 50px;
}

#leftcolumn {
	float: left;
	width: 620px;
	overflow: hidden;
}

#rightcolumn {
/*    position:absolute; 
	top: 167px;*/
	float: right;
	width: 280px;
}

.post {
	background: url(../images/post_bg.png) no-repeat;
	padding: 15px 15px 20px;
}

.post_c {
	background: url(../images/post_bg_c.png) repeat-y;
}

.post_b {
	background: url(../images/post_bg_b.png) center bottom no-repeat;
	width: 100%;
	border-bottom: 25px solid #F2F2E8;
}

.title h2 {
	color: #369;
	padding-left: 38px;
}

.title h2 a {
	color: #369;
	text-decoration: none;
}

.title h2 a:hover {
	color: #369;
	text-decoration: underline;
}

.title h2 span {
	display:block;
	font-weight:bold;
	margin:-25px 15px 0px 0px;
	padding:0pt 20px 0pt 0pt;
	text-align:right;
	color: #369;
	text-decoration: none;
	font-size: 12px;
}
.title h2 span a {
	color: #369;
	text-decoration: none;
}
.title h2 span a:hover {
	color: #C40000;
	text-decoration: none;
}
.postdata {
	color: #690;
	margin-left: 0.8em;
	margin-bottom: 5px;
}

.postdata a {
	color: #690;
	font-weight: 700;
}

.entry {
	clear: both;
	margin: 0 0.5em 0 0.8em;
}

.entry h2 {
	padding: 0px;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #DEDEDE;
	color: #336699;
}

.entry h3 {
	font-size: 1.3em;
}

.more-link {
	
}

#related h3, h3#comments {
	padding: 8px 15px 5px 38px;
}

.pagers {
	width: 98%;
	margin: 0 auto;
	height: 30px;
}

.pagers a {
	color: #666;
}

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

ul#sidebar {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	color: #369;
	padding-left: 25px;
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
/*
.post {
	background: url(../images/post_bg.png) no-repeat;
	padding: 15px 15px 20px;
}

.post_c {
	background: url(../images/post_bg_c.png) repeat-y;
}

.post_b {
	background: url(../images/post_bg_b.png) center bottom no-repeat;
	width: 100%;
	border-bottom: 25px solid #F2F2E8;
}
*/
.widget {
    position:relative;
	background: url(../images/widget_bg.png) no-repeat;
	padding: 15px 13px 5px;
}

.widget_c {
    position:relative;
	background: url(../images/widget_bg_c.png) repeat-y;
}

.widget_b {
    position:relative;
	background: url(../images/widget_bg_b.png) center bottom no-repeat scroll;
/*	height: 10px; */
	width: 100%;
	border-bottom: 25px solid #F2F2E8;
}

.widget ul {
	list-style-type: none;
	margin: 5px 10px 0 0;
	width: 100%;
}

.widget ul li {
	background: url(../images/sidebar_li.png) no-repeat;
	color: #999;
	padding-left: 20px;
}

#sidebar a {
	color: #333;
	text-decoration: none;
}

#sidebar a:hover {
	color: #666;
}

.tagcloud {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 5px;
}

/* Search */

.widget_search {
	text-align: center;
}

#searchform input {
	width: 80px;
	margin-bottom: 1em;
	padding: 3px;
}

input#s {
	font-size: 1.2em;
	width: 160px;
	border: 1px solid #CFCFAF;
}

/* Comment Area */

.commentlist {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 2em;
}

.commentlist .body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding: 0 1em;
	overflow: hidden;
}

.commentlist li {
	width: 100%;
	padding: 0 0 .5em;
}

.commentlist li .top {
	color: #555;
	background: #EBEBDC url(../images/var.png) center left no-repeat;
	padding: 5px 10px 5px 30px;
	font-weight: bold;
	width: 93%;
}

.commentlist li .top a {
	color: #369;
}

.commentlist li .top span {
	float: right;
	font-size: 0.8em;
	font-weight: 400;
	margin-top: 2px;
}

img.gravatar {
	float: right;
	margin: 0 .5em 1em 1em;
	padding: 1px;
	border: 1px solid #E0E0CB;
}

.theform {
	border-top: 2px solid #EBEBDC;
	padding: 1.5em 0 2em;
}

.theform label {
	font-size: 0.9em;
	vertical-align: middle;
}

#remember, #forget, #txpCommentHelpLink {
	margin-left: 2em;
}

#commentform {
	margin-left: 1em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #C0C092;
	background: #fcfcfc;
}

.comment_input {
	vertical-align: middle;
	width: 260px;
	border: 1px solid #CFCFAF;
	background: #F7F7F1;
	padding: 0.3em;
	margin-right: 5px;
}
.comment_select {
	vertical-align: middle;
	width: 260px;
	border: 1px solid #CFCFAF;
	background: #F7F7F1;
	padding: 0.3em;
	margin-right: 5px;
}
.message_input {
	font-size: 1em;
	width: 90%;
	height: 200px;
	border: 1px solid #CFCFAF;
	margin-top: 0.2em;
	background: #F7F7F1;
	padding: 0.3em;
}

.commentlist_error {
	color: #c00;
}

/* Footer */

#footer {
	background: #EAEADD url(../images/footer.png) repeat-x;
/*	position: absolute;
	top: 1100px;*/
	color: #555;
	width: 100%;
	margin: 60px 0 0px 0;	
	padding: 20px 0 5px 0;
	display: block;
}

#footer span {
	color: #999;
	float: right;
}

#footer a {
	color: #369;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.postdata a:hover, .pagers a:hover {
	color: #333;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

hr {
	background: #E6E6D2;
	color: #E6E6D2;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.4em;
	border: none;
}

hr.space {
	height: 4em;
}

/*
 * Show Listings
*/

td.listinghead {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
}

.listingtitle {
	font-weight: bold;
}

td.sponsortitle {
	background-color: #f0c040;
	color: #000;
	font-weight: bold;
}

.format_text .sponsortitle a {
	color: #000;
	text-decoration: none;
}

.listing {
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin: 5px;
}

td.listingdesc {
	padding-left: 15px;
	padding-right: 15px;
	margin: 3px;
}

span.listinghits {
	text-align: right;
}

.post_author {
	font-size: 1.2em;
	line-height: 1.66667em;
	margin: 0 0 1.66667em 0;
	padding: 0 10px;
	color: #999;
}

.post_author a, .post_author a:visited {
	color: #999;
	text-decoration: none;
}

.post_author a:hover {
	color: #999;
	text-decoration: underline;
}

.entry img {
	
}

.entry img.left {
	margin: 0 10px 1.53846em 0;
	float: left;
	clear: left;
}

.entry img.alignleft {
	margin: 0 10px 1.53846em 0;
	float: left;
	clear: left;
}

.entry img.right {
	margin: 0 0 1.53846em 10px;
	float: right;
	clear: right;
}

.entry img.alignright {
	margin: 0 0 1.53846em 10px;
	float: right;
	clear: right;
}

.entry img.center {
	display: block;
	margin: 0 auto 1.53846em auto;
	float: none;
	clear: both;
}

.entry img.block {
	display: block;
	margin: 0 auto 1.53846em 0;
	float: none;
	clear: both;
}

.entry img.frame {
	padding: 9px;
	border: 1px solid #ddd;
	background: #eee;
}

.entry img.stack {
	clear: none !important;
}

/* Checkout Steps */
.step { background-color: #EAEAEA; color: #000; width: 100%; padding: 5px; border: 1px solid #ccc;}
.breadcrumbs:link, .breadcrumbs:visited, .breadcrumbs:active, .breadcrumbs:hover {
	color: #3b67d2;
	font-weight: bold;
	text-decoration: none;
}
span.completed{color: green;}
span.pending{color: black; }
span.pendingpayment{
	background: #FFFF99;
	color: #000;
	padding: 3px;
	display: block;
}
span.notcompleted{color: #CACACA;}
span.notcompletedred{color: red;}
/* Characters
 * This class is used when a user is placing an ad
 * It formats the characters remaining
*/
.characters{ color: #666666; font-size: 9px; }

/* Content Forms */
#content fieldset { margin-bottom: 6px; border: 1px solid #CCCCCC; padding: 4px; background-color: #FAFAFA; }
#content fieldset legend { padding: .1em .3em; font-size: 12pt; font-weight: bold; color: #2b2b2b; }
#content .continue input{ float: right; border: 3px double #999;	border-left-color: #ccc; border-top-color: #ccc; color: #333; padding: 0.25em; }
#content .submit input{ border: 3px double #999;	border-left-color: #ccc; border-top-color: #ccc; color: #333; padding: 0.25em; }

	#content fieldset p { clear: both; padding: 0px; margin: 0px; }
		#content fieldset p label { float: left; }

/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
#content .breadcrumb a{ color: #3b67d2; font-weight: bold; text-decoration: none;}
#content a.breadcrumb:hover { color: #3b67d2; font-weight: bold; text-decoration: underline;}


/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav td { padding: 2px 4px 2px 4px; }
.pageNav a { text-decoration: none; }

.pagination{
	text-align: right;
	background-color: #7088b0;
	color: #333333;
}
.paginationNum{
	background-color: #FFFFFF;
	color: #333333;
}
.navigationBack{
	background-color: #809ac5;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.navigation{
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#F1F1F1;
}

/* Bold Listings
 * td.bold handles the display of bold listings
 *
*/
td.bold{
	font-weight: bold;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	background-color:#FFF7D2;
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#d0d0d0;
     background-color:#F1F1F1;
     padding: 5px;
}
.row2{
     background-color:#FFF;
     padding: 5px;
}

.listingextras,
.listingextras a {
	margin: 5px 0 ;
	font-size: 1em;
	text-align: center;
	}
.listingextras2 {
	border: 1px solid #F1F1F1;
	margin: 5px;
	padding: 5px;
}
.listingextras2 a {
	margin: 5px 0 ;
	font-size: 1em;
}
.favorites {
	background: url('../images/favorites.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.printer {
	background: url('../images/printer.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.moreads {
	background: url('../images/moreads-seller.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.friendmail {
	background: url('../images/friendmail.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.contact {
	background: url('../images/contact.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
blockquote {
	margin: 10px 0;
	padding: 5px;
	color: #666;
	border:1px inset;
	}
.updated {
	background: #E8EFF5 url(../images/check.png) no-repeat 1em ;
	border: 1px solid #2580B2;
	margin: 1em 5% 10px;
	padding: 0 1em 0 3em;
}


.listingextras
{
	margin: 5px 0 ;
	font-size: 1em;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.listingextras a {
	margin: 5px 0 ;
	font-size: 1em;
	text-align: center;
	padding: 5px;
}
.listingextras2 {
	border: 1px solid #F1F1F1;
	margin: 5px;
	padding: 5px;
}
.listingextras2 a {
	margin: 5px 0 ;
	font-size: 1em;
}
.download {
	background: url('../images/download.png') left top no-repeat;
	padding: 0px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}

.moreads {
	background: url('../images/moreads-seller.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.goto {
	background: url('../images/home.png') left top no-repeat;
	padding: 0px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.demo {
	background: url('../images/demo.png') left top no-repeat;
	padding: 0px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.review {
	background: url('../images/review.png') left top no-repeat;
	padding: 0px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.rate {
	background: url('../images/rate.png') left top no-repeat;
	padding: 0px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.report {
	background: url('../images/report.png') left top no-repeat;
	padding: 0px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.help {
	background: url('../images/help.png') left top no-repeat;
	padding: 0px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.friendmail {
	background: url('../images/friendmail.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.contact {
	background: url('../images/contact.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

.gallery {
margin:auto;
}
.gallery-item {
float:left;
margin-top:10px;
text-align:center;
width:33%;
}
.gallery img {
border:2px solid #CFCFCF;
}
.gallery-caption {
margin-left:0pt;
}

.left-box {
margin: 0 0 10px 25px;
}

.leftHeader {
  text-align: right;
  padding-right: 10px;
}
