@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	
	color: black;
	font-family: "Century Gothic", century, verdana, sans-serif;
}

body {
	background-image: url(../images/body_bg.jpg);
	background:url(../images/l-doc-nr-t.jpg) no-repeat 50% top fixed;
}

#logo_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 90px 0px 45px 0px;
	
	text-align: center;
}

#page {
	background: url(../images/l-body-ry.png) top center repeat-y;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

#page_content {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	
	background: url(../images/l-head-nr.png) 0px 0px repeat-x;
}

/* Setting up the menu */
#menu {
	margin-left: auto;
	margin-right: auto;

	width: 100%;
	height: 32px;
}

#menu a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	
	color: white;
}

#menu a:hover {
	background: url(../images/menu-item-hover.png) left top repeat-x;
}

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

#menu ul li {
	float: left;
	display: inline;
	position: relative;
}

#menu ul li a {
	display: block;
	padding: 8px 34px;

	height: 16px;
}

#menu ul li div {
	width: 1px; 
	height: 12px; 
	background-color: white; 
	position: absolute; 
	right: 0px; 
	top: 12px;
}

#menu ul li a.first {
	margin-left: 60px;
}
#menu ul li a.last {
}

#menu ul li ul {
	position: absolute;
	left: 0px;
	display: none;
	/* visibility: hidden; */
}

#menu ul li ul li {
	float: none;
	display: list-item;
	
	padding-left: 16px;
	paddin-right: 16px;
	padding-bottom: 4px;
	
	background: url(../images/transparence_96733a.png);
}

#menu ul li ul li a {
	padding: 2px 4px;
	width: 120px;
	
	border: 0px;
	text-transform: none;
	
}

#menu ul li ul li a:hover {
	text-decoration: none;
	background: none;
	color: #5b282c;
}
/* End of Setting up the menu */

#header_slideshow {
	margin-bottom: 8px;
}

#footer {
	width: 1040px;
	height: 32px;
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 32px;
	
	background: url(../images/l-tail-nr.png) top left no-repeat;
	
	position: relative;
}
#footer .rss_link {
	position: absolute;
	left: 64px;
	
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
}
#footer .rss_link:before {
	content: url(../images/icon-rss.png);
}
#footer span.copyright {
	position: absolute;
	right: 64px;
	
	font-size: 10px;
	color: white;
}

#content {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

/* Pages settings */
.post,
.page {
	background-image: url(../images/x-post-nr-t.png);
	background-repeat: no-repeat;
	background-position: -27px 0px;
}
.page div.title {
	height: 27px;
	background: url(../images/title_underline.png) left bottom repeat-x;
	text-align: center;
	
	margin-bottom: 16px;
}
.page div.title h2 {
	font-size: 27px;
}
.page div.title h2 a {
	text-decoration: none;
	font-weight: normal;
	
	background: url(../images/color_f2f3e4.png);
	padding: 0px 27px;
	color: #a48c85;
}
.page .entry {
	font-size: 13px;
}
/* End Pages settings */


/* Posts settings */
.post {
	margin-top: 40px;
}
.post div.title {
	height: 27px;
	background: url(../images/title_underline.png) left bottom repeat-x;
	text-align: center;
	
	margin-bottom: 16px;
}
.post div.title h2 {
	font-size: 27px;
}
.post div.title h2 a {
	text-decoration: none;
	font-weight: normal;
	
	background: url(../images/x-post-nr-t.png) 50% 15% no-repeat;
	padding: 0px 27px;
	color: #a48c85;
}
.post .entry {
	font-size: 13px;
}
.post .entry img {
	margin-bottom: 10px;
	border: 2px solid #5b282c;
}
/* End Posts settings */

.page .entry form,
.post .entry form {
	display: none;
}

.post .sb2m,
.page .sb2m {
	color: #2d1d13;
	font-weight: bold;
}

.post .category,
.page .category,
.post .archive,
.page .archive {
	font-size: 11px;
	color: #aaaaaa;
}

/* TWITTER */
#twitter {
	position: relative;
	width: 380px;
	height: 66px;
	padding: 8px 16px;

	background: url(../images/x-twitter-nr.png);
}
#twitter h3 {
	float: left;
	font-size: 14px;
	color: #96733A;
}
#twitter h5 a {
	float: right;
	font-size: 12px;
	color: #897D84;
	text-decoration: none;
}
#twitter h5 a:hover {
	text-decoration: underline;
}
#twitter .tcontent {
	font-size: 12px;
	margin-top: 22px;
}
#twitter .twitter-timestamp {
	position: absolute;
	right: 16px;
	bottom: 4px;
	font-size: 11px;
	color: #897d84;
}
/* END TWITTER */

