* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 75%/160% Arial, Helvetica, sans-serif;
	background: #f8f7e5 url(images/floralbg.png) no-repeat center top;
	color: #333333;
	width: 100%;
	display: table;
	height:600px;
}

#uc{
	font: 75%/160% Arial, Helvetica, sans-serif;
	background: url(images/underconstruction.png) no-repeat center top;
	color: #333333;
	width: 100%;
	display: table;
}

input, textarea {
	font: 110%/150% Arial, Helvetica, sans-serif;
}
p {
	padding: 0 0 1.1em;
}
img {
	border: none;
}
a {
	color: #851418;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font: italic 110% Georgia, "Times New Roman", Times, serif;
}
em strong {
	color: #CC0000;
}
del {
	color: #666666;
}
ins {
	text-decoration: none;
}
blockquote {
	padding: 0 10px 5px 20px;
	background: url(images/comments-bullet.gif) no-repeat left 2px;
	font: italic 115%/135% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
blockquote em {
	font: italic 110%/130% Georgia, "Times New Roman", Times, serif;
}
blockquote cite {
	font: normal 90%/110% Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
}
ul {
	list-style: none;
	padding-top: .5em;
}
ul li {
	background: url(images/bullet.gif) no-repeat 4px 4px;
	padding: 0 0 1em 18px;
	line-height: 140%;
}
ol {
	font: italic 125% Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin: .3em 0 15px;
}
ol li {
	margin: 0 0 1em 30px;
	padding: 0;
}
ol p {
	font: normal 80%/150% Arial, Helvetica, sans-serif;
	color: #333;
}

.error{
	color:#AA0000;
}

.success{
	color:#009F55;
}
/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2 {
	font: 205%/100% "Times New Roman", Times, serif;
	padding: 0 0 8px;
	letter-spacing: 1px;
	margin-left: -2px;
	color: #851418;
	font-style:italic;
	text-shadow:#808080;
	text-transform:capitalize;
	border-bottom:dashed #808080 thin;
	margin-bottom:5px;
}
.title {
	background: url(images/tape.gif) no-repeat center center;
	text-align: center;
	font: normal small-caps 190%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0px 0 20px;
	padding: 16px 20px 16px 0;
}
.title span {
	color: #666666;
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
h3 {
	font: bold 140%/100% Arial, Helvetica, sans-serif;
	padding: 1.2em 0 .3em;
}
h3 em, h4 em {
	color: #CC0000;
}
h4 {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}
.intro {
	font: 120%/155% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align:justify;
	
}

.textquestion {
	font: 120%/155% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight:bold;	
}

.textanswer {
	font: 120%/155% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align:justify;
}

/* HEADER
===================================================================================*/
#header {
	height:225px;
	width:904px;
	margin:0 auto;
	padding-left:10px;
	padding-top:10px;
	position:relative;
}


/* LOGO AND LINKS
====================================================================================*/

#logo {
	padding-left:90px;
	float:left;
}

#cse-search-box {
	float:right;
	margin-right:20px;
}

#cse-search-box input{
	background-color:#F8F7EF;
	border:thin solid #808080;
}


#logolinks{
	font-size:14px;
	line-height:0.8;
	margin:100px auto;
	#margin:110px auto;
	padding-left:101px;
}

		#logolinks a:link{
			color:#8D1423;
		}
		
		#logolinks a:visited{
			color:#8D1423;
		}
		
		#logolinks a:hover{
			color:#e3001b;
		}
		
		#logolinks a:active{
			background:#8d1423;
			color:#fdf728;
		}

/* ======================================================================================
END LOGO AND LINKS */



