/* overall */
body {

	font: 12px Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
        background-color: #CFCFCF ;
}
img {
	border: 0;
}
a {
	color: #047;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #c03;
	text-decoration: underline;
}
a:active {
	color: #774b90;
}
a:focus {
	color: #c30;
	text-decoration: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.small-feed {
	background: url(images/small-feed.png) no-repeat 0 8px;
	padding: 0 5px 10px 10px;
}
.limit-line {
	font-size: 10px;
	margin: 5px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.limit-line a:link, .limit-line a:hover, .limit-line a:visited {
	color: #999;
}
.limit-line .more {
	padding: 0 6px 0 0;
	background: url(images/arrow1.gif) no-repeat right 2px;
}
.limit-line .comments {
	padding: 0 0 0 5px;
}
.mid-thumbnail img {
	width: 175px;
	height: 175px;
	padding: 1px;
	border: 1px solid #e6e6e6;
}
.small-thumbnail img {
	width: 75px;
	height: 75px;
	padding: 1px;
	border: 1px solid #e6e6e6;
}
.skip {
	clear: both;
	margin: 0;
	padding: 5px;
}
.archive-skip {
	clear: both;
	margin: 2px;
	padding: 2px;
}
/* wrapper */
#wrapper {
	background: #fff url(images/bgshadow.png) repeat-y;
	margin: 0 auto;
	padding: 0 8px 0 8px;
	width: 960px;

}
#inner {
	margin: 7px 0 0 0;
	padding: 0;
	background: #fff;
}
/* header */
#header {
	width: 100%;
}
#top {
	background: url(images/top-bg.gif) repeat-x 50% top;
	font: 12px/200% arial;
	height: 25px
}
.topleft {
	float: left;
	margin-left: 15px;
	line-height: 25px;
	word-spacing: 5px;
}
.topright {
	float: right;
	margin-right: 7px;
	line-height: 25px;
}
.top-rss a {
	padding-right: 25px;
}
.top-rss {
	background: url(images/small-rss.gif) no-repeat right 2px;
}
#head {
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #004469;
}
#logo {
	float: left;
	width: 200px;
	height: 79px;
	margin: 5px 0 auto 10px;
	padding: 0;
	background: url(images/aura-cms.gif) no-repeat;
}
/* categories menu */
#menu {
	margin: 0;
	padding: 0;
	background: url(images/menu-bg.gif) repeat-x;
	width: 100%;
	height: 28px;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	border-right: 1px solid #045;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 6px 12px 6px 12px;
}
#menu li a:hover, #menu li a:active {
	background: #222222 url(images/menu-hover.gif) repeat-x;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 12px 6px 12px;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	opacity: .99;
	filter: alpha(opacity=99);
	background: #f6f6f6;
	width: 130px;
	color: #111;
	float: none;
	margin: 0;
	padding: 6px 12px 6px 12px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#menu li li a:hover, #menu li li a:active {
	background: #CC0000;
	color: #FFFFFF;
	padding: 6px 12px 6px 12px;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
}
#menu li li {
	border:none;
}
#menu li ul a {
	width: 120px;
}
#menu li ul a:hover, #menu li ul a:active {
}
#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	position: static;
}
#menu input {
	font-size: 11px;
}


#menu .search-input {
	float: right;
	height: 12px;
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 6px;
	color: #999;
	border: 1px solid #f0f0f0;
	line-height: 12px;
        width:140px;
font-family:Arial;
}
#menu .search-submit {
	float: right;
	height: 18px;
	margin: 5px 7px 0 3px;
	padding: 1px 1px 3px 1px;
	border: none;
	background: url(images/go.gif) repeat-x;
