body {
	
	background-color: black;
	font-family: "Times New Roman", Times, serif;
}

hr {
	display: none;
}
.top-white {
	
	background-color: white;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.ahem {	display: none; }

.bottom-side, bottom-side h2, .bottom-side h3, .bottom-side h4, .bottom-side h5 { color: white; }
.bottom-side a {
	color: #FF0;
	text-decoration: none;
}
.bottom-side a:hover {
	
	color: #FFF;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.content-0 {
	font-size: 1em;
	font-style: italic;
}

.content-1 {
	font-size: 1.2em;
	font-style: italic;
}

.content-2 {
	font-size: 1.35em;
	font-style: italic;
}

.content-2 p.normal {
	font-size: .8em;
}

.content-2 ul.normal {
	font-size: .8em;
}

.content-1 p.normal {
	font-size: .9em;
}

.content-1 ul {
	margin-left: 0;
	font-size: .9em;
}
.content-1 ul li {
	list-style: none;
}

/**
* @
* @ HEADER
* @
*/

h1 {
	
	width: 207px;
	height: 34px;
	background: url(../../images/commons/title_mh.png) no-repeat;
	margin-bottom: 0.3em;
}

h1 a { display: block; height: 34px; }
h2 {
	font-size: 2.2em;
	font-style: italic;
}

h5 {
	font-style: italic;
	font-weight: normal;
	margin-bottom: .6em;
}

#header-main {
	padding-top: 5em;
	height: 100px;
}

.hack {
	display: inline;
}

/**
* @
* @ MENU
* @
*/

#menu {
	margin: 0;
	padding: 0;
			
}

#menu li {
	float: left;
	display:  block;
	list-style: none;
	
	padding-right: 10px;
}
#menu li a {
	display: block;
	height: 21px;
	width: 21px;	
}
#menu li.last {
	padding-right: 0;
}

#menu li#finalists a {
	width:  90px;
	background: url(../../images/commons/menu_top.png) no-repeat -443px 0;
}
#menu li#finalists a:hover, #menu li#finalists.select a { background-position: -443px -21px; }


#menu li#entries a {
	width:  52px;
	background: url(../../images/commons/menu_top.png) no-repeat 0 0;
}
#menu li#entries a:hover, #menu li#entries.select a { background-position: 0 -21px; }

#menu li#rules a {
	width:  38px;
	background: url(../../images/commons/menu_top.png) no-repeat -70px 0;
}
#menu li#rules a:hover, #menu li#rules.select a  { background-position: -70px -21px; }

#menu li#submit a {
	width:  55px;
	background: url(../../images/commons/menu_top.png) no-repeat -126px 0;
}
#menu li#submit a:hover, #menu li#submit.select a  { background-position: -126px -21px; }

#menu li#news a {
	width:  40px;
	background: url(../../images/commons/menu_top.png) no-repeat -198px 0;
}
#menu li#news a:hover, #menu li#news.select a  { background-position: -198px -21px; }

#menu li#login a {
	width:  39px;
	background: url(../../images/commons/menu_top.png) no-repeat -256px 0;
}
#menu li#login a:hover { background-position: -256px -21px; }

#menu li#logout a {
	width:  48px;
	background: url(../../images/commons/menu_top.png) no-repeat -379px 0;
}
#menu li#logout a:hover { background-position: -379px -21px; }


#menu li#account a {
	width:  54px;
	background: url(../../images/commons/menu_top.png) no-repeat -310px 0;
}
#menu li#account a:hover, #menu li#account.select a { background-position: -310px -21px; }

/**
* @
* @ LEE Column
* @
*/

#lee-top {
	display: block;
	width: 114px;
	height: 80px;
	background: url(../../images/commons/header_top_right.png) no-repeat bottom left;
	padding: 62px 0 0 30px;
}

#lee-top a {
	display: block;
	width: 80px;
	height: 40px;
}


/**
* @
* @ main_column 
* @
*/

h3, .main_column h3 {
	
	font-style: italic;
}

