/* Created: 2008-08-17 */

@import url(demo_pages.css);

/* for IE5/Mac only \*//*/
@import url(ie5-mac-fixes.css) Screen,Projection;
/* end IE5/Mac only */

body {
	text-align: center;
}

#header {
	text-align: center;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	height: 90px;
	overflow: hidden;
	padding: 30px 50px 10px;
	background-color: #bfc;
	margin: 0 auto;
	width: 600px;
	position: relative;
}
#header em {
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 1;
	width: 600px;
	height: 120px;
	background: url(../images/logo.jpg) 50% 0 no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 58em;
	max-width: 1100px;
	text-align: left;
}

#wrapper.forward {
	margin: 0 auto;
	width: 40em;
}

#content {
	border-right:16.5em solid #fcfffc;
	float:left;
	padding-right:0.5em;
	width:41em;
	max-width: 778px;
	min-height: 20em;
}

div.forward #content {
	border: 0 none;
	width: auto;
	max-width: none;
	clear: both;
	float: none;
}

#content h1 a,#content h2 a {
	font-family: inherit;
	font-size: inherit;
}
div.post {
	background-color: #fcfffc;
}
div.comment {
	margin: 0 1% 0.5em;
	width: auto;
}
.comHead p {
	margin: .8em 0;
}
span.tags {
	margin-right: 1.6em;
}

#sidebar {
	background-color:#fcfffc;
	float:left;
	margin:0 -1em 0 -16.4em;
	padding:0.5em;
	width:15.4em;
}

#sidebar ul {
	margin: .5em 0 .8em .5em;
	padding: 0;
	list-style-type:none;
}

#sidebar h3 {
	margin: .5em 0;
}
#sidebar .categories,
#sidebar .userInfo {
	margin-top: .8em;
	border-top: 2px dashed #3c8;
}
#sidebar .categories ul,
#sidebar .userInfo ul {
	margin: .5em 0 .8em 1.5em;
}
#sidebar .categories ul ul {
	margin: 0 0 0 1.5em;
}
#sidebar ul.special a,
#sidebar ul.special em {
	font-weight: bold;
	font-style: normal;
	font-family: helvetica,arial,"Bitstream Vera Sans",verdana,tahoma,sans-serif;
	font-size: 1.1em;
}

* html #content pre.code {
	width: 88%;
	margin: 0 auto .5em;
}

#wrapper:after,.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}
#wrapper,.clearfix {display: inline-block;}

/* Hide from IE5/Mac \*/
* html #wrapper,* html .clearfix {height: 1px;}
#wrapper,.clearfix {display:block;}
/* End hide */


.offleft {
	left: -9999px;
	top: -9999px;
	position: absolute;
	width: 1px;
}

div.author {
	background-color: #fcfffc;
}

div.post .body {
	padding: .7em .7em .5em;
	min-height: 1px; /* for IE7 */
}
* html div.post .body {height:1px;}

div.post .body h2 {
  margin: 1.06em 0 .28em;
}
div.post .body h3 {
  margin: .95em 0 .13em;
  text-align: left;
}
div.post .body p {
	margin: 0 0 1em;
}

div.post .body li {
	margin: .5em 0;
}

#addCommentForm fieldset {
	width: auto;
	margin: 1em .5em;
}
#addCommentForm fieldset div textarea,
#addCommentForm fieldset div input.txt {
	width: 97.5%;
}

form .sentient {
  display: none;
  visibility: hidden;
}

#footer {
	padding: 1em;
}


