/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/

body {
    background: white;
    font-family:"Lucida Grande", lucida, Geneva, Arial, sans-serif;
}
.img {
    border: 0px;
    margin: 0px; 
}

/* entries ----------------------------------------------- */

.entryTitle {
    font-weight: bold;
}
.entryInfo {
    font-size: 80%;
    color: #999;
}
div.dayTitle {
    font-size: 120%;
    font-weight:bold;	
}
div.next-previous {
    font-size: 80%;
    text-align: center;
    padding: .5em 0 0 0;

}

/* category chooser ----------------------------------------------- */

.category-chooser {
    margin: -50%;
    width:100%;
}
.rCategory li {
    font-size: 80%;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
li.selected {
    font-weight: bold;
}

/* other lists ----------------------------------------------- */

ul.rNavigationBar, ul.rMenu, ul.rFolder, ul.rFeeds, ul.rReferersList, ul.rEntriesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 80%;
}
ul.rFeeds li {
    background-image: url(http://blogs.sun.com/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em; 
    padding-left: 1.4em;
    line-height: 1.5em;
}

/* calendar ----------------------------------------------- */

.hCalendarDay{
    text-align : center;
    font-size: small;
}
th.hCalendarDayNameRow {
    text-align : center;
    font-size : small;
    font-weight : bold;
}
td.hCalendarDayCurrent {
    text-align : center;
    font-size  : small;
    font-weight: bold;
}
td.hCalendarDayLinked {
    text-align : center;
    font-size  : small;
    font-weight: bold;
}

/* comments ----------------------------------------------- */

div.comments-form span.status {
    display: block;
    background: white;
    color: green;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

span.error {
    display: block;
    background: white;
    color: #c00;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

p.comment-details {
    font-size: 80%;
    color: #999;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}

form ul{ position: relative; list-style: none; width: 100%; }
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 9px; }
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
form li{ display: inline-block; }
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; } 
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; } 
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
.choices input{ width: 200px; margin-right: 3px; }
.choices ol{ margin: 10px 0 0 0; }
.choices[class] ol{ margin: 0 !important; }
.choices img{ margin: 0 0 1px 0; }
fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }
input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }
/* revert to normal for Firefox */
li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file, 
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    color: #333;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
}

/*-------------------------------------------------------------
Moonshine theme styles
--------------------------------------------------------------*/

body {
	//font:12px;
	//background:#ddd;
        background:white;
	padding:0px;
	margin:0px;
}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#0000ff;
	outline:none;
	text-decoration:none;
    background:none;
}
	
a:visited {
	color:blue;
	background:none;
}
	
a:hover {
	color:black;
	background:white;
	text-decoration:underline;
}
	
label, input, select { outline:none; }

#centercontent {
	position: relative;
	top: 10px;
	background:#fff;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right:232px;
	border:1px solid #000;
}

#rightcontent {
	z-index:1;
	position: absolute;
	width: 220px;
	right:6px;
	top:5px;
	background:#fff;
	border:1px solid #000;
}

#banner {
	position: relative;
	//background:#fff;
    background: #6666cc;
    color: #ffff66;
	border:1px solid #000;
	margin-right:232px;
	margin-left: 5px;
	top:5px;
}
	
div.padded,h1,h2,h3,h4,h5,h6 {
	margin:0px 10px 10px 10px;
}

#rightcontent h2 {
    font-size: medium;
    border-top:1px;
    border-right: 5px; 
    border-bottom: 1px;
    border-left: 1px;
    border-style: solid;
    border-color: #000;
    margin: 0px -2px 10px 0px;
    padding: 2px 5px 2px 5px;
    background: #ffff66;
    color: #6666cc;
}

.rFolder {
    display: none;
}
	
p {
	margin:10px 0px 0px 0px;
}
	
h1 {
	margin-top:10px;
}
	
h2 {
	margin-top:10px;
}
	
#banner h1  {
	padding:10px 10px 0px 10px;
	margin:0px;
}
	
#banner h4  {
	padding:0px 10px 0px 10px;
	margin:0px;
}

div.footer {
	padding-left: 10px;
    padding-right: 10px;
	margin-top:0px;
	margin-right:40px;
	margin-left:40px;
	color:#666;
	border-style: solid;
	border-width: thin;
	border-color: #6666cc;
	border-top-style: none;
	border-collapse: collapse;
}

div.post {
	margin-right:40px;
	margin-left:40px;
	margin-bottom: 0px;
	padding: 10px;
	border-style: solid;
	border-width: thin;
	border-color: #6666cc;
	border-collapse: collapse;
}
	
input.textSizer {
	font-size:10px;
	font-weight:bold;
	background:black;
	color:white;
	width:40px;
}

label {cursor:hand}

.rBookmark {
    font-size: small;
}

.quote {
    font-style: italic;
    margin-left: 10%;
}

.hCalendarMonthYearRow {
    font-size: medium;
    font-weight: bold;
    color: #0000AA;
}
.hCalendarDayNameRow {
    font-size: small;
    font-weight: bold;
}
.hCalendarDay, .hCalendarDayLinked {
    font-size: small;
}
.hCalendarDayCurrent {
    font-size: small;
    font-weight: bold;
    border-style: dashed;
    border-width: thin;
    border-color: #0000AA;
    color: #0000AA;
}
.hCalendarNextPrev {
    font-size: small;
    font-weight: bold;    
}

div#copyrightnotice {
    font-size: x-small;
    text-align: center;
    //position: relative;
	margin-top: 10px;
	background:#fff;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right:232px;
	border:1px solid #000;
}
.comments {
  margin: 15px 15px 15px 15px;
}		

.comments-form {
  font-family:verdana, arial, sans-serif;
  color:#999;
  font-size:10px;
  font-weight:normal;
  background:#fff;	
  margin: 15px 15px 15px 15px;
}	
			
.comments-head	{ 
  font-family:verdana, arial, sans-serif; 
  font-size: 10px; 
  color: #999; 
  font-weight:bold;
  margin-top:10px;
  text-transform:uppercase;
  border-bottom:1px dotted #666;		
}

.entryBox {
  border: 1px solid #6666cc;
  padding: 4px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.dayBox {
    padding: 0px 15px 15px 15px;
}

div.catChooser {
    text-align: center;