#description {
	width: 360px;
	text-align: center;
	position: absolute;
	left: 490px;
	top: 95px;
	font: italic normal 24px/26px Georgia, "Times New Roman", Times, serif;
	color: #68391d;
}
#nav {
	position: absolute;
	left: 78px;
	bottom: 4px;
	list-style: none;
	font: bold 16px/16px Georgia, "Times New Roman", Times, serif;
}
#nav li {
	background: none;
	float: left;
	padding: 0;
	width: 114px;
	text-align: center;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #000;
}
#nav a:hover {
	text-decoration: underline;
}
#nav span {
	display: none;
	position: absolute;
}
#nav a:hover span {
	display: block;
}
#nav-home span {
	background: url(images/home-over.gif) no-repeat;
	width: 168px;
	height: 29px;
	top: -30px;
	left: 35px;
}
#nav-about span {
	background: url(images/about-over.gif) no-repeat;
	width: 157px;
	height: 36px;
	top: -36px;
	left: 90px;
}
#nav-archives span {
	background: url(images/archives-over.gif) no-repeat;
	width: 205px;
	height: 33px;
	top: -32px;
	left: 110px;
}

/* subnav */
#subnav {
	position: absolute;
	bottom: 5px;
	left: 432px;
	margin: 0;
	padding: 0;
}
#subnav li {
	float: left;
	width: 24px;
	background: 0;
	padding: 0;
	margin: 0 10px 0 0;
}
#subnav a {
	display: block;
	text-indent: -900em;
	width: 25px;
	height: 25px;
}
#subnav .contact {
	background: url(images/nav-email.gif) no-repeat left 3px;
}
#subnav .rss {
	background: url(images/nav-rss.gif) no-repeat;
}

.feedcount {
	position: absolute;
	bottom: 31px;
	left: 424px;
	background: url(images/feedcount.gif) no-repeat;
	width: 116px;
	height: 26px;
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	padding: 8px 0 0;
	text-align: center;
}
.feedcount .after {
	display: none;
	color: #CC0000;
}

#contact-pop {
	position: absolute;
	bottom: 31px;
	left: 410px;
	background: url(images/contact-bubble.gif) no-repeat;
	width: 74px;
	height: 26px;
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	padding: 8px 0 0;
	text-align: center;
	display: none;
}

/* searchform */
#searchform {
	position: absolute;
	bottom: 6px;
	right: 40px;
}
#searchform p {
	margin: 0;
	padding: 0;
}
#searchform input{
	float: left;
}
#s {
	width: 190px;
	height: 16px;
	border: none;
	margin: 2px 7px 0;
	padding: 5px 2px 4px 5px;
}

