/*------------------------------------------------------------------------
# JA Hedera 1.0 - Oct, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

.author_image { float: left;}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #666666;
	background: #E6E6E6;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #3172B4;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #3172B4;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 155%;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 33px;
	
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}



/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #F0F5FB;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(images/sc-q.gif) no-repeat bottom right;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(images/author.gif) no-repeat 5px 4px #DDDDDD;
	font-size: 90%;
	text-transform: uppercase;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #3172B4;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #FF7705;
	background: url(images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #3172B4;
	background: url(images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #F0F5FB;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(images/sticky-bg.gif) no-repeat 5px 10px #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(images/download-bg.gif) no-repeat 5px 10px #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(images/star-bg.gif) no-repeat 0 3px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}



.clr {
	clear: both;
}



/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
}

#ja-header, ja-topslwrap, #ja-container, #ja-footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header, .narrow ja-topslwrap, .narrow #ja-container, .narrow #ja-footer {
	width: 770px;
	margin: 0 auto;
	clear: both;
}

#ja-containerwrap {
}

#ja-container {
	background: url(images/grad1.gif) repeat-x top #FFFFFF;
}

div.shadow1 {
	padding-right: 20px;
	background: url(images/shadow-right.gif) repeat-y top right;
	overflow: hidden;
}

div.shadow2 {
	padding-left: 20px;
	background: url(images/shadow-left.gif) repeat-y top left;
	overflow: hidden;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 99.9%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 99.9%;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: left;
	width: 75%;
	background: none;
}

#ja-mainbody-fr #ja-col1 {
	float: right;
	width: 24%;
}

#ja-mainbody-f {
	float: none;
	width: 100%;
}

#ja-content {
	padding: 0px 0px 0px 0px;
	margin: 0;
	clear: both;
	display: block;
}

#ja-mainbody-f #ja-content, #ja-mainbody-fl #ja-content {
	padding: 25px 20px 10px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #999999;
	line-height: normal;
	height: 110px;
}

#ja-header {
	background: url(images/header-bg.jpg) no-repeat #3172B4;
	height: 110px;
	position: relative;
	z-index: 10;
}

.narrow #ja-header {
	background: url(images/header-narrow-bg.jpg) no-repeat #3172B4;
}

h1.logo {
	margin: 0;
	padding: 0;
	width: 262px;
	font-size: 300%;
	position: absolute;
	top: 0;
	left: 30px;
	height: 60px;
}

h1.logo a {
	width: 262px;
	float: left;
	display: block;
	background: url(images/logo.png) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 80px;
	outline: none;
}

#ja-pathway {
	padding: 0 3px 5px;
	display: block;
	color: #999999;
}

#ja-pathway img {
	margin: 1px 5px 0;
}

#ja-pathway a {
	font-weight: bold;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	position: absolute;
	bottom: 0;
	left: 30px;
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus,
#ja-subnav a,
#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	outline: none;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 5px 18px;
	width: 90%;
	border-top: 1px solid #EFEFEF;
	display: block;
	color: #666666;
	background: url(images/arrow.png) no-repeat 3px 9px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #3172B4;
	background: url(images/arrow2.png) no-repeat 3px 9px;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #666666;
	background: url(images/arrow2.png) no-repeat 3px 9px #EFEFEF;
	font-weight: bold;
}

a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#active_menu {
	color: #3172B4;
	font-weight: bold;
}



/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
}

#ja-footer {
	color: #AAAAAA;
	background: url(images/footer-bg.gif) repeat-x top #666666;
	position: relative;
}

#ja-footer div.shadow2 {
	padding: 30px 0 25px 20px;
}

#ja-footer h1.logo {
	margin: 0;
	padding: 0;
	width: 175px;
	font-size: 200%;
	position: absolute;
	top: 0;
	left: 30px;
	height: 69px;
}

#ja-footer h1.logo a {
	width: 175px;
	float: left;
	display: block;
	background: url(images/logo-footer.gif) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 69px;
	outline: none;
}

#ja-footer small, #ja-footer address {
	padding: 0 0 0 200px;
	float: left;
	display: block;
	color: #AAAAAA;
	font-style: normal;
}

#ja-footer a {
	color: #E6E6E6;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FFFFFF;
}

#ja-footer ul {
	margin: 0 0 5px 200px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 20px 0 0;
	display: inline;
	font-weight: bold;
	line-height: normal;
}

/* Search */
#search {
	width: 300px;
	position: absolute;
	bottom: 10px;
	right: 50px;
	height: 29px;
text-align: right;
}

#search a {
	color: #ffffff;
font-weight: bold;

}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
}

#mod_login_password, #mod_login_username {
	width: 80%;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}




