/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/

body {
    font-family:"Lucida Grande", lucida, Geneva, Arial, sans-serif;
    font-size:90%;
    color: #555;
    background: white;
}
#pageMenu {
   margin: 80px 10px 10px 10px;
}
#contentcenter {
}
#contentheader-image {
    /* 900 x 110 banner image */
    background:url(http://photophys.com/photophys/resource/Banner.jpg) no-repeat;
    height: 110px;
}
#contentheader-image a:link { color:#ffff00; }
#contentheader-image a:visited { color:#ffff00; }
#contentheader-image h1 { 
    color:#ffff00; 
    font-size:200%; 
    margin: 0px 0px 0px 20px; 
    padding: 10px 0px 10px 0px; 
}
#contentheader-image .rNavigationBar li { color:#ffff00; font-weight: bold }
#contentheader-image .rNavigationBar li a:link { color:#ffff00; font-weight: normal }
#contentheader-image .rNavigationBar li a:visited { color:#ffff00; font-weight: normal }

a {
    color:#a00;
    text-decoration:none;
    font-weight: bold;
}
p {
   margin-top: 0.6em;
   margin-bottom: 0.6em;
}
h1, h2, h3 {
   margin-top: 0;
   margin-bottom: 0.6em;
   color: #a00;
}
p.banner {
    margin: 0px 0px 0px 20px; 
    padding: 5px 0px 15px 0px; 
    color:#ffff00;
    font-size: 14pt;
}
img {
    border: 0px;
    margin: 0px; 
}
div.next-previous {
    font-size: 80%;
    text-align: center;
    padding: .5em 0 .5em 0;
}
.rNavigationBar { 
    color:white; 
    margin: 0px 0px 0px 0px; 
    padding: 15px 0px 10px 0px;
    list-style-type: none;
    font-size : x-small;
}
h2.sidebar {
    border-top: 1px solid gainsboro;
    margin-top: 1em;
}
#SideBar {
   font-size: x-small;
}

.badges {
   border-top: 1px solid gainsboro;
   margin-top: 2em;
   font-size: x-small;
   text-align: center;
}

	blockquote {
		border-left:5px solid #ddd;
                padding: 5px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
                overflow: auto;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}

    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }

/* entries ----------------------------------------------- */

h2.entryTitle {
    font-weight: bold;
    font-size: 140%;
    padding: 0;
    margin-bottom: 0;
    padding-top: 1em;
}
h3.entryTitle {
    font-weight: bold;
    font-size: 120%;
    padding: 0;
    margin-bottom: 0;
}
.entryInfo {
    font-size: 80%;
    color: #999;
    font-weight: normal;
    margin: 0;
    padding: 3px;
}
.entryBox {
    padding-bottom: 1.0em;
}
div.dayTitle {
    border-top: 1px solid gainsboro;
    font-weight:bold;
    margin: 0.5em 0 0 0;	
}
div.dayTitle h2 {
   padding: 0px;
   margin: 0px 0px 0.5em 0px;
}
.permalink {
    padding: 2px 0px 2px 20px;
    background: url('/roller/resource/icon_clock.gif') left center no-repeat;
    font-weight: normal;
}
.commentslink {
    padding: 2px 0px 2px 20px;
    background: url('/roller/resource/comment.gif') left center no-repeat;
    font-weight: normal;
}

/* category chooser ----------------------------------------------- */

.category-chooser  {
    margin: -50%;
    width:100%;
}
.rCategory li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
li.selected {
    font-weight: bold;
}

/* other lists ----------------------------------------------- */

ul.rMenu, ul.rFolder, ul.rFeeds, ul.rReferersList, ul.rEntriesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 80%;
    font-size : x-small;
}
ul.rFeeds li {
    background-image: url(http://photophys.com/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em; 
    padding-left: 1.4em;
    line-height: 1.5em;
    font-size : x-small;
}

/* calendar ----------------------------------------------- */

.hCalendarDay{
    text-align : center;
    font-size: x-small;
}
th.hCalendarDayNameRow {
    text-align : center;
    font-size : x-small;
    font-weight : bold;
}
td.hCalendarDayCurrent {
    text-align : center;
    font-size  : x-small;
    font-weight: bold;
    background-color: #ddd;
}
td.hCalendarDayLinked {
    text-align : center;
    font-size  : x-small;
    font-weight: bold;
}

/* big calendar ----------------------------------------------- */


.hCalendarMonthYearRowBig {
  font-size: x-large;
  font-weight: bold;
}

.hCalendarTableBig {
  width: 100%;
  text-align : center;
  padding: 5px;
  background-color:#eee;
}

.hCalendarMonthYearRowBig {
  color: white;
  background-color : #ccc;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  width: 12%;
}

.hCalendarDayNameRowBig {
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffff;
  margin: 2px;
  width: 12%;
  font-weight: bold;
}

.bCalendarDayContentBig {
  font-size: x-small;
  padding: 3px 0px 3px 0px;
}

.hCalendarDayTitleBig {
  position: relative;
  left: 0;
  top: 0;
  width: 25%;
  padding: 3px 0 3px 0;
  background: transparent;
  color: #050505;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
  font-size: small;
  text-align: center;
  font-size: small;
}

.hCalendarDayBig {
  vertical-align: top;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffff;
  margin: 2px;
  width: 12%;
}
TD.hCalendarDayCurrentBig {
  vertical-align: top;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffff;
  margin: 2px;
  width: 12%;
}

TD.hCalendarDayLinkedBig {
  vertical-align: top;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffff;
  margin: 2px;
  width: 12%;
}
TD.hCalendarDayNotInMonthBig {
  vertical-align: top;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffff;
  margin: 2px;
  width: 12%;
}
.hCalendarNextPrevBig {
  vertical-align: top;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffff;
  margin: 2px;
  width: 12%;
}

.hCalendarDayNameRowBig {
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffff;
  margin: 2px;
  width: 12%;
  font-weight: bold;
}

/* comments ----------------------------------------------- */

p.comment-details {
    font-size: 80%;
    color: #999;
}
.comments-head {
    border-top: 1px solid gainsboro;
    font-size: 120%;
    padding: 5px;
    margin-top: 1em;
    font-weight: bolder;
    color: #700000;
}
.comments .even {
     padding: 5px 10px;
}
.comments .odd {
     background: #eee;
     padding: 5px 10px;
     border-top: 1px solid silver;
     border-bottom: 1px solid silver;
}
.comment .comment-details {
    padding-left: 3px;
    margin-bottom: 0 !important;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator .enabled {
    color: green;
    font-style: italic;
}
.comments-syntax-indicator .disabled {
    color: red;
    font-style: italic;
}
div#commentAuthenticator p {
    font-size: 11px;
}
form#commentForm textarea {
    width: 100%;
}

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; !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%;
}

.s1 {
font-size:60%;
}
.s2 {
font-size:80%;
}
.s3 {
font-size:100%;
}
.s4 {
font-size:120%;
}
.s5 {
font-size:140%;
}

