* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 85%/160% Arial, Helvetica, sans-serif;
	background: #f8f7e5 url(images/mainbg5.jpg) no-repeat center top;
	color: #FFFFFF;
	width: 100%;
	display: table;
}
input, textarea {
	font: 110%/150% Arial, Helvetica, sans-serif;
}
p {
	padding: 0 0 5px 0;
}
img {
	border: none;
}
a {
	color: #763712;
	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;
}

ul {
	list-style: none;
	padding-top: 0.5em;
}
ul li {
	padding: 0 0 5px 0px;
}
ol {
	font: italic 125% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	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;
}


/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2 {
	font: bold 120%/80% Georgia, Times, serif;
	padding: 0 0 8px;
	letter-spacing: -1px;
	margin-left: -5px;
	color: #FFFFFF;
}
.title {
	text-align: left;
	font: normal 170%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0px 0 20px;
	padding: 16px 0px 16px 0;
}
.title span {
	color: #FFFFFF;
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
h3 {
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	padding: 0 0px .3em;
	line-height: 120%;
	color: #CCCC00;
}
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;
	
}

/* header
---------------------------------------------------------------------------------*/
#header {
	height: 238px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 45px;
	left: 448px;
}
#description {
	width: 600px;
	text-align: right;
	position: absolute;
	left: 300px;
	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: 134px;
	text-align: center;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: underline;
}
#nav span {
	display: none;
	position: absolute;
}
#nav a:hover span {
	display: block;
}
#nav-home span {
	background: url(Category_Design_Tutorials_files/home-over.gif) no-repeat;
	width: 168px;
	height: 29px;
	top: -30px;
	left: 35px;
}
#nav-about span {
	background: url(Category_Design_Tutorials_files/about-over.gif) no-repeat;
	width: 157px;
	height: 36px;
	top: -36px;
	left: 90px;
}
#nav-archives span {
	background: url(Category_Design_Tutorials_files/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(Category_Design_Tutorials_files/nav-email.gif) no-repeat left 3px;
}
#subnav .rss {
	background: url(Category_Design_Tutorials_files/nav-rss.gif) no-repeat;
}

#contact-pop {
	position: absolute;
	bottom: 31px;
	left: 410px;
	background: url(Category_Design_Tutorials_files/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;
}



/* content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	width: 904px;
	margin: 0 auto;
	background: url() repeat-y right top;
	position: relative;
}
#top {
	background: url() no-repeat right top;
	height: 0px;
	position: absolute;
	width: 851px;
	top: 441px;
	right: 0;
	z-index: 2;
}
#content {
	width: 800px;
	float: left;
	position: relative;
	padding: 245px 0 20px 94px;
	z-index: 5;
}
#bottom-bg {
	background: url(Category_Design_Tutorials_files/bottom-bg.jpg) no-repeat right bottom;
}
#bottom-bg2 {
	
}
#backtotop {
	padding: 55px 0 0 548px;
	margin: 0;
	height: 26px;
	clear: both;
}
#backtotop a {
	color: #000;
	font-size: 95%;
	background: url(Category_Design_Tutorials_files/top-bg.gif) no-repeat right center;
	padding-right: 14px;
}

/* post
---------------------------------------------------------------------------------*/
.post {
	background: url(Category_Design_Tutorials_files/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(Category_Design_Tutorials_files/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;
}






/* comments
---------------------------------------------------------------------------------*/
#comments {
	background: url(Category_Design_Tutorials_files/comments.gif) no-repeat;
	margin-left: -12px;
	padding: 0 0 15px 10px;
	text-indent: -900em;
	clear: both;
}
#respond {
	background: url(Category_Design_Tutorials_files/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(Category_Design_Tutorials_files/expand-all.gif) no-repeat left top;
	height: 18px;
	width: 183px;
	display: block;
	text-indent: -900em;
	cursor: pointer;
}
.over {
	background: url(Category_Design_Tutorials_files/expand-all.gif) no-repeat left 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(Category_Design_Tutorials_files/prev-post.gif) no-repeat left top;
	padding: 12px 0 10px 30px;
	float: left;
}
.postnav .next a {
	background: url(Category_Design_Tutorials_files/next-post.gif) no-repeat right top;
	padding: 12px 30px 10px 0;
	float: right;
	text-align: right;
}

/* sidebar
---------------------------------------------------------------------------------*/
#sidebar {
	width: 267px;
	float: right;
	padding-right: 10px;
	position: relative;
	z-index: 4;
	overflow: hidden;
}