#content {

	margin: 0px;

	padding: 0px 0px 0px;

	float: left;

	width: 960px;

	position: relative;

}

#right-content {

	margin: 0px;

	padding: 0px;

	float: right;

	width: 800px;

}



#feeds {

	float: right;

	margin: 0px;

	padding: 0px;

	height: 25px;

	width: 70px;

}

#feeds a {

	margin: 0px;

	padding: 0px;

}

#feeds img {

	border-width: 0px;

}

#post-blog {

	float: left;

	width: 570px;

}





#post-entry {

	padding: 10px;

	float: left;

	width: 650px;

}

#post-entry h2 {

	font-size: 17px;

	line-height: 21px;

	color: #FFFFFF;

	margin: 0px;

	padding: 5px 12px;

	float: left;

	font-weight: normal;

	display: inline;

	background: #726E63;

	border: 1px solid #996600;

}

.post-meta {

	float: left;

	width: 650px;

	padding-bottom: 25px;

	background: url(images/dot.gif) repeat-x bottom;

	padding-top: 15px;

}

.post-meta h1 {

	font-size: 24px;

	line-height: 28px;

	color: #FF6600;

	margin: 0px;

	padding: 0px 0px 5px 0px;

	float: left;

	width: 650px;
	display: block;

	font-weight: normal;
	background: url(images/bull.gif) bottom repeat-x; 

}

.post-meta img {


	margin: 5px;



}

.post-meta h1 a {

	color: #FF6600;

	text-decoration: none;
	
}

.post-meta h1 a:hover {

	color: #000000;

	text-decoration: none;


}

.editor-author {

	font-size: 12px;

	line-height: 18px;

	color: #666666;

	margin: 0px;

	padding: 0px;

	float: left;

	width: 550px;

}

.editor-author a {

	font-family: Verdana, Geneva, Helvetica;

	color: #ACACAC;

	text-decoration: none;

	font-size: 12px;

	font-weight: 500;

}

.editor-author a:hover {

	font-family: Verdana, Geneva, Helvetica;

	color: #ff6600;

	text-decoration: underline;

	font-size: 12px;

	font-weight: 500;

}

.post-content {

	margin: 0px;

	padding: 15px 0px 20px 5px;

	float: left;

	width: 650px;

	font-size: 13px;

	line-height: 21px;

	color: #333333;
        overflow: hidden;

	

}

.post-content img {

	border-width: 0px;

}

.post-content a {

	color: #000000;

	text-decoration: underline;

font-weight: bold;

	padding: 2px;

}

.post-content a:hover {

	
	color: #333333;
font-weight: bold;

	text-decoration: none;

	padding: 2px;

}

.post-social {

	float: left;

	width: 550px;

}

.social {

float: left;
	width: 420px;
	margin: 0px;
	padding: 0px;

}

.social a {

	color: #FFFFFF;

	text-decoration: none;

	margin: 0px 13px 0px 0px;

}

.social p {
	float: left;
	height: 20px;
	width: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.social p a {
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 24px;
}
.social a:hover {

	color: #CCCCCC;

	text-decoration: underline;

	margin: 0px 13px 0px 0px;

}

.com-count {

	float: right;

	width: 128px;

}

.com-count a {

	background: url(images/comments.gif) no-repeat;

	display: block;

	height: 25px;

	width: 94px;

	padding-top: 12px;

	padding-left: 34px;

	color: #FFFFFF;

	text-decoration: none;

}

.com-count a:hover {

	background: url(images/comments.gif) no-repeat;

	display: block;

	height: 25px;

	width: 94px;

	padding-top: 12px;

	padding-left: 34px;

	color: #CCCCCC;

	text-decoration: underline;

}





/*///////////////////////////////////////////////////////

//////////////GLOBAL VARIABLE////////////////////////////

///////////////////////////////////////////////////////*/





#searchform {

	float: left;

	width: 96%;

	padding-left: 0px;

	margin: 0px;

	padding-top: 5px;

	padding-bottom: 15px;

}

#searchform p {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 100%;

}

#searchform .textf {

	padding: 4px;

	width: 95%;

	border: 1px solid #CCCCCC;

	background: #FFFFFF;

	color: #000000;

	font-size: 11px;

}

#searchform .textb {

	padding: 1px 10px;

	background: #ff6600;

	float: left;

	margin-left: 2px;

	margin-top: 5px;

	color: #FFFFFF;

	text-decoration: none;

	font-size: 11px;

	font-weight: bold;

	border-top: 1px solid #CCCCCC;

	border-right: 1px solid #999999;

	border-bottom: 1px solid #999999;

	border-left: 1px solid #CCCCCC;

}





.akpc_pop {

	font-size: 11px;

	line-height: 18px;

	color: #000000;

	margin: 5px 0px 0px;

	padding: 0px;

	clear: both;

	font-family: Tahoma, "Lucida Sans", Arial;

}

