/* basic */

body {
	background:#e7ded1 url('/image/v2/top/bg1.png') repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial,Helvetica,Trebuchet,sans-serif;
	color:#333;
	font-size:12px;
}

h1 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	line-height:120%;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin:0px;
	line-height:120%;
}

h3 {
	font-size:15px;
	font-weight:bold;
	margin:0px;
}

a {
	color:#5c74c8;
	font-size:12px;
	text-decoration:none;
	outline:none;
}

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

a.nounderline:hover {
	text-decoration:none !important;
}

a:link img{
	border-color:#b3b3b3;
}

a:visited img{
	border-color:#b3b3b3;
}

a:hover img{
	border-color:#FF9400;
}

img {
	border:0px;
	vertical-align:middle;
}

textarea {
	font-family:Arial,Helvetica,Trebuchet,sans-serif;
	border:1px solid #CCC;
	color:#333;
	font-size:12px;
	padding:5px;
	overflow:auto;
	width:98%;
}

pre {
	font-family:Arial,Helvetica,Trebuchet,sans-serif;
	font-size:12px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* IE 5.5+ */
}

/* inputs & controls */

input {
	font-family:Arial,Helvetica,Trebuchet,sans-serif;
}

button {
	cursor:pointer;
}

ul.nobullet {
	list-style:none;
	margin:0;
	padding:0;
}


.inputbox{
	border:1px solid #462D06;
	background-color:#F0F0F0;
	color:#333;
	font-size:12px;
	padding:4px;
}

.button {
	font-family:Arial,Helvetica,Trebuchet,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:2px;
}

.inputsmall{
	border:1px solid #CCC;
	color:#666;
	font-size:11px;
	padding:2px;
	background-color:#FCFCFC;
}

.inputbig{
	color:#462D06;
	font-size:18px;
	border:1px solid #cbd6df;
	padding:3px;
}

.inputbig:focus {
	background-color:#fef7dd;
	border:2px solid #cbd6df;
	padding:2px;
}

.editor {
	border:5px #CCC solid;
}

.editor:focus {
	background-color:#fef7dd;
}

.editor_default {
	font-style:italic;
	color:#999;
}

.inputHint {
	color:#999;
}

/* common elements */

.panel_tab h1.page_title {
	font-size:24px;
	text-align:center;
}

.smallpic {
	border:1px solid #b3b3b3;
	margin:1px;
}

.title {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	line-height:120%;
}

.title:hover {
	text-decoration:none;
}

.picframe{
	border:1px solid #b3b3b3; 
	padding:2px; 
	background:#e2e2e2;
	margin:2px;
	vertical-align:middle;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.evenrow {
	background-color:#F0F0F0;
}

.oddrow {
	background-color:#FFF;
}

.error {
	color:#FF0000;
	font-size:14px;
	text-align:center;
	margin:10px;
}

.error_small {
	color:#FF0000;
	font-size:12px;
	margin:5px;
}

.light {
	color:#CCC;
}

.userlink {
}

.userlink:hover {
	text-decoration:none;
}

.small {
	font-size:10px;
	color:#5c74c8;
}

div.more {
	margin-top:-10px;
	margin-right:5px;
	text-align:right;
}

div.more a {
	color:#999;
	font-size:10px;
}

div.more a:hover {
	color:#ff9400;
	text-decoration:none;
}

/* page wrapper */

div#bgheader {
	background:url('/image/v2/top/bg1.png') repeat-x;
	width:100%;
	height:112px;
	position:absolute;
	top:0;
	left:0;
}

div#wrapper {
	background-position:top left;
	left:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	z-index:2;
}

div#content_wrapper {
	background-position:top left;
	left:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1060px;
	z-index:1;
}