font-family:Arial;
}
#leftcol {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
}
/* content */
#content {
	width: 610px;
	margin: 7px 0 10px 7px;
	padding: 10px;
	border: solid 1px #e6e6e6;
}
#content h2 {
	font-size: 18px;
	margin: 0;
}
#content .postmeta p {
}
#content .postmeta {
	width: 594px;
	margin: 0 0 20px 0;
	padding: 5px 10px 5px 10px;
	background: #f8f8f8;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #e6e6e6;
}
#content .postheader {
	margin: 0;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #ccc;
}
#content h3 {
	margin: 0;
}
#content .tag {
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(images/tag.gif) no-repeat left 1px;
}
/* entry */
.entry {
	margin: 0;
	padding: 10px 0 10px 0;
}
.entry p {
	margin: 0 0 19px 0;
	padding: 0;
}
.entry img {
	margin: 0;
	padding: 2px;
	border: 1px solid #E1E1E1;
}
.entry input {
	padding: 3px;
	border: 1px solid #67afe6;
	margin: 5px;
}
.entry label {
	font-weight: bold;
	margin: 5px;
}
.entry #submit {
	padding: 4px;
}
/* entry Lists */
.entry ul li {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #555;
}
.entry ul li a {
	font-weight: normal;
	color: #555;
}
.entry ul li ul li {
	padding: 0;
	margin: 0;
}
.entry ol li {
	list-style: decimal;
	padding: 0;
	margin: 0;
	background: none;
}
/* entry headings */
.entry h1 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-bottom: 3px solid #E1E1E1;
	padding-bottom: 3px;
	margin: 5px 0 3px 0;
}
.entry h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding-bottom: 3px;
	margin: 5px 0 3px 0;
	height: auto;
	text-indent: 0;
}
.entry h3 {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	padding-bottom: 3px;
	text-indent: 0;
	margin: 5px 0 3px 0;
}
.entry h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}
.entry h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}
.entry h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}
/* entry image*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
img.alignnone {
	margin: 0 0 10px 0px;
	padding: 0px;
	display: inline;
}
img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 10px 10px 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
/* blockquote */
blockquote {
	margin: 10px 0 10px 10px;
	padding: 10px;
	border-left: 6px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f8f8f8;
}
blockquote cite {
	display: block;
	margin: 5px;
	padding: 10px;
	border-left: 6px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}
/* homepage columns */
.col1 {
	float: left;
	width: 435px;
	margin: 0;
	padding: 0;
}
.col2 {
	float: left;
	width: 209px;
	margin: 0;
	padding: 0;
}
.col3 {
	float: right;
	width: 307px;
	margin: 0;
	padding: 0;
}

.col4 {
	float: left;
	width: 645px;
	margin: 0;
	padding: 0;
}

.normal1 {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
}
.normal2 {
	float: right;
	width: 210px;
	margin: 0;
	padding: 0;
}

/* advertisment block */
.ad300x250 {
	width: 300px;
	height: 260px;
	margin: 7px 0 10px 0;
	padding: 0;
}
.ad468x60 {
	float: right;
	width: 468px;
	height: 60px;
	margin: 15px 25px 15px 10px;
	padding: 0;
}
.ad300x250 span, .ad468x60 span {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}
/* left block */
.left-block {
	margin: 7px 0 0 7px;
	padding: 0 0 0 0;
}
/*
.left-block h2 {
	height: 32px;
	margin: 0;
	padding: 0 10px 5px 10px; /*top right bottom left*/ 
	/*background: url(images/left-h2-bg.gif) repeat-x;
	border-top: 1px solid #afbdc6;
	line-height: 32px;
}
*/

.left-block h2 {
	height: 32px;
	margin: 0;
	padding: 0 10px 0 0px;
	background: url(images/right-h2-bg.gif) repeat-x;
	font: bold 14px/32px arial;
	color: #000;
}

