* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Georgia, serif;
	font-size: 16pt;
	color:#707070;
	background-color: #eee3b6;
}
img {
	border: 0;
}
#mainwrap {
	background:url(/0-themes/anewtheme/images/background.gif) repeat-x;
}
#mainwrap2 {
	background:url(/0-themes/anewtheme/images/background2.gif) repeat-x;
	background-position: bottom ;
}
.wrap {
	width: 900px;
	text-align: left;
	line-height: 160%;
}
#leftcol {
	margin: 0px 310px 0px 0px;
}
#sidebar {
	float: right;
	width: 300px;
	margin-bottom: 10px;
}
#sidebar  li{
	font-size: 14pt;
	line-height: 140%;
}
#sbar {
	margin: 20px 0px 0px 15px;
}
#header {
	height: 200px;
}
#title {
	padding-top: 70px;

}
#navigation {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 50px;
	color: #707070;
}
#navigation ul li {
	list-style: none;
	padding-left: 20px;
}
#navigation li {
	padding-bottom: 5px;
}
#navigation ul {
	padding-bottom: 5px;
	border-bottom: 3px solid #a1a1a1;
}
#content {
	margin-top: 10px:
}
#footer {
	color: #666666;
	margin: 15px 0px 0px 0px;
	font-size:14pt;
	clear: both;
}
#footer a {
	color: #666666;
	text-decoration:underline;
}
/* text */
#title h1 {
	font-size: 26pt;
	color: #333333;
}
#title h1 a {
	color: #333333;
	text-decoration: none;
}
.description {
	font-size: 20pt;
	font-style:italic;
	padding-left: 5px;
	color: #a1a1a1;
}
h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #333333;
}
h1 a {
	color: #333333;
	text-decoration: none;
}

h2 {
	font-size: 16pt;
	font-weight:normal;
}
h3, h4 {
	font-size: 14pt;
}
#content h1, h2, h3, h4, p, ul, ol {
	padding-bottom: 10px;
}

.post a,
.entry a,
#comment a {
	color:#707070;
}
.post a:hover,
.entry a:hover,
#comment a:hover {
	text-decoration: none;
}

#sidebar li {
	padding-bottom: 2px;
}
#sidebar li a {
	color: #5b5b5b;
	text-decoration: underline;
}
#sidebar li a:hover {
	color: #a58383;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
/* forms */
#search {
	background-color: #faf0ce;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #e6dbb6;
	text-align: center;
}
#author, #url, #id, #email, textarea, .s {
	border: 1px solid #eee3b6;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	padding: 2px;
}
#submit {
	border: 1px solid #666666;
	padding: 2px;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
	
/* -- */
.postmetadata {
	border-top: #a1a1a1 dashed 1px;
	margin: 10px 0px;
	padding-top: 3px;
	color: #858585;
}
.postmetadata a {
	color: #858585;
	text-decoration: none;
}
img a {
	border: 0px;
}
/* wp default */
.navigation {
	padding: 10px 0px;
}
.navigation a {
	color: #333333;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



ul.seealso li {
	padding: 5px;
	float: left;
	list-style-type: none;
}

.widget {
	list-style-type: none;
}
.widget a{
	text-decoration: none;
	color: #5B5B5B;
}
.widget a:hover{
	text-decoration: underline;
	color: #5B5B5B;
}