.advise-1 {
	font-style: italic;
	font-size: 1.3em;
	margin-bottom: .2em;	
	
}

.advise-link {
	font-style: italic;
	color: #000;
}


p span.hightxt {
	color: #FFF;
	background-color: #000;
	padding: 5px 10px 6px 10px;
	font-size: 1.2em;
}

/**
* @
* @ ENTRIES
* @
*/

.hentry h3 a {
	color: #000;	
	text-decoration: none;
}
.hentry h3 a:hover {
	text-decoration: underline;
}

.entry-infos h3 {
	
	font-style: italic;
	font-size: 2em;
	margin-bottom:  .1em;
	text-transform: lowercase;
}

.entry-infos h3.free {
	text-transform: none;
}

.entry-infos h3 a {
	color: #000;
	text-decoration: none;
}
.entry-infos h3 a:hover {
	text-decoration: underline;

}

.entry-infos p {
	
	font-style: italic;
	font-size: 1.1em;
}

.entry-infos small {

	display: block;
	font-size: 1.2em;
	color: #999;
	font-style: italic;
	font-weight: bold;
	margin-bottom:  .6em;
}

.entry-infos ul {
	font-size: 1.4em;
	font-style: italic;
	padding: 0;
	margin: 0;
	
}
.entry-infos li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.entry-infos {
	margin-right: -3px;	

}

.img-frame {
	
	
	border: 2px solid #E7E7E7;
	
	text-align: center;
	padding: 20px;
	margin-bottom: 3em;
}

#not_published {
	width: 113px;
	height: 113px;
	background: url(../../images/commons/watermark_not_approved.png) no-repeat;
	display: block;
	position: absolute;
	
}

#pending_approval {
	width: 113px;
	height: 113px;
	background: url(../../images/commons/watermark_pending_approval.png) no-repeat;
	display: block;
	position: absolute;
}

#h-last-entries {
	
	width: 163px;
	height: 45px;
	background: url(../../images/commons/title_last_entries.png) no-repeat 40px 0;
	padding-left: 40px;
}

#h-author-s-entries {
	
	width: 237px;
	height: 45px;
	background: url(../../images/commons/title_author_s_entries.png) no-repeat 40px 0;
	padding-left: 40px;
}

#h-your-entries {
	
	width: 183px;
	height: 45px;
	background: url(../../images/commons/title_your_entries.png) no-repeat 40px 0;
	padding-left: 40px;
}

#h-published {
	width: 190px;
	height: 33px;
	background: url(../../images/commons/title_published.png) no-repeat;
}
#h-not_published {
	
	width: 206px;
	height: 33px;
	background: url(../../images/commons/title_not_published.png) no-repeat;
}

#h-news {
	
	width: 77px;
	height: 45px;
	background: url(../../images/commons/title_news.png) no-repeat;	
}

#h-firstedition {
	
	width: 187px;
	height: 43px;
	background: url(../../images/commons/title_firstedition.png) no-repeat;	
}


.entries-list {
	
	margin: 0;
	padding: 0;
}

.entries-list li {
	list-style: none;
	float:  left;
	padding: 0 2px 2px 0;
	background-color: #E7E7E7;

}
.entries-list.relative li {
	position: relative;
}
.entries-list li.top-img {
	padding-top: 2px;
}
.entries-list li.first-img {
	padding-left: 2px;
}
.entries-list li img {
	width: 90px;
	height: 65px;
	padding: 5px;
	background-color: #FFF;	
}

.entries-list li a {
	display: block;
}

.entries-list li a:hover img {
	background-color: #FF0;
}

.entries-list li a.remove_entry {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	displa: block;
	font-size: .5em;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background: url(../../images/commons/remove_entry.png) no-repeat 3px 4px #FFF;
}
.entries-list li a.remove_entry:hover {
	background-color: #FF0; 
}

.entries-list li.to-remove {

	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
}

.last-entries {
	
	margin: 0;
	padding: 0;
}