div#head {
	background:url('/image/v2/top/bg1.png') repeat-x;
	width:100%;
	height:120px;
}
div#head #logo{
	background:url('/image/v2/top/logo.png') no-repeat;
	height:67px;
	margin:0px;
}
div#content_top {
	background:url('/image/v2/bg/top.png') no-repeat;
	margin-bottom:-80px;
	width:1000px;
	height:146px;
	z-index:1;
}
div#content_bg {
	background:url('/image/v2/bg/mid.png') repeat-y scroll 0 80px;
	z-index:2;
}
div#content {
	width:930px;
	padding: 0 20px 0 50px;
	overflow:auto;
	z-index:2;
}
div#content_bottom {
	background:url('/image/v2/bg/bottom.png') no-repeat;
	width:1000px;
	height:78px;
}

/* search bar */

.toplinks {
	padding:15px 30px;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	text-align:right;
}

.toplinks a {
	color:#FFF;
	font-size:14px;
}

.toplinks a:hover {
	color:#FFF;
}

.searchwrapper {
	width:264px;
	height:37px;
	background-image:url('/image/v2/searchbox.png');
	background-repeat:no-repeat;
	margin-top:-10px;
	margin-left:10px;
	position:relative;
	float:right;
}
  
.searchbox {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:9px;
	left:9px;
	width:225px;
	height:20px;
	font-size:12px;
}
   
.searchbox_default {
	color:#999;
}

.searchbox_submit {
	border:0px;
	position:absolute;
	outline:none;
	top:10px;
	left:235px;
	width:18px;
	height:17px;
}

/* top tabs */

.tabs {
	color:#FFF;
	height:46px;
	padding:0px;
	margin:0px;
}
.tab_on {
	background:url('/image/v2/tabs/tab.png') repeat-x;
	padding:0 5px;
}
.tab_on a{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.tab_on a:hover{
	color:#000000;
	text-decoration:none;
}
.tab_on_l {
	background:url('/image/v2/tabs/tab_l.png') no-repeat;
	width:8px;
}
.tab_on_r {
	background:url('/image/v2/tabs/tab_r.png') no-repeat;
	width:8px;
}
.tab_off {
	padding:0 5px;
}
.tab_off a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.tab_off a:hover{
	color:#FF9400;
	text-decoration:none;
}
.tab_off_l {
	width:8px;
}
.tab_off_r {
	width:8px;
}
.langselect {
	background:url('/image/v2/map.png') no-repeat;
	text-align:center;
	line-height:250%;
	font-size:16px;
	width:480px;
	height:325px;
}
.langselect a{
	color:#666;
	font-size:14px;
}
.langselect a:hover{
	color:#FF9400;
}
.langlink {
	color:#CCC;
	font-size:12px;
	white-space:nowrap;
	margin-left:20px;
}
.langhelp {
	color:#CCC;
	font-size:10px;
	line-height:120%;
	white-space:nowrap;
	margin-left:20px;
}
.shuffletab {
	position:relative;
	float:right;
	z-index:3;
	display:none;
}

/* footer */

div#foot {
    width:100%;
	height:110px;
    clear:both;
}
div#foot .col1{
	float:left;
	padding-left:40px;
	width:40%;
	font-size:12px; 
	color:#999;
	margin-bottom:10px;
}
div#foot .col1 img{
	vertical-align:middle;
	border:0px;
}
div#foot .col2{
	float:left;
	border-left:1px solid #cbd6df;
	margin-bottom:20px;
	padding:0 20px;
	font-size:12px; 
	color:#333;
	line-height:150%;
	white-space:nowrap;

}
div#foot .col2 a{
	color:#666;
	font-size:12px;
}
div#foot .col2 a:hover{
	color:#FF9400;
}

/* page layout */

.column_left {
	float:left;
	width:615px;
	margin-bottom: 10px;
}
.column_right {
	width:290px;
	margin:0px 10px 10px 15px;
	float: left;
}
.column_head {
	background:url('/image/v2/column_head.png') no-repeat;
	width:304px;
	height:35px;
	color:#E3E3E3;
	padding:9px 0 0 10px;
	margin-top:10px;
	font-size:14px;
	text-transform:uppercase;
}
.column_head a{
	font-size:14px;
	color:#E3E3E3;
}
.column_head a:hover{
	color:#FF9400;
	text-decoration:none;
}
.column_head_small {
	float:right;
	padding-right:8px;
	text-transform:none;
}
.column_head_small a{
	font-size:12px;
	color:#E3E3E3;
}
.column_head_small a:hover{
	font-size:12px;
	color:#FF9400;
	text-decoration:none;
}

