/* Graceful Illusion CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url("../i/bg-page.jpg");
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	line-height: 13px;
}
h1, h2, h3, h4, h5, h6 {
	color: #ad235e;
	font-weight: normal;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h6 {
	margin-top: 10px;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 15px;
}
p {
	line-height: 20px;
	color: #3b3b3b;
}
a {
	color: #ad235e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
.left, .right {
	margin: 5px;
	padding: 3px;
}
.left {
	float: left;
	background-color: #9b9b99;
	background-image:url('../i/bg-banner-title.jpg');
}
.right {
	float: right;
	background-color: #cfa4b5;
	background-image:url('../i/bg-banner-desc.jpg');
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* Header */
#all {
	width: 100%;
	background-image:url("../i/bg-header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
#header {
	width: 832px;
	height: 79px;
	margin: 0 auto;
}
#logo, #navbar {
	display: inline-block;
	float: left;
	overflow: hidden;
}
#logo {
	width: 405px;
}
#navbar {
	width: 404px;
	text-align: right;
	padding-left: 23px;
	margin-top: 41px;
}
#navbar ul, #navbar li {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	display: inline;
	float: left;
	overflow: hidden;
	list-style-type: none;
	height: 41px;
}
	#navbar a:hover, #navbar .active {
		background-position: 0 -41px;
	}
	#navbar span {
		display: none;
	}
	#home {
		background-image:url("../i/btn-home.jpg");
		background-repeat: no-repeat;
		width: 82px;
		height: 41px;
		display: block;
	}
	#about {
		background-image:url("../i/btn-about.jpg");
		background-repeat: no-repeat;
		width: 79px;
		height: 41px;
		display: block;
	}
	#portfolio {
		background-image:url("../i/btn-portfolio.jpg");
		background-repeat: no-repeat;
		width: 88px;
		height: 41px;
		display: block;
	}
	#blog {
		background-image:url("../i/btn-blog.jpg");
		background-repeat: no-repeat;
		width: 62px;
		height: 41px;
		display: block;
	}
	#contact {
		background-image:url("../i/btn-contact.jpg");
		background-repeat: no-repeat;
		width: 89px;
		height: 41px;
		display: block;
	}
	
/* Banner */
#banner {
	clear: both;
	background-image: url("../i/bg-banner.jpg");
	background-repeat: no-repeat;
	width: 845px;
	height: 189px;
	margin: 0 auto;
}
#featured {
	padding-left: 20px;
	padding-top: 13px;
}
#featured img {
	float: left;
	overflow: hidden;
}
#featured h1, #featured h2 {
	float: left;
	width: 326px;
	text-align: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	line-height: 24px;
	margin: 0px;
}

#featured h1 {
	margin-top: 20px;
	height: 35px;
	background-image: url("../i/bg-banner-title.jpg");
	color: #5d5d57;
	font-size: 24px;
	font-weight: bold;
}

#featured h2 {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 65px;
	line-height: 20px;
	background-image: url("../i/bg-banner-desc.jpg");
	color: #FFFFFF;
	font-weight: bold;
}

/* Content */
#content {
	width: 832px;
	margin: 0 auto;
	background-image: url("../i/bg-content.jpg");
	min-height: 208px;
	overflow: hidden;
}
#text {
	padding: 25px;
	padding-top: 5px;
}
#content ul, #content ol {
	line-height: 18px;
}
#content ul {
	list-style-type: square;
}

#col-1, #col-2, #col-3 {
	display: block;
	float: left;
	width: 30%;
	margin: 16px;
}
#col-1 {
	margin-left: 0px;
}
#col-1 strong {
	float: left;
}
#col-3 {
	margin-right: 0px;
}
#col-3 img, #col-2 img {
	border: 3px #CCCCCC solid;
	margin: 5px;
	display: inline;
	float: left;
}
/* Footer */
#footer {
	clear: both;
	background-image: url("../i/bg-footer-gradient.jpg");
	background-repeat: repeat-x;
	width: 100%;
}
#footer #image {
	background-image:url("../i/bg-footer.jpg");
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 20px;
	width: 845px;
	margin: auto;
	font-size: 9px;
	text-align: center;
}
#footer li, #footer ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer li {
	padding-right: 13px;
	padding-left: 10px;
	border-right: 1px #9b9b9b solid;
}
#footer .last {
	border-right: 0px #9b9b9b solid;
}
#footer a {
	color: #9b9b9b;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin-bottom: 0px;
	color: #9b9b9b;
}

/* Form Properties */
form {
	width: 265px;
	margin-top: 5px;
}
fieldset {
	border: 0px;
}
label {
	margin: 0px;
	display: block;
	line-height: 18px;
}
input, textarea {
	color: #3b3b3b;
	border: #AFAFAF 1px solid;
	height: 20px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
}
textarea {
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
}
#buttons {
	margin: auto;
	text-align: center;
}
#buttons input {
	width: 75px;
	height: 25px;
	border: #AFAFAF 1px solid;
	background-color: #FCFCFC;
	margin: auto;
}

/* Blog */
.author {
	text-align: right;
	margin-top: 2px;
}
.blog-post {
	margin-bottom: 0px;
}

/* Comments */
#comment {
	width: 500px;
	border: #AFAFAF 1px solid;
	padding: 5px;
	margin: auto;
	margin-bottom: 15px;
}
#comment p {
	margin: 0px;
}
#comment h1 {
	font-size: 11px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}

.error {
	font-weight: bold;
}