/* linkprefs */
.linkprefs {
	position: absolute;
	right: 0;
	top: 0;
	width: 235px;
}
.linkprefs p {
	background: #fff;
	padding: 4px 0 4px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	line-height: 100%;
}
.linkprefs span {
	width: 69px;
	height: 16px;
	display: block;
	background: url(images/link-option.gif) no-repeat;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

/* content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	width: 904px;
	height:auto;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

#wrapper {
	width: 904px;
	height:auto;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

#top {
	background: url(images/top-bg.jpg) no-repeat right top;
	height: 440px;
	position: absolute;
	width: 851px;
	top: 0;
	right: 0;
	z-index: 2;
}
#content {
	width: 550px;
	float: left;
	position: relative;
	padding: 20px 0 20px 35px;
	z-index: 5;
}

#contentFullWidth {
	width:884px;
	position:relative;
	padding:20px 10px;
	z-index:5;
} 
#bottom-bg {
	background: url(images/bottom-bg.jpg) no-repeat right bottom;
}
#backtotop {
	padding: 55px 0 0 548px;
	margin: 0;
	height: 26px;
	clear: both;
}
#backtotop a {
	color: #000;
	font-size: 95%;
	background: url(images/top-bg.gif) no-repeat right center;
	padding-right: 14px;
}

#paintingstable{
	width:100%;
	#height:500px;
	overflow:auto;
}

#paintings tr{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
}

#name{
	text-align:center;
	color:#333;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em
}


/* post
---------------------------------------------------------------------------------*/
.post {
	background: url(images/post-bg.gif) no-repeat;
	padding: 0 0 20px 12px;
	width: 490px;
}
/* clearfix for recent comments */
.post:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.post {display: inline-block;}
* html .post {height: 1%;}
.post {display: block;}

.post p a {
	text-decoration: none;
	background: url(images/link-bg.gif) repeat-x;
	padding: 1px 0;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.post p a:visited {
	text-decoration: none;
	color: #000;
}
.post p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.page {
	padding-top: 15px;
}

.single h2 {
	background: url(images/subhead-bg.gif) no-repeat;
	padding: 10px 0 5px 12px;
	margin-left: -12px;
	font: bold 145% Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	clear: left;
}

.tags {
	padding: 0 0 0 16px;
	background: url(images/tags-bg.gif) no-repeat left center;
	text-transform: capitalize;
}
.tags span {
	display: none;
}
.tags a {
	background: none !important;
	padding: 0 !important;
	border: none !important;
}
.tags a:hover {
	text-decoration: underline !important;
}
a.comments {
	position: absolute;
	right: 0;
	width: 40px;
	height: 28px;
	font: 150%/100% Georgia, "Times New Roman", Times, serif;
	background: url(images/comments-bg.gif) no-repeat !important;
	text-align: center;
	padding: 5px 0 0 3px !important;
	letter-spacing: -1px;
	display: block;
	margin-top: -8px;
}
a.write {
	background: url(images/comments-jump-bg.gif) no-repeat !important;
	font-size: 125%;
}
.date {
	position: absolute;
	left: 0;
	width: 54px;
	height: 40px;
	background: url(images/date-bg.jpg) no-repeat;
	font: normal 130%/30% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 12px 0 5px 0;
	text-align: center;
}
.date span {
	display: block;
	font: italic 170%/90% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.more-link {
	margin-left: 2px;
	font: 16px/100% Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	background: none !important;
}

/* talented people */
.talented {
	font: bold 120% Georgia, "Times New Roman", Times, serif;
	padding: 8px 0 15px;
}
.talented em {
	font-size: 95%;
	color: #999999;
	font-weight: normal;
	padding-left: 3px;
}
.location {
	padding: 0 0 15px;
}
.location strong {
	color: #999999;
}

/* gallery */
.gallery {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 0 15px 0;
	clear: both;
}
.gallery li {
	background: none;
	margin: 0;
	padding: 5px;
	float: left;
	text-align: center;
	font: 110%/140% Georgia, "Times New Roman", Times, serif;
	color: #666;
}
.gallery img, .gallery a img {
	border: solid 1px #D9D9D9;
	background: #ffffff;
	padding: 4px;
}
.gallery a:hover img {
	border-color: #666666;
	background: #fff;
}
/* clearfix for gallery */
.gallery:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.gallery {display: inline-block;}
* html .gallery {height: 1%;}
.gallery {display: block;}


/* sliding banners */
.banslide {
	list-style: none;
	margin: 5px 0 15px;
	padding: 0;
}
.banslide li {
	overflow: hidden;
	padding: 4px 4px 0 4px;
	margin: 0;
	background: #fff url(images/banslide-bg.gif) no-repeat;
	position: relative;
}
.banslide img {
	border: solid 1px #e4e4e4;
	border-bottom: none;
}
.banslide small {
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 100%;
	line-height: 100%;
}
.banslide a, .banslide a:visited {
	color: #000;
	text-decoration: none;
}
.banslide a small {
	background: #fff url(images/banslide-title-bg.gif) no-repeat right bottom;
	padding: 5px 7px 6px 5px;
}


/* comments
---------------------------------------------------------------------------------*/
#comments {
	background: url(images/comments.gif) no-repeat;
	margin-left: -12px;
	padding: 0 0 15px 10px;
	text-indent: -900em;
	clear: both;
}
#respond {
	background: url(images/post-comments.gif) no-repeat;
	margin: 15px 0 0 -12px;
	padding: 0 0 20px 10px;
	text-indent: -900em;
	clear: both;
}
.total-comments {
	font: 130%/120% Georgia, "Times New Roman", Times, serif;
	float: left;
	padding: 0;
}
.expand-all {
	float: right;
	margin: 5px 15px 0;
	padding: 0;
	background: url(images/expand-all.gif) no-repeat left top;
	height: 18px;
	width: 183px;
	display: block;
	text-indent: -900em;
	cursor: pointer;
}
.over {
	background: url(images/expand-all.gif) no-repeat left bottom;
}

/* commentlist */
.commentlist {
	clear: both;
	padding:  5px 0 10px;
	margin: 0;
}
.commentlist li {
	background: url(images/comments-alt-bg.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
.commentlist .alt {
	background: url(images/comments-bg.jpg) no-repeat;
}
.commentlist .author {
	background: url(images/comments-author.jpg) no-repeat;
}
.comment-data {
	padding: 4px 15px 5px 0;
}
.comment-number {
	font: italic 135%/100% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	display: block;
	width: 38px;
	text-align: center;
	float: left;
	letter-spacing: -1px;
	padding-bottom: 2px;
}
.commentlist cite {
	font: normal bold 110%/130% Arial, Helvetica, sans-serif;
	float: left;
	overflow: hidden;
	width: 410px;
}
.commentlist cite small {
	padding: 0 0 0 10px;
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/comment-cite-arrow.gif) no-repeat left center;
	display: none;
}
.commentlist cite a {
	background: none;
	border: none !important;
	text-decoration: underline;
}
.commentlist cite a:visited {
	text-decoration: underline;
}
.commentlist cite a:hover {
	text-decoration: none;
}
.commentlist .commentmetadata {
	display: block;
	padding: 4px 0 2px 38px;
	clear: both;
	color: #666666;
}
.comment-data .collapse {
	display: block;
	float: right;
	text-indent: -900em;
	background: url(images/comments-expand.gif) no-repeat left bottom;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-top: 2px;
	line-height: 20%;
}
.comment-data .expand {
	background: url(images/comments-expand.gif) no-repeat left top;
}
.comment-entry {
	padding: 0 0 15px 38px;
	width: 440px;
	overflow: hidden;
}

/* comment guidelines */
.comment-guidelines {
	text-indent: -900em;
	background: url(images/comment-guidelines.gif) no-repeat;
	width: 169px;
	height: 29px;
	clear: both;
	margin: 5px 0 0 10px;
	padding: 0 !important;
	cursor: pointer;
}
.guidelines {
	width: 455px;
	background: #fff url(images/comment-guidelines-bg.jpg) no-repeat;
	padding: 10px 10px 5px 17px;
	color: #666666;
	font-size: 95%;
}
.guidelines li {
	background: url(images/check.gif) no-repeat;
}

/* comment page numbers */
.comment-page-numbers {
	text-align: right;
	font: 115%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
.comment-page-numbers a {
	margin: 0 3px;
}
.comment-page-numbers strong {
	color: #999999;
	background: url(images/current-comment-page.gif) no-repeat center center;
	padding: 4px 7px;
}


/* commentform */
#commentform {
	padding: 10px 0;
	margin: 0;
}
#commentform p {
	clear: both;
	padding-bottom: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-top: 8px;
	width: 80px;
	float: left;
}
#commentform small {
	color: #999999;
	font-size: 90%;
	padding-top: 8px;
	display: block;
}
#commentform input {
	width: 220px;
	padding: 4px 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	background: #fefbd6;
}
#commentform textarea {
	width: 480px;
	height: 150px;
	background: #fefbd6;
	border: solid 1px #ccc;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	width: 138px;
	height: 34px;
	padding: 0;
	border: none;
	margin-left: 342px;
	background: url(images/submit-btn-bg.gif) no-repeat;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border-color: #999999;
}

