/* CSS layout */

html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }

#body {	
	width: 100%;
	text-align: center;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , sans-serif;
	font-size: 13px;
	color: black;
	background-color: white;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background-color: white;
	border: 0px;
	border-style: solid;
	border-color: black;
}

#masthead {
	height: 75px;
	border: thin;
	border-style: solid;
	border-color: white;
}

#logo {
	width: 275px;
	text-align: center;
	border: thin;
	border-style: solid;
	border-color:white;	
}

#menus {
	width: 515px;
	float: right;
	vertical-align: bottom;
	border: thin;
	border-style: solid;
	border-color: white;
}

#container {
	border: thin;
	border-style: solid;
	border-color: white;	
}

#mainarea {
	float: right;
	width: 600px;
	border: thin;
	border-style: solid;
	border-color: white;
}

#sidebar {
	width: 190px;
	border: thin;
	border-style: solid;
	border-color: white;
}

#breadcrumb {	
	font-size: 10px;
	color: #666666;
	border: thin;
	border-style: solid;
	border-color: white;
}

#utilities {
	font-size: 10px;
	color: #666666;
	padding: 0 10px 0 10px;	
	text-align: right;
	border: thin;
	border-style: solid;
	border-color: white;
}

#maincontent {
	vertical-align: text-top;
	border: thin;
	border-style: solid;
	border-color: white;
}

#footer {
	font-size: 11px;
	color: #999999;
	text-align: center;
	border: thin;
	border-style: solid;
	border-color: white;
}

#topbar {
	height: 20px;
	border: thin;
	border-style: solid;
	border-color: white;	
}

#topnav {
	height: 20px;
	text-align: right;
	font-size: 16px;
	border: thin;
	border-style: solid;
	border-color: white;
}

#subnav {
	height: 20px;
	text-align: right;
	font-size: 13px;
	border: thin;
	border-style: solid;
	border-color: white;	
}

#formlabel {
	width: 200px;
}

h1 {
	font-size: 22px;
	color: #000000;
	margin: 25px 0 8px 0;
}

.indented {
	margin: 0 0 0 20px;
}

.redtext {
	color: red;
}

.greentext {
	color: #00CC00;
}

.explanation {
	font-size: small;
}

.subtext {
	font-size: x-small;
	color: #999999;
	font-weight: lighter;
}

.highlight {
	font-size: x-small;
	text-align: center;
	background-color: #FFFF80;
}

.menu_on {
	color: red;
	font-weight: bold;
}

.menu_off {
	color: black;
	font-weight: normal;
}

a { color:#006699; text-decoration: none; }

a:hover { color:#DB8606; text-decoration: underline; }

a.greenlink:link {
	color: green;
}

a.greenlink:visited {
	color: green;
}

a.greenlink:hover {
	color: lime;
	text-decoration: underline;
}

a.redlink:link {
	color: maroon;
}

a.redlink:visited {
	color: maroon;
}

a.redlink:hover {
	color: red;
	text-decoration: underline;
}

h5.letter {
	margin: 10px 0 10px 20px;
	color: red;
}

a.friends:link {
	margin: 0 0 0 20px;
	line-height: 20px;
	font-size: small;
	color: black;
	text-decoration: none;
}

a.friends:visited {
	margin: 0 0 0 20px;
	line-height: 20px;
	font-size: small;
	color: gray;
	text-decoration: none;
}

a.friends:hover {
	margin: 0 0 0 20px;
	line-height: 20px;
	font-size: small;
	color: navy;
	text-decoration: underline;
}

.buynow {
	position: absolute;
	width: 90px;
}

.item {
	position: relative;
	left: 90px;
	width: 350px;
	font-size: medium;
}

.price {
	position: relative;
	left: 475px;
	font-size: medium;
}

.price2 {
	position: relative;
	left: 466px;
	font-size: medium;
}

.subitem {
	position: relative;
	font-size: x-small;
	left: 90px;
}

.productprice {
	height: 40px;
	vertical-align: middle;
}

.product {
	position: absolute;
}

header h1 {
	margin-left: 200px;
	font-size: 56px;
	letter-spacing: -0.07em;
	text-shadow: 3px 3px 3px #ccc;
	
}

header h1 a {
	color: #000;
	text-decoration: none;

}

table {
 width: 100%;
 font-size: 12px;
 margin-bottom: 20px;
}

th {
 background-color: #666;
 color: #fff;
 text-align: left; 
}

th, td {
 padding: 5px; 
}

dl {
 font-size: 12px; 
}

dt {
 font-weight: bold; 
}

dd {
 margin-bottom: 5px;
 margin-left: 10px; 
}

address {
 font-size: 12px; 
}

s, strike, del {
  text-decoration: line-through; 
}

.size-full {
 max-width: 550px;
 height: auto;
 overflow: hidden; 
}



section {
	display: block;
	width: 550px;
	float: left;
}

article {
	display: block;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}



article p, footer p, article ul, article ol {
	font-size: 12px;
	line-height: 1.6em;
}

article p a {
	color: #000;
	text-decoration: underline;
}

article a img {
	padding: 5px;
}

article time {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	color: #999;
}

article time a {
  color: inherit;
  text-decoration: none;
}

article time a:hover {
  color: #999;
}

article h2 {
	color: #000;
	letter-spacing: -0.03em;
	font-size: 26px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;

}

article h2 a {
	color: #000;
	text-decoration: none;
}


/* comments */

#comments, .nocomments {
 clear: both; 
}

.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.children {
 list-style: none; 
}

.comment {
	border: 1px solid #ccc;
	padding: 10px 10px 0px 10px;
	margin: 0 0 20px 0;
	position: relative;
	min-height: 80px;
	background-color: #fff;
	border-radius: 5px;
}

.comment-body {
 padding-left: 80px; 
}

h3#comments, #respond h3 {
	color: #000;
	letter-spacing: -0.03em;
	font-size: 26px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
	text-shadow: 2px 2px 2px #ccc;
}

