/* global */
.comment {
	padding: 6px 10px 6px 0px;
}
.commentAlt {
	padding: 6px 10px 6px 0px;
	border: 1px solid #333333;
}
.subscr {
	font-size: 11px;
}
.commentForm {
	padding: 20px 20px 20px 20px;
	font-size: 80%;
	font-family: verdana, arial, sans-serif;
	border: 2px solid;
	margin: 4px 15px 4px 15px;
	border-color: #666;
}

.errorMsg {
	padding: 5px 5px 5px 30px;
	color: #000000;
	background-color: #CCC;
	font-weight: bold;
	border: 3px solid Black;
}
.postTitle {
	
	font-size: 120%;
	color: red;
}
/*
code {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}
code {
  color: black;
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #ffffcc;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
*/

code {
	color: black;
	margin: .5em 0;
	display: block;
	padding: 20px;
	text-align: left;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
	/* white-space: pre; */
  background: #ffffcc;
	border: 1px solid #0065C6;
}
html {
	height: 100%;
}



img {
	border: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}
.right {
	float: right;
	padding: 0px 0px 0px 8px;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}
/* unordered list */
.sidebar ul {
	margin: 8px 0px 0px 15px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* ordered list */
.sidebar ol {
	margin: 8px 0px 0px 15px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content {
	margin-left: auto;
	margin-right: auto;
}
/* main container */



/* logo */

#address {
	padding: 11px 17px 0px 14px;
	float: right;
	text-align: right;
}
#address p {
	padding: 0px;
	margin: 0px;
}
#links {
	float: right;
	width: 100px;
	text-align: right;
	padding: 0px 18px 0px 0px;
}
/* sidebars */
.sidebar {
	float:left;
	padding:0 0px;
	width:195px;
}
.sidebarRight {
	float:right;
	padding:0 6px;
	width:185px;
}
/* sidebar items / links */
.sidebaritem {
	text-align: left;
	width: 185px;
	float: left;
	margin: 0px 4px 11px 4px;
}
.sidebaritem h1, .sidebaritem h2, .sidebaritem p {
	margin: 0px 10px 0px 0px
}
.sidebaritem h1 {
	font-weight: normal;
	padding: 8px 0px 16px 0px;
	text-transform: uppercase;
}
.sidebaritem p {
	line-height: 16px;
	padding: 0px 0px 8px 0px;
}
.sidebaritem a, .sidebaritem a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}
.sbilinks ul {
	margin: 0px 0px 18px 10px;
}
.sbilinks li {
	list-style: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
.sbilinks li a, .sbilinks li a:hover {
	height: 16px;
	text-decoration: none;
	width: 149px;
}
/* page content (centre) */
#content {
	
	padding:9px 10px 10px 3px;
	width:500px;
	background-color:#FFF;
	line-height:normal;
}
#content h1 {
	font-family: arial, sans-serif;
	margin: 5px 0px 12px 0px;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
}
#content a, #content a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}
#content p{
	line-height:normal;	
}
#content br{
	line-height:normal;	
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom {
	display: block;
}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4, .rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4 {
	display: block;
	height: 1px;
	overflow: hidden;
}
.r1 {
	margin: 0 5px
}
.r2 {
	margin: 0 3px
}
.r3 {
	margin: 0 2px
}
.rtop .r4, .rbottom .r4 {
	margin: 0 1px;
	height: 2px
}