/* comment live preview */
#preview-box {
	margin-bottom: 15px;
	display: none;
}
#comment-preview {
	background: url(images/comment-preview.gif) no-repeat left bottom;
	margin-left: 10px;
	padding: 0;
	text-indent: -900em;
	cursor: pointer;
	width: 159px;
	height: 19px;
}
#preview-wrapper {
	background: #fff url(images/preview-wrapper.gif) no-repeat;
	padding-top: 10px;
}
#live-preview {
	padding: 0 10px 10px;
	background: url(images/live-preview.gif) no-repeat center bottom;
}

/* postnav */
.postnav {
	clear: both;
	padding: 15px 0 30px;
	display: block;
}
.postnav a {
	border: none !important;
	color: #763712 !important;
	font: bold 140%/100% Georgia, "Times New Roman", Times, serif;
	width: 200px;
}
.postnav a:visited {
	border: none !important;
	color: #763712 !important;
}
.postnav a:hover {
	border: none;
	text-decoration: underline !important;
}
.postnav .previous a {
	background: url(images/prev-post.gif) no-repeat left top;
	padding: 12px 0 10px 30px;
	float: left;
}
.postnav .next a {
	background: url(images/next-post.gif) no-repeat right top;
	padding: 12px 30px 10px 0;
	float: right;
	text-align: right;
}

