/* OVERALL PAGE */
body {
	font-family: verdana, "lucida grande", arial, sans-serif; 
	font-size:13px;
	line-height:150%;
	margin:0px;
	padding:0px;
	background-color:#fff;
}

#left {
	float:left;
	width:100%;
}

#right {
	width:0%;
	margin-left:100%;
  display:none;
}

#center {
	width:90%;
	padding-left:5%;
}

.inside  {
	padding:0px;
	clear:none;
}



a {
	color:#006699;
	text-decoration:none;
}



/* HEADERS */


h1 {
font-size:100%;
margin:0px 0px 25px 10px;
color:black;
}



h1 a {
text-decoration:none;
color:black;
}



h1 a:visited {
text-decoration:none;
color:black;
}





h3 {
	margin-top:20px;
	text-align:left;	
	margin-left:0px;
	font-size:medium;
}

h3 a, h3 a:visited {
	text-decoration:none;
	color:black;
}

h3 a:hover {
	color:#006699;
}

/* PARTICULAR ITEMS */

.siteDescription, .entry .footer, .entries, .comments, .albums, .nav {
display:none;
color:black;
}

.entry .footer, .entries, .comments, .albums, .nav {
	margin:40px 0px;
	padding:10px 0px;
	text-align:left;

}



.footer { color:black;	font-style:italic; }



.entries {
	color:black;
	margin-top:25px;
}

.entry a { text-decoration:none }

.comments {
  margin-top:25px;
}

ul.tpl, li.tpl {
	margin:0px;
	padding:0px;
	list-style:none;
}

.footer a { text-decoration:none }

h4 {
	font-weight:normal;
	margin:5px;
	padding:0px;
	font-style:italic;
	font-size:medium;
}

h5 {
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:small;
}

h6 {
	font-size:medium;
	font-weight:normal;
}

.comment .footer {
	text-align:left;
	margin-left:10px;
}

li .comment, li .entry  {
	padding:10px;
	overflow:auto;
}

.formInputInfo {
	margin-left:10px;
	color:#333;
}

.album img {
	background-color:white;
	padding:5px;
	border:solid black 1px;
	width:100px;
	height:100px;
}

.info {
color:#999;
font-size:9px;
}

.masthead {
	width:550px;
	height:100px;
	margin:0px;
	padding:0px;
	border:0px;
}

img { 
	border:solid black 1px;
	padding:0px;
	margin:0px;
}

li .document, ul .document {
	list-style-image: url('imgs/page.gif')
};

li .folder, ul .folder {
	list-style-image: url('imgs/folderopen.gif')
};

.comment .author {
	font-style:normal;
	text-transform:none;
	font-weight:bold;
	text-decoration:none;
}

cite { 
	font-style:normal;
	text-transform:none;
	text-decoration:none;
}

.comment .body {
	margin-left:20px;
}

.searchword {
	background-color:yellow;
}

ul.numbered {
	list-style:decimal;
}

.justified {
	text-align:justify;
}

li a:visited, .entry p a:visited, #right a:visited   {
	text-decoration:none;
}	

a:visited.imga { border:0px }


a.ext { 
color:#BF7300;
text-decoration:none;
font-weight:bold 
}

a.int { font-weight:bold }

h2 {
text-transform:uppercase;
font-size:10px;
font-weight:normal;
padding:0;margin:0;
}

.entry a:link:after, .entry a:visited:after, .footer a:link:after, .footer a:visited:after {
   content: " [URL:  " attr(href) " ] ";
   font-size: 90%;
}
