/* 
    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: Airal, "Kozuka Gothic", "Century Gothic", Helvetica;
}
#root {
	display: block;
	width: 1178px;
	margin: 0px auto;
}

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

	padding-top: 216px;
}

#header_page {
	width: 1178px;
	height: 413px;
	background: url(../images/header_inner_bg.png) 0 0 no-repeat;
	position: relative;
	margin: 0px auto 0px;

	padding-top: 216px;
}

.post .contents {
	width: 900px;
	padding: 0px 42px;

	color: #6D6E71;

	border-top: 0px;
	border-right: 2px solid #B5B6BA;
	border-bottom: 0px;
	border-left: 2px solid #B5B6BA;
}
.post .contents img {
	margin-bottom:12px;
}

.page {
	width: 904px;
	background: url(../images/page_bg.png) top center repeat-y;
	position: relative;
	margin: 0px auto;
	padding: 2px 42px;
}
.page_footer {
	width: 904px;
	height: 20px;
	background: url(../images/page_footer_bg.png) bottom center no-repeat;
	margin: 0px auto;
	padding: 2px 42px;
}

.post .contents p {
	margin: 8px 0px;
	font-size: 1.2em;
	letter-spacing: .04em;
}

#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 h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #BD332E;
}
#inner_box {
	color: #404040;

	font-size: 13px;

	position: relative;
	width: 306px;
	height: 283px;

	padding: 4px 20px;
	background: url(../images/inner_box_bg.png) center center no-repeat;
	float: left;
}

#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: 561px;
	height: 301px;
	margin: 0px auto;
	margin-left: 134px;

	position: relative;
	padding: 0px;

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

#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;
}

img.top_logo {
}
a#top_logo {
	position: absolute;
	left: 512px;
	top: 72px;
}
object.top_logo {
	position: absolute;
	left: 512px;
	top: 72px;
}
div#himg {
	margin: 0px auto 0px;

	width: 900px;
	height: 352px;
}
div#himg img {
}
/* MENU */

#menu {
	width: 100%;
	text-align: left;
	z-index: 999;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0px;
}
#menu dl,
#menu dt {
	display: inline;
	position: relative;
}
#menu dt {
	border-right: 0px solid white;
}
#menu dl {
	margin: 0px 32px;
}
#menu dt a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	display: inline-block;
	margin-right: 18px;
	
	height: 18px;

	font-size: 14px;

	background: url(../images/menu_anchors.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu dt .a1 {
	width: 46px !important;
	background-position: 0px 0px;
}
#menu dt .a1:hover {
	background-position: 0px -24px;
}
#menu dt .a2 {
	width: 34px !important;
	background-position: -128px 0px;
}
#menu dt .a2:hover {
	background-position: -128px -24px;
}
#menu dt .a3 {
	width: 84px !important;
	background-position: -244px 0px;
}
#menu dt .a3:hover {
	background-position: -244px -24px;
}
#menu dt .a4 {
	width: 68px !important;
	background-position: -412px 0px;
}
#menu dt .a4:hover {
	background-position: -412px -24px;
}
#menu dt .a5 {
	width: 60px !important;
	background-position: -562px 0px;
}
#menu dt .a5:hover {
	background-position: -562px -24px;
}
#menu dt .a6 {
	width: 78px !important;
	background-position: -708px 0px;
}
#menu dt .a6:hover {
	background-position: -708px -24px;
}
/* --- DROP DOWN ELEMENTS --- */

#menu dd {
	width: 119px;
	position: absolute;
	top: 28px;
	left: -16px;
	z-index: 9999;
	background: url(../images/drop_down_menu_footer.png) left bottom no-repeat;
	height: auto;
	visibility: hidden;

	padding: 2px 0px 8px;
}
#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 14px;
	color: #BFBFBF;
	background-color: white;
}
#menu dd a:hover {
	color: #6D6E71;
}

.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;
}

.storycontent {
	font-size: 14px;

	text-align: justify;

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

.post {
	width: 988px;
	margin: 8px auto;
}

.header h3 {
	color: #BD332E;
}

.post .header {
	width: 904px;
	height: 374px;

	background: url(../images/post_closed_header.png) no-repeat;

	padding: 21px 42px;
	position: relative;
}
.post .header_opened {
	width: 904px;
	height: 374px;

	background: url(../images/post_opened_header.png) no-repeat !important;

	padding: 21px 42px;
	position: relative;
}
.post .header a.opener {
	display: block;
	
	position: absolute;
	bottom: 0px;
	left: 60px;

	width: 160px;
	height: 32px;
}
.post .header a {
	color: #6D6E71;
}
.post .header storytitle.h3 a {
	color: #6D6E71;
}

.post .header .meta a {
	color: #BD332E;
}
.post .header .meta {
	position: absolute;
	top: 28px;
	right: 45px;
	color: #A3A3A3;

	text-transform: uppercase;
}

.comments_box {
	width: 902px;
	padding: 0px;

	font-size: 13px;
	color: #5B594C;
}
.share_buttons_box {
	padding-top: 16px;
	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 {
}
.comments_list {
	height: 210px;
}
.comments_list li {
	margin-bottom: 12px;
	margin-left: 0px;
	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) top center repeat-y;
}
.jScrollPaneDrag {
	background: url(../images/scrollbar.png) no-repeat 50% 50%;
	height: 53px !important;
}
#pagination_box {
	width: 988px;
	height: 63px;
	margin: 0px auto;
	position: relative;

	text-align: center;
	color: #A1A1A1;
	background: url(../images/pagination_bg.png) repeat-y;
}
#wp_page_numbers {
	padding-top: 22px;
	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: 24px;
	left: 16px;
	width: 135px;
	height: 15px;
	background: url(../images/previous_posts.png) no-repeat;
}
#wp_page_numbers .next {
	display: block;
	position: absolute;
	top: 24px;
	right: 16px;
	width: 117px;
	height: 15px;
	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: 24px;
	left: 46px;

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

