/* 
    Document   : style
    Created on : Nov 20, 2009, 5:07:18 PM
    Author     : nkolea
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div {
	/*border: 1px solid red;*/
}
body {
	background: url(../images/body_bg.png);
	color: #616F61;
	font-family: "Kozuka Gothic", "Century Gothic", Helvetica;
}

a {
	color: #5a3215;
}

#root {
    display: block;
	width: 1006px;
	margin: 60px auto 0px;
}

#header {
	width: 984px;
	height: 580px;
	background: url(../images/header_inner_bg.png) 0 0 no-repeat;
	position: relative;
	margin: 0px auto 32px;

	padding-top: 380px;
}
.page_header {
	height: 400px !important;
	padding-top: 0px !important;
}
#header img#header_photo {
	position: absolute;
	left: 23px;
	top: 18px;
}
#header div#portraiture,
#header img#portraiture {
	position: absolute;
	left: 258px;
	top: -100px;
}

#contents {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	background: url(../images/posts_contents_bg.png);
}
#contents_footer {
	width: 984px;
	height: 16px;
	margin: 0px auto 32px;
	padding: 0px;

	background: url(../images/posts_footer_bg.png) 1px -48px no-repeat;
}
.page_contents {
	background-position: -1px 0px !important;
	padding: 0px 32px 0px;
	margin: 0px auto;
}
#inner_box .textwidget p {
	margin-bottom: 16px;
}
#inner_box .textwidget {
	width: 650px;
}

#twitter_box a {
	color: black;
	text-decoration: none;
}
#twitter_box {
	font-size: 12px;

	position: absolute;
	left: 240px;
	top: 72px;
	width: 240px;

	color: #8A8A8A;
}
#inner_box a {
		color: #616F61;
		text-decoration: none;
}
#inner_box {
	color: #616F61;

	font-size: 13px;

	position: relative;
	height: 162px;
	background: url(../images/twitter_and_facebook.png) center center no-repeat;
}

#inner_box .welcome h4 {
	font-size: 26px;
	margin: 16px 0px 8px;
}
#inner_box .welcome {
	line-height: 120%;
	width: 420px;
	float: left;

	margin-left: 54px;

	padding-top: 8px;
}
#inner_box #ft_box {
	width: 420px;
	float: left;

	margin-left: 32px;
	margin-top: 14px;

	padding: 10px;
}
#inner_box #ft_box li {
	font-size: 12px;
	text-indent: 0px;
	line-height: 120%;
	padding-left: 110px;

	margin-bottom: 8px;

	height: 50px;
}
#inner_box #ft_box li.fb {
	padding-top: 20px;
}
#inner_box h1 {
	font-weight: lighter;
	font-size: 50px;
	font-family: "Helvetica Neue LT Std";
}
#inner_box #twitts {
	position: absolute;
	right: 32px;
	top: 120px;
	width: 152px;
	
	text-align: left;
}

#inner_box a.rss,
#inner_box a.twitter,
#inner_box a.facebook {
	display: block;
	height: 70px;
	background: url(../images/ftc_bg.png) no-repeat;
}
#inner_box a.facebook {
	width: 200px;

	background-position: -222px 0px;
	position: absolute;
	left: 530px;
	top: 64px;
}
#inner_box a.twitter {
	width: 200px;
	position: absolute;
	left: 30px;
	top: 64px;
}
#inner_box a.rss {
	width: 200px;
	background-position: -440px 0px;
	position: absolute;
	left: 750px;
	top: 64px;
}

#gallery {
	width: 904px;
	height: 370px;
	margin: 0px auto;

	position: relative;
	padding: 0px;

	background: url(../images/slideshow.png) top center no-repeat;
}

#gallery #gimage {
	width: 880px;
	height: 350px;
	
	margin: 8px auto;
	padding: 0px;
}

#gallery img {
	width: 880px;
	height: 340px;
}
#nav_box {
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 890px;
	
	height: 38px;
	background-color: white;
}
#sneak_peak {
	width: 127px;
	height: 36px;
	margin: 8px auto;
	background: url(../images/sneak_peak.png) no-repeat;
}
#gprevious {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/row_left.png) center center no-repeat;
	float: left;
}
#gnext {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/row_right.png) center center no-repeat;
	float: right;
}