.last-entries li {
	list-style: none;
	float:  left;

	padding: 0 2px 2px 0;
}
.last-entries li img {
	width: 90px;
	height: 65px;
	padding: 5px;
	background-color: white;	
}

.last-entries li a {
	display: block;
}

.last-entries li a:hover img {
	background-color: #FF0;
}

.home-last-news {
	font-style: italic;
}
.home-last-news h5 {
	font-size: 1.6em;
	margin-bottom: .2em;
}
.home-last-news h5 a {
	color: #FFF;
}
.home-last-news h5 a:hover {
	color:  #FF0;
}
.home-last-news p {
	font-size: 1.1em;
	font-weight: normal;
}

.home-content {
	
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

/**
* @
* @ ACTION MENU
* @
*/

.action-menu {
	padding: 0;
	margin: 0;
}
.action-menu li {
	height: 20px;
	list-style: none;
	display:  block;	
}
.action-menu li a {
	display:  block;
	height: 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.action-menu li a:hover {
	background-color: #FF0;
}
li.act-browse-entries a {
	width: 130px;
	background-image: url(../../images/commons/act_browse_entries.png);
}

li.act-random-story a {
	width: 119px;
	background-image: url(../../images/commons/act_random_story.png);
}

li.act-read-more a {
	width: 96px;
	background-image: url(../../images/commons/act_read_more.png);
}

li.act-news-archive a {
	width: 118px;
	background-image: url(../../images/commons/act_news_archive.png);
}


/**
* @
* @ FOOTER
* @
*/

#contacts {
	width: 87px;
	height: 17px;
	background: url(../../images/commons/contacts.png) no-repeat;	
}

#contacts a {
	display: block;
	width: 87px;
	height: 17px;
}

#credits {
	
	width: 138px;
	height: 35px;
	background: url(../../images/commons/credits.png) no-repeat;	
	
}

#credits a {
	display: block;
	width: 138px;
	height: 35px;
}

#privacy {
	
	width: 63px;
	height: 23px;
	background: url(../../images/commons/footer_privacy.png) no-repeat;	
	
}

#privacy a {
	display: block;
	width: 63px;
	height: 23px;
}


#rss_feed {
	
	width: 76px;
	height: 23px;
	background: url(../../images/commons/rss.png) no-repeat;	
	
}

#rss_feed a {
	display: block;
	width: 76px;
	height: 23px;
}

.entries-list-overlay {
	
	top: 1px;
	position: absolute;
	float: left;
	border:  2px solid #000;
	background-color: white;
	width: 304px;
	z-index: 2;
}

.overlay-gen {
	z-index: 1;
	display: block;
}

.entries-list-overlay img {
	width: 90px;
	height: 65px;
	padding:  5px;
		
}
.entries-list-overlay h3 {
	
	font-style: italic;
	font-size: 1.3em;
	margin-bottom:  .1em;
}

.entries-list-overlay a {
	color: #000;
	text-decoration: none;
}
.entries-list-overlay h3 a:hover {
	text-decoration: underline;
}
.entries-list-overlay small {

	display: block;
	font-size: 1em;
	color: #999;
	font-style: italic;
	font-weight: bold;
}
.overlay-img {
	float:  left;
	width: 100px;
	padding-right: 10px;

}
.entries-list li .overlay-img a:hover img {
	background-color: #FFF;
}
.overlay-infos {
	
	float:  left;
	width: 180px;

	padding-top: 10px;
}


/**
* @
* @ WP-Pagenav 
* @
*/