.pullquote-left {

	color: #000000;

	background: #F6F6F6;

	margin: 8px 8px 0px 2px;

	padding: 3px 3px 8px;

	float: left;

	width: 30%;

	text-align: center;

	font-size: 16px;

	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;

	font-style: italic;

	line-height: 20px;

	border-top: 2px solid #CCCCCC;

	border-bottom: 2px solid #CCCCCC;

}

.pullquote-right {

	color: #000000;

	background: #F6F6F6;

	margin: 8px 8px 0px 2px;

	padding: 3px 3px 8px;

	float: left;

	width: 30%;

	text-align: center;

	font-size: 16px;

	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;

	font-style: italic;

	line-height: 20px;

	border-top: 2px solid #CCCCCC;

	border-bottom: 2px solid #CCCCCC;

}

.caption-img-left {

	display: block;

	margin: 15px 5px 2px 0px;

	padding: 0px;

	float: left;

	width: auto;

}

.caption-img-left p {

	font-size: 1em;

	color: #666666;

	padding: 0px;

	clear: both;

	display: block;

	margin: 0px;

	width: auto;

}







.caption-img-left img {

	margin: 0px;

	padding: 0px;

	display: block;

	float: left;

}



.caption-img-right {

	display: block;

	margin: 15px 5px 2px;

	padding: 0px;

	float: right;

}

.caption-img-right p {

	font-size: 1em;

	color: #666666;

	margin: 0px;

	padding: 0px;

	clear: both;

	width: auto;

}



.caption-img-right img {

	clear: both;

	margin: 0px;

	padding: 0px;

	display: block;

}



dl {

	padding-left: 10px;

	font-size: 1em;

	margin-top: 8px;

	margin-bottom: 8px;

	font-family: Arial, Helvetica, sans-serif;



}



dt {

margin-bottom: 5px;

margin-top: 0px;

font-weight: 400;

font-family: Arial, Helvetica, sans-serif;

font-size: 1em;

}



dd {

font-style: italic;

margin-bottom: 8px;

margin-left: 0px;

font-family: Arial, Helvetica, sans-serif;

font-size: 1em;



}

blockquote p {

	margin: 0px;

	padding: 0px;

}

blockquote {

	font-size: 13px;

	line-height: 19px;

	color: #000000;

	margin: 10px;

	padding: 7px;

	clear: both;

	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;

	font-style: italic;

	border-left: 5px solid #111111;
border-right: 1px solid #666666;
background: #fbf9ed;

}





.alignleft {

	text-align: left;

	float: left;

}

.alignright {

	text-align: right;

	float: right;

}

.center {

	text-align: center;

	margin: 0px auto;

	clear: both;

}

img.alignleft {

	padding: 0px;

	float: left;

	margin-right: 5px;

	margin-top: 2px;

	margin-bottom: 5px;

}

img.alignright {

	padding: 4px;

	float: right;

	margin-top: 10px;

	margin-left: 10px;

}

img.center {

	padding: 4px;

	display: block;

	margin: 5px auto;

	clear: both;

}

pre {

	margin: 8px 0px;

	padding: 0px;

	clear: both;

	width: 90%;

	overflow: scroll;

	font-family: Verdana, sans-serif, Arial;

	font-size: 1em;

	background: #FFFFFF;

	color: #000000;

	border: 1px solid #999999;

}

em {

	color: #333333;

	font-size: 11px;

	text-transform: lowercase;

}

.post-content ul ul {

	margin: 0px;

	padding: 0px;

}

.post-content h1 {

	margin: 0px 0px 5px;

	padding: 0px 0px 3px;

	font-size: 17px;

	font-weight: bold;

	line-height: 20px;

	color: #000000;
	
	

}

.post-content h2 {

	margin: 0px 0px 5px;

	padding: 0px 0px 3px;

	font-size: 17px;

	font-weight: bold;

	line-height: 20px;

	color: #000000;

}

.post-content h3 {

	margin: 0px 0px 5px;

	padding: 0px 0px 3px;

	font-size: 17px;

	font-weight: bold;

	line-height: 20px;

	color: #000000;

}

.post-content h4 {

	margin: 0px 0px 5px;

	padding: 0px;

	font-size: 18px;

	font-weight: bold;

	line-height: 24px;

}

.post-content h5 {

	margin: 0px 0px 5px;

	padding: 0px;

	font-size: 16px;

	font-weight: bold;

	line-height: 19px;

}

.post-content h6 {

	margin: 0px 0px 5px;

	padding: 0px;

	font-size: 14px;

	font-weight: bold;

	line-height: 18px;

}