a#top_logo {
	position: absolute;
	top: 88px;
	left: 204px;
}
div#himg {
	position: absolute;
	top: 40px;
	right: 40px;

	width: 576px;
	height: 292px;

	padding: 10px;

	background: url(../images/himg_bg.png) no-repeat;
}
div#himg img {
	width: 556px;
	height: 272px;
}
/* MENU */

#menu {
	width: 900px;
	height: 51px;
	background: url(../images/menu_bg.png) top center no-repeat;
	text-align: left;
	position: absolute;
	top: 360px;
	left: 100px;
	z-index: 999;
}
#menu dl,
#menu dt {
	display: inline;
	position: relative;
}
#menu dt {
	border-right: 0px solid white;
}
#menu dl {
	margin: 0px -8px 0px 0px;
}
#menu dt a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	display: inline-block;
	margin-right: 18px;
	
	height: 15px;

	font-size: 14px;

	background: url(../images/menu_anchors.png);
	background-repeat: no-repeat;
	background-position: -6px 0px;

	border-right: 1px solid #8C8A8A;
}
#menu dt .a1 {
	width: 64px !important;
	background-position: 0px 0px;
}
#menu dt .a2 {
	width: 120px !important;
	background-position: -75px 0px;
}
#menu dt .a3 {
	width: 56px !important;
	background-position: -212px 0px;
}
#menu dt .a6 {
	width: 100px !important;
	background-position: -286px 0px;
}
#menu dt .a7 {
	width: 88px !important;
	background-position: -404px 0px;
	border: 0px;
}
#menu dt .a8 {
	width: 82px !important;
	background-position: -464px 0px;
	border: 0px;
}
/* --- DROP DOWN ELEMENTS --- */

#menu dd {
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 9999;
	background: white;
	height: auto;
	visibility: hidden;

	padding: 2px 0px;

	outline: 1px solid #D5D3C9;
}
#menu dd ul {
	padding: 0px;
	margin: 0px;
}
#menu dd ul li {
	list-style: none;
	text-align: left;
	width: auto;
	padding: 0px 2px;
	margin: 0px;

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

	white-space: nowrap;
	width: auto;
	display: block;
	padding: 4px 16px 4px 24px;
	color: #92908F;
	border-top: 1px solid #F0E7D1;
	border-bottom: 1px solid #F0E7D1;
	background-color: #F0E7D1;
}
#menu dd a:hover {
	color: #616F61;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.ddsbox {
	padding: 0px;
	height: 32px !important;
	width: 32px !important;
}
#searchForm {
	float: right;
	position: relative;
	height: 36px;
	margin-top: -10px;
	margin-right: 170px;
	width: 175px;
}
#s {
	position: absolute;
	left: 8px;
	top: 6px;
	width: 150px;

	outline: 2px solid white;
	border: 1px solid #EBE8DE;
	background-color: #F5F1E7;

	color: inherit;
}
#sbutton {
	position: absolute;
	right: 4px;
	top: 8px;
}
/* END MENU*/

.storytitle {
	font-size: 24px;
	font-weight: 100;
	margin: 5px 0px 8px;
	color: #616F61;
}
.storytitle a {
	text-decoration: none;
}


.page .storytitle {
	margin-left: 30px;
}

.page .storycontent {
}

.meta {
	color: #616F61;
	text-align: center;

	width: 1006px;
	height: 102px;
	padding-top: 32px;
	background: url(../images/posts_header_bg.png);
}
.meta a {
	color: #616F61;
	text-decoration: none;
}

.meta .cats a {
	text-decoration: none;
}
.meta .cats {
	font-size: 18px;
	width: 800px;
}
.meta .date {
	text-transform: uppercase;
	color: #534341;
	margin-top: 16px;
}

.storycontent {
	font-size: 14px;

	text-align: justify;

	padding: 0px;
	margin: -30px 32px 0px;
}

.page,
.post {
	margin: 0px auto;
	padding: 32px 32px;
}

.page {
	margin-top: -32px;
	margin-left: -1px;
	margin-bottom: -2px;
}

