/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background-fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F2F5F8;
}
#container {
	background-image: url(images/container-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 960px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	background-image: url(images/top-background.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 131px;
	width: 960px;
}
#bluebar {
	background-color: #769FD3;
	background-image: url(images/blue-bar.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#logo {
	margin-bottom: 1px;
	float: left;
	padding-left: 32px;
}
#login {
	float: right;
	padding-right: 16px;
	line-height: 40px;
	color: #F1D022;
}
#login a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#login a:hover {
	color: #003366;
	text-decoration: underline;
}



#yellowbar {
	background-color: #f1d022;
	margin-bottom: 1px;
	padding: 0px;
	height: 24px;
}
#yellowbar ul {
	float: right;
	width: 960px;
	display: block;
	text-align: right;
}

#yellowbar li {
	margin-right: 16px;
	margin-left: 16px;
	line-height: 24px;
	display: inline;
}
#yellowbar a {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
#yellowbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}


#main {
	width: 960px;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 208px;
	background-image: url(images/nav-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 500px;
	padding: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
}
#postitmenu {
	padding-right: 16px;
	padding-left: 16px;
}
#postitmenu li {
	margin: 0px;
	padding: 0px;
	width: 176px;
}
#postitmenu li img {
	margin: 0px;
	padding: 0px;
}
#postitdate {
	background-image: url(/media/5569/yellow-postitdate.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 95px;
	margin-top: -16px;
	margin-right: -16px;
	margin-bottom: 16px;
	margin-left: 16px;
	font-size: 18px;
	font-weight: normal;
	color: #555;
	text-align: center;
	line-height: 19px;
	float: right;
	padding-top: 32px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#postitdate .day {
	display: block;
}
#postitdate .month {
	display: block;
}
#remember-but {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 101px;
	width: 176px;
}
#search-but {
	display: block;
	height: 85px;
	width: 176px;
	margin: 0px;
	padding: 0px;
}
#help-but {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 176px;
}
#edit-but {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 176px;
}


#content {
	float: right;
	width: 624px;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 0px;
}
#content h1 {
	color: #666;
	font-size: 240%;
	font-weight: normal;
	margin-bottom: 16px;
}
#content h1 a {
	color: #F90;
	text-decoration: none;
}
#content h1 a:hover {
	color: #036;
	text-decoration: underline;
}


#content h2 {
	color: #666;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 16px;
}

#content p {
	margin-bottom: 16px;
}
#content p a, #content li a {
	text-decoration: none;
	color: #FF8000;
}
#content p a:hover, #content li a:hover {
	text-decoration: underline;
	color: #5f98ed;
}
#content li {
	margin-bottom: 5px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 15px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {
	margin-bottom: 15px;
}
#content td {
	margin: 0px;
	padding: 0px;
}
#content blockquote {
	background-color: #F3F3F3;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #DDD;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
}
.imagecaption {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	color: #666;
}




/*content form*/
#content p em, #content ol em   {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#content form p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}
#content form  {

}
#content form fieldset {
	padding: 16px;
	overflow: hidden;
	border: 1px solid #B6C1D3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	width: 590px;
}
#content form fieldset legend span{
	text-transform: none;
	color: #FF9900;
	font-size: 180%;
	line-height: 100%;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#content form ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#content form ol li {
	padding: 2px;
}
#content form ol li label {
	vertical-align: middle;
	font-size: 100%;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	color: #335998;
	font-weight: bold;
	width: 450px;
}
#content form ol li label span {
	font-weight: normal;
}

#content form ol li label em {
	text-transform: uppercase;
	color: #FF0000;
}
#content form ol li select {
	background-color: #FFF !important;
	border: 1px solid #B6C1D3;
	margin: 0px;
	padding: 5px;
	color: #333333;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content form ol li input.text {
	border: 1px solid #B6C1D3;
	padding: 5px;
	width: 440px;
	color: #333333;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content form ol li textarea.text {
	border: 1px solid #B6C1D3;
	padding: 5px;
	width: 440px;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
#content form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding:0;
	padding-left: 2px;
}
#content form ol li input.checkbox , #content form ol li input.radio{
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#content form .submit {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	background-image: none !important;
	background-color: #FFFFFF;
}
#content form .templates {
	height: 180px;
	background-image: url(/media/6736/template-styles.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* footer */
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	width: 960px;
	overflow: hidden;
}
#footer a {
	color: #FF8000 !important;
	text-decoration: none !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  !important;
}
#footer a:hover {
	color: #039 !important;
	text-decoration: underline !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  !important;
}