.info {

	border: 1px solid #4AB7FF;

	font-size: 11px;

	color: #191919;

	background: #BFE5FF url(images/styling/info.gif) no-repeat 5px center;

	font-family: Verdana, sans-serif, "Courier New";

	line-height: 125%;

	margin: 10px 0px 0px;

	padding: 12px 12px 12px 35px;

	display: block;

	font-weight: 400;

	width: 70%;

}

.warning {

	border: 1px solid #FF8888;

	font-size: 11px;

	color: #191919;

	font-family: Verdana, sans-serif, "Courier New";

	line-height: 125%;

	background: #FFBFBF url(images/styling/warning.gif) no-repeat 5px center;

	display: block;

	margin: 10px 0px 0px;

	padding: 12px 12px 12px 35px;

	font-weight: 400;

	width: 70%;

}

.download {

	border: 1px solid #C2E069;

	font-size: 11px;

	color: #191919;

	font-family: Verdana, sans-serif, "Courier New";

	line-height: 125%;

	background: #E5F2BF url(images/styling/download.gif) no-repeat 5px center;

	display: block;

	margin: 10px 0px 0px;

	padding: 12px 12px 12px 35px;

	font-weight: 400;

	width: 70%;

}

.alert {

	border: 1px solid #FFC875;

	font-size: 11px;

	color: #191919;

	line-height: 125%;

	background: #FFE5BF url(images/styling/alert.gif) no-repeat 5px 5px;

	font-family: Verdana, sans-serif, "Courier New";

	display: block;

	margin: 10px 0px 0px;

	padding: 12px 12px 12px 35px;

	font-weight: 400;

	width: 70%;

}

.note {

	border: 1px solid #FFE375;

	font-size: 11px;

	color: #191919;

	font-family: Verdana, "Times New Roman", Times, Georgia, serif;

	line-height: 125%;

	background: #FFF2BF url(images/styling/note.gif) no-repeat 5px center;

	display: block;

	margin: 10px 0px 0px;

	padding: 12px 12px 12px 35px;

	font-weight: 400;

	width: 70%;

}





/*//////////////////////////////////////////////////////////

/////////////PAGING-COMMENT-TEMPLATE/////////////////////////

////////////////////////////////////////////////////////////*/



#post-navigator {

	color: #000000;

	margin: 0px;

	padding: 0px;

	float: left;

	width: 550px;

}

#post-navigator-single {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 550px;

	font-size: 12px;

	line-height: 18px;

}

.wp-pagenavi {

	float: left;

	width: 550px;

	padding-top: 8px;

	padding-bottom: 8px;

	font-size: 12px;

}

.pages {

	font-size: 11px;

	color: #000000;

	background: #f8f8f8;

	padding: 2px 5px;

	border: 1px solid #dddddd;

	margin-right: 5px;

	font-weight: bold;

}

.current {

	background: #FFFFFF;

	padding: 2px 4px;

	border: 1px solid #CCCCCC;

	margin-left: 4px;

	color: #000000;

}



#post-navigator a {

	color: #FFFFFF;

	background: #996600;

	padding: 2px 4px;

	margin: 0px 0px 0px 3px;

	text-decoration: none;

	border: 1px solid #744E4E;

}

#post-navigator a:hover {

	color: #000000;

	background: #EEEEEE;

	padding: 2px 4px;

	margin: 0px 0px 0px 3px;

	text-decoration: none;

	border: 1px solid #CCCCCC;

}

#post-navigator-single .alignleft {

	font-size: 11px;

	line-height: 16px;

	margin: 0px;

	padding: 0px;

	float: left;

	width: 45%;

	overflow: hidden;

	height: 20px;

}

#post-navigator-single .alignright {

	font-size: 11px;

	line-height: 16px;

	margin: 0px;

	padding: 0px;

	float: right;

	width: 45%;

	overflow: hidden;

	height: 20px;

}

#post-navigator-single a {

	color: #666666;

	padding: 5px 8px;

	margin: 0px 0px 0px 3px;

	text-decoration: underline;

}

#post-navigator-single a:hover {

	color: #333333;

	padding: 5px 8px;

	margin: 0px 0px 0px 3px;

	text-decoration: none;

}

#comments-template {

	margin: 15px 0px 0px;

	padding: 0px 0px 2em;

	float: left;

	width: 550px;

}

#comments-template h4 {

	margin: 0px 0px 10px;

	padding: 5px 15px;

	float: left;

	background: #660000;

	font-size: 13px;

	line-height: 18px;

	color: #FFFFFF;

	border: 1px solid #660033;

	text-align: center;

}

#comments-template h5 {

	margin: 15px 0px 10px;

	padding: 5px 8px;

	float: left;

	background: #282828;

	font-size: 13px;

	line-height: 17px;

	color: #FFFFFF;

	border: 1px solid #000000;

	display: inline;

}