/* SIDEBAR AND BOTTOMBAR
==============================================================================================*/
#sidebar {
	width: 290px;
	float: right;
	padding-right: 0px;
	padding-top:30px;
	position: relative;
	z-index: 4;
	overflow: hidden;
}

#sidebar h3 {
	font: "Times New Roman", Times, serif;
	font-style:oblique;
	text-transform:capitalize;
	color:#8d1418;
	background:url(images/sidebar_uline.gif) no-repeat left bottom;
}

#bottombar {
	width:884px;
	position:relative;
	z-index:4;
	padding:10px;
}

#bottombar h3 {
	font: Garamond, Georgia, "Times New Roman", Times, serif;
	color:#8d1423;
	background:url(images/sidebar_uline.gif) no-repeat left bottom;
}

#sidebar .yellowpara {
	background:url(images/yellowsticky.png) no-repeat right top;
	height:220px;
	padding-left:25px;
	padding-right:25px;
}

#sidebar .bluepara {
	background:url(images/bluesticky.png) no-repeat right top;
	height:290px;
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
}

#sidebar .greenpara {
	background:url(images/greensticky.png) no-repeat right top;
	height:220px;
	padding-left:25px;
	padding-right:25px;
}

#sidebar .redpara {
	background:url(images/redstickybig.png) no-repeat right top;
	height:290px;
	padding-left:25px;
	padding-right:25px;
}

#bottombar .yellowpara {
	background:url(images/yellowsticky.png) no-repeat left top;
	height:220px;
	width:235px;
	#float:left;
	padding-left:25px;
	padding-right:25px;
	display:inline-table;
}

#bottombar .bluepara {
	background:url(images/bluesticky.png) no-repeat right top;
	height:290px;
	width:235px;
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
	display:inline-table;
}

#bottombar .greenpara {
	background:url(images/greensticky.png) no-repeat left top;
	height:220px;
	width:235px;
	padding-left:25px;
	padding-right:25px;
	display:inline-table;
}

#bottombar .redpara {
	background:url(images/redstickybig.png) no-repeat left top;
	height:290px;
	width:235px;
	#float:left;
	padding-left:25px;
	#padding-left:20px;
	padding-right:25px;
	display:inline-table;
}

#photos{
	margin-left:15px
}

#photos img{
	float:left;
	margin:0px;
	padding:0px;
	width:70px;
	height:70px;
}


#loading img{
	width:109px;
	height:29px;
	
}

/*============================================================================================
END SIDEBAR AND BOTTOM BAR */


/* code
---------------------------------------------------------------------------------*/
code {
	color: #000099;
	font: normal 115% "Courier New", Courier, monospace;
	white-space: nowrap;
	padding: 0 2px;
}
pre code {
	display: block;
	clear: both;
	background: url(images/code-bg.gif);
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	overflow: auto;
	line-height: 140%;
	margin: 5px 0 15px;
	white-space: pre;
	width: 470px;
}
code .comment {
	color: #888;
}
code .class, code .rules {
	color: #ff00ff;
	font-size: 100%;
}
code .value,  code .title, code .string {
	color: #0000FF;
}
code .tag {
	color: #000099;
}
code .keyword {
	color: #000099;
}
.html .attribute {
	color: #006600;
}

