/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

html {
	background: black;
}

body {
	background: url(/stylesheets/design_images/19/background.jpg) top left repeat-y;
	width: 800px;
	margin: 10px auto;
	border-top: 15px solid #47529b;
	border-bottom: 15px solid #47529b;
}

#container {
	float: left;
	overflow: hidden;
	position: relative;
	background: url(/stylesheets/design_images/19/logo.jpg) top left no-repeat;
	width: 100%;
}

#main {
	width: 600px;
	clear: right;
	float: right;
	margin: 0;
}

#content {
	width: 550px;
	margin: 10px 0 20px 20px;
	position: relative;
	display: inline;
	float: left;
}

/* @group blog */

#blog_nav {
	text-align: center;
	padding: 30px 0 0 0;
}

#newer_posts {
	float: right;
}

#older_posts {
	float: left;
}



/* @end */

/* @group image */

.title {
	position: relative;
	margin-bottom: 10px;
}

div.next {
	float: right;
	position: relative;
	z-index: 2;
	margin-top: -15px;
	display: inline;
	margin-right: 5px;
	width: 20px;
	height: 14px;
	background: url(/stylesheets/design_images/19/buttons_right.jpg) top left no-repeat;
	overflow: hidden;
}

div.previous {
	float: right;
	position: relative;
	z-index: 2;
	display: inline;
	margin-top: -15px;
	margin-right: 26px;
	width: 20px;
	height: 14px;
	background: url(/stylesheets/design_images/19/buttons_left.jpg) top left no-repeat;
	overflow: hidden;
}
* html div.previous {
	margin-right: 1px;
}

div.next a {
	background: url(/stylesheets/design_images/19/buttons_right.jpg) center left no-repeat;
	display: block;
	width: 20px;
	height: 14px;
}
div.previous a {
	background: url(/stylesheets/design_images/19/buttons_left.jpg) center left no-repeat;
	display: block;
	width: 22px;
	height: 14px;
}
div.previous a:hover,
div.next a:hover {
	background-position: bottom left;
}
div.previous a span,
div.next a span {
	display: none;
}

.image {
	padding: 0;
}
.image img {
	display: block;
	margin: 0 auto;
}
#content .album h2 {
	font-size: 200%;
	padding: 0 0 1px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #a0a6ca;
	color: #47529b;
}
#content .album h2 small {
	font-size: 70%;
	color: #a0a6ca;
	padding-left: .25em;
}




/* @end */

/* @group zone 5 */

#zone5 {
	clear: both;
	margin: 0 50px 20px 40px;
	font-size: 85%;
	line-height: 1.25;
	text-align: center;
}
#main #zone5 p {
	margin: 0;
}



/* @end */

/* @end */

/* @group design */

/* @group header */

#header {
	height: 119px;
	width: 418px;
	float: right;
	background: #f7f6fb url(/stylesheets/design_images/19/title.jpg) left bottom no-repeat;
}

#header #title {
	display: none;
}

#header #tagline {
	margin: -7px 0 0 60px;
	color: rgb(200, 200, 255);
	font-size: 110%;
}

/* @end */

/* @group sidebar */

#sidebar {
	width: 200px;
	float: left;
	padding: 85px 0 0 0;
}

#sidebar .zone {
	margin: 0 0 1em 20px;
}

#sidebar .menu a:hover {
	color: white;
}

#sidebar .menu li a,
#sidebar .menu li span {
	display: inline-block;
}
#sidebar .menu li {
	margin-top: 2px;
}
#sidebar .menu li a,
#sidebar .menu li span {
	display: block;
	background: #a0a6ca;
	padding: 2px 5px;
}
#sidebar .menu li.current span {
	background: #47529b;
}
#sidebar .menu li a:hover {
	background: black;
}
#sidebar .menu li a span,
#sidebar .menu li span span {
	display: inline;
	padding: 0;
	background: none;
}

#sidebar #home,
#sidebar #decorative_finishes,
#sidebar #contact_us {
	margin-bottom: 10px;
}

#sidebar #zone2 {
	margin-top: 20px;
}

/* @end */

#footer {
	clear: left;
}

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Nue", Arial, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	color: #0e214b;
}

#header h1 {
	font-size: 270%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: white;
}

#content h1 {
	font-family: Georgia, Times, serif;
	font-size: 180%;
	font-weight: normal;
	margin: 1em 0 0 0;
	color: black;
}

#content h2 {
	font-size: 160%;
	margin: 1em 0 0 0;
	color: black;
}

#content h3 {
	font-size: 135%;
	margin: 1em 0 0 0;
	font-weight: bold;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content h5 {
	margin: 1em 0 0 0;
}

#content h6 {
	margin: 1em 0 0 0;
}

#content p {
	margin: 0 30px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

#sidebar p {
	margin: 0 0 .5em 0 ;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @group links */

a {
	color: #6c7be0;
}

a:hover {
	color: white;
	background-color: #6c7be0;
text-decoration:none;
}

a:visited {
	color: #7a8bfe;
}

a:visited:hover {
	color: white;
}

.menu li a {
	color: #0e214b;
	text-decoration: none;
}

.menu li a, .menu li span {
	display: block;
}

.menu li span span, .menu li a span {
	display: inline;
	padding: 0;
}

.menu li.current {
	font-weight: bold;
	color: black;
}

#sidebar .menu a {
	color: white;
}
#sidebar .menu li.current {
	color: white;
}

/* @end */

.blog.post .published {
	color: #7581d6;
	margin: 4px 0 0 30px;
	font-size: 90%
}
div.blog_archive {
margin-left:20px;
}
#content h3.blog_archive {
font-weight:normal;
}

#footer {
	font-size: 80%;
	text-align: center;
}

/* @end */