#comments-template h5 a {

	color: #f8f8f8;

	text-decoration: none;

}



#comments-template h6 {

	margin: 15px 0px 10px;

	padding: 5px 15px;

	float: left;

	background: #F8F8F8;

	font-size: 13px;

	line-height: 18px;

	color: #000000;

	text-align: center;

	border-top: 1px solid #EEEEEE;

	border-right: 2px solid #CCCCCC;

	border-bottom: 2px solid #CCCCCC;

	border-left: 1px solid #EEEEEE;

}

.comment-list {

	float: left;

	width: 96%;

	padding: 0px 8px;

	margin: 0px;

}



.comment-avatar {

	margin: 0px 0px 0px 8px;

	padding: 0px;

	float: left;

	height: 52px;

	width: 52px;

}

.comment-avatar img {

	border-width: 0px;

}

.comment-block {

	float: left;

	width: 86%;

	margin: 0px;

	padding: 5px;

	background: #FFFFFF;

	border: 1px solid #eeeeee;

}

.comment-block .comment-author {

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	line-height: 18px;

	margin: 0px;

	padding: 0px;

	float: left;

	width: 99%;

}

.comment-block .comment-date {

	font-size: 11px;

	color: #000000;

	line-height: 18px;

	margin: 0px;

	padding: 0px;

	float: left;

	width: 99%;

}

.comment-block .comment-date a {

	color: #996600;

	text-decoration: none;

}

.comment-block .comment-date a:hover {

	color: #990000;

	text-decoration: underline;

}

.comment-block .comment-text {

	font-size: 12px;

	color: #333333;

	line-height: 18px;

	margin: 0px;

	padding: 1em 0px;

	float: left;

	width: 99%;

}

.comment-block .comment-text code {

	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;

	font-size: 12px;

	color: #666666;

}

.comment-block .comment-text blockquote {

	margin: 10px;

	padding: 5px;

	clear: both;

	border-left: 5px solid #000000;

	font-size: 12px;

	line-height: 17px;

	color: #000000;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

}



.comment-block .comment-author a {

	color: #996600;

	text-decoration: underline;

}

.comment-block .comment-author a:hover {

	color: #990000;

	text-decoration: none;

}

.comment-block .comment-text a {

	color: #996600;

	text-decoration: underline;

}



.comment-block .comment-text a:hover {

	color: #990000;

	text-decoration: none;

}

.comment-block .comment-text p {

	margin: 0px 0px 5px;

}







.comment-block-alt {

	float: left;

	width: 86%;

	margin: 0px;

	padding: 5px;

	background: #F8F8F8;

	border: 1px solid #eeeeee;

}

.comment-block-alt .comment-author {

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	line-height: 18px;

	margin: 0px;

	padding: 0px;

	float: left;

	width: 99%;

}

.comment-block-alt .comment-date {

	font-size: 11px;

	color: #000000;

	line-height: 17px;

	margin: 0px;

	padding: 0px;

	float: left;

	width: 99%;

}

.comment-block-alt .comment-date a {

	color: #996600;

	text-decoration: none;

}

.comment-block-alt .comment-date a:hover {

	color: #990000;

	text-decoration: underline;

}

.comment-block-alt .comment-text {

	font-size: 11px;

	color: #333333;

	line-height: 18px;

	margin: 0px;

	padding: 1em 0px;

	float: left;

	width: 99%;

}

.comment-block-alt .comment-text p {

	margin: 0px 0px 5px;

}

.comment-block-alt .comment-author a {

	color: #996600;

	text-decoration: underline;

}

.comment-block-alt .comment-author a:hover {

	color: #990000;

	text-decoration: none;

}

.comment-block-alt .comment-text a {

	color: #996600;

	text-decoration: underline;

}

.comment-block-alt .comment-text a:hover {

	color: #990000;

	text-decoration: none;

}

.comment-block-alt .comment-text code {

	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;

	font-size: 12px;

	color: #666666;

}

.comment-block-alt .comment-text blockquote {

	margin: 10px;

	padding: 5px;

	clear: both;

	border-left: 5px solid #996600;

	font-size: 13px;

	line-height: 17px;

	color: #000000;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

}

#comment-form {

	margin: 10px 0px 0px;

	padding: 12px 3px 12px 8px;

	float: left;

	width: 95%;

	background: #F9F9F9;

	border-top: 1px solid #EFEFEF;

	border-right: 2px solid #CCCCCC;

	border-bottom: 2px solid #CCCCCC;

	border-left: 1px solid #EFEFEF;

}

#comment-form p {

	margin: 0px 0px 10px;

	padding: 0px;

}

