/*--- cg_head -------------------------------------------------------------------------------------*/
#cg_head {
	overflow:hidden;
}

#cg_head h1 {
	position:relative;
	top:20px;
	margin:0 auto;
	width:800px;
	height:80px;
	background: url(/interface/logo-1.png) no-repeat left top;
}
#cg_head h1 a {
	display:block;
	height:80px;
	text-indent:-200px;
	overflow:hidden;
}
/*-------------------------------------------------------------------------------------------------*/


/*--- cg_menu -------------------------------------------------------------------------------------*/
#cg_menu {
	font: 10px/10px Tahoma, Arial, Helvetica;
	overflow:hidden;
	position:relative;
}
#cg_menu .left {
	left:15px;
	height:15px;
	margin-top:4px;
}
#cg_menu .right {
	margin-top:4px;
}
#cg_menu .right em, #cg_menu .right a, #cg_menu .right cite {
	display:block;
	float:right;
}
#cg_menu .right em {
	width:20px;
	height:15px;
}
#cg_menu .right cite {
	background-color:#898882;
	border-bottom:2px solid #c5c4bb;
	border-top:2px solid #c5c4bb;
	height:12px;
	overflow:hidden;
	text-indent:-10px;
	width:1px;
}
#cg_menu .right a {
	color:#000;
	height:14px;
	padding:2px 5px 0px;
	text-align:center;
	text-decoration:none;
	/*background-color:red;*/
}
#cg_menu .right a:hover {
	color: #fff;
}
/*-------------------------------------------------------------------------------------------------*/


/*--- cg_sbar -------------------------------------------------------------------------------------*/
#cg_sbar dl {
	margin:0 10px 20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#cg_sbar dt {
	height:25px;
	text-indent:-300px;
	margin-bottom:4px;
	overflow:hidden;
}
#cg_sbar dd {
	border-bottom:1px solid #cfcfcc;
}
#cg_sbar dd a {
	display:block;
	height:19px;
	color:#cf852c;
	text-decoration:none;
	line-height:19px;
	padding-left:22px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
#cg_sbar dd a:hover {
	background-color: #c7c6bc;
	color:#fff;
}
#cg_sbar dl a {
	background-image: url(/interface/ic-arrow-1.png);
}
#cg_sbar dl.h_yw dt {
	background: url(/interface/sbar-1.png) no-repeat 0 0;
}
#cg_sbar dl.h_jp dt {
	background: url(/interface/sbar-1.png) no-repeat 0 -25px;
}
#cg_sbar dl.h_bs dt {
	background: url(/interface/sbar-1.png) no-repeat 0 -50px;
}
#cg_sbar dl.h_bs {
	margin-bottom:70px;
}
#cg_sbar div.ad {
	background-color:#7f7f7f;
	border:1px solid #000;
	height:60px;
	margin:12px 10px;
}
#cg_sbar div.ad a {
	display:block;
	height:60px;
	overflow:hidden;
	text-decoration:none;
}
/*-------------------------------------------------------------------------------------------------*/


/*--- cg_content ----------------------------------------------------------------------------------*/
#cg_content {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#cg_content h2 {
	color:#000;
	font: 22px/22px Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
}
#cg_content a {
	color:#cf852c;
	text-decoration:none;
}
#cg_content a:hover {
	text-decoration:underline;
}
#cg_content p {
	font-size:11px;
	line-height:16px;
	margin:4px 0;
}
#cg_content p strong {
	font-weight:900;
	color: #878574;
}
#cg_content p.big {
	font-size:12px;
	line-height:18px;
	margin:8px 0;
}
#cg_content p.quote {
	color:#c6ba82;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px !important;
	font-style:italic;
	font-weight:900;
	line-height:1.4em !important;
	margin:20px 0 !important;
}
#cg_content p.cg_chead {
	border-bottom:1px solid #85A4C2;
	color:#85A4C2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px !important;
	font-weight:900;
	line-height:18px;
	margin-bottom:30px !important;
	margin-top:0 !important;
	padding-bottom:5px;
}
#cg_content blockquote {
	background:rgb(241,240,229);
	border-top:1px solid #e2e2e0;
	border-bottom:1px solid #e2e2e0;
	display:block;
	margin-top:8px;
	overflow:auto;
	padding:8px 10px;
}
#cg_content blockquote h3 {
	font-size:12px;
	font-weight:900;
	margin-bottom:5px;
}
#cg_content blockquote p {
	display:block;
	font:11px/17px Georgia, "Times New Roman", Times, serif;
	margin:6px 0;
}
/*OLD*/
#cg_content div.poem {
	background:rgb(241,240,229);
	border-top:1px solid #e2e2e0;
	border-bottom:1px solid #e2e2e0;
	display:block;
	margin-top:8px;
	overflow:auto;
	padding:8px 10px;
}
#cg_content div.poem h3 {
	font-size:12px;
	font-weight:900;
	margin-bottom:5px;
}
#cg_content div.poem cite {
	display:block;
	font:11px/17px Georgia, "Times New Roman", Times, serif;
	margin:6px 0;
}
/*OLD*/

