@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
body, html {
	height: 100%;
}
body {
	background: #fff url(../images/background.jpg) no-repeat 20px 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
}
a img {
	border: none;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
p {
	margin: 0 0 10px 0;
}
h1 {
	font-weight: normal;
	font-size: 32px;
	margin: 0 -10px 10px 0;
	padding: 0;
}
.hidden {
	display: none;
}
#sidebar {
	margin: 0 20px -65px 20px;
	float: left;
	width: 200px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px ;
}

.sectionLink {
	position: relative;
	display: block;
	padding: 10px;
	background: transparent url(../images/trans_bg.png);
	text-transform: uppercase;
}
.sectionLink:hover, #blogList li a:hover, #blogList li.current-cat a, #aboutList li a:hover {
	background: #7BF;
}
.list {
	margin: 0;
	padding: 0;
}
.list li {
	list-style: none;
	display: block;
}
#portfolioList li img {
	margin-top: 1px;
	margin-bottom: 10px;
}
#portfolioList li a.active img {
	margin-top: 0;
	margin-bottom: 9px;
	border-top: 1px solid #A84142;
	border-bottom: 1px solid #A84142;
}
#portfolioLink .sectionLink {
	margin-bottom: 10px;
}
.subSection li {
	position: relative;
	background: transparent url(../images/trans_bg.png);
}
.subSection li a {
	display: block;
	padding: 10px;
}
.subSection li .count {
	position: absolute;
	top: 10px;
	right: 10px;
}
#blogLink, aboutLink {
	margin-bottom: 10px;
}
#content {
	padding: 20px 20px 0 240px;
	margin-bottom: -45px;
}
#portfolio #content {
	padding: 10px;
	background: transparent url(../images/trans_bg.png);
	position: absolute;
	top: 20px;
	left: 240px;
	margin-right: 20px;
	margin-bottom: 0;
}
.article {
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	background: transparent url(../images/trans_bg.png);
	overflow: hidden;
}
#images {
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
}
#images li {
	float: left;
	list-style: none;
}
#images li a {
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	line-height: 1px;
	margin: 2px 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#images li a:hover, #images li a.active {
	background-position: 0 -10px;
}
#images #previous {
	background-image: url(../images/previous.png);
}
#images .bullet {
	background-image: url(../images/bullet.png);
}
#images #next {
	background-image: url(../images/next.png);
}
.meta {
	margin-top: -10px;
	font-size: 12px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: left;
}
.push {
	height: 65px;
}
#copyright {
	font-size: 10px;
	clear: left;
	margin: 0 30px;
	padding-top: 20px;
	height: 25px;
	overflow: hidden;
	width: 180px;
}