#comment-form label {

	font-size: 11px;

	color: #000000;

	margin: 0px;

	padding: 0px;

	line-height: 18px;

	font-weight: bold;

}

#comment-form .comment-box {

	margin: 0px;

	padding: 3px;

	width: 96%;

	border: 1px solid #cccccc;

	font-family: "Trebuchet MS", "Times New Roman", Tahoma;

	font-size: 14px;

	color: #000000;

}

#comment-form .comment-box:hover {

	margin: 0px;

	padding: 3px;

	width: 96%;

	background: #f9f9f9;

	border: 1px solid #cccccc;

	font-size: 14px;

	color: #000000;

}

#comment-form .comment-box-area {

	margin: 0px;

	padding: 3px;

	width: 96%;

	border: 1px solid #cccccc;

	height: 300px;

	font-family: "Trebuchet MS", "Times New Roman", Tahoma;

	font-size: 14px;

	color: #000000;

	line-height: 18px;

}

#comment-form .comment-box-area:hover {

	margin: 0px;

	padding: 3px;

	width: 96%;

	border: 1px solid #cccccc;

	height: 300px;

	background: #f9f9f9;

	font-family: "Trebuchet MS", "Times New Roman", Tahoma;

	font-size: 14px;

	color: #000000;

}

#comment-form .comment-submit {

	margin: 0px;

	padding: 5px 8px;

	font-family: "Trebuchet MS", "Times New Roman", Tahoma;

	font-size: 13px;

	font-weight: bold;

	color: #FFFFFF;

	background: #999999;

	border-top: 1px solid #dddddd;

	border-right: 2px solid #CCCCCC;

	border-bottom: 2px solid #CCCCCC;

	border-left: 1px solid #dddddd;

}

#comment-form #comment-rules {

	margin-top: 10px;

	margin-bottom: 0px;

	font-size: 11px;

	color: #000000;

	line-height: 17px;

}

#post-sidebar {

	float: right;
	padding-top: 25px;
	width: 220px;
	position: relative;

}

#rss-subscribes {

	background: #726E63 url(images/rss-f.gif) no-repeat;

	margin: 0px 0px 10px;

	padding: 20px 10px 10px 120px;

	float: left;

	width: 230px;

	border: 5px solid #F8F8F8;

	height: 79px;

}

#rss-subscribes .feedcountdiv {

	float: left;

	width: 220px;

	font-size: 22px;

	color: #FFFFFF;

	font-family: "Trebuchet MS", "Times New Roman", Tahoma;

	font-weight: normal;

	letter-spacing: 3px;

	margin: 0px;

	padding: 20px 0px 0px;

}

#rss-subscribes .feedcountdiv p {

	margin: 0px;

	padding: 0px;

}



#rss-subscribes .feedcountdiv a {

	color: #dedede;

	text-decoration: none;

}

#rss-subscribes .feedcountdiv a:hover {

	color: #FFFFFF;

	text-decoration: none;

}


#top-sidebar {
	margin: 10px 0px 8px;
	padding: 0px;
	float: left;
	width: 200px;
}
#bottom-sidebar {
	float: left;
	width: 200px;
}



.widget-sidebar {
	
	float: left;
	width: 200px;
	padding: 10px;
	margin-right: 5px;
}

#left-sidebar {

	float: left;

	width: 150px;

	padding-top: 25px;

}

.sidebar-left {

	background: #FFFFFF;

	float: left;

	width: 130px;

	padding: 10px;

}

.sidebar-left h3 {

	margin: 0px;

	padding: 2px 11px;

	float: left;

	font-size: 12px;

	line-height: 18px;

	font-weight: bold;

	color: #FFFFFF;

	background: #726E63;

	display: inline;

	border-top: 1px solid #726E63;

	border-right: 2px solid #4E4A43;

	border-bottom: 2px solid #4E4A43;

	border-left: 1px solid #4E4A43;

}

.widget-sidebar h3 {

	margin: 0px;

	padding: 2px 0px;

	float: left;

	font-size: 14px;

	line-height: 28px;

	font-weight: bold;

	color: #666666;

	display: inline;
	text-indent: 5px;
background: url(images/h3-bg.gif) repeat-y center left;
	width: 100%;

}

.widget-sidebar .list {

	margin: 0px;

	padding: 5px 0px 25px;

	float: left;

	width: 100%;

	list-style-type: none;

}

.widget-sidebar .list ul {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 95%;

	list-style-type: none;

}

.widget-sidebar .list li {

	margin: 0px 0px 8px;

	padding: 0px;

	float: left;

	width: 100%;

	list-style-type: none;

	font-size: 11px;

	line-height: 18px;

	color: #000000;

}

.widget-sidebar .list ul li {

	margin: 8px 0px 0px;

	padding: 0px;

	float: left;

	width: 100%;

	list-style-type: none;

	font-size: 11px;

	line-height: 18px;

	color: #000000;

}