.wp-pagenavi {
	font-size: 1.2em;
	font-style: italic;
	color: #333;
}
.wp-pagenavi a {
	text-decoration: none;
	padding: 0 6px 0 6px;
}
.wp-pagenavi .pages {
	border:  none;
	color:  #000;
	font-weight: bolder;
	padding-right: 10px;
}
.wp-pagenavi .current {
	color: #999;
}
.wp-pagenavi .next, .wp-pagenavi .prev, .wp-pagenavi .next a, .wp-pagenavi .prev a {
	color: white;
	padding-bottom: 2px;
	
}
.wp-pagenavi .prev {
	background: url(../../images/commons/arrow_sx.png) no-repeat #000 left center;
	padding-left: 10px;
	
}
.wp-pagenavi .next {
	background: url(../../images/commons/arrow_dx.png) no-repeat #000 right center;
	padding-right: 10px;
	margin-left: 1px;	
}
.navigation-next-prev {
	
	text-align: right;
	padding-right: 16px;
	width: 134px;
}

/**
* @
* @ Single Navigation 
* @
*/

.navigation-single {
	font-size: 1.5em;
	font-style: italic;
	color: #333;
}

.navigation-single a {
	text-decoration: none;
	padding: 0 6px 0 6px;
}

.navigation-single .next, .navigation-single .prev, .navigation-single .next a, .navigation-single .prev a {
	color: white;
	padding-bottom: .3em;
	font-weight: normal;
	
}
.navigation-single .prev {
	background: url(../../images/commons/arrow_sx.png) no-repeat #000 left center;
	padding-left: 1em;
	
}
.navigation-single .next {
	background: url(../../images/commons/arrow_dx.png) no-repeat #000 right center;
	padding-right: 1em;
	margin-left: 1px;	
}

/**
* @
* @ SHARE MENU
* @
*/

.title_share {
	display: block;
	width: 42px;
	height: 23px;
	background: url(../../images/commons/title_share.png) no-repeat;
	margin-bottom: .2em;
}

.share {
	margin: 0;	
}

.share li {
	float: left;
	display: block;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
	height: 26px;
}
.share li a{
	display: block;
	height: 26px;

}
/* Facebook */
#s_facebook {
	display: block;
	width: 55px;
	background: url(../../images/commons/share_facebook.png) no-repeat;	
}
#s_facebook a {
	display: block;
	width: 55px;
}
/* MySpace */
#s_myspace {
	display: block;
	width: 21px;
	background: url(../../images/commons/share_myspace.png) no-repeat;	
}
#s_myspace a {
	display: block;
	width: 21px;
}
/* MySpace */
#s_digg {
	display: block;
	width: 33px;
	background: url(../../images/commons/share_digg.png) no-repeat;	
}
#s_digg a {
	display: block;
	width: 33px;
}
/* Twitter */
#s_twitter {
	display: block;
	width: 51px;
	background: url(../../images/commons/share_twitter.png) no-repeat;	
}
#s_twitter a {
	display: block;
	width: 51px;
}
/* Friend */
#s_friend {
	display: block;
	width: 26px;
	background: url(../../images/commons/share_friend.png) no-repeat;	
}
#s_friend a {
	display: block;
	width: 26px;
}

/**
* @
* @ FORM
* @
*/

.mform {
	
	background-color: #E7E7E7;
	padding: 25px 25px 8px 25px;
}
.mform a {
	font-style: italic;
	text-decoration: none;
	color: #000;
}
.mform input.input, .mform textarea {
	border: none;
	background: #FFF;
	padding: 6px 8px 6px 8px;
	margin-top: 0;
}
.mform label {
	font-style: italic;
	padding-left: 4px;
	font-weight: normal;
}
.mform small {	
	font-size: .8em;
	font-style: italic;
}
.mform input.submit_right {
	border: none;
	background: url(../../images/commons/arrow_gray_dx.png) no-repeat #000 right center;
	padding: 2px 20px 2px 10px;
	color: #FFF;
	font-family: "Times New Roman", sans-serif;
	font-style: italic;	
	font-size: 1.4em;
	cursor: pointer;
}

.mform .infos {
	
	font-style: italic;
}
.mform .infos a {
font-weight: bold;
}
.mform .infos a:hover {
	color: #999;
}
.mform input.submit_center {
	border: none;
	padding: 2px 10px 2px 10px;
	background-color: #000;
	color: #FFF;
	font-family: "Times New Roman", sans-serif;
	font-style: italic;	
	font-size: 1.4em;
}

