.invisible {
	display: none;
}

body {
	font: 0.9em/ 1.7em 'helvetica neue',helvetica,arial,sans-serif;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
	background-color: #000;
}
h1,h2,h3,h4,h5,h6 {
	
	padding: 0px;
	margin: 24px 0px 2px 0px;
}
/* Links */
a:link,a:visited {
	color: #75d6ed;
	
	text-decoration: none;
}

a:active,a:hover {
	color: #75d6ed;
	text-decoration: underline;
}
#header {
	padding: 12px 12px 12px 12px;
}

#page {
	width: 1000px;
	margin: 24px 24px 0px 24px;
	padding: 12px 12px 12px 12px;
	background-image: url("images/inner-background.png");
	
}

.widecolumn {
	width: 506px;
	float: left;
	padding: 12px 12px 12px 12px;
}

.narrowcolumn {
	width: 740px;
	float: left;
	padding: 12px 12px 12px 12px;
}

#sidebar {
	float: left;
	width: 160px;
	padding: 12px 12px 12px 36px;
}

#footer {
	clear: both;
}

p {
	text-decoration: none;
	text-align: left;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:12px;
	
	
}

h1,h2,h3,h4,h5,h6 {
	
}

.post {
	padding-bottom: 40px;
}
.leftpost {
	float:left;
	width:130px;
	font-size:0.75em;
	padding-right:10px;
	padding-right:10px;
}
#respond {
	padding-left:160px;
}
.post h2 {
	clear:both;
	margin-top: 0px;
	margin-bottom: 18px;
	font-size: 26pt;
	line-height: 30pt;
	padding-top: 0px;
	text-transform: uppercase;
	
}
 .date {
	font-size:1.8em;
	font-weight:bold;
}
.post h2 a:link,.post h2 a:visited {
	
	color:white;
}
.post img {
	border: solid white 10px;
}
.post .entry {
	padding-left:160px;
}

h2.widgettitle {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size:11pt;
}

#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size:1.1em;
}

#sidebar ul li ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar ul li ul li {
	font-size: 0.75em;
	font-weight: normal;
	padding-left: 6px;
	padding-bottom: 6px;
	font-family:arial;
}

.postmetadata {
	font-size: 9.5pt;
	
}

#footer {
	width: 690px;
	text-align: right;
	padding: 0px 36px 12px 36px;
	border-top: solid 1px #444444;
}

#subscribe:link, #subscribe:visited {
	font-family:arial;	
	font-weight:bold;
	font-size: 18pt;
	color: #f99736;
	padding-top:4px;
	padding-left:2px;
}

#subscribe:active, #subscribe:hover {
	color: white;
	text-decoration:none;
}
#subscribe-icon {
}
	
/*
Comments
*/
.comment {
	padding-bottom:20px;
}
.comment-author {
	width:160px;
	float:left;
}
.comment-author  .fn{
	display:inline;
}
.comment-author  img{
	display:block;
}
ol.commentlist {
	list-style: none;
	padding-left:0px;
	margin-left:0px;
}
.comment p {
	padding-left:160px;
}

/*
Twitter Widget
*/
#twitter-2 ul li .from-meta {
	display:none;
}
#twitter-2 ul li .time-meta {
	padding-bottom:60px;
}
#twitter-2 ul li  {
	background-color:black;
	margin-bottom:20px;
}
/*
   Main menu
*/
.MainMenu {
	list-style-type: none;
	float:right;
	width: 360px;
	font-weight: bold;
	font-size:1.2em;
}

.MainMenu li {
	display: inline;
	padding-left: 16px;
}

.MainMenu a:link,.MainMenu a:visited {
	color: White;
	text-decoration: none;
}

.MainMenu a:hover,.MainMenu a:active {
	color: White;
	text-decoration: underline;
}


.MainMenu a.selected {
	color: #75d6ed;
	text-decoration: underline;
}
img {
	border: none;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