#cg_content div.div1 {
	background: #e7e1c9;
	height:2px;
	margin:30px auto 20px;
	overflow:hidden;
	width:15%;
}
#cg_content div.banner,
#cg_content div.banner100 {
	position:relative;
	margin-bottom:25px;
	max-width:760px;
	background-color: #333;
	border-right:1px solid #cdcdca;
	border-bottom:1px solid #cdcdca;
}
#cg_content div.banner {
	height:175px;
}
#cg_content div.banner100 {
	height:108px;
}
#cg_content div.banner p,
#cg_content div.banner100 p {
	position:relative;
	border:4px solid #dbdbd8;
	overflow:hidden;
	margin:0 !important;
}
#cg_content div.banner p {
	height:167px;
}
#cg_content div.banner100 p {
	height:100px;
}
#cg_content div.banner img,
#cg_content div.banner100 img {
	position:absolute;
	left:50%;
	margin-left:-335px;
	display:block;
}
#cg_content div.banner img.left,
#cg_content div.banner100 img.left {
	left:0;
	margin-left:0;
}

#cg_content div.amazon1 {
	border:1px solid #eae9d7;
	margin:15px 0 35px;
}
#cg_content div.amazon1 div.book {
	float:left;
}

#cg_content img.imgleft,
#cg_content img.mt-image-left {
	float:left !important;
	margin:4px 20px 4px 0 !important;
}
#cg_content img.imgright,
#cg_content img.mt-image-right {
	float:right !important;
	margin:4px 0 4px 20px !important;
}

#cg_content p.posted {
	font-size:10px;
	line-height:10px;
	text-transform: capitalize;
	margin-bottom:12px;
}
#cg_content p.postnav {
	background-color:#f0f0ee;
	border-bottom: 1px solid #e2e2e0;
	border-top: 1px solid #e2e2e0;
	height:19px;
	margin:15px 0 30px;
	position:relative;
}
#cg_content p.postnav cite {
	display:none;
}
#cg_content p.postnav a {
	position:absolute;
	height:19px;
	line-height:19px;
	text-decoration:none;
	padding:0 11px 0 29px;
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
#cg_content p.postnav a:hover {
	background-color:#c7c6bc;
	color:#fff;
}
#cg_content p.postnav a.cm {
	left:0;
	background-image: url(/interface/ic-bubble-1.png);
}
#cg_content p.postnav a.cr {
	right:0;
	background-image: url(/interface/ic-arrow-1.png);
}
#cg_content div.pagenav {
	margin-top:35px;
	text-align:center;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#cf852c;
}
#cg_content div.pagenav cite {
	display:none;
}
#cg_content div.pagenav a {
	border:1px solid #9e9c99;
	background-color:#fff;
	padding:0 4px 1px;
	margin:0 -1px;
}
#cg_content div.pagenav a:hover,
#cg_content div.pagenav a.active {
	text-decoration:none;
	color:#fff;
	border:1px solid #cf852c;
	background-color:#a46923;
}

#cg_content ul.links {
	border-top:1px solid #cfcfcc;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}
#cg_content ul.links li {
	border-bottom:1px solid #cfcfcc;
}
#cg_content ul.links li a {
	background-image: url(/interface/ic-arrow-1.png);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	display:block;
	height:19px;
	color:#cf852c;
	text-decoration:none;
	line-height:19px;
	padding-left:22px;
}
#cg_content ul.links li a:hover {
	background-color: #c7c6bc;
	color:#fff;
}
/*-------------------------------------------------------------------------------------------------*/