.left-block h2 b {
	float: left;
	font: 18px/32px verdana;
	cursor: pointer;
	color: #c00;
}
.left-block h2 span {
	float: right;
}
.left-block h2 span a {
	margin-left: 10px;
	font: 11px arial;
	color: #333;
}
.left-block h2 span a img {
	vertical-align: middle;
}
.left-block .headline h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.5em;
	font-weight: bold;
}
.left-block .excerpt h4 {
	margin: 0;
	padding: 8px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 14px;
}
.left-block .list h4 {
	margin: 0;
	padding: 0 0 0 2px;
	font-size: .9em;
	font-weight: bold;
}
.left-block .list {
	display: block;
	padding: 5px 0 0 0;
}
.left-block .box {
	margin: 5px 0 5px 0;
}
.left-block .box h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}
.left-block .box .h4-right {
	float: left;
	margin: 0 7px 0 0;
	padding: 2px 10px 0 5px;
	width: 110px;
	height: 77px;
	background: #f8f8f8;
}
.underline {
	clear: both;
	margin: 0;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #ddd;
}
.left {
	float: left;
}
.right {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0 0 0 8px;
}
.archive-right {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0 0 0 8px;
}
.list-right {
	float: left;
	width: 335px;
	margin: 0;
	padding: 0 0 0 8px;
}
/* middle block */
.mid-block {

	margin: 7px 0 7px 7px;
	padding: 0 0 10px 0;
	border: 1px solid #afbdc6;
}
.mid-block h2 {

	border-bottom: 1px solid #afbdc6;
	height: 31px;
	background: #f1f5f8;
	margin: 0;
}
.mid-block h2 span {
	float: left;
	height: 31px;
	display: inline-block;
	background: url(images/mid-h2-bg.gif) no-repeat right top;
	font: bold 14px/31px arial;
	color: #fff;
}
.mid-block h2 span a {
	padding: 0 30px 0 10px;
	font: bold 14px/31px arial;
	color: #fff;
}
.mid-block h2 span a:hover {
	padding: 0 30px 0 10px;
	font: bold 14px/31px arial;
	color: #fff;
	text-decoration: none;
}
.mid-block h4 {
	margin: 0 0 0 5px;
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 14px;
}
.mid-block .box {
background: #FFF url(images/bgcorner.jpg) no-repeat bottom right;
	margin: 0 5px 0 5px;
	padding: 7px 2px 7px 2px;
	border-bottom: 1px dotted #ddd;
	clear: both;
}
.mid-block .box h3 {
	font-size: 1.2em;
}
.mid-block ul {
	margin: 2px;
	padding: 0 5px 5px 5px;
}
.mid-block ul li {
	padding: 5px 0 5px 16px;
	background: url(images/arrow2.gif) no-repeat 0 6px;
	font: 12px/120% arial;
	list-style-type: none;
	border-bottom: 1px dotted #ddd;
}
.mid-block .box .h4-right {
	float: left;
	width: 105px;
}
/* right block */
.right-block {

	margin: 0 7px 7px 0;
	padding: 0;
	background: #fff;
	border:1px #e6e6e6 solid;
}
.right-block h2 {
	height: 32px;
	margin: 0;
	padding: 0 10px 0 0px;
	background: url(images/right-h2-bg.gif) repeat-x;
	font: bold 14px/32px arial;
	color: #000;
}
.right-block h2 a {
	color: #000;
}

.right-block h2 span a {
	padding: 0 30px 0 10px;
	font: bold 14px/31px arial;
	color: #000;
}

.right-block .box {
background: #FFF url(images/bgcorner.jpg) no-repeat bottom right;
	margin: 5px 7px 5px 0;
	padding: 0 0 10px 7px;
}
.right-block ul {
	margin: 0;
	padding: 0;
}
.right-block ul li {
	padding: 5px 0 5px 16px;
	background: url(images/arrow2.gif) no-repeat 0 6px;
	font: 12px/120% arial;
	list-style-type: none;
	border-bottom: 1px dotted #ddd;
}
.right-block ul li:hover {
}
.right-block h6 {
	margin: 0;
	padding: 0 10px 0 10px;
	border-top: 1px #f5f5f5 solid;
	background: url(images/more-bg.gif) repeat-x 50% bottom;
	text-align: right;
}
.right-block h6 a {
	font: 11px/20px arial;
	color: #c00;
}
.right-block .feed {
	float: right;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0 0 5px 5px;
}
.right-block .feed-input {
	width: 150px;
	background: url(images/email.gif) no-repeat 5px 3px;
	padding: 3px 3px 3px 25px;
	color: #999;
font-family:Arial;
}
.right-block input {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
font-family:Arial;
}
.right-block .feed-input:focus {
	border: 1px solid #191919;
}
.right-block .feed-submit {
	width: 60px;
	margin: 0;
	color: #006699;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #ecf3f8;
font-family:Arial;
}
/* comments box */
.comments-box {
	zoom: 1;
}
.comments-box img {
	vertical-align: middle;
}
.comments-box h3 {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #ebf3f6;
}
#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}
#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}
.cancel-comment-reply {
	padding: 5px 0 0 0;
}
.text {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 200px;
}
/* framework for comments */
ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}
ol.commentlist {
	margin: 10px 5px 0 5px;
	padding: 0;
	background: #fff;
}
ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor p {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #047;
}
ol.commentlist li div.vcard img.avatar {
	float: right;
}
ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}
ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}
ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}
ol.commentlist li ul {
}
ol.commentlist li div.reply {
	padding-top: 10px;
}
ol.commentlist li div.reply a {
	color: #047;
}
ol.commentlist li div.reply a:hover {
	color: #c03 !important;
	text-decoration: none;
}
ol.commentlist li ul.children {
}
ol.commentlist li ul.children li {
	margin: 5px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}