.widget-sidebar .list li a {

	background: url(images/arrow2.png) no-repeat left 2px;

	margin: 0px;

	padding-left: 18px;

	color: #333333;

	text-decoration: none;

	padding-top: 2px;

	padding-bottom: 2px;

}

.widget-sidebar .list li a:hover {

	background: url(images/arrow2.png) no-repeat left 2px;

	margin: 0px;

	padding-left: 18px;

	color: #000000;

	text-decoration: underline;

	padding-top: 2px;

	padding-bottom: 2px;

}





.nolist {

	margin: 0px;

	padding: 5px 0px 12px;

	float: left;

	width: 100%;

	list-style-type: none;

}

.nolist ul {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 95%;

	list-style-type: none;

}

.nolist li {

	margin: 0px 0px 8px;

	padding: 0px;

	float: left;

	width: 100%;

	list-style-type: none;

	font-size: 11px;

	line-height: 18px;

	color: #000000;

}

.nolist ul li {

	margin: 8px 0px 0px;

	padding: 0px;

	float: left;

	width: 100%;

	list-style-type: none;

	font-size: 11px;

	line-height: 18px;

	color: #000000;

}

.nolist li a {



	margin: 0px;

	color: #333333;

	text-decoration: none;

	padding-top: 2px;

	padding-bottom: 2px;

}

.nolist li a:hover {



	margin: 0px;

	color: #000000;

	text-decoration: underline;

	padding-top: 2px;

	padding-bottom: 2px;

}

.idTabs {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 340px;

	list-style-type: none;

}



.tab-navs {

	margin: 0px 0px 10px;

	padding: 0px;

	float: left;

	width: 350px;

}

.clear-tab {

	float: left;

	height: 8px;

	width: 350px;

}







#top-sidebar .list {

	margin: 0px;

	padding: 5px 0px 12px;

	float: left;

	width: 100%;

	list-style-type: none;

}

#top-sidebar .list ul {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 95%;

	list-style-type: none;

}

#top-sidebar .list li {

	margin: 0px 0px 8px;

	padding: 0px;

	float: left;

	width: 100%;

	list-style-type: none;

	font-size: 11px;

	line-height: 18px;

	color: #000000;

}

#top-sidebar .list ul li {

	margin: 8px 0px 0px;

	padding: 0px;

	float: left;

	width: 100%;

	list-style-type: none;

	font-size: 11px;

	line-height: 18px;

	color: #000000;

}

#top-sidebar .list li a {

	background: url(images/bullet-white.gif) no-repeat left 2px;

	margin: 0px;

	padding-left: 18px;

	color: #333333;

	text-decoration: none;

	padding-top: 2px;

	padding-bottom: 2px;

}

#top-sidebar .list li a:hover {

	background: url(images/bullet-white.gif) no-repeat left 2px;

	margin: 0px;

	padding-left: 18px;

	color: #000000;

	text-decoration: underline;

	padding-top: 2px;

	padding-bottom: 2px;

}



#top-sidebar.list ul li a {

	background: url(images/bullet-white.gif) no-repeat left 2px;

	margin: 0px;

	padding-left: 18px;

	color: #333333;

	text-decoration: none;

	padding-top: 2px;

	padding-bottom: 2px;

}

#top-sidebar .list ul li a:hover {

	background: url(images/bullet-white.gif) no-repeat left 2px;

	margin: 0px;

	padding-left: 18px;

	color: #000000;

	text-decoration: underline;

	padding-top: 2px;

	padding-bottom: 2px;

}

#top-sidebar .nolist li img {

	border: 3px solid #DDDDDD;

	float: left;

	margin-right: 0px;

	margin-left: 25px;

	margin-bottom: 12px;

}







.idTabs li {

	display: inline;

	margin: 0px;

	padding: 0px;

	float: left;

	color: #000000;

	text-align: center;

	font-size: 11px;

}

.idTabs li a {

	color: #FFFFFF;

	text-decoration: none;

	margin: 0px;

	padding: 5px 8px;

	background:  url(images/menu-bg.gif) top repeat-x;

	line-height: 30px;

	height: 21px;

	border-right: 1px solid #625F55;

	display: block;

	float: left;

}

.idTabs li a.selected {

	background: #FFFFFF;

	font-weight: bold;

	color: #000000;

	text-decoration: none;

	line-height: 21px;

	padding: 5px 8px;

	height: 21px;

	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

	display: block;

	float: left;

}



#recententries {

	float: left;

	width: 350px;

	background: #FFFFFF;

	padding: 10px;

	display: block;

}

#recentcomments {

	float: left;

	width: 350px;

	background: #FFFFFF;

	padding: 10px;

	display: none;

}