#subscriber {
	float: right;
	
	font-size: 14px;
	font-weight: bold;
	color: #96733A;
	
	position: relative;
	padding-right: 30px;
	margin-top: 28px;
}
#subscriber form,
#subscriber input {
	display: inline;
}
#subscriber input[type=text] {
	border: 1px solid #96733A;
	font-size: 12px;
	font-family:"Trebuchet MS";
	height: 16px;
	background-color: white;
}
#subscriber input[type=image] {
	position: absolute;
	right: 4px;
	top: 0px;
	height: 17px;
	width: 24px;
}

/* COMMENTS BOX */
.comments_container {
	width: 904px;
	height: 176px;
	background: url(../images/x-comment.png);
}

.comments_container .left_box {
	float: left;
	
	width: 204px;
	height: 172px;
	
	text-align: center;
}

.comments_container .left_box a {
	display: block;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 20px;
	
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: normal;
	
	width: 125px;
	height: 11px;
}

.comments_container .left_box div a {
	display: inline;
}
.comments_container .left_box div a img {
	margin: 0px 17px;
}

.comments_container .right_box {
	float: right;
	padding: 8px 16px 4px 16px;
	
	margin-top: 8px;
	margin-right: 4px;
	width: 654px;
	height: 150px;
	
	overflow: auto;
}

.comments_container .right_box {
}

.commentslist,
.commentslist li {
	font-size: 12px;
	list-style: none;
}

.commentslist li {
	margin-bottom: 12px;
}

.commentslist a {
	color: #330000;
	text-decoration: none;
}
.commentslist a:hover {
	text-decoration: underline;
}
.commentslist .date {
	color: #897d84;
}

.t-add-comment {
	background:url(../images/t-add-comment.png);
}
.t-back-to-home {
	background:url(../images/t-back-to-home.png);
}
.t-link-this-post {
	background:url(../images/t-link-this-post.png);
}
.t-send-to-friend {
	background:url(../images/t-send-to-friend.png);
}

.add_a_comment {
	font-size: 12px;
	display: none;
}
.add_a_comment input,
.add_a_comment textarea {
	border: 1px solid #a4a4a4;
	font-size: 12px;
	padding: 4px;
}
.add_a_comment {
	width: 680px;
}
.add_a_comment textarea {
	width: 320px;
	float: right;
	height: 144px;
}
.add_a_comment input {
	width: 300px;
	margin-bottom: 16px;
}
.add_a_comment input[type=reset],
.add_a_comment input[type=submit] {
	width: 80px;
	border: none;
	cursor: pointer;
}

/* --- */
.send_to_friend {
	display: none;
	margin-top: 16px;
	font-size: 12px;
}
.send_to_friend input,
.send_to_friend textarea {
	border: 1px solid #a4a4a4;
	font-size: 12px;
	padding: 4px;
}
.send_to_friend {
	width: 680px;
}
.send_to_friend textarea {
	width: 320px;
	float: right;
	height: 144px;
}
.send_to_friend input {
	width: 300px;
	margin-bottom: 16px;
}
.send_to_friend input[type=reset],
.send_to_friend input[type=submit] {
	width: 80px;
	border: none;
	cursor: pointer;
}
/* END COMMENTS BOX */

/* ARCHIVES */
#archives:before {
	content: 'JOURNAL ARCHIVE';
	font-size: 20px;
}
#archives {
	padding: 32px;
	font-size: 13px;
}
#archives ul {
	display: block;
	margin: 8px 0px;
	border-top: 2px solid #5b282c;
	padding-top: 4px;
}
#archives ul li.header {
	
}
#archives ul li {
	display: inline;
	padding-right: 32px;
}
#archives ul li.header a {
	color: #74240f;
}
#archives a {
	text-decoration: none;
}
/* END ARCHIVES */

/* SEARCH FORM */
#searchform {
	position: relative;
	float: right;
	margin-right: 32px;
}
#searchform label {
	color: #5b282c;
	font-size: 16px;
}
#searchform input[type=text] {
	border: 1px solid #96733a;
	font-size: 11px;
	color: #5b282c;
	margin-right: 28px;
}
#searchform input[type=image] {
	position: absolute;
	top: 4px;
	right: 0px;
	margin-left: 4px;
	height: 17px;
	width: 24px;
}
/* END SEARCH FORM */

/* CONTACT FORM */
#contact {
	width: 630px;
}
#contact input[type=text],
#contact textarea {
	border: 1px solid #96733a;
	width: 300px;
	font-size: 12px;
	padding: 2px;
}

#contact input[type=text] {
	display: block;
	margin-bottom: 8px;
}
#contact textarea {
	float: right;
	height: 146px;
}
#contact input[type=submit],
#contact input[type=reset] {
	border: 1px solid #96733a;
	font-size: 12px;
	padding: 0px 8px;
}
/* END OF CONTACT FORM */

.navigation a {
	text-decoration: none;
	color: #5b282c;
}

.menu_links ul li,
.menu_galleries ul li {
	width: 180px;
	padding: 0px 4px;
}