/*** Global ***/

* {
  margin:0;
  padding:0;
  outline: 0;
  border: 0;
}

.hide {display:none;}

.clear {clear: both;}

/*** Layout ***/

body {
	background: #000 url(images/back_num.gif) repeat-x fixed;
	font-family: tahoma, arial, verdana;
	font-size: .8em;
	text-align: center;
}

p {
	margin:10px 0;
	text-align: left;
}

h3 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 1.8em;
	border-bottom: 2px dotted #aaa;
	text-align: left;
}

#wrapper {
	width:750px;
	background: url(images/content_back.png) repeat-y;
	padding: 10px 47px;
	margin: -10px auto;
	clear: both;
}

#head {
	background: black;
	width: 475px;
	height: 80px;
	text-align: left;
}

#head a {
	margin: 10px 0 0 30px;
	background: url(images/header.gif) no-repeat top left;
	display: block;
	height: 57px;
	width: 415px;
}

#center {
	float:left;
	width: 475px;
	background: black;
}


#text {
	width:100%;
	background: white url(images/numbers.gif) no-repeat;
	padding: 10px;
	height: auto;
}
	

#right {
	float:right;
	/*margin-left: 20px !important;*/
	width:250px;
	color: #fff;
	height:auto;
}

#logo {
	margin: 10px 5px 15px 45px;
	display: block;
	background: url(images/surv.gif) no-repeat top left;
	height: 260px;
}

#logo a {
	width: 100%;
	height: 100%;
	display:block;
}

#col_right {
	margin: 0 5px 0 40px;
}

#foot {
	height: 500px;
	width: 844px;
	margin: 10px auto;
	background: url(images/foot.png) no-repeat;
}

a {
	color: #9b8352;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

blockquote {
	text-align: left;
	margin: 10px 50px;
	padding: 0 5px;
	border-left: 1px solid red;
	border-right: 1px solid red;
}

.post{margin:5px 0 15px 0; text-align:right;}

#center li {text-align:left;margin-left: 40px;}


/*** Right Sidebar ***/

#right p {
	text-align: justify;
	margin: 0 15px 20px 10px;
}

.recent {
	float: left;
	display: block;
	width: 147px;
	height: 27px;
	background: url(images/recent.gif) no-repeat top left;
}

.category {
	float: left;
	display: block;
	width: 164px;
	height: 27px;
	background: url(images/category.gif) no-repeat top left;
}

.home {
	float: left;
	width: 147px;
	height: 27px;
	background: url(images/home.gif) no-repeat top left;
}

.category, .home, .recent {margin-top:10px; clear: both;}

.home a {
	display:block;
	width:100%;
	height:27px;
}

#right ul {
	margin-top:5px;
	clear:both;
}

#right li {
	text-align: left;
	padding-left: 20px;
	margin: 5px 10px;
	list-style-type: none;
	background: url(images/arrow.gif) no-repeat center left;
}
/*** Comments ***/

h3#comment {
	margin-top: 20px;
	background: #eee;
	text-indent: 30px;
}

p.small {
	font-size: 0.9em;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #aaa;
}

table {
	margin: 15px auto;
	text-align: left;
	background: #ddd;
	border: 1px solid #aaa;
}


.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

#comment_name_input, #comment_email_input, #comment_web_input, #message {border:1px solid #aaa; margin:3px;}