.comments_box {
	width: 902px;
	margin: 0px 0px 32px -6px;
	padding: 0px 32px;

	font-size: 13px;
	color: #5B594C;
}
.share_buttons_box {
	padding-top: 32px;
	margin-bottom: 22px;
	width: 900px;
}
.share_buttons_box a.add_comment {
	width: 125px;
	height: 20px;
	padding: 0px;
	
	margin-bottom: -2px;

	background: url(../images/share_buttons.png) 0px 0px no-repeat;
}
.share_buttons_box a.link_to_post {
	width: 100px;
	height: 20px;
	padding: 0px;

	margin-left: 8px;
	margin-bottom: -2px;

	background: url(../images/share_buttons.png) -134px 0px no-repeat;
}
.share_buttons_box a.share_post {
	width: 120px;
	height: 20px;
	padding: 0px;

	margin-left: 8px;
	margin-bottom: -2px;

	background: url(../images/share_buttons.png) -242px 0px no-repeat;
}

.snbtns {
	display: inline-block;
}
.share_buttons_box a {
	display: inline-block;
	margin: -2px -4px 0px 0px;
	padding: 6px 16px 3px;

	color: #7F7F7F;
	text-decoration: none;
	text-transform: uppercase;
}
.share_buttons_box a.sn {
	background: url(../images/social_network_buttons.png) no-repeat;
	padding: 6px 0px 3px;
	margin-left: 8px;
	height: 17px;
	width: 17px;
}
.share_buttons_box a.sngmail {
	background-position: 0px 50%;
}
.share_buttons_box a.sndigg {
	background-position: -24px 50%;
}
.share_buttons_box a.snflickr {
	background-position: -48px 50%;
}
.share_buttons_box a.snlinkedin {
	background-position: -72px 50%;
}
.share_buttons_box a.snfacebook {
	background-position: -96px 50%;
}
.share_buttons_box a.sntwitter {
	background-position: -120px 50%;
}
.share_buttons_box a.snstumbleupon {
	background-position: -144px 50%;
}
.share_buttons_box a.snrss {
	background-position: -168px 50%;
}
.share_buttons_box a.sndelicious {
	background-position: -192px 50%;
}
.comments_list_box {
	background-color: white;
}
.comments_list {
	height: 210px;
	margin-left: -10px;

	padding: 6px 12px;

	background-color: white;
}
.comments_list li {
	margin-bottom: 12px;
	list-style: none;
	text-align: left;
	text-indent: 0px;
}
.comments_list li a,
.comments_list li span {
	text-transform: uppercase;
	text-decoration: underline;
	color: #5B594C;
}
.comments_list span.date {
	color: #5B594C;
	text-decoration: none;
}
.jScrollPaneTrack {
	background: url(../images/scrollbar_track.png) repeat-y;
}
.jScrollPaneDrag {
	background: url(../images/scrollbar.png) no-repeat 50% 50%;
	height: 32px !important;
}
#pagination_box {
	width: 966px;
	height: 80px;
	margin: 0px auto;
	position: relative;

	text-align: center;
	color: #A1A1A1;
}
#wp_page_numbers {
	padding-top: 36px;
	text-transform: uppercase;
	font-size: 14px;
}
#wp_page_numbers ul:before {
	content: "PAGE:";
	margin-right: -8px;
}
#wp_page_numbers ul li {
	display: inline !important;
	list-style: none;
	margin: 0px 0px 0px 8px;
}
#wp_page_numbers a {
	color: #A8A49F;
	text-decoration: none;
}
.active_page a {
	text-decoration: none;
	color: #616F61 !important;
}
#wp_page_numbers .previous {
	display: block;
	position: absolute;
	top: 32px;
	left: 32px;
	width: 156px;
	height: 26px;
	background: url(../images/previous_posts.png) no-repeat;
}
#wp_page_numbers .next {
	display: block;
	position: absolute;
	top: 32px;
	right: 32px;
	width: 124px;
	height: 26px;
	background: url(../images/next_posts.png) no-repeat;
}