.panel {
	border:1px solid #333;
	margin-bottom:10px;
}

.panel_tab {
	background:#333 url('/image/v2/panel_tab.png') no-repeat;
	background-position:top right;
	max-width:75%;
	padding:6px 50px 4px 8px;
	color:#E3E3E3;
	font-size:14px;
}

.panel_tab h1{
	color:#E3E3E3;
	font-size:16px;
}

.panel_tab h1 a{
	color:#E3E3E3;
	font-size:16px;
	text-decoration:none;
}


.panel_tab h1 a:hover{
	color:#FF9400;

}

.panel_tab b{
	color:#E3E3E3;
	font-size:16px;
}

.panel_tab_right_link {
	float:right;
	margin:5px;
}

.panel_avatar {
	float:left;
	vertical-align:top;
	text-align:center;
	max-width:128px;
	margin-right:20px;
}

.panel_text {
	min-height:180px;
}

/* lists */

.lists {
}

.lists td{
	padding:10px 0px 10px 10px;
	vertical-align:top;
}

.lists td a{
	font-size:12px;
}

.lists td a:hover{
	text-decoration:none;
}

/* pagination */

.paging {
	border:1px solid #f4f6fb;
	background:#F0F0F0;
	padding:6px 8px;
	margin:1px;
	color:#666;
	text-decoration:none;
}

.paging:hover{
	border:1px solid #578CCA;
	color:#578CCA;
	text-decoration:none;
}

.paging_selected {
	border:1px solid #578CCA;
	padding:8px 10px;
	margin:1px;
	color:#578CCA;
	font-weight:bold;
}

