

* {
	margin: 0;
	padding: 0;
}

body {
	background: #70234c url(../img/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 670px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 100px;
	background: url(../img/img02.gif) no-repeat 0px 50px;
}

#logo h1, #logo h2 {
	color: #000000;
}

#logo h1 {
font-size: 18px;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 15px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 770px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 9px 30px 0 15px;
	text-decoration: none;
	font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(../img/img03.gif) no-repeat center bottom;
}

/* Wide Post */

.wide-post {
	width: 770px;
	margin: 0 auto;
	background: #E59EC6 ;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(../img/img05.jpg) no-repeat;
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 30px;
}

.wide-post .bottom {
	height: 20px;
	background: url(../img/img06.jpg) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(../img/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(../img/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(../img/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(../img/img11.gif) no-repeat left center;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(../img/img) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(../img/img13.gif) repeat-x;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(../img/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(../img/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(../img/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(../img/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	padding: 40px 0;
	background: #D571B7 url(../img/img18.jpg) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}
#group {	
	font-size: 12px;
}	
#group p {	
	line-height: 180%;
	margin-bottom: 7px;
}	
#group .grouptxt {	
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	background-color: #E3E3E3;
	border-left:5px solid #0066CC;
	border-bottom:#999999 solid 1px;
	clear: both;
	color: #333;
	padding: 7px;
}	
#group .engrighty {	
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-bottom-width: 2px;
	border-left:5px solid #0066CC;
	border-bottom:#999999 solid 1px;
	background-color: #E3E3E3;
	clear: both;
	height:20px;
}	
	
ul.question {	
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	line-height: 180%;
}	
#group .question li {	
	font-weight: bold;
}	
#group .question p {	
	margin-bottom: 10px;
	font-weight: normal;
}	
#group .question img {	
	vertical-align: middle;
	padding-left: 10px;
}	
dl.relevance {	
	margin-bottom: 25px;
	clear: both;
}	
.relevance dt {	
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
	clear: both;
}	
#group .relevance dd {	
	padding-right: 10px;
	padding-left: 10px;
	line-height: 150%;
	margin-bottom: 10px;
}	
#group .relevance li {	
	display: inline;
	padding-right: 5px;
}	
	
#group .siteinfom {	
	line-height: 160%;
	margin-bottom: 10px;
	margin-right: 5px;
	clear: both;
	float: left;
	width: 98%;
}	
#group .shopbox {	
	line-height: 140%;
	margin-bottom: 15px;
	margin-right: 5px;
	clear: both;
	float: left;
	width: 96%;
	padding-left: 10px;
}	
#group .siteinfom img {	
	float: left;
	margin-right: 10px;
}	
	
#group .shopbox .iteminfo {	
	float: left;
	margin-left: 10px;
	font-size: 11px;
	line-height: 180%;
}	
#group .shopbox .iteminfo .right {	
	float: right;
}	
#group .gtxt {	
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 180%;
	padding-right: 10px;
}	
#group .sitej img {	
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}	
#group .shopping .shoptxts {	
	font-size: 11px;
}	
#group .gright {	
	text-align: right;
	font-size:10px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}	
#group .update_info {	
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}	
#group .update_info dd {	
	margin-bottom: 7px;
}