.mform select {
	border: none;
	background: #FFF;
	padding: 5px 8px 5px 8px;
	margin: 0;
}

textarea.ta_story {
	height: 90px;
}

input.submit_right {
	border: none;
	background: url(../../images/commons/arrow_dx.png) no-repeat #000 right center;
	padding: 2px 20px 2px 10px;
	color: #FFF;
	font-family: "Times New Roman", sans-serif;
	font-style: italic;	
	font-size: 1em;
	cursor: pointer;

}

/**
* @
* @ BUTTONs 
* @
*/
.blk_button {
	font-size: 1.4em;
	font-style: italic;
	color: #333;
	padding: 2px 8px 2px 8px;
	margin-bottom: .2em;
	display: inline-block;
	line-height: 110%;
	background-color: #000;
}
.blk_button a {
	text-decoration: none;
	padding: 0 6px 0 6px;
	display: inline-block;
}
.blk_button, .blk_button a {
	color: white;
}
.blk_button:hover, .blk_button a:hover {
	color: #FFF;
	text-decoration: none;
}

.blk_button_left {
	background: url(../../images/commons/arrow_sx.png) no-repeat #000 left center;
	padding-left: 18px;
	margin-right: 1px;
	
}
.blk_button_right {
	background: url(../../images/commons/arrow_dx.png) no-repeat #000 right center;
	padding-right: 18px;
	margin-left: 1px;	
}

.blk_button.btn_small { font-size: .9em; }

.title_submit_material {
	display: block;
	width: 214px;
	height: 32px;
	background: url(../../images/commons/title_submit_digital_files.png) no-repeat;
}

.title_registration {
	display: block;
	width: 138px;
	height: 32px;
	background: url(../../images/commons/title_registration.png) no-repeat;
}

.title_application_form {
	display: block;
	width: 192px;
	height: 32px;
	background: url(../../images/commons/title_application_form.png) no-repeat;
}

.title_login {
	display: block;
	width: 118px;
	height: 32px;
	background: url(../../images/commons/title_login.png) no-repeat;
}
.title_lostpassword {
	display: block;
	width: 157px;
	height: 32px;
	background: url(../../images/commons/title_lostpassword.png) no-repeat;
}
.title_call {
	display: block;
	width: 161px;
	height: 32px;
	background: url(../../images/commons/title_call.png) no-repeat;
}
.title_what_make_history {
	display: block;
	width: 242px;
	height: 32px;
	background: url(../../images/commons/title_what_make_history.png) no-repeat;
}
.title_profile {
	display: block;
	width: 80px;
	height: 32px;
	background: url(../../images/commons/title_profile.png) no-repeat;
}
.title_approved {
	display: block;
	width: 190px;
	height: 32px;
	background: url(../../images/commons/title_approved.png) no-repeat;
}
.title_pending_approval {
	display: block;
	width: 206px;
	height: 32px;
	background: url(../../images/commons/title_pending_approval.png) no-repeat;
}
.title_submit {
	display: block;
	width: 248px;
	height: 32px;
	background: url(../../images/commons/title_submit.png) no-repeat;
}

.title_news_archive {
	display: block;
	width: 153px;
	height: 32px;
	background: url(../../images/commons/title_news_archive.png) no-repeat;
}
.title_submit_your_story {
	display: block;
	width: 200px;
	height: 32px;
	background: url(../../images/commons/title_submit_your_story.png) no-repeat;	
}
.title_send_print {
	display: block;
	width: 218px;
	height: 32px;
	background: url(../../images/commons/title_send_print.png) no-repeat;	
}
.title_rules {
	display: block;
	width: 60px;
	height: 32px;
	background: url(../../images/commons/title_rules.png) no-repeat;	
}
.title_privacy {
	display: block;
	width: 94px;
	height: 32px;
	background: url(../../images/commons/title_privacy.png) no-repeat;	
}
h3.title_entries {
	display: block;
	width: 100px;
	height: 34px;
	background: url(../../images/commons/title_entries.png) no-repeat;	
	margin-bottom: 16px;
}
h3.title_101_finalists {
	display: block;
	width: 176px;
	height: 41px;
	background: url(../../images/commons/title_101_finalists.png) no-repeat;	
	margin-bottom: 16px;
}