#dmh {
	width: 140px;
	float: left;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#dmh-address {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#dmh-contact {
	float: left;
	width: 270px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#dmh-contact p a {
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}
#dmh-contact p a:hover {
	font-weight: bold;
	color: #006;
	text-decoration: none;
}


#dmh-donate {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dmh-donate p a {
	color: #FF8000;
	text-decoration: none;
	font-weight: bold;
}
#dmh-donate p a:hover {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
#downloads , #donateonline{
	display: block;
	clear: both;
}
#downloads ul , #donateonline ul{
	padding: 0px !important;
	list-style-type: none !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#downloads li   {
	background-color: #E9F0F8;
	font-weight: bold;
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 55px;
	display: block;
	font-size: 120%;
}
#donateonline li   {
	background-color: #E9F0F8;
	font-weight: bold;
	background-image: url(images/online-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 55px;
	display: block;
	font-size: 120%;
}
#menu li  {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#menu a  {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	font-size: 120%;
}
#menu a:hover {
	color: #003366;
	text-decoration: underline;
}
#profile {
	margin-bottom: 16px;
	overflow: hidden;
}


#profile img {
	height: 208px;
	width: 208px;
	margin-bottom: 16px;
}

#profile h1 {
	font-size: 220%;
	color: #666;
}
#profile h2 {
	font-size: 120%;
	margin-bottom: 16px;
	color: #F90;
}
#profile h3 {
	font-size: 100%;
	font-weight: normal;
	color: #666;
}
#archive li {
	list-style-type: none;
}

#comments {
	margin-top: 32px;
	font-weight: normal;
	background-color: #FDF9DF;
	padding: 16px;
}
#comments h2 {
	margin: 0px;
	padding: 0px;
}
#comments a {
	text-decoration: none;
	color: #FF8000;
}
#comments a:hover {
	text-decoration: underline;
	color: #5f98ed;
}

#previous-blogs {
	background-color: #FCFDFE;
	padding: 16px;
	margin-top: 32px;
}
#previous-blogs h3 a {
	font-size: 120%;
	color: #F90;
	text-decoration: none;
}
#previous-blogs h3 {
	margin-top: 16px;
	padding-top: 16px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

#previous-blogs h3 a:hover {
	color: #036;
	text-decoration: underline;
}
#photo-gallery-page #content p img {
	max-width: 600px;
}



/* standard template */
.standard #content h1 {
	color: #F90;
}
.standard #content fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}




/* girl template */
.girl #content h1 {
	font-family: "Comic Sans MS", cursive;
	color: #F09;
}
.girl #content h2 {
	font-family: "Comic Sans MS", cursive;
}
.girl #sidebar {
	background-image: url(images/girl-nav-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.girl #profile h1 {
	font-family: "Comic Sans MS", cursive;
	color: #F09;
}
.girl #profile h2 {
	font-family: "Comic Sans MS", cursive;
	color: #639;
}
.girl #profile h3 {
	font-family: "Comic Sans MS", cursive;
}
.girl #content p {
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
}
.girl #content a {
	font-family: "Comic Sans MS", cursive;
}
.girl p  a, .girl h1 a, .girl #menu a, .girl #previous-blogs a, .girl #comments a{
	font-family: "Comic Sans MS", cursive !important;
	color: #F09 !important;
}
.girl p a:hover , .girl h1 a:hover, .girl #menu a:hover, .girl #previous-blogs a:hover,  .girl #comments a:hover {
	font-family: "Comic Sans MS", cursive !important;
	color: #639 !important;
	text-decoration: underline;
}
.girl #previous-blogs {
	background-color: #FFF4FB;
}
.girl #comments {
	background-color: #F0E9F8;
}
.girl #content fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}
.girl #postitdate {
	background-image: url(/media/5574/pink-postitdate.jpg);
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
}




