/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0C0C0C url(../images-new/header-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7F6A63;
}

div.homePage {
	background-image:url(../images-new/home-bg.jpg);
	background-repeat: no-repeat;
}

h1, h2, h3 {
	font-family: "Arial Black", arial, helvetica, sans-serif;
	font-weight: normal;
	color:#000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 190%;
	font-size: 1.1em;
	color:#999999;
}

p {
line-height: 130%;
color: black;
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

ul {
}

ol {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border: none;
	text-decoration: underling;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

img#bioPic {
	border:1px solid #000;
	text-align: center;
	float: left;
	margin-right: 15px;
	
}

/* Header */

#header {
	width: 890px;
	height: 155px;
	margin: 0 auto;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAE6D4;
}

#header a {
	border: none;
	text-decoration: none;
	color:#CCCCCC;
}

#header a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	padding: 0 0 0 0;
}

#logo h1 {
	margin: 0;
	padding-top: 30px;
	font-size: 60px;
}

#logo h2 {
	margin: 0;
	font-size: 18px;
}

#header #menu {
	font-size: 12pt;
	width: 159px;
	color: #fff;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	margin: 120px 95px 0 0;
	height: 22px;
	padding: 2px 3px 0 10px;
	background-color:#3E968C
}
#header #menu a:link {
	color: #FFF;
}
#header #menu a:hover {
	color:#000000;
	text-decoration: none;
}
/* Page */

#page {
	width: 890px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 620px;
	border-top: 2px solid #000;
	background-color:#333333;
}

#textcontent {
	float: left;	
	width: 574px;
	padding: 24px;
	border-top: 2px solid #000;
	background-color:#ccc;
}

/* Post */

.post {
	padding: 40px 0 20px 0;
}

.vline {
	border-top: 2px dotted #CCCCCC;
}

.post .date {
	margin: 0;
	font-size: .8em;
}

.post .title {
	margin-top: 0;
}

.post .entry {
}

.post .meta {
	height: 30px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category {
	padding: 1px 40px;
	background: url(../images-new/img08.gif) no-repeat;
}

.post .comments {
	padding: 1px 40px;
	background: url(../images-new/img07.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 159px;
	padding-top: 0px;
	background-color:#999999;
	margin-right:103px;
	margin-top: 2px;
	border-left:1px solid #000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-top:0px;
}

#sidebar li ul {
	padding-left: 0px;
}

#sidebar li li {
	padding-left: 15px;
	background:url(../images-new/menu-item-bg.png);
	height: 109px;
	display:block;
	font-size: .75em;
	width: 159px;
	border-bottom: 1px solid #000;
}

#sidebar li li ul {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}

#sidebar li li a {
	display: block;
	padding-top: 41px;
	font-size: 12.5pt;
	margin-bottom: -5px;
	line-height: 14px;
}


#sidebar li li a:hover, #sidebar li li a.current {
	color: #6FE4D1
}



#sidebar li h2 {
	margin-top: 0;
	font-size: 1.4em;
}


#sidebar fieldset {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	height: 120px;
	padding-top: 30px;
	background: #AC0A22 url(../images-new/footer-bg.png) repeat-x;
	text-align: center;
	font-size: .7em;
	color: #DD5C73;
}

#footer a {
	border: none;
	color: #F29DAE;
}

#contactMe {
	width: 458px;	
	margin: 10px auto 0 auto;	
	padding-top: 15px;
	padding-bottom: 45px;
}

#contactMe ol li {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	color: #333;
	padding: 4px;
}
#contactMe ol li label {
	width: 60px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}
#contactMe h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#333; 

}
.textField {
	width: 300px;
}
.textMsgField {
	width: 304px;
	height: 64px;
}
.submitBtn {
	margin-left: 188px;
	border: 1px solid #FFFFFF;
	background-color: #000;
	color: #fff;
}


/* WORKS */

#worksTable {
	background-color: #333;
	width: 600px;
	height: 420px;
	margin-left: 8px;
}
#worksTable td {
	background-color: #fff;
	border:1px solid #3C3C3C;
	padding: 5px;
}

#worksTable td img {
	margin-bottom: 0px;
	float: left;
}

#worksTable h3 {
	font-size: 11.5pt;
	color: #fff;
	font-weight:normal;
	margin: 0; 
	padding: 5px 0 5px 5px;
}

#worksTable td.title {
	padding: 0px;
	margin: 0px;
	background-color:#1B282B;
	border-top: 2px solid #000;
}

#worksTable .purchaseInfo {
	float: right;
	width: 139px;
	margin:0;
	padding:  4px 0px 0px 4px;
	height: 96px;
	background-color:#24363A;
}
#worksTable .purchaseInfo p {
	width: 130px;
	margin: 7px 0 2px 7px;
	padding: 0;
	color: #fff;
	font-size: 9pt;
}