.title_search_entries {
	display: block;
	width: 106px;
	height: 21px;
	background: url(../../images/commons/title_search_entries.png) no-repeat;
	margin-bottom: 8px;
}
.title_view_as_slideshow {
	display: block;
	width: 138px;
	height: 20px;
	background: url(../../images/commons/title_view_as_slideshow.png) no-repeat;	
	margin-bottom: 8px;
}
.title_author_slideshow {
	display: block;
	width: 142px;
	height: 21px;
	background: url(../../images/commons/title_author_slideshow.png) no-repeat;
	margin-bottom: 8px;
}

.error-box {
	border: 2px solid #E7E7E7;
	padding: 25px 23px 20px 23px;
}
.error-box p {
	margin-bottom: .3em;
}

/**
* @
* @ PROFILE 
* @
*/
.swfupload {
	position: absolute;
	z-index: 1;
}
#fsUploadProgress {
	background-color: #FFF;
	color: #FFF;
	text-align: center;
	border: 1px solid #000;
}
#fsUploadProgress div {
	border: 1px solid #FFF;
	padding: 4px 6px 4px 6px;
	background-color: #000;
}

.header_profile {
	
}
.header_profile h2 {
	float:left;
}
.header_profile a {
	float:left;
	display: block;
	padding: 4px 0 0 10px;
	font-style: italic;
	font-size: 1.1em;
	text-decoration: none;
}
.header_profile a:hover {
	color: #999;
}
.profile_data ul {
	margin: 0;
}
.profile_data li {
	float: left;
	display: block;
	font-size: 1.4em;
	line-height: 100%;
	font-style: italic;	
	margin-bottom: 1em;
	margin-right: 10px;
}
.profile_data li small {
	font-size: .8em;

	color: #999;
}

.profile_data li.small-infos {
	
	font-size: 1.2em;
}

.hires-upload {
	text-align: center;
	border-top: 1px solid #FFF;
	display: block;
	
}

/**
* @
* @ NEWS
* @
*/

.news-content {
	font-size: 1.1em;
	font-style: italic;
}
.news-content img {
	border: 2px solid #E7E7E7;
}

.input_field_search {
	color: #FFF;
	background-color: #000;
	padding: 3px;
	font-style: italic;
	border: none;
	
}

#final p {
	font-size: 1.5em;
	font-style: italic;
	font-weight: lighter;
}

#final_title {
	display: block;
	width: 338px;
	height: 46px;
	background: url(../../images/final/final_title.png) no-repeat;
}

#final_intro {
	display: block;
	width: 655px;
	height: 66px;
	background: url(../../images/final/final_intro.png) no-repeat;
}

#final_stay_tuned {
	display: block;
	width: 177px;
	height: 33px;
	background: url(../../images/final/final_stay_tuned.png) no-repeat;
}

#sl_home_title {
	display: block;
	width: 306px;
	height: 43px;
	background: url(../../images/final/sl_home_title.png) no-repeat;
}

#sl_home_subtitle1 {
	display: block;
	width: 760px;
	height: 28px;
	background: url(../../images/final/sl_home_subtitle1.png) no-repeat;
}

#sl_home_subtitle2 {
	display: block;
	width: 322px;
	height: 28px;
	background: url(../../images/final/sl_home_subtitle2.png) no-repeat;
}

p.disclaimer {
	font-size: 1.4em;
	font-weight: lighter;
}

p.disclaimer small {

	font-weight: inherit;
	color: inherit;
	font-size: .9em;
	
}

#wm_finalist {
	width: 113px;
	height: 113px;
	background: url(../../images/commons/watermark_finalist.png) no-repeat;
	display: block;
	position: absolute;
	
}