/* traditional template */
.traditional #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.traditional #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.traditional #sidebar {
	background-image: url(images/traditional-nav-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.traditional #profile h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.traditional #profile h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.traditional #profile h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.traditional #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.traditional #content a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.traditional p a, .traditional h1 a, .traditional #menu a, .traditional #previous-blogs a, .traditional #comments a {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #333 !important;
}
.traditional p a:hover, .traditional h1 a:hover, .traditional #menu a:hover, .traditional #previous-blogs a:hover, .traditional #comments a:hover {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #F90 !important;
	text-decoration: underline;
}
.traditional #previous-blogs {
	background-color: #F3F3F3;
}
.traditional #comments {
	background-color: #F8F8F8;
}
.traditional #content fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}
.traditional #postitdate {
	font-family: Georgia, "Times New Roman", Times, serif;
}




/* boy template */
.boy #content h1 {
	font-family: "Comic Sans MS", cursive;
	color: #09F;
}
.boy #content h2 {
	font-family: "Comic Sans MS", cursive;
}
.boy #sidebar {
	background-image: url(images/boy-nav-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.boy #profile h1 {
	font-family: "Comic Sans MS", cursive;
	color: #009;
}
.boy #profile h2 {
	font-family: "Comic Sans MS", cursive;
	color: #09F;
}
.boy #profile h3 {
	font-family: "Comic Sans MS", cursive;
}
.boy #content p {
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
}
.boy #content a {
	font-family: "Comic Sans MS", cursive;
}
.boy p a, .boy h1 a, .boy #menu a, .boy #previous-blogs a, .boy #comments a {
	font-family: "Comic Sans MS", cursive !important;
	color: #09F !important;
}
.boy p a:hover , .boy h1 a:hover, .boy #menu a:hover, .boy #previous-blogs a:hover, .boy #comments a:hover {
	font-family: "Comic Sans MS", cursive !important;
	color: #009 !important;
	text-decoration: underline;
}
.boy #previous-blogs {
	background-color: #F2F5FF;
}
.boy #comments {
	background-color: #F0F9FF;
}
.boy #content fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}
.boy #postitdate {
	background-image: url(/media/5579/blue-postitdate.jpg);
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
}




/* page elements */
#searchboxes {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.searchname fieldset    {
	background-color: #F1D022 !important;
	color: #FFF !important;
	width: 268px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	height: 115px;
}
.searchname fieldset ol li {

}
.searchname fieldset ol li label {
	width: 120px !important;
	line-height: 28px;
	color: #333 !important;
	margin-bottom: 4px;
}
.searchname #Search{
	line-height: 18px;
	padding: 4px;
	border: 1px solid #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	width: 250px;
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.searchname #Searchdate-button {


}
.searchdate {
	float: left;
	margin-right: 16px;
}

.searchdate fieldset {
	background-color: #CEDDEF !important;
	color: #FFF !important;
	width: 268px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	height: 115px;
}
.searchdate fieldset ol li{


}
.searchdate fieldset ol li label {
	width: 60px !important;
	float: left !important;
	line-height: 28px;
	color: #333 !important;
	padding-bottom: 4px;
}
.searchdate #Day {
	font-size: 100%;
	line-height: 18px;
	color: #666;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #FFF;
	width: 120px;
	margin-right: 16px;
	margin-bottom: 4px;
}
.searchdate #Month {
	font-size: 100%;
	line-height: 18px;
	color: #666;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #FFF;
	width: 160px;
	margin-right: 16px;
	margin-bottom: 4px;
}
.searchdate #Searchdate-button {
}
#search-results-page #content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 640px;
	overflow: hidden;
}
#search-results-page #content ul li {
	background-color: #F3F5F8;
	margin-right: 16px;
	height: 100px;
	margin-bottom: 16px;
}
#search-results-page #content ul li img {
	height: 100px;
	width: 100px;
	float: left;
}
#search-results-page #content ul li h3 {
	float: left;
	display: block;
	width: 490px;
	font-size: 160%;
	font-weight: normal;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#search-results-page #content ul li h4 {
	float: left;
	display: block;
	width: 490px;
	font-size: 100%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

#search-results-page #content h2 {
	margin-top: 16px;
}
#months {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
#months li {
	float: left;
	margin-right: 16px;
}

.process {
	padding: 0px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.process ul {
	padding: 0px !important;
	list-style-type: none !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.process li {
	line-height: 32px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	margin-bottom: 8px;
}

.process1 {
	background-image: url(images/1.gif);
}
.process2 {
	background-image: url(images/2.gif);
}
.process3 {
	background-image: url(images/3.gif);
}
.process4 {
	background-image: url(images/4.gif);
}
.process5 {
	background-image: url(images/5.gif);
}
.process6 {
	background-image: url(images/6.gif);
}
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

