body {
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande","Helvetica Neue",helvetica,verdana,sans-serif;
   	font-weight:normal;
  	font-size:14px;
  	line-height:1.5;
	background:#1E1E1E;
	min-width:900px;
}

img {
   border: 0;
}

a:link { color: #3A6EC2; }
a:visited { color: #CF3743; }
a:hover { color: #F72F40; }
a:active { color: #A12200; }

#wrapper {
	min-width:900px;
	width:100%;
	float:left;
	background-image:url(../images/bg-right.gif);
	background-repeat:repeat-y;
	background-position:right;
	z-index:-10;
}

#left {
	min-width:555px;
	padding-right:345px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
}

#right {	
	position:relative;
	float:left;
	width:345px;
	margin-left:-345px;
	z-index:20;
}

#rightcontent {
	margin-top:-20px;
	padding-left: 20px;
	margin-right: 80px;
	z-index:200;	
}

#title {
	background:#fff;
	background-image: url(../images/bg-title.jpg);
	background-repeat: repeat-x;
	padding-right:80px;
}

#content {
	padding-bottom:10px;
	padding-top:1px;
	padding-left:100px;
	padding-right:26px;
	background:#fff;
	background-image:url(../images/bg-left.jpg);
	background-repeat:repeat-y;
	min-height: 600px;
	
}

#footer {
	width:100%;
	float:left;
}

#footerleft {
	min-width:555px;
	margin-right:345px;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: repeat-x;
}

#footerright {
	float:left;
	width:345px;
	margin-left:-345px;
}

#robot {
	position: absolute;
	top: 70px;
	right: 364px;
	z-index: 100;
	max-width: 600px;
}

#new {
	position: absolute;
	right: 40px;
	top: 40px;
}

/*wordpress*/

h1,h2,h3, h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	text-shadow: 2px 2px 2px #dedede;
	color: #333;
	font-weight: bold;
/*	line-height: 100%;*/
/*	margin:0px;*/
/*	margin-bottom:5px;*/
}

h1, h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

#rightcontent h2 {
/*	line-height: 100%;*/
	margin:0px;
	text-shadow: 2px 2px 1px #000;
	color: #fff;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.navigation {
	font-size:12px;
/*	display: block;*/
/*	text-align: center;*/
	margin-top: 10px;
/*	margin-bottom: 10px;*/
}

/*.alignleft {
	float: left;
	text-align:left;
}

alignright {
	float:right;
	text-align:right;
}*/

.entry ul li:before, #rightcontent ul ul li:before {
/*	content: "\00BB \0020";*/
	content: "";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.post {
	margin-bottom:30px;
}

.postmetadata {
	font-size:12px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#rightcontent ul, #rightcontent ul ol {
	margin: 0;
	padding: 0;
	}

#rightcontent ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#rightcontent ul p, #rightcontent ul select {
	margin: 5px 0 8px;
	}

#rightcontent ul ul, #rightcontent ul ol {
	margin: 5px 0 0 10px;
	}

#rightcontent ul ul ul, #rightcontent ul ol {
	margin: 0 0 0 10px;
	}

ol li, #rightcontent ul ol li {
	list-style: decimal outside;
	}

#rightcontent ul ul li, #rightcontent ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#rightcontent a:link { color: #000; }
#rightcontent a:visited { color: #141; }
#rightcontent a:hover { color: #A12200; }
#rightcontent a:active { color: #300; }

.lighterblue {
	background:#78A8F5;
	padding:10px;
	margin-left:-19px;
	margin-right: -11px;
	
	text-align:center;
	
	border-color:#4781E1;
	border-width:2px 0px 2px 0px;
	border-style:dashed;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

form {
	margin:0px;
}

.bqstart {
    float: left;
    height: 45px;
    margin-top: -70px;
    padding-top: 45px;
    margin-bottom: -50px;
    font-size: 500%;
    color: #aa0000;
 }


 .bqend {
     float: right;
     height: 25px;
     margin-top: -70px;
     padding-top: 45px;
     font-size: 500%;
     color: #aa0000;
 }