/*--- cg_content blogentry ------------------------------------------------------------------------*/
#cg_content.blogentry h2,
#cg_content.blogentry h3,
#cg_content.blogentry h4,
#cg_content div.blogentry h2,
#cg_content div.blogentry h3,
#cg_content div.blogentry h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#cg_content.blogentry h2,
#cg_content div.blogentry h2 {
	color:#cec494;
	font-size:28px;
	line-height:28px; 
	margin-bottom:5px;
}
#cg_content.blogentry h3,
#cg_content div.blogentry h3 {
	color:#c6ba82;
	font-size:22px;
	line-height:22px;
	margin-bottom:5px;
}
#cg_content.blogentry h4,
#cg_content div.blogentry h4 {
	color:#c6ba82;
	font-size:18px;
	line-height:18px; 
	margin-bottom:3px;
}
#cg_content.blogentry p,
#cg_content div.blogentry p {
	font-size:12px;
	line-height:18px;
	margin:8px 0;
}
#cg_content.blogentry p.small,
#cg_content div.blogentry p.small {
	font-size:11px;
	line-height:16px;
	margin:8px 0;
}
#cg_content.blogentry strong,
#cg_content div.blogentry strong {
	font-weight:900;
	color: #878574;
}
#cg_content.blogentry em,
#cg_content div.blogentry em {
	font-style:italic;
}
#cg_content.blogentry dl,
#cg_content div.blogentry dl {
	margin:8px 0;
}
#cg_content.blogentry dt,
#cg_content div.blogentry dt {
	font-size:12px;
	line-height:18px;
	margin:3px 0;
}
#cg_content.blogentry dd,
#cg_content div.blogentry dd {
	font-style:italic;
	margin-left:15px;
	margin:3px 0 3px 15px;
}

#cg_content.blogentry blockquote,
#cg_content div.blogentry blockquote {
	background:rgb(241,240,229);
	border-top:1px solid #e2e2e0;
	border-bottom:1px solid #e2e2e0;
	display:block;
	margin-top:8px;
	overflow:auto;
	padding:12px 15px;
}
#cg_content.blogentry blockquote h3,
#cg_content div.blogentry blockquote h3 {
	font-size:14px;
	font-weight:900;
	margin-bottom:8px;
}
#cg_content.blogentry blockquote p,
#cg_content div.blogentry blockquote p {
	display:block;
	font:13px/20px Georgia, "Times New Roman", Times, serif;
	margin:6px 0;
}

/*OLD*/
#cg_content.blogentry div.poem,
#cg_content.blogentry div.poemsmall,
#cg_content div.blogentry div.poem,
#cg_content div.blogentry div.poemsmall {
	background:rgb(241,240,229);
	border-top:1px solid #e2e2e0;
	border-bottom:1px solid #e2e2e0;
	display:block;
	margin-top:8px;
	overflow:auto;
	padding:12px 15px;
}
#cg_content.blogentry div.poem h3,
#cg_content.blogentry div.poemsmall h3,
#cg_content div.blogentry div.poem h3,
#cg_content div.blogentry div.poemsmall h3 {
	font-size:14px;
	font-weight:900;
	margin-bottom:8px;
}
#cg_content.blogentry div.poem cite,
#cg_content.blogentry div.poemsmall cite,
#cg_content div.blogentry div.poem cite,
#cg_content div.blogentry div.poemsmall cite {
	display:block;
	font:13px/20px Georgia, "Times New Roman", Times, serif;
	margin:6px 0;
}
/*OLD*/

#cg_content.blogentry div.poemsmall,
#cg_content div.blogentry div.poemsmall {
	padding:8px 10px;
}
#cg_content.blogentry div.poemsmall h3,
#cg_content div.blogentry div.poemsmall h3 {
	font-size:12px;
	margin-bottom:5px;
}
#cg_content.blogentry div.poemsmall cite,
#cg_content div.blogentry div.poemsmall cite {
	font:11px/17px Georgia, "Times New Roman", Times, serif;
}
/*-------------------------------------------------------------------------------------------------*/


