html,body{
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1D1D1D;
	}
html{
	background:#5A92C1 url(img/bk2.png) repeat-x right top;
	}
*{
	margin:0;
	padding:0}
a{
	/*font-weight:bold;*/
	outline:none;
	text-decoration:none;
	color: #007788;
	}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;	
	padding:0 0 8px 0;
	}
p,blockquote{	
	line-height:140%;
	margin:0 0 16px 0;
	}
blockquote{
	background:#fff;
	color:#333;
	border:1px solid #95CB42;
	border-right:5px solid #95CB42;
	padding:7px;
	}
.album{
	background:#fff;
	border:1px solid #95CB42;
	border-right:5px solid #95CB42;
	padding:7px}
	blockquote p{
		margin:0}
#container {
	width:760px;/*main width*/
	margin:0 auto;
	background:#649CCB url(img/bk.png) repeat-x right top;
	/*box shadow format:  x-offset y-offset  blur-width  outline-width  color-hex*/
	-moz-box-shadow: 0px 0px 5px 0px #043C6B;/* shadow for old firefox*/
	-webkit-box-shadow: 0px 0px 5px 0px #043C6B;/* shadow for old safari*/
	box-shadow: 0px 0px 5px 0px #043C6B;/* shadow for new CSS3 browsers*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;/* round corners in firefox*/
	}
#hd{
	height:180px;/*header height*/
	background:transparent url(img/head.png) no-repeat right top;
	}
	#hd h2{	
		font-size:34px;
		font-weight:normal;
		text-align:center;
		color:white;
		/*float:right;*/
		margin-top: 60px;	
		}
	#hd h2 small{
		font-size:11px;
		margin:-14px 0 0 0;
		display:block}
	#hd ul{
		/*float:right;*/
		list-style:none;
		margin-right: 20px;/*menu indention*/
		}
		#hd ul li{
			margin:113px 0 0 0;/*menu position*/
			float:right;/*menu alignment*/
		}
		#hd ul a{
			color:#FFFFFF;
			display:block;
			line-height:30px;/*menu height*/
			text-decoration:none;
			padding:1px 14px;
			margin:0 0px;
			border-right: 1px solid #97D7C7;/*menu separator highlight color*/
			border-left: 1px solid #3FA79F;/*menu separator shadow color*/
			font-weight:bold;
			/*font-size:20px;*/
			text-shadow: -2px 2px 0px #1F877F;/*everal shadows seperated by a comma, each in the format:  x-offset-pixels  y-offset-pixels  bulr-pixels  color-hex-code */
			}
		#hd ul a.act,#hd ul a:hover{
			/*border:1px solid #5B7900;*/
			/*border-bottom:0;*/
			padding:1px 14px;
			margin:0 0px;
			background:transparent url(img/cyan25per.png) repeat right top;
			}
#ct{
	/*width:730px;*/
	/*border: 1px solid #E0E0E0;*/
	padding: 40px 25px 25px 25px;/*total content padding (top left bottom right)*/
	border: 1px solid #E0E0E0;
	background:#FFFFFF url(img/content.png) repeat-x right top;
	}
		#ct ul{
			list-style:none;
			margin:0 20px 13px 0
		}
		#ct ul li{
			padding:0 18px 3px 0;
		}
		#pt{
			height:40px;/*page title height*/
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-size: 20px;
			color:#FFFFFF;
			/*background:url(img/head.png) top no-repeat;*/
			text-shadow: -1px 1px 3px #049CCD;/*several shadows seperated by a comma, each in the format:  x-offset-pixels  y-offset-pixels  bulr-pixels  color-hex-code */
			}
		#pc{
			font-size: 12px;
			color:#707070;
			padding: 20px 0px 20px 0px;/*page content padding (top left bottom right)*/
			/*opacity:0.7;filter:alpha(opacity=70);*/  /*set page transparency*/
			/*background:url(img/head.png) top no-repeat;*/
			text-shadow: -1px 1px 0px #F0F0F0;/*everal shadows seperated by a comma, each in the format:  x-offset-pixels  y-offset-pixels  bulr-pixels  color-hex-code */
			}
		
		
		
#sdm{
	float:left;
	width:200px}
	#sdm h2{
		border:1px solid #95CB42;
		background:#fff;
		text-transform:uppercase;
		font-size:12px;		
		padding:2px 6px 0 0;
		line-height:22px;
		margin:0 0 10px 0}
	#sdm p{
		padding:0 7px 0 0}
		#sdm p a{
			font-weight:bold;
			color:#1D1D1D}
		#sdm p a:hover{
			text-decoration:none}
	#sdm ul{
		list-style:none;
		padding:0 7px 0 0}
		#sdm li{
			padding:0 0 4px 0}
#ft{
	clear:both;
	/*
	width:730px;
	margin:0 0 0 230px;
	padding:10px 0 20px 0;
	*/
	padding: 20px 0 20px 0;
	text-align:center;
	font-size:11px;
	color:#909090;
	/*border-top:1px solid #E0E0E0;*/
	
	}
#ft a{
	color:#909090;
	font-weight:bold;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	border-right:5px solid #95CB42;
	padding: 1pt;
	margin: 5px;
   }
        
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	border-right:5px solid #95CB42;
	padding: 1pt;
	margin: 5px;
	}
	
	

/* BLOG */

/*content in the list summary page*/
.blogpost_include {
	background: #BDE7F7;
	border: 1px solid #6DA7D7;
	background: #5FCFEF url(img/blogbk.png) repeat-x;
	padding: 10px 15px 0px 15px;
	margin-top: 20px;
}

.postcontent { 
	margin: 0px 10px 5px 20px;
	height: 100px;
	overflow: hidden;
}

.postcontent img{ 
	border: 1px solid #717171;
	height: 90px;/*Limit post height in list, thus making it a preview. To see full post then comment or delete this line (and the width line after this)*/
	width: auto;
	margin: 0px 15px 0px 15px;
}

.posttitle {
	font-size: 18px;
}

.postinfo {
	font-size: 10px;
}

.postexpand {
	/*visibility:hidden;*/
}

/*content in the standalone page*/
.blogpost {
	overflow: hidden;
}
.blogpost img{ 
	margin: 0px 15px 0px 15px;
}