ol.commentlist li ul.children li li.alt {
	background: #eee;
}
ol.commentlist li ul.children li.bypostauthor {
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.comment-author-admin {
}
ol.commentlist li ul.children li.depth-2 {
}
ol.commentlist li ul.children li.depth-3 {
}
ol.commentlist li ul.children li.depth-4 {
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
/* comment form */
#commentform {
	margin-top: 5px;
}
#commentform input {
	width: 210px;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
#commentform input:focus {
	border: 1px solid #191919;
}
#commentform .author {
	padding: 3px 3px 3px 25px;
	background: url(images/user.gif) no-repeat 5px 3px;
	color: #666;
}
#commentform .email {
	padding: 3px 3px 3px 25px;
	background: url(images/email.gif) no-repeat 5px 3px;
	color: #666;
}
#commentform .url {
	padding: 3px 3px 3px 25px;
	background: url(images/link.gif) no-repeat 5px 3px;
	color: #666;
}
#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ccc;
}
#commentform textarea:focus {
	border: 1px solid #191919;
}
#commentform .submit {
	margin: 0;
	padding: 4px;
	color: #006699;
	font-weight: bold;
	border: 1px solid #999999;
	background: #ecf3f8;
	width: 155px;
}
#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}
/* navigation */
.navigation {
	margin: 5px 10px 5px 10px;
	padding: 5px;
}
.navigation .previous {
	float: left;
	margin: 0;
	padding: 0;
}
.navigation .next {
	float: right;
	margin: 0;
	padding: 0;
}
/* footer */
#pages-bottom {
	clear: both;
	margin-top: 10px;
	background: #004469;
}
#pages-bottom a:link, #pages-bottom a:hover, #pages-bottom a:visited, #footer a:link, #footer a:hover, #footer a:visited {
	color: #f0f0f0;
}
#pages-bottom li a {
	margin: 3px 0 3px 0;
	padding: 5px;
}
#pages-bottom .btt {
	float: right;
	padding: 0 5px 0 0;
}
#pages-bottom ul {
	height: 20px;
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
	border-bottom: 1px #999 dotted;
}
#pages-bottom ul li {
	float: left;
	margin: 0;
	padding: 0 3px 0 3px;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
}
#pages-bottom ul li ul {
	display: none;
}
#footer {
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 11px;
	background: #004469;
	color: #f0f0f0;
	clear: both;
}

.border {
	margin: 0 0 5px 0;
	padding: 5px;
	border: solid 1px #e6e6e6;
}


	

.list ul {
	margin: 0;
	padding: 5px;
}

.list {
	margin: 5px 2px 5px 0;
	padding: 5px;
	border: solid 1px #e6e6e6;
}

.list ul li {
	padding: 5px 0 5px 16px;  /*top right bottom left*/ 
	background: url(images/arrow2.gif) no-repeat 0 6px;
	font: 12px/120% arial;
	list-style-type: none;
	border-bottom: 1px dotted #ddd;
}
.list ul li:hover {
}

