a:link, a:visited {
color: #999999;
font-family: Helvetica;
}

a:hover {
color: #666666;
}

.link-nav a:link, .link-nav a:visited, .link-nav a:hover {
color:#FFFFFF;
}

.link-nav a:hover {
color:black;
}

body {
	font-size: 62.5%; 
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: white;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	width:1000px;
	}
	
.headerimg {
background:url(images/header/header.jpg) no-repeat; width:1000px; height: 24px; padding-top:8px;
}

.headerfont {
color:#FFFFFF; font-size:14px; margin:0; letter-spacing:2px;
}

.headerleft {
text-align:left; float:left; padding-left:15px; padding-top:3px;
}

.headerright {
text-align:right; float:right; padding-right:15px; padding-top:3px;
}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 14px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size:14px;
	line-height: 1.4em;
	width:580px;
	margin-top: 25px;
	font-family:Geneva, Arial, sans-serif;
	text-align:justify;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	margin-top:20px;
	font-size: 1.6em;
	}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top:14px;
	padding-bottom: 10px;
	margin:0;
	font-weight:100;
}

h3 {
	font-size: 14px;
	line-height: 1.0em;
	padding-bottom: 3px;
	margin:0;
}

.entry p a:visited {
	color: #666666;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#sidebar {
	/*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font: 1em Helvetica, Arial, Sans-Serif; 
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

p { /* BEN added to make posts appear nicer */
	padding: 8px;
	}

#page {
	background-color: white;
	margin: 5px auto;
	padding: 0;
	width: 1000px;
	}

.mainframe {
width:650px; display:inline; float:left; padding-top: 5px; padding-bottom:5px;
}

.userframe {
width:1000px; display:inline; float:left; padding-top: 5px; padding-bottom:5px;
}

.narrowcolumn {
	width: 650px;
	float:left;
	}

.post {
	padding-top: 20px;
	width: 580px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	margin-top: -2px;
	width: 1000px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1, h1 a:link, h1 a:visited, h1 a:hover {
	font-size:20px; 
	font-family:Geneva, Helvetica, Arial, sans-serif; 
	color:#333333; 
	padding-left:2px; 
	padding-top:8px; 
	padding-right:2px;
	font-weight:100;
	text-align:left;
}

h1.index:link, h1.index:visited {
	font-size:20px; 
	padding-left:2px; 
	font-family:Geneva, Helvetica, Arial, sans-serif; 
	color:#999999; 
	padding-top:8px; 
	padding-right:2px;
	font-weight:100;
	text-align:left;
}

h1.pagetitle {
	margin-bottom:15px;
	text-align: left;
}

.post-title {
margin-bottom: 4px;
}

h2.pagetitle {
	text-align: left;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}


/* End Headers */



/* Begin Images */
p img {
padding-top:3px;
/*width: 580px;*/
height: auto;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px;
	padding: 0px;
	text-align: right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	margin-top:10px;
	margin-right:10px;
	width: 310px;
	float:right; 
	display:inline; 
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.column-fit {
padding-left:35px; 
padding-right:35px;
padding-bottom:20px;
}

.slim {
padding-left:18px; 
padding-right:12px; 
padding-top:0px; 
width:180px;
}

.index-img {
padding:0;
}

.index-title {
font-size:17px;
font-style:normal;
float:left;
color:#CCCCCC;
text-decoration:none;
font-family: Helvetica, Arial, Geneva, sans-serif;
}

.index-caption {
font-size:14px;
margin-left: 0px;
font-style:italic;
float:right;	/* BEN changed to float right */
color:#333333;
margin-top: 3px;
text-decoration:none;
font-family: Helvetica, Arial, Geneva, sans-serif;
}

.store-info {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
line-height:14px;
text-align: left;
}

.button-fit {
padding-left:12px;
padding-right:12px;
padding-top:4px; /* changing this may break header */
padding-bottom:4px;
}

.text-fit {
padding-left:14px;
padding-right:14px;
padding-top:14px;
padding-bottom:14px;
}

.textlink-fit{
font-size:16px; 
font-family:Helvetica, Arial; 
color: #999999;
padding-left:0px;
font-style:italic;
}

.button, .button a:link, .button a:visited {
color:#666666;
font-family: Helvetica, Arial, Helvetica, sans-serif;
}

.index-body {
width:1000px;
margin-bottom:10px;
}

.index-font, .index-font a:link, .index-font a:hover, .index-font a:visited {
font-size:12px;
font-style:normal;
color: #999999;
font-family: Helvetica, Arial, Helvetica, sans-serif;
}

.index-intro {
padding-left:5px;
padding-right:5px;
padding-top:3px;
padding-bottom:3px;
}

.index-bgcolor {
background-color: #EEEEEE;
margin-left:1px;
}

.italic {
font-style:italic;
}

.index-button {
font-size:12px;
font-style:normal;
text-decoration:none;
color:#515151;
font-family: Helvetica, Verdana, Arial, sans-serif;
padding-right: 5px;
}

.index-button a:link, .index-button a:hover, .index-button a:visited {
font-size:12px;
font-style:normal;
text-decoration:none;
color:#515151;
font-family: Helvetica, Verdana, Arial, sans-serif;
padding-right: 5px;
}

.button a:hover {
color:#666666;
}

.clickable {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#999999;
text-decoration:none;
font-size:12px;
}

.clickable:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666666;
text-decoration:none;
font-size:11px;
}

.green, .green a:link, .green a:visited {
color:#14af13; 
}

.textbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#515151;
font-size:12px;
text-align:justify;
}