.comment p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.vcard {
	font-size: 12px;
	line-height: 1.6em;
}

.commentmetadata {
	font-size: 12px;
	line-height: 1.6em;
}

.comment a {
	color: #666;
	text-decoration: none;
}

.comment a:hover {
	color: #000;
	text-decoration: underline;
}


.even {
	background-color: #eee;
}

.avatar {
	position: absolute;
	top: 10px;
	left: 10px;
}


/* ping backs */

.pingback, .trackback {
	border: 1px solid #ccc;
	padding: 10px 10px 0px 10px;
	margin: 0 0 20px 0;
	position: relative;
	min-height: 80px;
	background-color: #eee;
	border-radius: 5px;
	color: #ccc;
	font-size: 12px;
	color: #666;

}

.pingback p, .trackback p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.pingback a, .trackback a {
	color: #ccc;
	text-decoration: none;	
}

.pingback a:hover, .trackback a:hover {
	color: #999;
}

div.reply {
 padding-bottom: 10px;
 clear: both; 
}

a.comment-reply-link {
 font-size: 12px;
 font-weight: bold; 
}





/* comment form */

#respond {
 clear: both; 
}

#commentform p {
 clear: both;
}

#commentform p input, #commentform p textarea {
  width: 400px;
  float: right;
}

p.form-allowed-tags {
 clear: both;
 padding-top: 20px;
 color: #999; 
}

p.form-submit input {
 width: auto !important; 
}

/* archive thumbnail thingy */

#archive article {
	position: relative;
}

#archive article div {
	margin: 0 0 0 130px;
}

#archive article img {
	position: absolute;
	padding: 5px;
	border: 1px solid #eee !important;
	top: 75px;
	left: 0px;
}



/* footer nav thingy */

.prevnext {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.prevnext a {
	color: #999;
	text-decoration: none;
}

.prevnext a:hover {
	color: #000;
}

.prevnext li {
	display: inline;
	padding: 10px;
}

/* compulsory wordpress stuff */

.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	max-width: 528px !important;
	height: auto;
}
.wp-caption img {
	margin: 5px;
	border: none;
  margin: 0 0 2px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px 0 5px 0;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.sticky {
 padding: 10px;
 background-color: #f9f9f9; 
}

.commentlist .bypostauthor {
  background-color: #f9f9f9;
  font-weight: bold;
}

.clearfix {
 clear: both;
 visibility: hidden; 
}


/* widgets */


.widget_rss ul a {
 display: block; 
 font-weight: bold;
 color: #000;
}

.widget_rss ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.widget_rss .rss-date {
  color: #999;
  font-size: 0.9em;
  display: block;
}

.widget_rss .rssSummary {
  font-size: 0.9em;
  line-height: 1.1em;   
}



.widget_recent_comments ul li a {
  display: block;
}

.widgettitle {
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
}

#wp-calendar {
 font-size: 0.8em;
 width: 140px; 
 border-collapse: collapse;
}

#wp-calendar td, #wp-calendar th {
  padding: 0px;
  text-align: center;
  border: 1px solid #ccc;
}

#wp-calendar td {
 color: #999; 
}

#wp-calendar td a {
 font-weight: bold;
 color: #444;
}

#wp-calendar caption {
 font-weight: bold; 
}