.col2 .right-block {
	margin: 7px 0 7px 7px;
	padding: 0 0 10px 0;
	border: 1px solid #afbdc6;
}
.col2 .right-block h2 {
	border-bottom: 1px solid #afbdc6;
	height: 31px;
	background: #f1f5f8;
	margin: 0;
}
.col2 .right-block h2 span {
	float: left;
	height: 31px;
	display: inline-block;
	background: url(images/mid-h2-bg.gif) no-repeat right top;
	font: bold 14px/31px arial;
	color: #fff;
}
.col2 .right-block h2 span a {
	padding: 0 30px 0 10px;
	font: bold 14px/31px arial;
	color: #fff;
}
.col2 .right-block h2 span a:hover {
	padding: 0 30px 0 10px;
	font: bold 14px/31px arial;
	color: #fff;
	text-decoration: none;
}
.col2 .right-block h4 {
	margin: 0 0 0 5px;
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 14px;
}
.col2 .right-block .box {
	margin: 0 5px 0 5px;
	padding: 7px 2px 0 2px;
	
	clear: both;
}
.col2 .right-block .box h3 {
	font-size: 1.2em;
}
.col2 .right-block ul {
	margin: 2px;
	padding: 0 5px 5px 0;
}
.col2 .right-block ul li {
	padding: 5px 0 5px 16px;
	background: url(images/arrow2.gif) no-repeat 0 6px;
	font: 12px/120% arial;
	list-style-type: none;
	border-bottom: 1px dotted #ddd;
}
.col2 .right-block .box .h4-right {
	float: left;
	width: 105px;
}

div.sukses {
	padding: 10px 10px 10px 36px;
	background: url(images/tick.gif) #FFFFDD no-repeat;
	background-position: 10px 50%;
	BACKGROUND-COLOR: #FFFFDD;
	border:1px solid #FFD700;	
	margin-bottom:5px;
	margin-top:3px;
	text-align:left;
	font-size:9px;
}
div.error {
	padding: 10px 10px 10px 36px; /*top right bottom left*/ 
	background: url(images/exclamation.gif) #FFFFDD no-repeat;
	background-position: 10px 50%;
	background-color: #ffffdd;
	border:1px solid #ff0000;
	margin-bottom:5px;
	margin-top:3px;
	text-align:left;
	font-size:9px;
}

.left_message {
	border: 1px solid #eee;
	padding: 10px 10px 10px 75px;	
	margin: 0 0 5px 0;
	background: #fff url(images/questionmark.gif) no-repeat center left;
	color: #454545; 
}
.bg {
	background-color: #f2f2f2;
	padding: 5px; 
	border: 1px solid #e6e6e6;
}

