html, body, div, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
#header ul, #nav ul, #footer ul, #photo ul, #top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/******************************* BODY *******************************/

html, body {height: 100%;}
body {
	color: #333;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: url(../images/bkg-top.jpg) center top repeat-x;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
img.left, .left img {
	float: left;
	margin: 2px 20px 16px 0;
}
img.right, .right img {
	float: right;
	margin: 2px 0 16px 20px;
}
td {
	text-align: left;
	vertical-align: top;
}
.bold, strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
	color: #333;
}
.bold_italic {
	font-weight: bold;
	font-style: italic;
}
p {
	padding: 5px 0;
	line-height: 1.6em;
}
a:link, a:active, a:visited {
	color: #FF0000;
}
a:hover {
	color: #0584AD;
}
h1, h2, h3, h4 {
	font: bold 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
	margin-top: 16px;
	color: #0584AD;
}
h1 {
	color: #FF0000;
	font-size: 20px;
	border-bottom: 1px dotted #333;
	padding-bottom: 9px;
	margin: 0 0 12px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	border-bottom: 1px dotted #333;
	padding-bottom: 6px;
	margin: 16px 0 6px;
}
h3 {
	font-size: 16px;
}
h4 {
	margin-top: 12px;
	padding-bottom: 2px;
}
hr {
	border: none;
	height: 1px;
	background-color: #ccc;
	margin: 10px 0;
}
.hide, .blogsitesummary .author, #WebLinkDisable, #is-login-widget, #not-login-widget, #is-login-top, #not-login-top {
	display: none;
}


.legal {
	font-size: 10px;
	color: #666;
}
.edit  {
	background:url(i/textbox-bg.jpg) #ececec repeat-x;
	border-width: 1px;
	border-color: #ACACAC;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 12px;
	width: 100%;
}
.login  {
	background:url(i/textbox-bg.jpg) #ececec repeat-x;
	border-width: 1px;
	border-color: #ACACAC;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 12px;
	width: 250px;
}
.checkbox {
	background:url(i/textbox-bg.jpg) #ececec repeat-x;
	border-width: 1px;
	border-color: #ACACAC;
	border-style: solid;
}
.button {
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.button:hover {
	color: #0584AD;
}


