body {
	margin: 0;
	padding: 1em;
	font: 0.79em/normal Arial, Helvetica, sans-serif;
	background: #99ccff;
    /**filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ff99ccff);  **/
}

h1 {
	font-size:1.3em;
}
h2 {
	font-size:1em;
	margin:0pt;
	padding:0.8em 0pt;
}
h3 {
	font-size:1em;
	margin:0;
}
a {
	color:#000033;
}
p {
	margin:0.5em 0;
}
#content {
	width:585px;
}
#footer {
	font-weight:bold;
	color:#000033;
	font-size:0.8em;
	padding:0.5em;
}
#menu {
	font-weight:bold;
	color:#000033;
	font-size:.85em;
	margin-right:2em;
	margin-top:0em;
}
#menu a {
	display:block;
	float:left;
	height:28px;
	width:125px;
	line-height:250%;
}
#menu a span {
	display:block;
	float:left;
	width:34px;
	height:24px;
}
#menu #facebook {
	background: url('/i/facebook.png') left no-repeat;
	width:108px;
}
#menu #linkedin {
	background: url('/i/linkedin.png') left no-repeat;
	width:105px;
}
#menu #twitter {
	background: url('/i/twitter.png') left no-repeat;
	width:95px;
}
#menu #diigo {
	background: url('/i/diigo.png') left no-repeat;
	width:123px;
}
#menu #picasa {
	background: url('/i/picasa.png') left no-repeat;
	width:132px;
}
#menu #flickr {
	background: url('/i/flickr.png') left no-repeat;
	width:95px;
}
#state {
	background: url('/graphics/facebook.gif') left no-repeat;
	padding-left:1.9em;
	margin-bottom:0.75em;
	font-size:0.95em;
	font-style:italic;
}

#articles a {
	display:block;
	font-weight:bold;
}
#articles p {
	color:#000033;
	font-size:0.95em;
}
.hr {
	border-bottom:1px solid #000033;
	clear:both;
	margin-top:5px;
}
hr {
	display:none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#icmy {
	background: url('retro/user.png') right no-repeat;
}
#icre {
	background: url('retro/clock.png') right no-repeat;
}
#icar {
	background: url('retro/earth.png') right no-repeat;
}
#icph {
	display:none;
}
#gallery {
	position:absolute;
	left:650px;
	top:0;
	width:600px;
	height:100%;
}
#gallery .n {
	position:relative;
	top:-10px;
}
#gallery .c {
	position:relative;
	top:-20px;
}
#gallery .space {
	padding:1px 30px;
	border:0px solid;
}
#retro img , #xgallery img {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFFFFF;
	border:1px solid #77AADD;
	padding:3px;
}
#diigo-banner {
	font: bold 12px arial;
	margin-bottom:5px;
}
#twitter_update_list {
	list-style-type:none;
	margin:0;
}
#twitter_update_list li {
	margin-bottom:7px;
}
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
