
BODY {
margin:10px;
padding:0px;
background-color:#ddd;
background-image: url('http://www.moonlightartstudio.com/lthr.jpg');
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:12px;
line-height:14px;
color:#000;
}

H1 {
font-family: "Times New Roman","Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:36px;
line-height:36px;
font-weight:bold;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
}

H2 {
font-family: "Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:28px;
line-height:32px;
font-weight:bold;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
width:100%;
}

H3 {
font-family: "Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:16px;
line-height:16px;
font-weight:bold;
color:#777;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
margin-left:-5px;
min-width:172px;
}

H4 {
font-family: "Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:16px;
line-height:16px;
font-weight:bold;
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:5px;
}

P {
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:13px;
line-height:17px;
font-weight:normal;
}

LI {
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:12px;
line-height:14px;
font-weight:normal;
padding-bottom:3px;
}

CITE {
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;font-size:12px;
line-height:14px;
font-weight:normal;
font-style:normal;
}

TD {
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:12px;
line-height:14px;
color:#000;
font-weight:normal;
}

A {
text-decoration:none;
color:#777;
}

A:hover {
color:#00a;
}

.picture {
border:1px solid #ccc;
padding:5px;
margin:5px;
}

.entryview {
padding:20px;
}

.entry {
padding-left:10px;
}

.margin {
margin-top:20px;
padding:20px;
border-left:1px solid #ccc;
}

.section {
padding:10px;
line-height:16px;
}

.day_empty {
background-color:#fff;
}

.day_heading {
font-weight:bold;
text-align:center;
}

.day_off {
background-color:#fff;
}

.day_on {
background-color:#ddd;
font-weight:bold;
}

.day_today {
background-color:#fa0;
font-weight:bold;
}

.month_previous{
text-align:left;
}

.month_next {
text-align:right;
}

.month_current {
text-align:center;
}

.code {
font-family:"Courier New",Courier;
border:1px solid #aaa;
background-color:#ffa;
padding:5px;
margin:10px;
}




.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.blogfooter {
    font-size: 85%;
    clear: both;
}

