.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}

#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

/* tagcloud */
 
.smallestTag { 
	font-size: 9px; 
}

.smallTag { 
	font-size: 11px; 
}

.mediumTag { 
	font-size: 13px; 
}

.largeTag { 
	font-size: 16px; 
}

.largestTag { 
 	font-size: 20px; 
}

.byline { 
 	text-align: right;
 	padding-bottom: 15px; 
}

/* search */
.highlight { 
	background-color: yellow; 
}

.comment .comment_center .reply a { width: 140px }


.row label select
  {
    border:#e4e4e4 1px solid;
    margin:0 100px 0 0;
    width:310px;
    vertical-align:middle;
    padding:6px 5px;
  }
  
  .content p {
  	padding-bottom: 1em;
  }
  
 .content li {
  	padding-bottom: .5em;
  }
  
  
  div.endOfPostJewelry, p.download {
  	margin: 1em;
  } 
  
  div.endOfPostJewelry span {
  	margin: 0 1em;
  } 
  
  p.download span {
  	margin: auto;
  } 
  