/* 
    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: #323232;
	font-family: "Century Gothic", Helvetica;
}
#root {
	background: url(../images/logo_bg.png) top center no-repeat;
    display: block;
	width: 100%;
	margin: 0px auto;

	padding-top: 160px;
}

#header {
	width: 996px;
	height: 540px;
	background: url(../images/header_img.png) 0 -6px no-repeat;
	position: relative;
	margin: 0px auto 20px;
}
#header img#header_photo {
	position: absolute;
	left: 23px;
	top: 18px;
}
#header div#portraiture,
#header img#portraiture {
	position: absolute;
	left: 258px;
	top: -100px;
}

#contents {
	background: url(../images/content_bg.png) top center repeat-y;
	padding: 48px 32px 0px;
	margin: -80px auto 0px;
	width: 954px;
}

#inner_box .textwidget p {
	margin-bottom: 16px;
}
#inner_box .textwidget {
	width: 650px;
}

#twitter_box a {
	color: black;
	text-decoration: none;
}
#twitter_box {
	font-family: "Trebuchet MS";
	font-size: 12px;

	position: absolute;
	left: 240px;
	top: 72px;
	width: 240px;

	color: #8A8A8A;
}

#inner_box {
	width: 100%;
	height: 206px;
	background: url(../images/innerbox_bg.png) top center no-repeat;

	font-size: 14px;

	position: relative;
}
#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: 100%;
	height: 370px;
	background: url(../images/gallery.png) top center no-repeat;
}

/* MENU */

#menu {
	width: 970px;
	height: 51px;
	background: url(../images/menu_bg.png) top center no-repeat;
	text-align: left;
	position: absolute;
	top: 478px;
	left: 13px;
	z-index: 999;
}
#menu dl,
#menu dt {
	display: inline;
	position: relative;
}
#menu dt {
	border-right: 1px solid white;
}
#menu dl {
	margin-right: 28px;
}
#menu dt a {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	margin-right: 18px;
	padding: 16px 4px 3px;

	height: 32px;

	font-size: 14px;
}
#twitter_box .tfooter {
	white-space: nowrap;
}
/* --- DROP DOWN ELEMENTS --- */

#menu dd {
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 9999;
	background: white;
	height: auto;
	visibility: hidden;
}
#menu dd ul {
	padding: 0px;
	margin: 0px;
}
#menu dd ul li {
	list-style: none;
	text-align: left;
	width: auto;
	padding: 0px;
	margin: 0px;
}
#menu dd a {
	text-decoration: none;
	white-space: nowrap;
	width: auto;
	display: block;
	padding: 4px 16px 4px 24px;
	border-top: 1px solid #E4E4E4;
	color: #999999;
	font-size: 13px;
}
#menu dd a:hover {
	color: #999999;
}

.ddsbox {
	padding: 0px;
	height: 32px !important;
	width: 32px !important;
}
#searchForm .sbox {
	position: relative;
	height: 36px;
	width: 194px;
	margin-left: -86px;
	background-color: white;
}
#s {
	position: absolute;
	left: 8px;
	top: 6px;
}
#sbutton {
	position: absolute;
	right: 6px;
	top: 6px;
}
/* END MENU*/

.storytitle a,
.storytitle {
	font-size: 30px;
	font-weight: 100;
	text-decoration: none;
	margin: 0px;
	color: #202020;
}

.meta {
	margin-top: 12px;
	color: #A2A2A2;
}
.meta a {
	color: #A7A7A7;
	text-decoration: underline;
}

.meta .cats {
	width: 800px;
}
.meta .date {
	text-transform: uppercase;
	color: #534341;
}

.storycontent {
	margin-top: 28px;
	font-size: 14px;
}

.storycontent img {
	max-width:900px;
	padding-bottom:5px;
}