/*--- cg_form -------------------------------------------------------------------------------------*/
#cg_form {
	margin-top:25px;
}
#cg_form fieldset {
	border:1px solid #999;
	font-size:11px;
	margin:0 0 10px;
	padding:10px 10px 8px;
}
#cg_form legend {
	border:1px solid #b2b2b2;
	color:#505f72;
	font-family:Tahoma,Arial,sans-serif;
	font-size:10px;
	padding:0 8px;
	text-transform:uppercase;
}
#cg_form ul {
	padding:0 0 1px;
}
#cg_form li {
	clear:both;
	margin:0 0 6px;
}
#cg_form label {
	display:block;
	float:left;
	line-height:1.8;
	margin-right:8px;
	text-align:right;
	vertical-align:top;
	width:85px;
}
#cg_form label.required {
	font-weight:900;
}
#cg_form li.error label {
	font-weight:900;
	color:#990000;
}
#cg_form li input,
#cg_form li textarea {
	background: #fff url(/interface/input-bg-1.gif) repeat-x 0 0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
}
#cg_form li input {
	height:16px;
	margin:0;
	padding:2px 2px 0;
}
#cg_form li textarea {
	padding:2px;
}
#cg_form li input.active,
#cg_form li textarea.active {
	background: #fff;
	border:1px solid #31659A;
}
#cg_form li input:focus,
#cg_form li textarea:focus {
	background: #fff;
	border: 1px solid #31659a;
}
#cg_form li.error input,
#cg_form li.error textarea,
#cg_form li input.error,
#cg_form li textarea.error {
	background: #fff url(/interface/input-bg-2.gif) repeat-x 0 0;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-bottom:1px solid #b06e6e;
	border-right:1px solid #b06e6e;
}
#cg_form li.wsmall input,
#cg_form li.wsmall textarea {
	width:15%;
}
#cg_form li.wmedium input,
#cg_form li.wmedium textarea {
	width:45%;
}
#cg_form li.wxmedium input,
#cg_form li.wxmedium textarea {
	width:78.2%;
}
#cg_form li.wfull input,
#cg_form li.wfull textarea {
	width:98.5%;
}
#cg_form li.hfull textarea {
	height:300px;
}
#cg_form li.hxfull textarea {
	height:450px;
}
#cg_form fieldset p {
	font-size:11px;
	line-height:15px;
	margin:4px 0 0 1px;
}
#cg_form p.submit {
	text-align:center;
}
#cg_form p.submit input {
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding:2px 30px;
}
/* panel override */
.mask {
	background-color:#666;
	filter:alpha(opacity=70);
	opacity:.70;
}
.yui-panel-container {
	background-color:#f5f3ed;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	padding:0px !important;
}
.yui-panel {
	background-color:#edece0;
	border:none;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.yui-panel .hd {
	background-color:#648bb5;
	border:none;
	border-bottom:1px solid #777;
	color:#fff;
	font-weight:bold;
	padding:6px;
	text-align:center;
}
.yui-panel .bd {
	padding:10px 10px 0px;
}
.yui-panel .bd p {
	color:#000;
	margin:0 0 3px;
}
.yui-panel .bd p.success {
	color:#006600;
	font-weight:bold;
}
.panel .bd ul {
	padding:0 0 0 15px;
	margin:0;
}
.yui-panel .bd li {
	color:#990000;
	font-weight:900;
	margin:0;
	padding:0 0 0 0px;
}
.yui-panel .ft {
	margin-top:-15px;
	padding:0px 7px 7px;
	text-align:right;
}
.button-group button {
	background-color:#e4e4e4;
	border-top: 2px solid #fff;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	border-left: 2px solid #fff;
	color:#333;
	cursor:pointer;
	font-size:10px;
	margin:0;
	padding:2px;
	vertical-align:middle;
}
.button-group button.default {
	font-weight:bold;
	width:75px;
}
.button-group button:hover {
	background-color:#648bb5;
	border-right: 2px solid #A48B67;
	border-bottom: 2px solid #A48B67;
	color:#fff;
}
/*-------------------------------------------------------------------------------------------------*/


/*--- cg_foot -------------------------------------------------------------------------------------*/
#cg_foot {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#8b8983;
}
#cg_foot span {
	margin-top:2px;
}
#cg_foot a {
	color:#000;
	text-decoration:none;
}
#cg_foot a:hover {
	color:#e6861c;
	text-decoration:underline;
}
/*-------------------------------------------------------------------------------------------------*/
