/* CSS Created by Iraiscoming223 for Manoeuvre.it */

body {
	 background: white url('layout/bodytop.gif') repeat-x;
	 height: 100%;
    font-size: 10px;
    font-family: Tahoma, Verdana, sans-serif;
    padding: 10px;
    margin:0;
    overflow:auto;
}

#posts {
	position: relative;
	float: left;
	width: 60%;
	max-width: 60%;
	background: url('layout/backposts.png') repeat-y;
	min-height: 100%;
	margin: 0px;
	padding: 5px 0px 5px 7px;
	font-size: 12px;
	text-align: justify;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-style: solid;
	z-index: 10;
}

#column {
	position: relative;
	float: right;
	width: 39%;
	max-width: 40%;
	font-size: 11px;
	z-index: 20;
	background: #F7F7FF url('layout/watermark.gif');
	margin: 0px;
}

#container {
	width:100%;
	padding-top: 0;
}

.pager {
	text-align: center;
	white-space: nowrap; 
	min-height: 25px;
	background: url('layout/pagerback.png') repeat-x;
	padding-bottom: 1px;
	margin: 15px;
}

.tags {
	font-size: 11px;
	font-style: italic;
}

.myhr{
	size: 1px;
	border-style: solid;
	margin: 0px;
	padding: 0px;
}

.tinyfont {
	font-size: 10px;
}
/* Comments layouts */

.newcomment{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 55%;
	padding: 15px;
	margin: 10px;
	background: #F7F7FF url('layout/watermark.gif');
}

.commentss {
	background: url('layout/commentsbackgound.png') top left no-repeat;
	min-height: 130px;
}
.commenttop{
	background: url('layout/comment_top.png') no-repeat;
	height: 30px;
	border: none;
	text-align: center;
	font-size: 10px;
}

.commentcen{
	background: url('layout/comment_cen.png') repeat-y;
	font-size: 10px;
	border: none;
	padding-left: 15px;
	padding-right: 25px;
}

.commentbot{
	background: url('layout/comment_bot.png') no-repeat;
	height: 22px;
	border: none;
}

/* Post special formatting */

.code {
    background-color : #fff7c2;
    border-bottom-color : #7a7a7a;
    border-bottom-style : dotted;
    border-bottom-width : 2px;
    border-left-color : #7a7a7a;
    border-left-style : dotted;
    border-left-width : 2px;
    border-right-color : #7a7a7a;
    border-right-style : dotted;
    border-right-width : 2px;
    border-top-color : #7a7a7a;
    border-top-style : dotted;
    border-top-width : 2px;
    font-family : 'Nimbus Mono L', 'Courier 10 Pitch', FreeMono;
    font-size : 10px;
    margin-bottom : 5px;
    margin-left : 5px;
    margin-right : 5px;
    margin-top : 5px;
    max-width : 100%;
    overflow : scroll;
    padding-bottom : 3px;
    padding-left : 3px;
    padding-right : 3px;
    padding-top : 3px;
  }

.date {
	float: left;
	height: 85px;
	width: 128px;
	font-size: 12px;
	font-weight: bold;
	background: url('layout/calendar.png') no-repeat;
	padding: 43px 0px 0px 0px;
	text-align: center;
	margin: 0px;
}

.header {
	width: 100%;
	min-height: 128px;
	padding: 0px;
	margin: 0px;
}

.title {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.quote {
    background-color : #ffffff;
    background-image : url('images/quote.gif');
    background-repeat : no-repeat;
    border-bottom-color : #5e5e5e;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-color : #000000;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #5e5e5e;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-color : #000000;
    border-top-style : solid;
    border-top-width : 2px;
    font-style : italic;
    font-size : 10px;
    min-height : 60px;
    margin-bottom : 5px;
    margin-left : 5px;
    margin-right : 5px;
    margin-top : 5px;
    max-width : 100%;
    padding-bottom : 5px;
    padding-left : 71px;
    padding-right : 10px;
    padding-top : 5px;
  }

.note {
    color : #3c3c3c;
    font-size : 10px;
    font-style : italic;
    font-weight : 500;
    padding-top: 15px;
    text-indent: 10px;
    text-align : left;
  }
  
  a.nodecor {
    text-decoration : none;
  }
  
.wintitle {
	background: #FFFFFF url('layout/tableback.png') repeat-x;
	max-height: 25px;
	text-align: center; 
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: white;
	font-weight: bold;
	padding: 0px 5px 0px 5px; 
  }
  
.wincont {
	background: #FFFFFF url('layout/tablecontback.png') repeat-x;
	height: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 8px;
  }
  
  
