/* Cleaned CSS: */

body {
    background-color: #bbeee7;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-position: top right;
	background-repeat: repeat-x;
    color: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Garamond", "Palatino", "Palatino Linotype", serif;
	font-size: 14px;
    width: 100%;
    height: 100%;
}

a {
	text-decoration: none;
	}
	
blockquote {
	background-attachment: scroll;
	background-color: #189b86;
	background-image: url(images/quote.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	width: 70%;
	margin: 0 auto;
	}
	
q {
	background-attachment: scroll;
	background-color: #189b86;
	background-image: url(images/quote.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	width: 70%;
	margin: 0 auto;
	}

dt {
	background-color: #189b86;
	}
	
/*header*/
#title {
    color: #045447;
	background-attachment: scroll;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: top left;
	width: 100%;
    font-family: "Century Gothic", Georgia, Verdana, sans-serif;
    height: 250px;
    overflow: hidden;
}
#title h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 75px 0 0 185px;
    padding-top: 20px;
    padding-left: 8px;
    white-space: no-wrap;
}
#title #journal_subtitle {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 220px;
    padding-left: 8px;
    white-space: no-wrap;
}
/*sidbear*/

#paraphernalia {
    position: absolute;
    left: 0;
    top: 240px;
    width: 200px;
    font-family: "Century Gothic", Georgia, Verdana, sans-serif;
	font-size: 12px;
	color: #035342;
}

#paraphernalia h2 {
	font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
	border-bottom: #048974 dotted 1px;
}
#paraphernalia .pbox {
    margin: 0px 10px;
}

.pbox a {
    color: #035342;
	text-decoration: none;
	border-bottom: #048974 dotted 1px;
}

.pbox a:hover {
    color: #048974;
	text-decoration: none;
	border-bottom: 0px;
	letter-spacing: 2px;
}

#journalinfo h2{
	display: none;
	}
#journalinfouserpic {
    text-align: center;
}

.journallinkbar {
text-align: center;
}
.pboxcontent {
    margin: 0px 8px;
}
.pbox dt {
    font-weight: normal;
    margin-top: 4px;
	border-bottom: #048974 dotted 1px;
	background-color: #baeee6;
}
.pbox dd {
    padding: 0;
    margin-left: 24px;
	font-style: italic;
}
.pbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pbox ul ul {
    margin-left: 24px;
}
.pbox li {
    margin: 0;
    padding: 0;
}
.pbox li.current {
    font-weight: bold;
	letter-spacing: 2px;
}
.pbox p {
    margin: 8px 0;
}

/*main page*/
#main {
    position: absolute;
    /*left: 20%;*/
    left: 200px;
    top: 200px;
    right: 0;
    margin: 0;
    background-color: #048974;
    color: #bbeee7;
    min-height: 150%;
    padding: 0 10px 0 0;
}
* html #main {
    width: 95%;
}

#main a:link {
    color: #ffffff;
	text-decoration: none;
	border-bottom: #bbeee7 dotted 1px;
}

#main a:visited {
    color: #bbeee7;
	border-bottom: #bbeee7 dotted 1px;
}

#main a:hover {
	color: #bbeee7;
	border: 0px;
	}
	
.day h2 {
    font-size: 36px;
    padding: 0 0 5px 10px;
    background-image: url(images/ptf8eefad891f5.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: 16px 0 8px 0;
    font-family: "ALS Script", "Century Gothic", Verdana, sans-serif;
}

.entryheader .entrytimestampdate {
    display: inline;
}
.entry {
	margin: 32px 16px 10px 26px;
	padding-bottom: 5px;
	clear: both;
	border-bottom: #035346 double;
	}

.entry .entryheader {
	text-align: left;
	padding-bottom: 10px;
	background-color: #189b86;
	}

.entry .entryheader h3 {
	margin: 0;
	padding: 0;
	}

.entryheader .entryicon {
	float: right;
	margin-right: 1em;
	}
	
.entryheader .entrytimestamp {
	display: inline;
	font-size: 10px;
	}
	
.entryheader .entrytimestampdate {
	display: none;
	}
	
.entrylinkbarpre {
	display: none;
	}

.entrylinkbarpost {
	text-align: right;
	}
	
.entryheader .entryuserpic {
float: right;
clear: both;
display: block;
padding: 0.5em;
}

.entry .entrycontent {
margin: 8px;
}

.entrymeta {
list-style: none;
padding: 0;
margin: 0 0 0.5em 0;
display: block;
}
.entrymeta .entrymetacaption {
font-weight: bold;
}
.entrymeta li {
white-space: no-wrap;
}

.entry .entryfooter {
clear: both;
margin: 0;
}


.entryheader .entryposter {
display: inline;
float:right;
margin-right: 8px;
}
.entryheader .entryposter:after {
}
.entryposter img, .collapsed_entry img {
}
.entrylinkbarpre {
	display: none;
	}
.entrylinkbarpost {
	display: block;
	float: right;
	}

.entryfooter .entrycmdlinks {
list-style: none;
vertical-align: middle;
margin: 0; padding: 0em;
white-space: no-wrap;
text-align: left;
}
.entryfooter .entrycmdlinks:before {
content: "(";
}
.entryfooter .entrycmdlinks:after {
content: ")";
}

.entrycmdlinks li {
display: inline;
}
* html .entrycmdlinks li {
margin-left: 1em;
}
.entrycmdlinks li:before {
content: " - ";
}
.entrycmdlinks li:first-child:before {
content: "";
}

/*friends page*/
.page_friends .entryheader .entryuserpic {
display: block;

}

/*comment and reply page*/
.comments {
    list-style: none;
    padding: 0;
    margin-left: 50px;
}
.comments .comments {
    margin-left: 25px;
}
.comments > li {
    margin: 0;
    padding: 0;
}

.comments .entry {
    margin-left: 0;
    margin-bottom: 8px;
}

.comments .entryheader {
	min-height: 15px;
	}
.textbox {
	background-color: #189b86;
	color: #ffffff;
	}
select {
	background-color: #189b86;
	color: #ffffff;
	}

/*calendar*/
.calendarmonth {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    margin-bottom: 2em;
	background-color: #189b86;
}
.calendarmonth td, .calendarmonth th {
	border-bottom: #bbeee7 dotted 1px;
    padding: 0.5em;
    margin: 0;
}
.calendarmonthlink {
    text-align: center;
}
.calendarmonthheader h2 {
    font-size: 16px;
    margin: 0;
}

.page_month #main form, .page_month #main dl {
    margin: 8px;
}
.calendardaynum { 
	text-align: center;
	border-bottom: #bbeee7 dotted 1px;
	width: 50%;
	}
.calendardaycount { 
	text-align: center;
	font-size: 18px;
	}
.calendarday {
width: 14%;
}
.itemrange {
    list-style: none;
    padding: 0;
    margin: 0.5em;
    text-align: center;
}
.itemrange li {
    display: inline;
    margin: 0 0.25em;
}
.itemrange li a:before, .itemrange li.current:before {
    content: "[";
}
.itemrange li a:after, .itemrange li.current:after {
    content: "]";
}


#server_sig {
    display: none;
}