/* alignments etc (content elements)
---------------------------------------------------------------------------------*/
.border-top {
	background: url(images/border-top.gif) no-repeat;
	margin: 20px 0 5px;
	padding: 15px 0 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
/* image */
img.image {
	background: #fff;
	padding: 5px;
	margin:10px;
	border: 1px solid #D9D9D9;
}
p.image {
	margin: 4px;
}
p.image em {
	display: block;
	text-align: center;
	font-size: 95%;
	color: #666;
	padding-bottom: 5px;
	line-height: 140%;
}
p.image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image a:hover img {
	border: 1px solid #666;
	background: #fff;
}
p.image a, p.image  a:visited {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
p.image a:hover {
	text-decoration: underline;
}
p.image small {
	color: #999999;
	display: block;
	font-size: 95%;
	line-height: 100%;
}
p.left {
	float: left;
	margin-right: 15px;
}
p.right {
	float: right;
	margin-left: 15px;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}

/* download */
.btn {
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.btn a {	
	color: #598527 !important;
	border: none !important;
	margin-right: 5px;
}
.btn a:hover {
	text-decoration: underline !important;	
}
.btn a span {
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	text-decoration: none;
	color: #666666;
	text-indent: 44px;
	display: block;
	padding-top: 2px;
}
.btn a:hover span  {
	text-decoration: none !important;
}
.download a {
	background: url(images/download-icon.gif) no-repeat !important;
	padding: 0 0 20px 44px !important;
}
.preview a {
	background: url(images/preview-icon.gif) no-repeat !important;
	padding: 0 0 20px 44px !important;
}

/* thickbox */
.thickbox {
	position: relative;
}
.thickbox .zoom {
}
a.thickbox:hover .zoom {
	width: 35px;
	height: 35px;
	position: absolute;
	margin: 15px 0 0 15px;
	background: url(images/zoom.png) no-repeat;
	display: block;
}
	
/* digg it */
.digg-it {
	background: url(images/digg-it.gif) no-repeat 53px 0;
	margin-top: 15px;
}

/* bookmark-tools */
.bookmark-single {
	border-top: dashed 1px #ededed;
	padding-top: 18px;
	margin-top: 15px;
}
p.bookmark-tools {
	background: url(images/add-to.gif) no-repeat left 6px;
	padding: 5px 0 10px 65px;
	clear: both;
}
p.bookmark-tools a {
	padding: 2px 0 2px 16px;
	margin-right: 6px;
	border: none;
	color: #666666 !important;
}
p.bookmark-tools a:hover {
	text-decoration: none;
	border: none;
	color: #000 !important;
	background-position: 0 -29px;
}
p.bookmark-tools .digg {
	background: url(images/digg.gif) no-repeat 0 2px;
	padding-left: 19px;
}
p.bookmark-tools .delicious {
	background: url(images/delicious.gif) no-repeat 0 2px;
	padding-left: 17px;
}
p.bookmark-tools .stumbleupon {
	background: url(images/stumbleupon.gif) no-repeat 0 2px;
	padding-left: 18px;
}

/* bookmark-tools */
.bookmark-single {
	border-top: dashed 1px #ededed;
	padding-top: 18px;
	margin-top: 15px;
}
p.feedburnerFlareBlock {
	background: url(images/add-to.gif) no-repeat left 6px;
	padding: 3px 0 10px 65px;
	font-size: 95%;
	clear: both;
}
p.feedburnerFlareBlock a {
	color: #666666 !important;
	background: none;
}
p.feedburnerFlareBlock a:hover {
	text-decoration: none;
	border: none;
	color: #000 !important;
	background-position: 0 -29px;
}


/* ads */
.rect {
	background: url(images/ad-rect-bg.gif) no-repeat;
	padding: 5px;
	width: 250px;
	height: 250px;
}
.single-rect {
	float: right; 
	margin: -5px -10px 0 10px;
	width: 200px;
	height: 210px;
}
.banner {
	margin: 5px 0 0;
}
.custom-banner {
	cursor: pointer;
	background: url(images/custom-banner.gif) no-repeat left top;
	width: 435px;
	height: 51px;
	padding: 8px 30px 8px 10px;
	overflow: hidden;
	margin: 10px 0 20px;
	font-size: 12px;
	line-height: 16px;
	clear: both;
}
.custom-banner img {
	float: left;
	padding-right: 10px;
	border: none;
}
.custom-banner a {
	font-size: 110%;
	line-height: 18px;
	font-weight: bold;
}

.custom-square {
	background: url(images/custom-banner2.gif) no-repeat;
	height: 166px;
	width: 186px;
	float: right;
	text-align: center;
	padding: 10px 1px;
	line-height: 16px;
	margin: 5px 0 10px 20px;
	cursor: pointer;
}
.custom-square img {
	padding-bottom: 5px;
}
.custom-square a {
	font-weight: bold;
}

.horizontal-banner {
	background: url(images/horizontal-banner-bg.gif) no-repeat;
	padding: 20px 2px 3px 5px;
	margin: 10px 0 20px;
}

.ad-btn-heading {
	background: url(images/ad-btn-heading.gif) no-repeat center bottom;
	text-align: center;
}
.ad-btn {
	margin: 0 0 5px;
	padding: 0;
	clear: both;
}
.ad-btn img {
	padding: 2px 3px;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*BOOKS SPECIFIC STYLE
==============================================================================================*/

#toggle {
	font-size:1.2em;
	border-bottom:thin #808080 dashed;
	color:#851418;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/*---------------------------------movies page specific styles--------------------------------*/

#rating ul{
	height:15px;
}

#title{
	display:block;
}

#rating ul li.white{
	float:left;
	list-style:none;
	width:15px;
	height:15px;
	padding:0px;
	background:url(images/starrating.gif) top left no-repeat;
}

.month{
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
	padding:0px;
}
#rating ul li.golden{
	float:left;
	list-style:none;
	display:block;
	width:15px;
	height:15px;
	padding:0px;
	background:url(images/starrating.gif) left bottom no-repeat;
}

