@import url("dynamic.css");

body, html, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	font-size: 60px;
	font-weight: lighter;
	letter-spacing: -2px;
	line-height: 40px;
}

h2 {
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: -1px;
}

embed {
	width: 100%;
	height: 300px;
}

blockquote {
	border-left: 4px solid #DEDEDE;
	font-style: italic;
	padding: 15px;
	color:#333333;
	background-color: #EBEBEB;
	margin: 10px;
	margin-bottom: -10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.lfline {
	border-left: 1px dotted #CCCCCC;
}

.rtline {
	border-right: 1px dotted #CCCCCC;
}

.light {
	color:#999999;
}

.hideme {
	display: none;
}

.floater {
	float: right;
}

.sep {
	border-bottom: 1px dotted #CCCCCC;
	margin: 8px 0;
}

.rt {
	text-align: right;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

.clack_home a {
	float: left;
	width: 840px;
	height: 188px;
	margin-top: -40px;
}

#header {
	height: 148px;
	background-image:url(images/top_pic.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFFFFF;
	text-align: right;
	padding-top: 50px;
}

#header h1 {
	margin-bottom: 4px;
}

#header h1 a, #header h1 a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

#header .hilite {
	padding: 2px 4px;
	margin: -2px -4px;
	letter-spacing: 0px;
	color:#FFFFCC;
	font-style: italic;
}

#header .rtsyn {
	float: right;
	padding: 20px;
	margin: 10px 20px 10px 30px;
	text-align: left;
	line-height: 25px;
	border-left: 1px dotted #CCCCCC;
}

#header .rtsyn a {
	float: left;
	display: block;
	text-align: right;
	color:#FFFFFF;
}

#header .rtsyn a .ic {
	float: left;
	margin: 7px 5px 0 0;
	width: 11px;
	height: 12px;
	background-image:url(images/top_icons.png);
	background-repeat:no-repeat;
}

#header .rtsyn a .twitter {
	background-position: 0 -11px;
}

#header .rtsyn a .rss {
	background-position: 0 -22px;
}

#header .rtsyn a:hover .facebook {
	background-position: -11px 0;
}

#header .rtsyn a:hover .twitter {
	background-position: -11px -11px;
}

#header .rtsyn a:hover .rss {
	background-position: -11px -22px;
}

#header h2 {
	float: right;
	width: 500px;
}

#content {
	float: left;
	background-color:#FFFFFF;
	text-align: left;
	background-image:url(images/inner_nav_bg.png);
	background-repeat: repeat-x;
	padding: 10px;
	width: auto;
}


#content .col0 {
	float: left;
	width: 190px;
	padding: 0 10px;
	color:#333333;
}

#content .col0 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.col0 ul li {
	padding: 16px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.col0 ul .noline {
	border-bottom: none;
}

#content .col1 {
	float: left;
	padding: 10px;
	width: 520px;
	line-height: 18px;
}

#content .col2 {
	float: left;
	padding: 10px;
	width: 731px;
	line-height: 18px;
}

.holder {
	float: left;
	width: 500px;
}

.holder ul {
	margin: 0px;
	padding: 0px;
}

#content .gtitle h3 {
	margin: 0px;
	padding-top: 10px;
	color:#333333;
}

#content h1 {
	font-size: 40px;
}

#content .col1 h1 {
	margin-top: 10px;
}

#content .col1 li {
	margin-bottom: 6px;
}

#content .col0 a {
	color:#FF0000;
	font-size: 12px;
	font-style: italic;
}

#content .col0 .nt  a {
	font-style:normal;
	color:#333333;
}

#content .col0 h3, h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

#footer {
	float: left;
	width: 962px;
	color:#666666;
	border-top: 1px dotted #CCCCCC;
	padding: 20px 10px;
	font-size: 12px;
	background-color:#FFFFFF;
	text-align: center;
}

.breadcrumb {
	padding: 5px 0 6px 5px;
	font-size: 11px;
	font-style: italic;
	border-bottom: 1px dotted #CCCCCC;
}

.navbox {
	padding: 20px;
	background-color:#333333;
}

.navbox, .navbox div, .navbox a {
	color:#FFFFFF;
}

.navbox img {
	float: left;
	margin-right: 10px;
}

.blogplace {
	float: left;
	width: auto;
}

.widecol {
	float: left;
	background-color:#009933;
	width:761px;
}

.singler-subs {
	padding: 10px;
	color:#666666;
}

.singler-subs img {
	margin-right: 5px;
}

.commbox .box {
	padding: 6px 0px;
	width: auto;
	margin-top: -2px;
	margin-bottom: 8px;
}

.commbox input, .commbox textarea {
	padding:2px;
}

.commbox label {
	font-size: 11px;
}

.commbox span {
	color: #666666;
	font-style: italic;
}


.col_blog li a {
	font-size: 19px;
}

.alertbox {
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 16px;
	margin-bottom: 10px;
}

.commentblog {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	padding-bottom: 10px;
}

.commentblog li {
	display: block;
	float: left;
	width: 490px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 12px;
	margin: 0px;
}

.commentblog .alt {
	background-color:#F8F8F8;
}

.commentblog li .comm_no {
	float: left;
	font-size: 25px;
	font-style: italic;
	color: #CCCCCC;
	margin-right: 10px;
}

.commentblog li .comment {
	float: left;
	margin-left: 10px;
	font-size: 11px;
}

#booksbase {
	background-image:url(images/books_bg.png);
	background-repeat:repeat-x;
	height: 122px;
	width: 982px;
}

#bookholder .active img {
	border: 2px solid #888888;
	margin: -2px;
}


#bookholder {
	padding: 8px;
}

#bookholder ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	z-index: 200;
}

#bookholder img {
	clear: right;
}

#bookholder ul li {
	display: inline;
	width: 120px;
	margin-right: 15px;
}

#bookholder * {
	color:#FFFFFF;
}

#bookholder a:hover {
	text-decoration: none;
}


.arr_max {
	float: right;
	width: 89px;
	height: 25px;
	position: absolute;
	font-size: 11px;
	margin-left: 880px;
	margin-top: -4px;
	background-image:url(images/books_dd_arrow.png);
	cursor: pointer;
	padding-top: 8px;
}

#hbut {
	float: left;
	margin-left: 10px;
}

.largebut {
	font-size: 18px;
	font-weight: lighter;
	background-image:url(images/m_submit.png);
	width: 175px;
	border: 0px;
	height: 38px;
	background-repeat:no-repeat;
}

.subblog a {
	font-style: italic;
}

.flimg {
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
}

.mtopmsg {
	padding: 10px 0 2px;
}

.ft_home {
	line-height: 0.8px;
}