/*
 CONTENTS:
 - HEADINGS
 - LINKS
 - BORDERS
 - BORDERCOLORS
 */

body{
	background-color: #B0C4DE;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

.standardmargin{
		margin-top:0px;
		margin-bottom:10px;
		padding:0px 20px 0px 20px;
}

/* HEADINGS */
h1, h2, h3{
	color: #EBF0F6;
}

h1{ 
	font-size: 20pt; 
}

.blogpost h2, .potm h2{
	font-size: small;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: lowercase;
}

.blogpost h3, .potm h3 {
	color: #000000;
	font-size: x-small;
	padding-top: 0px;
	margin-top: 0px;
}

#sidebar h3{
	font-size: small;
	padding-top: 0px;
	margin-top: 0px;	
	margin-bottom: 5px;
	text-transform: lowercase;
}
/* --- */

/* LINKS */
a, a:link, a:visited, a:active, a:focus {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.photolink, a.photolink:link, a.photolink:visited, a.photolink:active, a.photolink:focus{
	color: #000000;
	font-weight: bold;
	text-decoration: overline;
}

/* For links of transparent gif images */
a.trans:hover{
	background-color: transparent;
}

 a:hover, a.photolink:hover, #top{
	color: #EBF0F6;
}

a.photolink:hover {
	font-weight: bold;
}
/* --- */

/* BORDERS */
.blogpost{
	border-bottom: 1px solid;
}
/* --- */

/* BORDERCOLORS */
#top, .blogpost {
	border-bottom-color: #EBF0F6;
}

#sidebar{
	border-left-color: #EBF0F6
}
/* --- */

/* BOXES */
.blogpost .framed{
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -25px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.blogpost, .menu{
	padding-top: 8px;
	padding-bottom: 8px;
}
/* --- */

.category{
	font-size: xx-small;
	font-variant: small-caps;
	vertical-align: super;
}

.footer{
	margin-left: 10px;
	font-size: xx-small;
	float: left;
}

.framed{
	border: 3px double #000000;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.offair{
	color: #B22222;
	font-weight: bold;
}

.oldbrowsers{
	color: #FF0000;
	display: none;
	font-size: smaller;
}

.onair{
	color: #228B22;
	font-weight: bold;
}

.title{
	font-size: medium;
	font-variant: small-caps;
	vertical-align: super;
}

.highlight{
   color: #EBF0F6;
}

.code{
	color: green;
	font-family: "Lucida Console", monospace;
}

.comment{
	color: red;
   font-family: "Lucida Console", monospace;
}
