/*Global-------------------------------------------------*/

body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ccc;
	}
div {
	border:1px;
	border-color:white;
	}


a:link {
	color: blue;
	text-decoration: none;
	}

a:visited {
	color:darkblue;
	text-decoration:none;
	}

a:hover {
	color:green;
	text-decoration:underline;
	}

a img {
	border-width:0;
	}

/*Header------------------------------------------------*/

#header {
	width: 100%;
	
	background-color:lightgreen;
	}

#headerText {
	width: 70%;
	height:150px;
	font-family:fixedsys;
	text-align:right;
	font-size:37px;
	letter-spacing: .2em;
	background-color:lightblue;
	float:left;
	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: 78%/1.4em "Trebuchet MS";
	font-size:9pt;
	letter-spacing:.1em;
	}


#headerPic {
	width:30%;
	float:left;
	height:150px;
	
	background-color:red;
	}


#headerPic img {
	height:150px;
	width: 150px;
	}

#header p, #headerPic p {
	font: 78%/1.4em "Trebuchet MS";
	font-size:9pt;
	letter-spacing:.1em;
	margin:0;
	}





/*Layout------------------------------------------------------------*/

#main {
	width:100%
	margin: 0 auto;
	padding:0;
	text-align:left;
	background-color:lightgreen;
	margin-top:10px;
	}
#leftSide {
	width:18%;
	float:left;
	background-color: red;
	}
#posts {
	width: 63.9%;
	background-color:green;
	float:left;
	
	}



#rightSide {
	text-align:right;
	width: 18%;
	float:right;
	background-color: blue;
	}

/* Headings----------------------------------------------------------*/
h1 {
	margin:1em;
	font: 78%/1.4em "Trebuchet MS";
	text-transform:uppercase;
	letter-spacing: .2em;
	font-weight:normal;
	color: #c60;
	font-size:12pt;
	}


.postTitle {
	text-transform:none;
	padding: 5px;
	}

.postTitle a, .post-title a:visited {
	text-decoration:none;
	color: #c60;
	font-weight:normal;
	}

.postTitle a:hover {
	text-decoration:underline;
	color:green;
	}

.menuTitle {
	margin: .2em;
	}

/*Posts-------------------------------------------------------------------*/

#posts {
	padding-bottom:10px;
	}
	
.posts img {
	border:0;
	padding: 5px;
	}

.posts img a {
	border:0;
	padding:5px;
	}

.posts img a:hover {
	border: 1px, solid, red;
	}




/*Sidebars---------------------------------------------------------------*/

# sidebar ul {
	padding:1em;
	list-style:none;
	}

/*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;
  }

/*Footer-----------------------------------------*/
#footer {
  width: 660px;
  clear: both;
  margin: 0 auto;
  }
#footer hr {
  display: none;
  }
#footer p {
  margin: 0;
  padding-top: 15px;
  font: 78%/1.6em "Trebuchet MS";
  text-transform: uppercase;
  letter-spacing: .1em;
  }

