
/* html elements */

body {
  color: #101010;
  background-color: #000000;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}

a,
a:link,
a:visited {
  color: #B0B0B0;
  text-decoration: none;
  font-weight: bold;
}

a:active,
a:hover {
  color: #FFFFFF;
}

b {
	color: #FFFFFF;
}

h1 { 
	color: #FFFFFF;
	font-weight: 900; 
	font-size: 30px; 
	letter-spacing: -0.25em;
	margin: 0 5px 0 5px;
}

h2 {
	font-weight: 700;
	font-size: 22px;
	letter-spacing:-0.15em;
	margin: 5px 5px -15px 5px;
}

h3 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing:-0.15em;
	margin: 2px 2px -3px 2px;
	color: #303030;
}

p {
	text-align: justify;
	width: 400px;
	position: relative;
	right: -40px;
	top: 13px;
}

p:first-letter {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: -12px;
	margin-top: -3px;
	float: left;
}

p:first-line {
	font-weight: 700;
}



/*  our divs */

div.inthebox {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	width: 480px; 
	text-align: right;
}
div.menu {
  font-size: 11px;
  color: #B0B0B0;
  text-align: right; 
  position: absolute; 
  top: 50px; 
  right: 500px; 
  width: 200px; 
}
div.menu a {
  color: #B0B0B0;
  margin-bottom: -5px;
}
div.menu a:hover {
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: -5px;
}

/*  so this is for photo blocks*/

#photos {
	position: relative;
	right: -2px;
	clear: both;
}

#photos img {
	border: 5px solid #B0B0B0;
	margin: 0px 5px 5px 0px;
}

/*  so this is for serendipity entries  */

#news {
	height: 430px;
	overflow: hidden;
}

#news p {
	top: -10px;
}


/* our major components */

#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#header .column {
  position: relative;
  float: left;
}
#box {
  background-color: #707070; 
  border: 5px solid #B0B0B0; 
  width: 500px; 
  height: 450px; 
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#footer {
  clear: both;
}




/* these are part of the sub nav that lies on top of the box and within the header */

#hcontainer {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#hbox {
	text-align: right; 
	width: 500px;
	color: #B0B0B0;
	font-size: 11px;
}
#hleft {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#hright {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}


/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}


div.container_serendipity_plugin_recententries {
  padding-left: 20px;
  padding-top: 75px;
}