/* 
    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: "Helvetica Neue LT Std", Helvetica;
}
p {
	margin-bottom: 32px;
}

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

#header {
	width: 100%;
	height: 556px;
	background: url(../images/header_img.png) 0 -6px no-repeat;
	position: relative;
	margin: 0px auto 20px;
}
#header img#header_photo {
	position: absolute;
	left: 32px;
	top: 26px;
}
#header img#portraiture {
	position: absolute;
	left: 46px;
	top: 40px;
}

#contents {
	background: url(../images/content_bg.png) 0px 0px repeat-y;
	padding: 40px 32px 0px;
	margin: -20px auto 0px;
	width: 954px;
}

#inner_box .textwidget p {
	margin-bottom: 16px;
}
#inner_box .textwidget {
	width: 650px;
}
#inner_box {
	width: 900px;
	/* height: 344px; */
	margin-left: -6px;
	margin-top: -46px;
	padding: 36px 24px 40px 32px;
	background: url(../images/innerbox_bg.png) left top 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 #twitts a {
	display: block;
	height: 52px;
	background: url(../images/ftc_bg.png) no-repeat;

	margin-right: 32px;
	margin-bottom: 48px;
}
#inner_box #twitts a.facebook {
	width: 140px;
}
#inner_box #twitts a.twitter {
	width: 210px;
	background-position: -198px 0px;
}
#inner_box #twitts a.contactme {
	width: 150px;
	background-position: -438px 0px;
}
/* MENU */

#menu {
	width: 970px;
	padding: 0px 0px 4px;
	background: url(../images/menu-navy.png) top center no-repeat;
	text-align: left;
	position: absolute;
	top: 520px;
	left: 0px;
	z-index: 999;
}
#menu dl,
#menu dt {
	display: inline;
	position: relative;
}
#menu dl {
	margin-right: 18px;
}
#menu dt a {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	margin-right: 12px;
	padding: 0px 4px 3px;

	height: 32px;
	background: url(../images/menu_anchors.png) 0px 2px no-repeat;

	font-size: 14px;
}
#menu a.a1 {
	width: 50px;
}
#menu dt a.a1:hover {
	background-position: 0px -32px;
}

#menu a.a2 {
	width: 64px;
	background-position: -90px 2px;
}
#menu dt a.a2:hover {
	background-position: -90px -32px;
}

#menu a.a3 {
	width: 32px;
	background-position: -200px 2px;
}
#menu dt a.a3:hover {
	background-position: -200px -32px;
}


#menu a.a4 {
	width: 82px;
	background-position: -276px 2px;
}
#menu dt a.a4:hover {
	background-position: -276px -32px;
}


#menu a.a5 {
	width: 66px;
	background-position: -404px 2px;
}
#menu dt a.a5:hover {
	background-position: -404px -32px;
}


#menu a.a6 {
	width: 36px;
	background-position: -516px 2px;
}
#menu dt a.a6:hover {
	background-position: -516px -32px;
}


#menu a.a7 {
	width: 64px;
	background-position: -598px 2px;
}
#menu dt a.a7:hover {
	background-position: -598px -32px;
}


#menu a.a8 {
	width: 92px;
	background-position: -704px 2px;
}
#menu dt a.a8:hover {
	background-position: -704px -32px;
}


#menu a.a9 {
	width: 72px;
	background-position: -836px 2px;
}
#menu dt a.a9:hover {
	background-position: -836px -32px;
}

/* --- DROP DOWN ELEMENTS --- */

#menu dd {
	position: absolute;
	top: 8px;
	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: -66px;
	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;
}

.storycontent {
	margin-top: 28px;
	font-size: 14px;
}

.storycontent li {
	margin-left: 20px;
}

.page,
.post {
	width: 902px;
	margin: 0px 0px 0px -6px;
	padding: 50px 32px;
	background: #c9c9c9;

	background: url(../images/post_header_bg.png) left top no-repeat;
}
.comments_box {
	width: 902px;
	margin: 0px 0px 32px -6px;
	padding: 0px 32px;
	background: #c9c9c9;

	background: url(../images/pink_shade.png) left top no-repeat;

	font-size: 13px;
	color: #313131;
}
.share_buttons_box {
	margin-bottom: 22px;
	width: 900px;
	background-color: white;
}
.snbtns {
	float: right;
}
.share_buttons_box a {
	display: inline-block;
	background-color: white;
	margin: -2px -4px 0px 0px;
	padding: 6px 16px 3px;

	color: inherit;
	text-decoration: none;
}
.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;
	background: url(../images/pagination_bg.png);
	position: relative;

	text-align: center;
}
#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: inherit;
}
.active_page a {
	text-decoration: none;
}
#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 {
	background: url(../images/archives_bg.png) top center repeat-y;
	position: relative;
}

#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: inherit;
	text-transform: uppercase;
}
#archives a.year {
	text-decoration: none;
}

#footer {
	background: url(../images/footer_corners.png) bottom center no-repeat;
	padding-bottom: 46px;
	position: relative;
	margin-bottom: 64px;
}
#copyright {
	position: absolute;
	left: 58px;
	bottom: -4px;
	width: 904px;
	/* color: #712F6A; */
	color: white;
	letter-spacing: 1px;
}
#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;
}

.comment_and_share {
	width: 966px;
	margin: 0px 0px 0px -6px;
	background: #c9c9c9;

	background: url(../images/pink_shade.png) left top 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: 62px;
	height: 58px;
}

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

.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: 62px;
	height: 58px;
}
/* END COMMENT AND SHARE FORMS */