.poster{
	border:thin #7F3F00 solid;
	clear: right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#review{
	padding:10px;
	min-height:250px;
}


#review h3{
	position:relative;
	font-size:1.8em;
	font-family:"Times New Roman", Times, serif;
	border-bottom:thin #7F3F00 solid;
	margin-bottom:0px;
	width:300px;
	float:left;
	
}

#social{
	text-align:center;
	float:clear;
	margin-top:10px;
	padding:10px;
}

#social a{
	padding-left:5px;
	padding-right:5px;
}

#social a:hover{
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	border-bottom:dashed thin #A0A0A0;
	background-color:#FFFFC4;
}
.date1{
	position:relative;
	font-size: 0.9em;
	background:#7F3F00;
	float:right;
}

/*============================================================================================
END MOVIES SPECIFIC STYLE */
  
  
  #footer{
	width:977px;
	height:125px;
	margin:0 auto;
	background:url(images/footer_bg.gif) 0 0 repeat-x #323232;
	color:#fff;
	position:relative;
}
#footer ul{
	width:120px;
	position:relative;
	float:left;
	padding-left:25px;
	padding-top:2px;
	border-right:#D76E08 thin dashed;
}
#footer ul li{
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
}
#footer ul li a{
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:0 1px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#D4D4C6;
	background-color:#D76E08;
}
#footer p.copyright{
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:49px;
}

#contact a{
	padding:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	float:right;
	color:#D4D4C6;
	border-left:#D76E08 thin dashed;
}

#contact a:hover{
	color:#D76E08;
	text-decoration:none;
}

#maildevelopers {
	float:left;
	visibility:hidden;
	padding-left:65px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:525px;
	z-index:20;
}

#footer a.subscribe{
	background:url(images/subscribe_icon.gif) 0 2px no-repeat;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	color:#B9B99D;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:68px;
	text-decoration:underline;
	width:50px;
	padding:0 0 0 18px;
}
#footer a.subscribe:hover{
	color:#9CCC37;
	background-color:inherit;
	text-decoration:none;
}
#footer a.xht{
	width:98px;
	height:20px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:757px;
	top:23px;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.cs{
	width:98px;
	height:20px;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:866px;
	top:23px;
}
#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
#footer img{
	position:absolute;
	left:880px;
	top:51px;
	width:84px;
	height:26px;
}
#footer p.design{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#C5BE25;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:85px;
}
#footer p.design a{
	color:#FFFFFF; background-color:inherit; text-decoration:none;
	}
#footer p.design a:hover{
	color:#C5BE25; background-color:inherit;
	}