#archives_bg {
}
#archives {
	position: relative;
	color: #a1a1a1;
	font-size: 13px;
	font-family: "Trebuchet MS";
	width: 1006px;
	margin: 0px auto;
}

#archives .title {
	position: absolute;
	top: 16px;
	left: 60px;

	font-size: 14px;
}
#archives div {
	padding-top: 16px;
	padding-bottom: 2px;
	margin: 0px 64px 0px 180px;
	
	font-size: 14px;
	color: #A8A49F;
}
#archives div ul {
	margin-bottom:5px;
}
#archives li {
	display: inline;
}
#archives a {
	color: #616F61;
	text-transform: uppercase;
	text-decoration: none;
}
#archives a.year {
	text-decoration: none;
}

#footer {
	position: relative;
	margin: 0px auto 64px;
	width: 1006px;
	height: 192px;
	
	background: url(../images/footer_bg.png) 0px 0px no-repeat;
}
#footer_page {
	position: relative;
	margin: 0px auto 64px;
	width: 1006px;
	height: 64px;

	background: url(../images/posts_footer_bg.png) bottom center no-repeat;
}
#copyright {
	position: absolute;
	left: 26px;
	bottom: -20px;
	width: 955px;
	/* color: #712F6A; */
	color: #5A5A5A;
}
#copyright .by {
	float: right;
}

/* COMMENT AND SHARE FORMS */
a.openLinkBox:hover,
a.openShareBox:hover {
	/* background: url(../images/menu_item_bg.png) top center no-repeat; */
	color: black;
}

.comment_and_share {
	width: 966px;
	margin: 0px 0px 0px -6px;
}
.comment_and_share .comment h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0px;
	margin-left: 364px;
	color: inherit;
	text-transform: uppercase;
}
.comment_and_share .comment {
	display: none;
	margin-left: 32px;
	padding-bottom: 52px;
}
.comment_and_share .comment div {
	float: left;
	margin-right: 8px;
}

.comment_and_share .comment textarea ,
.comment_and_share .comment input {
	border: 2px solid #F2E4CD;
	color: #616F61;
}
.comment_and_share .comment input[type=hidden] {
	display: none;
}
.comment_and_share .comment input {
	width: 340px;
	padding: 4px;
	margin-bottom: 7px;
	display: block;
}
.comment_and_share .comment textarea {
	padding: 4px;
	width: 342px;
	height: 75px;
}
.comment_and_share .comment input[type=image] {
	margin-top: 20px;
	background: none;
	width: 74px;
	height: 38px;
	border: 0px;
}

/* -------------------- */

.comment_and_share .share h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 8px;
	margin-left: 358px;
	text-transform: uppercase;
}
.comment_and_share .share {
	display: none;
	margin-left: 32px;
	padding-bottom: 52px;
}
.comment_and_share .share div {
	float: left;
	margin-right: 8px;
}

.comment_and_share .share textarea ,
.comment_and_share .share input {
	border: 2px solid #F2E4CD;
	color: #616F61;
}
.comment_and_share .share input[type=hidden] {
	display: none;
}
.comment_and_share .share input {
	width: 340px;
	padding: 4px;
	margin-bottom: 6px;
	display: block;
}
.comment_and_share .share textarea {
	padding: 4px;
	width: 342px;
	height: 75px;
}
.comment_and_share .share input[type=image] {
	margin-top: 24px;
	background: none;
	width: 74px;
	height: 38px;
	border: 0px;
}
/* END COMMENT AND SHARE FORMS */

#contact {
	margin: 0px auto;
}
#contact input[type=text],
#contact textarea {
	border: 2px solid #F2E4CD;
	color: #616F6A;
	width: 290px;
}
#contact textarea {
	width: 400px;
	height: 142px;
	padding: 2px 4px;
}
#contact .box {
	width: 420px;
	float: left;
	padding: 16px;
}
#contact .box1 {
	text-align: right;
}
#contact .box2 {
	text-align: left;
}
#contact input[type=submit] {
	width: 74px;
	height: 30px;
	border: 0px;
	background: url(../images/submit_button.png);
}
#contact input[type=reset] {
	width: 74px;
	height: 30px;
	border: 0px;
	background: url(../images/reset_button.png);
}