/* Font style in guide app */
.guide-font {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}

.hover-guidebox {
border: thin solid #F2F2F2;
}

.hover-guidebox:hover {
border: thin solid #BDBDBD;
}

.index-border {
background-color:#FFFFFF;
border: 1px solid #FFFFFF;
}

.index-border:hover {
background-color:#17d530;
border: 1px solid #FFFF00;
}

.clickable {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#999999;
}

.display-map {
border: thin solid #BDBDBD;
width: 990px; height: 500px; float:left; margin: 10px 5px 10px 5px;
}

.display-map:hover {
border: thin solid #999999;
width: 990px; height: 500px; float:left; margin: 10px 5px 10px 5px;
}

/* Navigation */
.selector {
font-size:14px; width:990px; height:18px; padding-top:8px; padding-bottom:12px; margin-left:5px; margin-right:5px;
}

.navigator {
border-bottom:thin dashed #CCCCCC; border-top:thin dashed #CCCCCC; font-size:14px; width:990px; height:16px; margin-top: 5px; margin-bottom:5px; margin-left:5px; margin-right:5px;
}

.leftnav {
text-align:left;
}

.leftnav a:link, .leftnav a:visited {
color:#999999;
}

.rightnav {
color: #999999;
}

.rightnav a:link, .rightnav a:hover, .rightnav a:visited {
color: #999999;
}

.leftnavtext, .leftnavtext a:link, .leftnavtext a:visited {
display:inline;
}

.rightnavtext, .rightnavtext a:link, .rightnavtext a:visited {
display:inline;
}

/* Post Background */ 
.post-top {
background: url(images/store-background/store-background_01.jpg); height:15px; width:650px; padding:0;
}

.post-center {
background: url(images/store-background/store-background_02.jpg) repeat-y; width: 650px;
}

.post-bottom {
background: url(images/store-background/store-background_03.jpg); height:6px; width:650px; padding:0;
}

/* Single Post Images Background */ 
.post-img-top {
background: url(images/store-img-background/store-img-background_01.jpg); height:10px; width:650px; padding:0;
}

.post-img-center {
background: url(images/store-img-background/store-img-background_02.jpg) repeat-y; width: 650px; padding-left:10px; padding-right:10px;
}

.post-img-bottom {
background: url(images/store-img-background/store-img-background_03.jpg); height:10px; width:650px; padding:0;
}

/* Sidebar Content */ 

.sidebar-box {
border:thin solid #CCCCCC; display:inline-table; padding: 5px; margin-bottom: 15px; width:300px
}

