/* G l o b a l */

body {
	bgcolor:#000000;
	margin:0;
	padding:0;
	font-size:10pt;
	color:#ccc;
	font-family:Trebuchet MS;
	}

a:link {
	color: blue;
	text-decoration:none;
	}

a:visited {
	color:darkblue;
	text-decoration:none;
	}

a:hover {
	color:green;
	text-decoration:italics;
	}

a img {
	border-width:0;
	}

/* L a y o u t */


	/*H e a d e r*/

#header {
	width:100%;

	}

#header p {
	margin:5px;
	vertical-align:top;
	align:left;
	font-weight:bold;
	}

#headerText {
	width:30%;
	font-family:fixedsys;
	text-align:right;
	font-size:30px;
	letter-spacing:.25em;
	line-height:1.65em;

	float:right;
	color:#999;
	
	}


#headerText a, #headerText a:visited {
	text-decoration:none;
	color:#999;
	}

#headerText a:hover {
	text-decoration:none;
	color:#c60;
	}

header table {
	width:100%;
	}

#header tr, #header td {
	font-size:9pt;
	letter-spacing:.15em;
	}


#headerPic {
	width:30%;
	float:right;
	
	font-size:9pt;
	letter-spacing:.15em;
	margin:0;
	align:right;
	}

#headerPic img {
	height:150px;
	width:150px;
	
	}


	/* B o d y */


#main {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	
	}

#leftSide {
	width:15%;
	float:left;
	
	}

#posts {
	width:60%;

	float:left;
	margin-left:5%;
	
	}

#rightSide {
	text-align:right;
	width:15%;
	float:right;
	
	}

/* H e a d i n g s */

h1 {
	margin:1em;
	font-size:10pt;
	text-transform:uppercase;
	letter-spacing:.2em;
	font-weight:normal;
	color:#c60;
	}

.postTitle {
	text-transform:none;
	}

.postTitle a, .postTitle a:visited {
	text-decoration:none;
	color:#c60;
	font-weight:normal;
	}

.postTitle a:hover {
	text-decoration:italics;
	color:green;
	}

.menuTitle {
	margin:.2em;
	}

/* P o s t s */

#posts {
	margin-bottom:10px;
	border-style:inset;
	border-color:lightgray;
	border-width:5px;
	}

.postText img {
	border:0;
	padding:5px;
	}

.postText img a {
	border-width:1px;
	border-color:blue;
	border-style:solid;
	}

.postText img a:visited {
	border-width:1px;
	border-color:darkblue;
	border-style:solid;
	}

.postText img a:hover {
	border-width:1px;
	border-color:green;
	border-style:solid;
	}

/* S i d e b a r s */


	

#leftSide ul, li {
	padding:.1em;
	text-align:left;
	list-style-type:none;
	}

#rightSide {
	text-align:right;
	
	

/*Profile----------------------------------------------- */

#profile-container {
  margin: 0 0 1.5em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.5em;
  }
.profile-datablock {
  margin: .5em 0 .5em;
  }
.profile-img {
  display: inline;
  }
.profile-img img {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 3px 0;
  }
.profile-data {
  margin: 0;
  font: bold 78%/1.6em "Trebuchet MS";
  text-transform: uppercase;
  letter-spacing: .1em;
  }
.profile-data strong {
  display: none;
  }
.profile-textblock {
  margin: 0 0 .5em;
  }
.profile-link {
  margin: 0;
  font: 78%/1.4em "Trebuchet MS";
  text-transform:uppercase;
  letter-spacing: .1em;
  }

/* F o o t e r */

#foot {
	width:100%;
	text-align:center;
	}