.showall {
	float:right;
	background:#ccc;
	font-size:20px;
	width:20px;
	height:20px;
	color:#fff;
	margin-top:-20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

a.fontctrl img {
	border:1px solid #FFF;
}

a.fontctrl img:hover {
	border:1px solid #CCC;
}

/* storyitem */

.storyitem td {
	padding:10px;
}

.storyitem .left{
	padding:10px 0 10px 10px;
	width:75px;
	vertical-align:top;
}

.storyitem .small{
	font-size:11px;
	line-height:100%;
	color:#999;
}

.storyitem .low{
	color:#666;
}

.storyitem .med{
	color:#990000;
}

.storyitem .high{
	color:#FF0000;
	font-weight:bold;
}

.storyitem .parts {
	color:#63b84a;
}

.storyitem .meta_element {
	display:inline;
	padding: 0 3px 0 0;
}

.storyitem .small {
	font-size:11px;
	padding-top: 4px;
}

/* storylist */

.featured {
	background-color:#fff9e6;
	padding:10px;
	color:#666;
	font-size:12px;
	overflow:auto;
}

.featured img{
	border:1px solid #b3b3b3; 
	padding:2px; 
	background:#e2e2e2;
	margin:0 10px;
}

.category1 {
	margin:4px 20px;
}

.category1 a{
	font-size:14px;
}

.category2 {
	margin:2px 50px;
}

.category2 a{
	font-size:12px;
}

/* story view */

.textbody{
	padding:20px;
	line-height:200%;
}

.synopsis {
	border:1px solid #ccc;
	background-color:#f0f0f0;
	font-size: 11px;
	color:#333;
	padding:4px;
	overflow:auto;
	line-height:140%;
}

.synopsis_show {
	float:left;
	cursor:pointer;
	margin-top:-1px;
}

.divider{
	border-bottom:1px dashed #999;
	margin:5px;
}

.listitem{
	border-bottom:1px dashed #999;
	margin:0;
	padding:6px;
}

.partselect {
	width:100%;
	background-color: #CCC;
	border:0;
	border-bottom:1px solid #333;
	color:#333;
	padding:4px;
	outline: none;
}

.partcount {
	text-align:center;
	color: #999;
}

.storymeta {
	color: #666;
	font-size:10px;
}

.readbox {
	float:left;
	text-align:center;
	background:url('/image/v2/readbox.png') no-repeat;
	width:92px;
	height:55px;
	color:#CCC;
	padding-top:16px;
	margin:5px 2px;
}

.readbox .count{
	color:#89c975;
	font-size:14px;
	font-weight:bold;
}

.votebox {
	float:left;
	text-align:center;
	background:url('/image/v2/votebox.png') no-repeat;
	width:92px;
	height:55px;
	color:#CCC;
	padding-top:16px;
	margin:5px 2px;
}

.votebox .count{
	color:#89c975;
	font-size:14px;
	font-weight:bold;
}

.commentbox {
	float:left;
	text-align:center;
	background:url('/image/v2/commentbox.png') no-repeat;
	width:92px;
	height:55px;
	color:#CCC;
	padding-top:16px;
	margin:5px 2px;
}

.commentbox:hover {
	background:url('/image/v2/commentbox2.png') no-repeat;
	cursor:pointer;
}

.commentbox .count{
	color:#89c975;
	font-size:14px;
	font-weight:bold;
}

.countmed{
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
}

.counthigh{
	color:#FF3333;
	font-size:14px;
	font-weight:bold;
}

.votemore {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
	margin:-30px 0 10px 40px;
	display:none;
}

div.add_video_photo_link {
	width: 48%;
	cursor:pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:1px 1px 1px 0 gray;
	-moz-box-shadow:1px 1px 1px 0 gray;
	-webkit-box-shadow:1px 1px 1px 0 gray;
	border:1px solid #8E8E8E;
	height:20px;
	margin:5px 0;
}

.embed_button {
	font-size: 11px;
	float: left;
	padding: 2px 0 2px 4px;
}

.float_panel {
	position:absolute;
	left: -21px;
	top: -1145px;
	text-align:center;
	overflow:hidden;
	float:left;
	width:72px;
}

.vote_panel {
	float:left;
	width:59px;
	padding:0px 2px 0px 8px;
	background:url('/image/v2/votepanel_mid.png') repeat-y;
}

.float_panel .votebox_float {
	float:left;
	text-align:center;
	background:url('/image/v2/bubble.png') no-repeat;
	width:54px;
	height:27px;
	color:#666;
	padding-top:10px;
}

.float_panel .vote_button {
	float:left;
	text-align:center;
	background:url('/image/v2/button.png') no-repeat;
	width:54px;
	height:22px;
	color:#FFF;
	padding-top:2px;
	font-size:12px;
	margin-top:-4px;
}

.float_panel .email_button {
	font-size:11px;
	width:45px;
	text-align:right;
	margin-left:2px;
	padding:1px 2px 1px 1px;
	border:1px solid #DDD;
	background-color:#FFF;
	text-decoration:none;
	color:#989898;
}

.float_panel .email_button:hover{
	background-color:#EEF5FF;
}

/* comment scroller */

#comments {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 300px;
	height:400px;
}

#comments div.items {
	height:20000em;
	position:absolute;
	cursor:pointer;
}

#comments div.items hr {
	border:1px dashed #999;
	height:0;
}

#comments div.comment {
	width:280px;
	padding:10px;
	font-size:12px;
}

#comments div.comment:hover {
	background-color:#fff9e6;
}

/* story groups table */

.storygroups {
border:1px solid #CCC;
width:100%;
margin:20px 0 20px 0;
}

.storygroups thead{
padding:8px;
background-color:#CCC;
color:#FFF; 
font-size:14px;
text-align:left;
font-weight:bold;
}

.storygroups thead td{
color:#FFF; 
}

.storygroups tbody tr:hover{
background-color:#FAFAFA;
}