#mostcomments {

	float: left;

	width: 350px;

	background: #FFFFFF;

	padding: 10px;

	display: none;

}

#advertisment {

	float: left;

	width: 350px;

	background: #FFFFFF;

	padding: 10px;

	display: none;

}

#popularentries {

	float: left;

	width: 350px;

	background: #FFFFFF;

	padding: 10px;

	display: none;

}

#populartags {

	float: left;

	width: 350px;

	background: #FFFFFF;

	padding: 10px;

	display: none;

}

#footer {

	margin: 10px 0px 0px;

	padding: 10px;

	float: left;

	width: 945px;

	background: url(images/footer.gif) repeat-x bottom;

	border-bottom: 2px solid #666666;

}

#footer-cp {

	float: left;

	width: 960px;

	padding-top: 10px;

	padding-bottom: 10px;

	font-size: 11px;

	line-height: 18px;

	color: #333333;

	text-align: right;

}

#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	overflow: hidden;
}
#navigation .pg {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	background: #000000 url(images/menu_bg.png) repeat-x;
}
.pg ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.pg li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	font-size: 11px;
}
.pg ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	font-size: 11px;
}
.pg li a {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
	background: #000000 url(images/menu_item.png) repeat-x;
	height: 25px;
	text-decoration: none;
}
.pg ul li a {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #ffffff;
	background: #000000 url(images/menu_item.png) repeat-x;
	height: 25px;
	text-decoration: none;
}
.pg li a:hover {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #333333;
	background: #000000 url(images/menu_hover.png) repeat-x;
	height: 25px;
	text-decoration: none;
}
.pg ul li a:hover {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #333333;
	background: #000000 url(images/menu_hover.png) repeat-x;
	height: 25px;
	text-decoration: none;
}
#home a {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #000000;
	background: #000000 url(images/menu_hover.png) repeat-x;
	height: 25px;
	text-decoration: none;
}
#home a:hover {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #ffffff;
	background: #000000 url(images/menu_item.png) repeat-x;
	height: 25px;
	text-decoration: none;
}
.pg li.current_page_item a {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #000000;
	background: #000000 url(images/menu_hover.png) repeat-x;
	height: 25px;
	text-decoration: none;
}
.pg li.current_page_item a:hover {
	margin: 0px;
	padding: 0px 12px;
	float: left;
	list-style-type: none;
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #ffffff;
	background: #000000 url(images/menu_bg.png) repeat-x;
	height: 25px;
	text-decoration: none;
}

#more-link {
  font-size:15px;
  background: url(images/comments.gif) no-repeat;
  }

.dv-feet {

	background: #000000;

	display: inline;
width: 938px;
	margin: 0px;

	padding: 10px;

	float: left;

	border: 1px dotted #A0753F;

}

.dv-feet a {

	color: #333333;

	text-decoration: none;

}

.dv-feet a:hover {

	color: #CCCCCC;

	text-decoration: none;

}





.fb-box {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 220px;

}

.fb-box a {

	padding: 2px;

	color: #993300;

	text-decoration: underline;

}



#rhg {

	float: right;

}

.fb-box h3 {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 220px;

	font-size: 5px;

	color: #A27B45;

}

.fb-box img {

	border-width: 0px;

}

.paper-weight {

	background: url(images/paper.gif) repeat-y center;

	padding: 10px 15px 10px 25px;

	float: left;

	width: 180px;

	font-size: 11px;

	line-height: 18px;

}

.paper-weight img {

	margin: 0px 6px 2px 0px;

	float: left;

}

#flickr-box {

	float: left;

	width: 470px;

	padding: 0px 0px 0px 20px;

}

#flickr-box h3 {

	font-size: 3px;

	color: #9A7541;

	margin: 00px;

	float: left;

	width: 470px;

}

#flickr-box ul {

	margin: 0px;

	padding: 8px 0px 0px;

	float: left;

	width: 470px;

	list-style-type: none;

}

#flickr-box ul ul {

	margin: 0px;

	padding: 8px;

	float: left;

	width: 460px;

	list-style-type: none;

}

#flickr-box ul li {

	margin: 0px 5px 5px 0px;

	padding: 3px 0px 0px 3px;

	float: left;

	background: url(images/img-box.gif) no-repeat;

	height: 92px;

	width: 101px;

}

#flickr-box li img {

	float: left;

	height: 83px;

	width: 94px;

	border-width: 0px;

}

.subscribe-to-comments {

	font-size: 12px;

	line-height: 18px;

	color: #000000;

	margin: 10px 0px 0px;

	padding: 0px;

	float: left;

	width: 90%;

}

.subscribe-to-comments a {

	color: #996633;

	text-decoration: underline;

}