/* nav category */
#category {
	display: none
}
#nav-cat {
	padding: 45px 10px 50px 20px;
	margin: 0;
}
#nav-cat li {
	background: none;
	padding: 0;
	margin: 0 0 5px;
}
#nav-cat a {
	width: 225px;
	height: 46px;
	text-indent: -900em;
	display: block;
}
#nav-cat .tutorials {
	background: url(Category_Design_Tutorials_files/cat-tutorials.gif) no-repeat left top;
}
#nav-cat .trends {
	background: url(Category_Design_Tutorials_files/cat-trends.gif) no-repeat left top;
}
#nav-cat .general {
	background: url(Category_Design_Tutorials_files/cat-general.gif) no-repeat left top;
}
#nav-cat .current, #nav-cat a:hover {
	background-position: left bottom;
}

/* tag cloud */
#tag-cloud {
	font: normal 142%/60% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0 15px 23px 0;
	text-align: center;
}
.tagcloud { 
	margin: 0;
	padding: 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 250px;
}
.tagcloud a {
	margin: 0 5px;
	line-height: 125%;
	white-space: nowrap;
	text-transform: capitalize;
}


/* archives list */
.archives {
	list-style: none;
	margin: 30px 0 10px;
}
.archives h3 {
	margin: 0;
	padding: 0;
	clear: none;
}
.archives li {
	background: none;
	margin: 0;
	padding: 0 0 15px;
}
.archives .post-date {
	float: left;
	text-align: right; 
	text-transform: uppercase;
	color: #666666;
	width: 90px;
	border-right: dashed 1px #ddd; 
	padding-right: 20px; 
	margin-right: 20px;
}
.archives .tags {
	background: none;
	padding: 0;
	font-size: 95%;
}


/* footer
---------------------------------------------------------------------------------*/
#footer {
	background: url(images/footer-bg.jpg) no-repeat center top;
	clear: both;
}
#footer h4 {
	text-indent: -900em;
	margin: 0;
	padding: 0;
	height: 25px;
}
#footer-wrap {
	width: 904px;
	height: 395px;
	margin: 0 auto;
}
#footerxtra {
	width: 750px;
	height: 10px;
	margin: 0 auto;
	padding: 23px 0 0 0px;
}

#footer-back {
	width: 904px;
	height: 360px;
	margin: 0 auto;
}

/* recent posts */
#recent-posts {
	width: 240px;
	float: left;
	padding: 23px 20px 0 80px;
	height: 370px;
}
#recent-posts h4 {
	background: url(images/recent-posts.gif) no-repeat;
}
#recent-posts ul {
	margin: 0;
	padding: 8px 0 0 0;
}
#recent-posts ul li {
	padding: 0 0 15px 18px;
}

#recent-posts2 {
	width: 440px;
	float: left;
	padding: 23px 20px 0 80px;
	height: 370px;
}
#recent-posts2 h4 {
	background: url(images/recent-posts.gif) no-repeat;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
}
#recent-posts2 ul {
	margin: 0;
	padding: 8px 0 0 0;
}
#recent-posts2 ul li {
	padding: 0 0 15px 18px;
}


/* recent comments */
#recent-comments {
	width: 270px;
	float: left;
	padding-top: 23px;
	height: 370px;
}
#recent-comments h4 {
	background: url(images/book-posts.gif) no-repeat;
}
#recent-comments ul {
	margin: 0;
}
#recent-comments ul li {
	padding: 0 0 5px 5px;
	clear: both;
}
#recent-comments a {
	float: left;
	clear: right;
	display: block;
	width: 210px;
	padding-right: 35px;
}
#recent-comments cite {

/* clearfix for recent comments */
#recent-comments ul li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#recent-comments ul li {display: inline-block;}
* html #recent-comments ul li {height: 1%;}
#recent-comments ul li {display: block;}

#mailinglist {
	width: 230px;
	float: right;
	padding: 23px 25px 0 0;
}
#mailinglist h4 {
	font-size: 18px;
	color: #FFFFFF;
}
#location {
	width: 230px;
	float: right;
	padding: 23px 25px 0 0;
}
#location h4 {
}

#about-sticky {
	width: 280px;
	float: right;
	padding: 5px 1px 0 0;
	background: url(images/happening2.gif) no-repeat;
	height: 370px;
}
#about-sticky h4 {
	height: 250px;
}
/* credits */
#credits {
	font-size: 90%;
	color: #999999;
	clear: both;
	margin: 0;
	padding: 10px 0 0 100px;
	text-align: center;
}
#credits a {
	color: #999999;
}




---------------------------------------------------------------------------------*/
.border-top {
	background: url(Category_Design_Tutorials_files/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;
	border: 1px solid #D9D9D9;
}
p.image {
	margin-top: 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;
}

/* 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 */