.page,
.post {
	width: 902px;
	margin: 0px 0px 0px -6px;
	padding: 50px 32px;
}
.comments_box {
	width: 902px;
	margin: 0px 0px 32px -6px;
	padding: 0px 32px;

	font-size: 13px;
	color: #313131;

	background: url(../images/post_bottom_bg.png) 100% 0px no-repeat;
}
.share_buttons_box {
	padding-top: 32px;
	margin-bottom: 22px;
	width: 900px;
}
.snbtns {
	display: inline-block;
}
.share_buttons_box a {
	display: inline-block;
	background-color: white;
	margin: -2px -4px 0px 0px;
	padding: 6px 16px 3px;

	color: #7F7F7F;
	text-decoration: none;
	text-transform: uppercase;
}
.share_buttons_box a.sn {
	background: #fff url(../images/social_network_buttons.png) no-repeat;
	padding: 6px 13px 3px;
}
.share_buttons_box a.sngmail {
	background-position: 8px 50%;
}
.share_buttons_box a.sndigg {
	background-position: -16px 50%;
}
.share_buttons_box a.snflickr {
	background-position: -40px 50%;
}
.share_buttons_box a.snlinkedin {
	background-position: -64px 50%;
}
.share_buttons_box a.snfacebook {
	background-position: -90px 50%;
}
.share_buttons_box a.sntwitter {
	background-position: -114px 50%;
}
.share_buttons_box a.snstumbleupon {
	background-position: -138px 50%;
}
.share_buttons_box a.snrss {
	background-position: -160px 50%;
}
.share_buttons_box a.sndelicious {
	background-position: -186px 50%;
}
.comments_list {
	height: 140px;
	margin-left: -10px;
}
.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: inherit;
}
.comments_list span.date {
	color: #B5B5B5;
	text-decoration: none;
}
.jScrollPaneTrack {
	background-color: #E0D1DE;
}
.jScrollPaneDrag {
	background: url(../images/scrollbar.png) no-repeat 50% 50%;
	height: 32px !important;
}
#pagination_box {
	width: 966px;
	height: 103px;
	margin-left: -6px;
	position: relative;

	text-align: center;
	color: #A1A1A1;

	background: url(../images/archives_bamboo_bg.png) 0px 0px no-repeat;
}
#wp_page_numbers {
	padding-top: 45px;
	text-transform: uppercase;
}
#wp_page_numbers ul:before {
	content: "PAGE:";
	margin-right: -8px;
}
#wp_page_numbers ul li {
	display: inline !important;
	list-style: none;
}
#wp_page_numbers a {
	color: black;
	text-decoration: none;
}
.active_page a {
	text-decoration: none;
	color: #A1A1A1 !important;
}
#wp_page_numbers .previous {
	display: block;
	position: absolute;
	top: 45px;
	left: 32px;
	width: 132px;
	height: 15px;
	background: url(../images/previous_posts.png) no-repeat;
}
#wp_page_numbers .next {
	display: block;
	position: absolute;
	top: 45px;
	right: 32px;
	width: 99px;
	height: 15px;
	background: url(../images/next_posts.png) no-repeat;
}

#archives_bg {
	background: url(../images/archives_bg.png) top center repeat-y;
}
#archives {
	background: url(../images/archives_bamboo_bg.png) 16px -100px repeat-y;
	position: relative;
	color: #a1a1a1;
	font-size: 13px;
	font-family: "Trebuchet MS";
	width: 996px;
	margin: 0px auto;
}

#archives .title {
	position: absolute;
	top: 32px;
	left: 64px;
}
#archives div {
	padding-top: 32px;
	padding-bottom: 2px;
	margin: 0px 64px 0px 180px;
}
#archives li {
	display: inline;
}
#archives a {
	color: black;
	text-transform: uppercase;
	text-decoration: none;
}
#archives a.year {
	text-decoration: none;
}

#footer {
	background: url(../images/footer_corners.png) bottom center no-repeat;
	padding-bottom: 19px;
	position: relative;
	margin: 0px auto 64px;
	width: 994px;
}
#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;
	background: #c9c9c9;

	background: url(../images/gray_gradien_bg.png) left bottom no-repeat;
}
.comment_and_share .comment h4 {
	font-weight: normal;
	background-color: white;
	padding: 4px 8px;
	width: 104px;
	color: inherit;
}
.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: 0px;
	color: #B5B5B5;
}
.comment_and_share .comment input[type=hidden] {
	display: none;
}
.comment_and_share .comment input {
	background: url(../images/input_bg.png) no-repeat;
	width: 340px;
	padding: 8px 4px 6px;
	margin-bottom: 2px;
	display: block;
}
.comment_and_share .comment textarea {
	background: url(../images/textarea_bg.png) no-repeat;
	padding: 4px;
	width: 342px;
	height: 75px;
}
.comment_and_share .comment input[type=image] {
	background: none;
	width: 83px;
	height: 47px;
}

/* -------------------- */

.comment_and_share .share h4 {
	font-weight: normal;
	background-color: white;
	padding: 4px 8px;
	width: 112px;
}
.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: 0px;
	color: #B5B5B5;
}
.comment_and_share .share input[type=hidden] {
	display: none;
}
.comment_and_share .share input {
	background: url(../images/input_bg.png) no-repeat;
	width: 340px;
	padding: 8px 4px 6px;
	margin-bottom: 2px;
	display: block;
}
.comment_and_share .share textarea {
	background: url(../images/textarea_bg.png) no-repeat;
	padding: 4px;
	width: 342px;
	height: 75px;
}
.comment_and_share .share input[type=image] {
	background: none;
	width: 83px;
	height: 47px;
}
/* END COMMENT AND SHARE FORMS */

#contact {
	margin: 0px auto;
}

#contact .box {
	width: 415px;
	float: left;

	padding: 0px 16px;
}
#contact .box1 {
	text-align: right;
	padding-top: 20px;
}
#contact .box1 input {
	width: 270px;
}
#contact .box2 textarea {
	width: 320px;
	height: 145px;
}
#contact .box2 h4 {
	margin: 0px;
	font-weight: normal;
}