/* Inactive */
.sidebar-header {
padding-left:10px; 
padding-bottom:0px;
padding-top:0px; 
padding-right:10px; 
color:#666;
text-decoration:underline;
letter-spacing:0px;
/*background: url(images/sidebar/sidebar-header.jpg) right no-repeat;*/
text-align:left;
}

.sidebar-subhead {
	width:150px; display:inline-block; float:left;
}

.sidebar-row-left {
	width:20px; display:inline-block; float:left;
}

.sidebar-row-right {
	width:130px; display:inline-block; float:left;
}

/* Inactive */
.sidebar-top {
/* background: url(images/sidebar/post-sidebar_01.jpg); 
*/
height:10px; width:320px; padding:0; 
}

/* Inactive */
.sidebar-center {
/* background: url(images/sidebar/post-sidebar_02.jpg) repeat-y; */
width: 320px; 
}

/* Inactive */
.sidebar-bottom {
/* background: url(images/sidebar/post-sidebar_03.jpg); */
height:10px; width:320px; padding:0;
}

/* Mkt Images Background */ 
.mkt-product-top {
background: url(images/mkt/mkt-product-background_01.jpg) no-repeat; height:10px; width:350px; padding:0;
}

.mkt-product-center {
background: url(images/mkt/mkt-product-background_02.jpg) repeat-y; width: 350px; padding-left:10px; padding-right:10px;
}

.mkt-product-bottom {
background: url(images/mkt/mkt-product-background_03.jpg) no-repeat; height:10px; width:350px; padding:0;
}

/* Store Images Background */ 
.guide-user-shadow-top {
background: url(images/user/guide-user-shadow_01.jpg) no-repeat; height:5px; width:250px; padding:0;
}

.guide-user-shadow-center {
background: url(images/user/guide-user-shadow_02.jpg) repeat-y; width: 250px;
}

.guide-user-shadow-bottom {
background: url(images/user/guide-user-shadow_03.jpg) no-repeat; height:5px; width:250px; padding:0;
}

/* Index page */
.shadow-title {
	float: left;
    padding: 0;
    margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
    width: 210px;
    height: 170px;
    background-image: url(images/index-title.jpg);
    background-repeat: no-repeat;
}

.title-box{
	margin-top:3px;
	margin-left:3px;
    position: relative;
    display: block;
    width: 201px;
    height: 162px;
    padding: 1px;
}

.shadow-index {
	float: left;
    padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
    margin-left:10px;
    width: 250px;
    height: 170px;
    background-image: url(images/index-store.jpg);
    background-repeat: no-repeat;
}

.shadow-index:hover {
    float: left;
    padding: 0;
    margin-left: 10px;
    width: 250px;
    height: 170px;
    background-image: url(images/index-store-alt.jpg);
    background-repeat: no-repeat;
}

.polaroid {
	margin-top:3px;
	margin-left:3px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 242px;
    height: 162px;
    padding: 1px;
}

.polaroid .image_link{
    width: 240px;
    height: 160px;
    display: block;
	border: 1px solid white;
}

.polaroid .image_link:hover {
	border: 1px solid #00CC00;
}
/* End of Index */ 

.index-width {
width:1000px;
}

/* Marketplace shadow */

/*
.mkt-shadow-title {
	float: left;
	display:inline-block;
    padding: 0;
    width: 320px;
    height: 420px;
    background-image: url('images/mkt-shadow.jpg');
    background-repeat: no-repeat;
	margin-left:10px;
	margin-top: 10px;
}
*/

.mkt-box {
border:thin solid #CCCCCC; display:inline-table; margin-top:22px;
}

.mkt-box:hover {
border:thin solid #999999; display:inline-table; margin-top:22px;
}

.active, .active a:link, .active a:visited {
color:#999999;
}

.active-hard, .active-hard a:link, .active-hard a:visited {
color:#666666;
}

.inactive, .inactive a:link, .inactive a:visited {
color:#CCCCCC;
}

img#wpstats{width:0px;height:0px;overflow:hidden} 

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