.storygroups td{
padding:4px;
color:#666; 
font-size:13px;
vertical-align:top;
}

.storygroups td a{
color:#1862B9; 
font-size:13px;
}

.storygroups td a:hover{
color:#FF9500;
}

/* profile view */

.profilelabel {
	color:#999;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
}

/* comment bubble */

.commentby {
	float:none;
	margin:10px 0 0 15px;
	background-image:url('/image/v2/commenttick.png');
	background-position:75px 0px;
	background-repeat:no-repeat;
	width:102px;
	font-size:11px;
	color:#999;
}

.commentbyauthor {
	background-image:url('/image/v2/commenttick2.png');
}

.commentby a:hover{
	text-decoration:none;
}

.commentbubble {
	border:1px solid #C2C2C2;
	margin:10px 20px 0 116px;
	background-color:#FFF;
	padding:10px;
	min-height:50px;
	color:#333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.commentauthor {
	background-color:#E0E0E0;
}

.commentform {
	margin:10px 20px 0 0;
}

.commentmeta {
	margin:5px 20px 20px 0;
	text-align:right;
	font-size:11px;
	color:#999;
}

.commentmeta button{
	font-size:11px;
	color:#666;
	border:1px solid #999;
}

form#commentform {
	float:left;
	width:492px;
}

.fan_icon {
	vertical-align: text-bottom;
}

/* tag cloud */

.tagcloud {
text-align:center;
}
.tagcloud a{
text-decoration:none;
}
.tagcloud a:hover{
text-decoration:underline;
}
.tagcloud .level1{
font-size:0.8em;
color:#999;
}
.tagcloud .level2{
font-size:1.0em;
color:#a98a82;
}
.tagcloud .level3{
font-size:1.2em;
color:#bf7660;
}
.tagcloud .level4{
font-size:1.5em;
color:#d95f39;
}
.tagcloud .level5{
font-size:1.7em;
color:#ef4a18;
}
.tagcloud .level6{
font-size:1.9em;
color:#ff3c00;
}

/* faq */

.faq {
	border-bottom:1px dashed #ccc;
}

.faq h2{
	margin:5px 0;
	color:#5c74c8;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.faq p{
	display:none;
	line-height:150%;
	margin-left:20px;
}

/* clubs */

.big_button {
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 0 2px #999;
	background: #F8F8F8;
	border:1px solid #999;
	color:#5C74C8;
	cursor:pointer;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:10px;
	padding:8px 0;
	text-align:center;
	text-shadow:0 1px 0 #FFF;
}

.big_button:hover {
	text-decoration:none;
}

li.topic {
	border-bottom: 1px solid #BEC8CC;
	padding: 7px 5px;
}

li.topic a {
	font-size: 14px;
}

li.topic span {
	font-size: 11px;
}

#togglebg {
	position:absolute;
	left:878px;
	bottom:320px;
}

#togglebg:hover {
	cursor:pointer;
}

.upload_container {
  height: 400px;
  margin-bottom: 33px;
}

.upload_buttons {
  height: 50px;
  border: 1px dotted grey;
  position: relative;
  margin-bottom: 20px;
  width:50%;
  margin-left: auto;
  margin-right: auto;
}

.left_pane {
  float: left;
  margin: 0 0 0 20px;
  border: 1px dotted grey;
  padding: 10px 10px 10px 10px;
  height: 100%;
}

.right_pane {
  float: right;
  margin: 0px 20px 0 0;
  border: 1px dotted grey;
  padding: 10px 10px 10px 10px;
  height: 100%;
}

#story_type_selection {
  width: 40%;
}

#story_type_options, #story_group_options {
  width: 50%;
}

#story_composition {
  width: 60%;
}

#story_meta {
  width: 30%;
}

.upload_16 {
  font-size: 16px;
}

.upload_20 {
  font-size: 20px;
}

#story_type_selection ul {
  list-style-type: none;
}

.black {
  color: #000;
}