.left-block h4 {
	margin: 0 0 5px 0;
	color: #FF9900;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; 
	margin: 5px 0 5px 0; /*top right bottom left*/ 
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px;  margin: 0 5px 0 5px;
	font-size:10px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .sendfriend {
	background: url(images/friend.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .print {
	background: url(images/print.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .pdf {
	background: url(images/pdf.gif) no-repeat left center;
	padding-left: 25px; margin: 0 10px 0 5px;
}

/* <Bookmark> */

.sexy-bookmarks {
	height:54px;
	background:url('images/2ueii3t.png') no-repeat left bottom;
	position:relative;
	width:465px;
}
.sexy-bookmarks span.sexy-rightside {
	width:17px;
	height:54px;
	background:url('images/2ueii3t.png') no-repeat right bottom;
	position:absolute;
	right:-17px;
}
.sexy-bookmarks ul.socials {
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	bottom:0;
	left:10px;
}
.sexy-bookmarks ul.socials li {
	display:inline-block !important;
	float:left !important;
	list-style-type:none !important;
	margin:0 !important;
	height:29px !important;
	width:48px !important;
	cursor:pointer !important;
	padding:0 !important;
}
	.sexy-bookmarks ul.socials a {
	display:block !important;
	width:48px !important;
	height:29px !important;
	font-size:0 !important;
	color:transparent !important;
}
.sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover{
background:url('images/sexysprite.png') no-repeat !important;
}
.sexy-furl {
background-position:-300px top !important;
}
.sexy-furl:hover {
background-position:-300px bottom !important;
}
.sexy-digg {
background-position:-500px top !important;
}
.sexy-digg:hover {
background-position:-500px bottom !important;
}
.sexy-reddit {
background-position:-100px top !important;
}
.sexy-reddit:hover {
background-position:-100px bottom !important;
}
.sexy-stumble {
background-position:-50px top !important;
}
.sexy-stumble:hover {
background-position:-50px bottom !important;
}
.sexy-delicious {
background-position:left top !important;
}
.sexy-delicious:hover {
background-position:left bottom !important;
}
.sexy-yahoo {
background-position:-650px top !important;
}
.sexy-yahoo:hover {
background-position:-650px bottom !important;
}
.sexy-blinklist {
background-position:-600px top !important;
}
.sexy-blinklist:hover {
background-position:-600px bottom !important;
}
.sexy-technorati {
background-position:-700px top !important;
}
.sexy-technorati:hover {
background-position:-700px bottom !important;
}
.sexy-myspace {
background-position:-200px top !important;
}
.sexy-myspace:hover {
background-position:-200px bottom !important;
}
.sexy-twitter {
background-position:-350px top !important;
}
.sexy-twitter:hover {
background-position:-350px bottom !important;
}
.sexy-facebook {
background-position:-450px top !important;
}
.sexy-facebook:hover {
background-position:-450px bottom !important;
}
.sexy-mixx {
background-position:-250px top !important;
}
.sexy-mixx:hover {
background-position:-250px bottom !important;
}
.sexy-script-style {
background-position:-400px top !important;
}
.sexy-script-style:hover {
background-position:-400px bottom !important;
}
.sexy-designfloat {
background-position:-550px top !important;
}
.sexy-designfloat:hover {
background-position:-550px bottom !important;
}
.sexy-syndicate {
background-position:-150px top !important;
}
.sexy-syndicate:hover {
background-position:-150px bottom !important;
}
.sexy-email {
background-position:-753px top !important;
}

/* </Bookmark> */

.image {
	background-color: #FFFFFF;
	padding: 2px;
	margin: 3px 5px 3px 0;
	float: left;
}

blockquote {
    margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

#hlheiglight a:link {
	color:#FF0;
	text-decoration: none;
}
#hlheiglightt a:visited {
	color: #FF0;
	text-decoration: none;
}
#hlheiglight a:hover {
	color: #FFF;
	text-decoration: underline
}
#hlheiglight ul {
	padding: 0;
	margin: 0;
	float: left;
}
#hlheiglight ul li {
	padding: 1px 0;
	margin: 0 0 0 24px;
	list-style-position: outside;
	list-style-image: url(images/panahforum.gif);
	list-style-type: none;
	clear: both;
}
#hlheiglight .date {
	font-size: 10px;
}

#hlheiglight .judul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 110%;
}
#hlheiglight .image {
	text-align: left;
	font-size: 10px;
	padding: 2px;
	margin: 3px 10px 0 0;
	border: 1px solid #ff6666;
	float: left;
}
#hlheiglight {
	width: 625px;
	height: 250px;
	background: url(images/heighlight/rotate.php) repeat-x top left;
	padding: 0 5px 0 5px;
	background-color: #A9D4F3;
	margin: 0;
	border-right: 1px solid #A9D4F3;
	border-left: 1px solid #A9D4F3;
}
#hlheiglight .petunjuk {
	font-size: 10px;
	color: #FFF;
	text-align: right;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #007FE9;
	clear: both;
}
#hlheiglight h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size: 13px;
	text-align: left;
	padding: 2px 0;
	margin: 4px 0 0 0;
}

.topik {
	font-weight: bold;
	padding: 7px 7px 7px 26px; 
	border: 1px solid #EFE2E1;
	background: #D6EC7D url(images/tag_blue_edit.png) no-repeat center left;
	background-position: 5px;
}

.normal1 ul {
	margin:0;padding:0 5px 0 5px;
}

.normal1 ul li {
	padding: 5px 0 5px 16px;  /*top right bottom left*/ 
	background: url(images/page_peppermint.png) no-repeat 0 6px;
	font: 12px/120% arial;
	list-style-type: none;
	border-bottom: 1px dotted #ddd;
}
.normal1 ul li:hover {
}

.normal2 ul {
	margin:0;padding:0 5px 0 5px;
}

.normal2 ul li {
	padding: 5px 0 5px 16px;  /*top right bottom left*/ 
	background: url(images/sound_grey.png) no-repeat 0 6px;
	font: 12px/120% arial;
	list-style-type: none;
	border-bottom: 1px dotted #ddd;
}
.normal2 ul li:hover {
}