#footer {
	position: relative;
	margin: 8px auto 64px;
	width: 988px;
	height: 80px;
	
	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: #929397;
}
#copyright .copyright {
	float: left;
}
#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 .share,
.comment_and_share .comment {
	margin-left: 4px;
	width: 988px;
	height: 178px;

	display: none;

	padding: 6px 48px 0px;

	background: url(../images/comment_bg.png) no-repeat;
}
.comment_and_share .comment div {
	float: left;
	margin-right: 8px;
}

.comment_and_share .comment textarea:focus ,
.comment_and_share .comment input:focus {
	border: 1px solid #7f7f7f;
}
.comment_and_share .comment textarea ,
.comment_and_share .comment input {
	color: #616F61;
	font-size: 1.2em;
}
.comment_and_share .comment input[type=hidden] {
	display: none;
}
.comment_and_share .comment input {
	width: 336px;
	padding: 2px 4px;
	margin-bottom: 7px;
	display: block;
}
.comment_and_share .comment textarea {
	padding: 4px;
	width: 448px;
	height: 75px;
	background: url(../images/textarea_bg.png) no-repeat;
}
.comment_and_share .comment input[type=image] {
	margin-top: 20px;
	background: none;
	width: 74px;
	height: 38px;
	border: 0px;
}
.comment_and_share .comment input.type_text {
	background: url(../images/input_bg.png) no-repeat;
}
.comment_and_share .comment input.type_text:focus {
	border: 1px solid #7f7f7f;
}
/* -------------------- */

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

.comment_and_share .share textarea ,
.comment_and_share .share input {
	color: #616F61;
	font-size: 1.2em;

}
.comment_and_share .share input[type=hidden] {
	display: none;
}
.comment_and_share .share input {
	width: 336px;
	padding: 2px 4px;
	margin-bottom: 6px;
	display: block;
}
.comment_and_share .share input.type_text {
	background: url(../images/input_bg.png) no-repeat;
}
.comment_and_share .share input.type_text:focus {
	border: 1px solid #7f7f7f;
}
.comment_and_share .share textarea {
	padding: 4px;
	width: 448px;
	height: 75px;
	background: url(../images/textarea_bg.png) no-repeat;
}
.comment_and_share .share input[type=image] {
	margin-top: 24px;
	background: none;
	width: 74px;
	height: 38px;
	border: 0px;
}
/* END COMMENT AND SHARE FORMS */

#contact {
	padding-bottom: 64px;
}
#contact input.text,
#contact input[type=text] {
	width: 187px;
	height: 15px;
	padding: 2px 4px;
	background: url(../images/cinput_bg.png);
}
#contact textarea {
	width: 295px;
	height: 78px;
	padding: 2px 4px;
	background: url(../images/ctextarea_bg.png);
}
#contact .box {
	width: 420px;
	float: left;
	padding: 16px;
}
#contact .box1 {
	text-align: right;
}
#contact .box2 {
	text-align: left;
}
#contact input.submit,
#contact input[type=submit] {
	margin-top: -17px;
	width: 95px;
	height: 28px;
	border: 0px;
	background: url(../images/csubmit.png);
}
#contact input.reset,
#contact input[type=reset] {
	margin-top: -17px;
	width: 95px;
	height: 28px;
	border: 0px;
	background: url(../images/creset.png);
}

/* Another pages style */
.about {
	height: 190px;
	padding: 16px 0px;

	background: url(../images/about_text_bg.png) top center no-repeat;
}
.about img {
	margin: 0px 16px 8px 0px;
}

#contact {
	height: 190px;
	padding: 16px 0px;

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

#contact .header h3 {
	margin: 0px auto;
	text-align: center;
}
#contact h4 {
	margin: 4px 0px 3px;
	font-weight: normal;
}










#welcome-text {
    position: absolute;
    right:135px;
    bottom:40px;
    width:306px;
    height:270px;
    padding:20px 20px 0 20px;
    background: url(../images/welcome-text-bg.gif) 0 0 no-repeat;
}
#welcome-text h2 {
    color:#bf342f;
    font-size:32px;
    font-weight: normal;
    line-height: 1.1;
    margin:0;
    padding-bottom: 16px;
}
#welcome-text p {
    line-height: 1.3;
    color:#000000;
}


#sneak-peek-wrapper {
    position: absolute;
    left:140px;
    bottom: 40px;
    width:550px;
    height:297px;
    padding-bottom: 4px;
    background: url(../images/sneak-peek-bg.gif) 0 100% no-repeat;
}
#sneak-peek {
    position: relative;
}
#sneak-peek .wrap {
    width:550px;
    height:297px;
    overflow: hidden;
    padding:0;
    margin:0;
}
#sneak-peek ul {
    margin:0;
    padding:0;
}
#sneak-peek ul li {
    float:left;
    width:550px;
    height:297px;
    overflow: hidden;
    padding:0;
    margin:0;
    text-indent: 0;
}
#sneak-peek a.next,
#sneak-peek a.prev {
    position: absolute;
    width:16px;
    height:56px;
    top:120px;
    text-indent: -9999px;
}
#sneak-peek a.prev {
    left:0;
    background: url(../images/sneak-peek-left.png) 0 0 no-repeat;
}
#sneak-peek a.next {
    right:0;
    background: url(../images/sneak-peek-right.png) 0 0 no-repeat;
}

#sneak-peek span {
    position: absolute;
    bottom:-4px;
    left:213px;
    text-indent:-9999px;
    width:125px;
    height:24px;
    background: url(../images/sneak-peek-caption.png) 0 0 no-repeat;
}
