﻿/* -------------------------------------------------------------------------------- Default */
html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote, dl, dd, dt
{
	margin: 				0px;
	padding:                0px;
	border: 				0px;
}

html, body
{
	background-color: #3A3C4D;	
	padding-bottom: 40px;	
}

.clear,
.clearer
{
	clear: both;
}

.center
{
	text-align: center;
}

.Right
{
	display: inline;
	float: right;
	margin: 0 0 30px 30px;
}

.RightPadding
{
	display: inline;
	float: right;
	margin: 0 30px 30px 30px;
}

img.Left
{
	display: inline;
	float: left;
	margin: 0 30px 30px 0;
}

img.FullWidth
{
	margin: 0 0 30px 0;
}

#content ol.BigOptions li,
#content ul.BigOptions li
{
	padding: 0 0 16px 0;
	font-size: 15px;
}

#content ol.BigOptions li span,
#content ul.BigOptions li span
{
	font-size: 11px;
	color: #999;
}


/* -------------------------------------------------------------------------------- Layout */
div#UtilityNav
{
	display: inline;
	float: left;
	width: 100%;
	background: #0D0E17;
	height: 30px;
}

div.UtilContainer
{
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	color: #8A8CA2;
}

div.UtilContainer a
{
	color: #FFF;
	text-decoration: none;
}

div.UtilContainer a:hover
{	
	text-decoration: underline;
}

div.UtilContainer p
{
	margin: 0;
	padding: 0 10px;
	line-height: 30px;		
}

div.UtilContainer p.Home
{
	float: left;
}

div.UtilContainer p.Help
{
	float: right;
	text-align: right;
	margin-right: 5px;
}

div#container
{
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div#container-inner
{
	display: inline;
	float:left;
	width: 950px;	
	background-position: left;
	background-repeat: repeat-y;
}

div#left
{
	display: inline;
	float:left;
	width: 950px;
}

div#content
{
	display: inline;
	float: left;
	width: 950px;	
	color: #333;
	background: #FFF;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}

div.contentLeft 
{
    display: inline;
    float: left;
    width: 300px;
    border-right: 3px solid #EEE;
    padding: 15px 0 30px;
}

div#header
{
	position: relative;
	display: inline;
	float: left;
	width: 950px;
	padding: 10px 0 0; 
}


div#header h1
{
	padding: 0;
}

div#header h1 a:link,
div#header h1 a:visited,
div#header div.logo a:link,
div#header div.logo a:visited
{
	display: inline;
	float: left;
	width: 272px;

	background-image: url(/images/common/bibliofaction-short-stories.gif);
	background-position: top left;
	background-repeat: no-repeat;

    padding: 103px 0px 0px 0px;
	overflow: hidden;

    height: 0px !important;
    height /**/: 105px;       
}

#primary-nav
{
    display: inline;	
    float: left;
    clear: left;    
    padding: 10px 0 0;
    width: 100%;    
}

#primary-nav li
{
	display: inline;	
    float: left;    
    margin: 0 0 0 5px;    
}

#primary-nav li#pn-write
{
    margin-left: 10px;
}

#primary-nav li#random
{
    float: right;
    margin: 0 10px 0 0;
}

#primary-nav li a:link,
#primary-nav li a:visited
{
	display: inline;	
    float: left;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    background-color: #009090;

    border-width:0px;
    border-color:#999999;
    -moz-border-radius:4px 4px 0px 0px;
    -webkit-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    background-image: -moz-linear-gradient(top, #00baba, #007373);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#00baba), to(#007373));
    background-image: -o-linear-gradient(top, #00baba, #007373);
    background-image: linear-gradient(top, #00baba, #007373);        
    
    border-top: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(0,0,0,0.3);
}

#primary-nav li a:hover,
#primary-nav li a:active
{
    background-color: #00ACAC;
    background-image: -moz-linear-gradient(top, #02DDDD, #007373);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#02DDDD), to(#007373));
    background-image: -o-linear-gradient(top, #02DDDD, #007373);
    background-image: linear-gradient(top, #02DDDD, #007373); 
}


#primary-nav li#random a:link,
#primary-nav li#random a:visited
{
    background: url(/images/common/nav/random_button.gif);
    width: 70px;
    height: 34px;
    padding: 43px 30px 0;        
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    border-width:0px;
    text-align: center;    
    line-height: 1;
    position: absolute;
    top: 85px;
    right: 10px;
}

#primary-nav li#random a:hover,
#primary-nav li#random a:active
{
    background-position: 0 -77px;    
}

body.read #primary-nav li#pn-read a, 
body.write #primary-nav li#pn-write a,
body.competition #primary-nav li#pn-competition a,
body.about #primary-nav li#pn-about a
{
    background: #FFF none;
    color: #666;    
    border-right: 1px solid rgba(255,255,255,1);
}

div#footer-links
{
	display: inline;
	float: left;
	width: 950px;
	text-align: right;	
	overflow: hidden;	
	color: #83848F;	
}

div#footer-links .inner
{
	display: inline;
	float: left;
	width: 950px;
	text-align: right;
	padding-top: 25px;
	overflow: hidden;	
	color: #83848F;	
}

div#footer-links p
{
	text-align: center;
}


/* ---------------------------------------------------------------------------- Default Typography */
html, body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	padding: 0 0 20px 0;
}

p
{
	padding: 0 0 20px 0;
	line-height: 1.6;
}

ul, ol
{
	padding-left: 30px;
	padding-bottom: 20px;
}

#content h1
{
	color: #3A3C4D;
	margin: 30px 20px 20px 30px;
	padding: 0 0 0 0;
	height: 45px;
	line-height: 45px;
	font-size: 22px;	
}

#content h2
{
	color: #3A3C4D;
	margin: 30px 20px 20px 30px;
	padding: 0 0 0 0;
	height: 25px;
	line-height: 25px;
	font-size: 16px;	
}

#content h3
{
	margin: 30px 20px 20px 30px;
	padding: 0 0 0 0;
}

#content p
{
	margin: 0 30px 20px 30px;
	padding: 0 0 0 0;
	color: #333333;	
}

#content label
{
	color: #333333;
}

#content ul,
#content ol
{
	margin: 0 30px 20px 30px;
	padding: 0 0 0 40px;
	color: #333333;	
}

#content blockquote
{
	margin: 0 50px 20px 50px;
	background-color: #EEEEEE;
	color: #333333;
	font-style: italic;
	padding: 10px;
}

#content a:link
{
	color: #FF0084;
}
#content a:visited
{
	color: #A06C86;
}
#content a:hover
{
	color: #FF0084;
	border-bottom: solid 1px #FF0084;
}
#content a.plain:hover
{	
	border-bottom: 0px;
}
#content a:active
{
	color: #C74343;
	border-bottom-color: #C74343;
}

.button,
.button:visited,
#content a.button, 
#content a.button:visited {
	background: #FF2395 none repeat-x;
	display: inline-block;
	padding: 7px 14px 8px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);	
	border-top: 1px solid rgba(255,255,255,0.35);
	border-left: 1px solid rgba(255,255,255,0.35);
	border-bottom: 1px solid rgba(0,0,0,0.35);
	border-right: 1px solid rgba(0,0,0,0.35);
	position: relative;
	cursor: pointer	
}

#content .button.cancel, 
#content a.cancel:link,
#content a.cancel:visited
{
    background-color: #666;
}

.small.button, 
.small.button:visited,
#content .small.button, 
#content .small.button:visited 			       
{ 
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    padding: 0px 6px 0px; 
}

.button, 
.button:visited,
.medium.button, 
.medium.button:visited 		
{ 
    font-size: 16px;
	line-height: 1;
}

.large.button, 
.large.button:visited 			        
{ 
    font-size: 22px;
    padding: 8px 14px 9px; 
}

.super.button, .super.button:visited 			
{ 
    font-size: 34px;
	padding: 8px 14px 9px; 
}

.button.editprofilebutton,
.button.editprofilebutton:visited 
{
    display: block;
    float:right;
    margin: 10px 20px 15px;
}

.button.editphotobutton,
.button.editphotobutton:visited 
{
    margin: 6px 4px;   
}

.StatsAndNotices h3 
{
    clear: both;
}



/* ----------------------------------------------------------------------- Advanced Typography */
div#footer-links a:link,
div#footer-links a:visited
{
	text-decoration: none;
	color: #83848F;
}

div#footer-links a:active,
div#footer-links a:hover
{
	text-decoration: underline;
}

/* ------------------------------------------------------------------------ Special Layout Items */

table.keywords td
{
	width: 150px;
}

/* ----------------------------------------------------------------------------------- home */

div.TheBiblioStory
{
	display: inline;
	float: right;
	width: 559px;	
	overflow: hidden;
	background: #EFE3D7 url(/images/home/coffeetable.jpg) top left no-repeat;	
	height: 1000px;
}
div.TheBiblioStory .page
{
    display: block;
    margin: 107px 84px 0 150px;
    padding: 0;    
}
#content div.TheBiblioStory .page p
{
    padding: 0 0 15px 0;
    margin: 0;
}
div.home div.welcome
{
	display: inline;
	float: left;	
	width: 330px;	
	margin: 0 0 0 30px;
	padding: 30px 0 0 0;
}

div.intro
{
	display: block;	
	float: left;
	width: 330px;	
	margin-bottom: 30px;	
}

#content div.intro .text
{
	display: inline;
	float: right;
	height: 154px;
	border-bottom: solid 1px #C4C4C9;
	width: 330px;
}

#content div.intro h3
{
	display: inline;
	float: right;
	border-top: solid 1px #C4C4C9;	
	width: 330px;
	margin: 0;
	padding-top: 45px;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
}

#content div.members h3
{
    margin: 0 0 15px;
}

#content div.members h3.sign-in,
#content div.share h3 
{    
    margin: 15px 0 15px 0;
    padding: 15px 0 0 0;
    border-top: solid 1px #C4C4C9;	
} 

div.home .twitter-share-button 
{
    margin: 10px 0 10px 0;
}

#content div.sign-in-container
{
	display: inline;
	float: left;
	width: 330px;
	margin: 0 30px 30px;
}

#content div.sign-in
{
	display: inline;
	float: right;
	background-color: #EBEBED;
	width: 328px;
	border: solid 1px #D8D8DB;
}

#content div.sign-in table tbody
{
	width: 260px;
}

#content div.sign-in .inner
{
	padding: 28px 28px 20px 28px;
}

#content div.sign-in .inner .remember
{
	display: inline;
	float: left;
	padding: 15px 0 0 0;
}

#content div.sign-in .form-inner
{
	display: block;
	float: left;
	width: 240px;
}

#content div.sign-in .inner .button
{
	display: inline;
	float: right;
	margin: 10px 0 0 0;
}

#content .login-warning
{	
	padding: 0;
	margin: 0;
	color: #FF0000;
	font-weight: bold;
}

#content div.next-steps
{
	display: inline;
	float: left;
	background-color: #EBEBED;
	width: 358px;
	border: solid 1px #D8D8DB;
}

#content div.next-steps .action
{
	padding: 40px 0 30px 108px;
}


#content div.next-steps h4
{
	padding: 20px 20px 10px 20px;
}

#content div.next-steps ul
{	
	padding: 0 20px 20px 20px;
	margin: 0;
	list-style-type: none;
}

#content div.next-steps ul li
{
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #D8D8DB;	
}

#content div.next-steps ul li.last
{	
	border-bottom: 0px;	
}

div#join-now
{
	display: inline;
	float: right;
	width: 290px;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#join-now h2,
div#join-now p
{
	margin: 0 0 0 0;
	padding: 0 20px 10px 20px;
}

/* ---------------------------------------------------------------------- Bibliofaction lite */

div#emailform
{
    display: inline;
    float: right;
    width: 298px;
    height: 178px;
    background-image: url("/images/home/newsletter-bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 50px 0 0;
}

div#emailform div
{
    padding: 70px 30px 30px 35px;
}

div#emailform div div#left-of-form
{
    display: inline;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #3A3C4D;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
}

div#emailform div div#left-of-form input.text-box
{
    width: 142px;
}

div.past-issues 
{
	display: block;
	float: left;
	width: 100%;	
}

#content div.past-issues ul
{
	font-size: 14px;
	border-top: solid 1px #D8D8DB;
	padding: 0 0 0 0;
	list-style-type: none;
}

div.past-issues ul li
{
	padding: 10px 0;
	border-bottom: solid 1px #D8D8DB;
}


/* --------------------------------------------------------------------- publish a story */

div.StoryEditorWrapper 
{
    display: inline;
    float: left;
    width: 690px;
    margin: 0 0 0 90px;
}

div.story-editor
{
	margin: 0 0 30px 30px;
}

div.revised
{
	background-color: #DDDDDD;
	margin: 0 0 10px 30px;
	width: 670px;
	padding: 5px;
}

/* -------------------------------------------------------------------------- my stories */

div.PublishedStories
{
    display: inline;
    float: left;
    width: 440px;
}

div.DraftStories 
{
    display: inline;
    float: right;
    width: 440px;
    margin: 0 30px 0 0;
}

table.my-stories
{
	margin: 0 0 10px 30px;
	width: 410px;
	color: #333333;	
}

table.my-stories th
{
	text-align: left;
}

table.my-stories th.options
{
	width: 140px;
}

table.my-stories th.date
{
	width: 120px;
}

table.my-stories td
{
	border-top: solid 1px #CCCCCC;
	padding: 3px 0;
}

/* ------------------------------------------------------------------------- Competition */
div#competition-details,
div#prizes,
div#sponsor
{
	font-family: Arial, Helvetica, Sans-Serif;
}

div#competition-details
{
	display: inline; 
	float: left;
	background-color: #DDD;
	width: 420px;
	margin: 10px 40px 30px 35px;
	padding: 0 0 0 0;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div#competition-details h2,
div#competition-details h3,
div#competition-details p
{
	padding: 0 0 0 0;
	color: #3A3C4D;
	height: auto;
}

div#competition-details p
{
	color: #000000;
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
}

div#competition-details p.Date
{
	clear: both;
}

div#prize-1,
div#prize-2,
div#prize-3,
div#prize-other
{
	display : inline;
	float: right;
	width: 425px;
	height: 100px;
	background-position: top right;
	background-repeat: no-repeat;
	margin: 10px 30px 0 0;
	padding: 0 0 10px 0;
} 

div#prize-1
{
	background-image: url(/images/competition/prize-1st.jpg);
}
div#prize-2
{
	background-image: url(/images/competition/prize-2nd.jpg);
}
div#prize-3
{
	background-image: url(/images/competition/prize-3rd.jpg);
}

div#prizes p
{
	color: #000000;
	margin: 0 120px 0 0;
}

div#prizes h4
{
	margin: 30px 0 0 0;
	color: #3A3C4D;
}

div#prize-1 h4
{
	margin-top: 15px;
}

div#sponsor
{
	display : inline;
	float: right;
	clear: right;
	width: 425px;
	margin: 0 30px 0 0;
	padding-top: 15px;
	border-top: dashed 1px #CCC;
}

div#winners
{
	display : inline;
	float: right;
	width: 425px;
	margin: 0 30px 0 0;
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: dashed 1px #CCC;
}

div#sponsor h3,
div#winners h3
{
	color: #3A3C4D;
	margin: 0 0 10px 0;
}

div#sponsor p,
div#winners p
{
	color: #000000;
	text-align: justify;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 20px 0; 
}

div#winners ol
{
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

div#winners ol li
{
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

div#winners ol li span.Placing
{
	font-weight: bold;
	color: #3A3C4D;
}

div#winners ol li .Title
{
	font-size: 1.3em;
}

#content ol.Competitions
{
	list-style-type: none;
	padding: 0 0 0 0;
	display: block;
	float: left;
	width: 890px;
	border-bottom: dashed 1px #CCC;	
}

#content ol.Competitions li
{
	display: block;
	float: left;
	width: 890px;	
	border-top: dashed 1px #CCC;
	padding: 15px 0;
	position: relative;
	min-height:195px;
	height:auto !important;
	height:195px;
}

#content ol.Competitions li a:link,
#content ol.Competitions li a:visited
{
	text-decoration: none;	
}

#content ol.Competitions li a:hover,
#content ol.Competitions li a:active
{
	border-bottom-width: 0px; 
}

#content ol.Competitions li H3
{
	position: absolute;
	top: 15px;
	left: 175px;
	margin: 0;
	padding: 0;
	width: 350px;	
}

#content ol.Competitions li .Sponsor
{
	position: absolute;
	top: 15px;
	right: 0;
	margin: 0;
	padding: 3px 6px 6px 6px;	
	background-color: #EEE;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

#content ol.Competitions li .Sponsor img
{
	border: solid 1px #CCC;
}

#content ol.Competitions .Prize1
{
	position: absolute;
	top: 70px;
	left: 175px;
	width: 100px;
	margin: 0;
	padding: 55px 0 0 0;		
	background-image: url(/images/competition/prize-1st-small.gif);
	background-repeat: no-repeat;
	background-position: 25px 0;
	text-align: center;
}

#content ol.Competitions .Prize2
{
	position: absolute;
	top: 70px;
	left: 300px;
	width: 100px;
	margin: 0;
	padding: 55px 0 0 0;		
	background-image: url(/images/competition/prize-2nd-small.gif);
	background-repeat: no-repeat;
	background-position: 25px 0;
	text-align: center;
}

#content ol.Competitions .Prize3
{
	position: absolute;
	top: 70px;
	left: 425px;
	width: 100px;
	margin: 0;
	padding: 55px 0 0 0;		
	background-image: url(/images/competition/prize-3rd-small.gif);
	background-repeat: no-repeat;
	background-position: 25px 0;
	text-align: center;
}


#content ol.Competitions .ClosingDate
{
	position: absolute;
	top: 35px;
	left: 175px;
	width: 350px;
	margin: 0;
	padding: 0;				
}

#content ol.Competitions .CompetitionButton
{
	position: absolute;
	top: 175px;
	left: 5px;	
	margin: 0;			
}

#content p.SponsorLink a:hover,
#content p.SponsorLink a:active,
#content #competition-details a:hover,
#content #competition-details a:active
{
	text-decoration: none;
	border-bottom-width: 0px;
}

img.Status
{
	float: left;
	padding: 30px 20px 20px 30px;
}

/*------------------------------------------------------------------------------- registration */
div#registration-form
{
	margin: 0 30px 30px 30px;
	background-color: #DDDDDD;
	width: 690px;
	padding-bottom: 10px;
}
div#registration-form h2
{
	padding: 20px;
	font-size: 16px; 
	color: #333333;
}

div#registration-form label
{
	display: inline;
	float: left;
	width: 300px;
	text-align: right;
	padding-right: 20px;
}

div#registration-form div#all-bar-fin-button input
{
	display: inline;
	float: left;
	margin: 0 0 8px 0;
}

div#registration-form span
{
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}


div#registration-form br
{
	clear: left;
}

div#registration-form p.initials
{
	background-color: #CCCCCC;
	padding: 5px;
}

div#registration-form p.success
{
	background-image: url(/images/register/success.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 630px;
	height: 72px;
}

div#small-registration-form p.center
{
	text-align: center;
	padding-top: 10px;
}

div#small-registration-form p.center a,
div#small-registration-form p.center a:hover
{
	border: 0px;
}

/* ---------------------------------------------------------------------------- login */
div.login,
div.recover,
div.contact
{
	margin: 0 30px 30px 30px;
	background-color: #DDD;
	width: 630px;
	padding-bottom: 10px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline;
    float: left;
}

div.ContactInfo
{
    display: inline;
    float: left;
    width: 258px;
}

div.contact .inner
{
	padding: 25px 0 0 30px;
}

div.contact label
{
	display: inline;
	float: left;
	width: 105px;	
	text-align: right;
	padding-right: 10px;
}

div.contact input,
div.contact textarea,
div.contact span
{
	display: inline;
	float: left;
	margin: 0 0 5px 0;
}

div.contact span
{
	padding-left: 10px;
}

div.contact br
{
	clear: left;
}

div.contact input.contact-send,
div.contact div.submit-buttons
{
	margin: 10px 0 5px 115px;
}


div.login-inner,
div.recover-inner
{
	padding: 10px 0 10px 205px;
}

div.login h2,
div.recover h2
{
	color:#333333;
	font-size:16px;
	padding:20px;
}

div.login label,
div.recover label
{
	margin-left: 30px;
}

div.login .sign-in-tb
{
	margin-bottom: 5px;
}

div.login .remember-me
{
	padding-left: 122px;
}

div.login .remember-me label
{
	margin-left: 10px;
}

div.login label.sign-in-label
{
	display: inline;
	float: left;
	width: 80px;
	padding-right: 15px;	
	text-align: right;
}

.recover-submit
{
	margin-left: 130px;
}

.sign-in-button
{
	margin: 10px 0 0 125px;
}

#content .warning,
#content .error,
#content .error ul
{
	color: #FF0000;
	font-weight: bold;
}

#content p.saved
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

/* -------------------------------------------------------------------------- edit my profile */
div.edit-my-profile
{
	margin: 0 30px 30px 30px;
	background-color: #DDDDDD;
	width: 690px;	
	padding: 5px 0 10px 0;
}

div.edit-my-profile th
{
	text-align: right;
	padding: 0 10px 0 10px;
	width: 120px;
	font-weight: normal;
	color: #333333;
}

div.edit-my-profile .note-box
{
	background-color: #CCCCCC;
	padding: 10px 10px 5px 10px;
	width: 650px;
	margin: 10px 0 10px 10px;
}

#content div.edit-my-profile p
{
	margin-left: 10px;
}

#content div.edit-my-profile .note-box p
{
	margin-bottom: 10px;
}

.save-profile
{
	display: block;
	float: right;
	margin: 15px 20px 10px 0;
}

div.two-column
{
	display: block;
	float: left;
	width: 100%;	
}

div.profile-left
{
	display: inline;
	float: left;
	width: 315px;
	margin: 0 0 0 10px;
}

div.profile-right
{
	display: inline;
	float: right;
	width: 315px;
	margin: 0 10px 0 0;
}


.admin-container
{
	padding: 20px;
}

.admin-container table
{
	width: 100%;
}

.AdminNarrow
{
	width: 50px;	
	overflow: hidden;
	font-size: 1px;
}

.AdminFeature
{
	margin: 30px;
	padding: 30px;
	background-color: #DDDDDD;
}

.AdminEditor input
{
	width: 500px;
}

.AdminEditor textarea
{
	width: 530px;
	height: 400px;
}

/* ------------------------------------------------------------------------- Pagination */

div#content div.pagination p
{
	margin: 0 0 0 30px;
	padding: 0;
	font-weight: bold;
	color: #CCC;
}
div#content div.pagination ol
{
	display: inline;
	float: left;
	list-style-type:none ;
	margin: 0 0 0 30px;
	padding: 0;
	border-left: solid 1px #CCC;	
}
div#content div.StoriesList div.pagination p,
div#content div.StoriesList div.pagination ol
{
    margin-left: 0px;    
    margin-right: 40px; 
}
div#content div.pagination ol li
{
	display: inline;
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 0 2px 0;
	padding: 0;
	border: solid 1px #CCC;
	border-left-width: 0px;
	background-color: #EFEFEF;
}
div#content div.pagination ol li a:link,
div#content div.pagination ol li a:visited
{
	display: inline;
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #FFF;
}
div#content div.pagination ol li a:hover,
div#content div.pagination ol li a:active
{
	background-color: #FF0084;
	color: #FFF;
	border-bottom-color: #CCC;
	border-bottom-width: 0px;
}

/* ----------------------------------------------------------------------------- Read */
table#StoryList
{
	margin: 0pt 30px 20px;
	width: 890px;
}

table#StoryList th
{
	color: #333333;
	text-align: left;
	border-bottom: solid 1px #333333;
	padding: 5px 0;
}

table#StoryList td
{
	border-bottom: dashed 1px #CCCCCC;
	padding: 5px 0;
}

table#StoryList td.PageCount,
table#StoryList th.PageCount
{
	text-align: right;
}


/* ----------------------------------------------- Categories */
#content h2.WithCategories
{
	display: inline;
	float: left;	
	width: 230px;	
	margin: 0 0 10px 30px;	
}

div.categories
{	
	display: inline;
	float: left;
	margin: 0px 30px 0;
	padding: 0 0 0 0;
	width: 230px;		
}

div#SelectedCategories
{
	width: 230px;
    margin: 0 0 30px 30px;
}

#content div.categories a:link,
#content div.categories a:visited,
#content div.categories span
{
	display: inline; 
	float: left;	
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin: 0 5px 5px 0;
	background-color: #EEE;
	text-decoration: none;
	color: #FF0084;	
}

#content div.categories span
{
	color: #FFF;
	background-color: #FF0084;
}

#content div.categories a:hover,
#content div.categories a:active
{
	border-bottom: 0px;
	text-decoration: underline;
}

#content h2 span.clearkeyword a:link,
#content h2 span.clearkeyword a:visited
{
	display: inline; 
	float: right;	
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin: 0 5px 5px 0;
	background-color: #EEE;
	text-decoration: none;
	color: #FF0084;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 3px;	
}
#content h2 span.clearkeyword a:hover,
#content h2 span.clearkeyword a:active
{
	border-bottom: 0px;
	text-decoration: underline;
}


/* ------------------------------------------------------------------------- View story */
#content h1.StoryTitle
{		
    padding: 0;
    height: auto;
    margin: 0;
    line-height: 1.2;
}

div.AuthorDetails
{
    display: inline;
    float: left;
    width: 260px;
    border-right: 3px solid #EEE;
    padding: 0 30px 30px 0;
    margin: 30px 0 0 0;
}

div.AuthorDetails a.ThumbNail
{
    margin: 0 0 10px 30px;
}

#content h3.Author
{	
	margin: 0 30px 30px 30px;
	padding: 0 0 0 0;
	color: #333333;
	font-size: 15px;
	clear: left;
}

#content .AuthorDetails h3.Author
{	
	margin: 0 30px 15px 30px;
}

div.CommentsForm
{
	padding: 0 0 15px 30px;
}

#content p.PageCount
{
	text-align: center;
}


div.Story
{
	display: inline;
	float: left;
	width: 550px;
	height: auto; 
	padding: 30px 0 0 0;
	margin: 0 0 20px 50px;
}

div.Story div.Page
{
    display: inline;
	float: left;
	width: 550px;
	height: auto; 
	padding: 40px 0 0 0;
	margin: 0 0 20px 0;
	background-color: #F5ECE1;
	-moz-box-shadow:0px 0px 5px #CCC;
    -webkit-box-shadow:0px 0px 5px #CCC;
    box-shadow:0px 0px 5px CCC;
}

#content div.Story div.Page p
{
    padding: 15px 0;
    margin: 0 50px 0 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
}

#content div.Story div.Page p.PageNumber
{
    border-top: 0px;
    border-bottom: 0px;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

#content .StoryCopyright
{
	display: inline;
	float: left;
	width: 400px;
	text-align: left;
	padding: 10px 0 25px 0;
}

#content p.StoryNextSteps
{
    clear: both;
    display: inline;
    float: right;
    width: 550px;
    text-align: center;
    margin: 0 50px 30px 0;
}

.Social 
{
    padding: 0 0 30px 0;
}

.Social #fb-root
{
    display: inline;
    float: left;
}

.Social #plus1wrap
{
    display: inline;
    float: right;
    margin: 0 0 0 10px;
}

.Social .twitter-share-button
{
    display: inline;
    float: right;
}

#content .SendThis
{
	clear: both;
    float: right;
    width: 550px;
    text-align: center;
    padding: 25px 0 20px 0;
    margin: 0 60px 0 0;
}

#content .ReviewContent .SendThis
{
	border-top: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
	width: 510px;
	margin: 0 0 30px 30px;
}

#content .SendThis .box
{
	display: inline;
	float: left;
	width: 150px;
	margin: 0 0 20px 30px;	
	text-align: left;	
}

#content .SendThis .box span
{
	float: left;
	width: 70px;	
	padding: 10px 0 0 15px;
}

#content .SendThis .box img,
#content .SendThis .box input
{
	float: left;
}


div.Story-critique
{
	width: 630px;
	padding: 30px;
	margin: 0 0 20px 30px;
	background-color: #FFF1E5;
}

div.RevisedStoryNote
{
	padding: 0;
	margin: 0 0 20px 30px;
	padding: 5px;
	background-color: #EEEEEE;	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


#content div.RevisedStoryNote p
{
	margin: 0 0 0 0;
}

div.ReaderAdvisory
{
	padding: 0;
	margin: 0 0 15px 20px;
	display: inline;
	float: right;
}

#content div.ReaderAdvisory img
{
    border: solid 1px #DDD;		
}

#content div.Speech .Date
{
	color: #999;
	float: right;
	margin: 0 0 0 30px;
}

#content ol.Feedback li
{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
}

#content ol.Feedback
{
	margin-left: 30px;
}

/* ------------------------------------------------------------------ Send to a Friend */
div.SendToAFriendForm
{
	padding: 0 30px;
}

div.SendToAFriendForm textarea.Fixed
{
	font-size: 12px;	
}

div.SendToAFriendForm div.buttons
{
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}

#content a.Bookshelf
{
	border-bottom: 0px;
	text-decoration: none;
}

/* -------------------------------------------------------------------- Comment */
a.ThumbNail
{
	display: inline;
	float: left;
	border: solid 1px #CCC;
	padding: 2px;
	background-color: #FFF;
	margin: 0 10px 10px 0;
}

a.ThumbNail:hover
{
	border-color: #FF0084;
}

div.Speech
{
	display: inline;
	float: left;
	width: 362px;
}

div.Speech div.Top
{	
	background-image: url(/images/common/speech-bubble-top.gif);
	display: inline;
	float: left;
	width: 334px;
	padding: 5px 8px 0 20px;
}

div.Speech div.Bottom
{
	background-image: url(/images/common/speech-bubble-bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 362px;	
	height: 7px;
}

div.Speech div.Comment
{
	clear: both;
	padding: 5px 0 0 0;
}

div.Speech div.Comment textarea
{
	width: 100%;
	margin: 0 0 5px;
}

div.Speech div.Comment span.refer 
{
	color: #999;
	float: right;
}

div.Speech div.Comment span.refer 
{
	color: #999;
	float: right;
}

div.Speech div.RateComment 
{
	display: inline;
	float: left;
	width: 334px;
	padding: 2px 10px 15px 21px;
}

div.Speech div.CommentRated
{
	display: inline;
	float: left;
	width: 334px;
	padding: 2px 10px 15px 30px;
	color: #868643;
	background-image: url(/images/icons/small_tick.gif);
	background-repeat: no-repeat;
	background-position: 13px 3px;
}

div#WelcomeTabs div.RateComment 
{
	display: inline;
	float: left;
	width: 200px;
	padding: 2px 10px 15px 0;
	margin-left: 90px;
}

/* -------------------------------------------------------------------- View profile */
div.UserProfile
{
	display: block;
	float: left;
	width: 100%;	
}

div.UserProfile div.LeftColumn
{
	display: inline;
	float: left;		
	width: 503px;
	margin: 30px 0 0 30px;
}

div.UserProfile div.ProfilePhoto
{
	display: inline;
	float: left;
	width: 200px;	
	overflow: hidden;
	margin: 30px 20px 30px 30px;
	border:1px solid #CCCCCC;
	padding:2px;
}

#content div.UserProfile div.ProfilePhoto img.ProfilePhoto
{
	background-color:#FFFFFF;
	display:inline;
	float:left;		
}

div.UserProfile div.UserNameAndStatus
{
	display: inline;
	float: left;
	width: 205px;		
	margin: 30px 0 25px 0;
}

#content div.UserProfile div.UserNameAndStatus h1
{
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	line-height: 1;	
	height: auto;
}

#content div.UserProfile div.UserNameAndStatus p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.2;
	color: #666;	
}

#content div.UserProfile div.UserNameAndStatus p.StatusUpdate
{
	padding: 0 0 5px 0;
	font-size: 1.2em;
}

#content div.UserProfile div.UserNameAndStatus p.StatusReadMore
{
	padding: 0 0 20px 0;
	font-size: 0.9em;
}

#content div.UserProfile div.UserNameAndStatus .FollowOrStop
{
	padding: 15px 0 0 0;
}
#content div.UserProfile div.UserNameAndStatus a.Follow
{
	float: left;
	background-color: #FFE5F3;
	border: solid 1px #FF0084;
	padding: 2px 5px;
}

#content div.UserProfile div.UserNameAndStatus span.YouAreFollowing
{
	float: left;
	background-color: #EFEFD1;
	border: solid 1px #CBCB66;
	padding: 2px 5px;
	margin: -2px 5px 0 0;
}

div.UserProfile div.RightColumn
{
	display: inline;
	float: right;	
	width: 380px;
}

div.UserProfile div.StatsAndNotices
{
	display: inline;
	float: right;
	padding: 10px 0;
	width: 380px;
	background-color: #F2F2F2;
}

div.UserProfile div.Contributions,
div.UserProfile div.MessageBoard
{
	display: inline;
	float: left;
	width: 430px;	
	margin: 0 0 30px 30px;
	clear: left;
	padding: 20px 0 0 0;
}

div.UserProfile div.MessageBoard .Date
{
	color: #999;
	float: right;
	margin: 0 0 0 30px;
}

#content div.UserProfile div.MessageBoard h4,
#content div.UserProfile div.MessageBoard p
{
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

#content div.UserProfile div.MessageBoard ol
{
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}

#content div.UserProfile div.MessageBoard ol li
{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
}

#content div.UserProfile h2
{
	padding: 0 0 10px 0;
	margin: 0 0 0 0;	
	text-align: center;
}

div#ProfileTabs ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#ProfileTabs
{
	display: inline;
	float: right;	
	width: 380px;
}

div#ProfileTabs ul.yui-nav
{
	display: inline;
	float: right;	
	width: 380px;	
	background-color: #E7E7E7;	
}

div#ProfileTabs ul.yui-nav li
{
	padding: 10px;	
	overflow: hidden;
	width: auto;	
}

div#ProfileTabs ul.yui-nav li.selected
{
	background-color: #DDDDDD;
}

div#ProfileTabs ul.yui-nav li a:link,
div#ProfileTabs ul.yui-nav li a:visited
{
	color: #000;
	text-decoration: none;
	border-width: 0px; 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-style: none;	
	text-align: center;
}

div#ProfileTabs ul.yui-nav li a:hover,
div#ProfileTabs ul.yui-nav li a:active,
div#ProfileTabs ul.yui-nav li a:focus
{
	border-width: 0px; 	
	text-decoration: none;	
}

div#ProfileTabs div.yui-content
{
	display: inline;
	float: right;	
	width: 380px;
	padding: 10px 0;
	background: #DDD;
	-moz-border-radius:0px 0px 0px 4px;
    -webkit-border-radius:0px 0px 0px 4px;
    border-radius:0px 0px 0px 4px;
}

div#ProfileTabs div#AboutMe,
div#ProfileTabs div#Following,
div#ProfileTabs div#Followers
{
	padding: 0 20px 10px;
	
}

div#content div#ProfileTabs ol
{
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
}

div#content div#ProfileTabs ol li
{
	float: left;
	width: 100%;
}

div#content div#ProfileTabs ol li span.FullName
{
	font-size: 1.2em;	
}

div#ProfileTabs h3
{
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}

div#ProfileTabs p
{
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}

div.EditMyDetailsLink
{
	display: inline;
	float: right;
	padding: 10px 0;
	width: 269px;
	background-color: #FFE5F3;
	text-align: center;
	border-bottom: solid 1px #FF0084;
}

dl.ProfileNames
{
	display: inline;
	float: left;
	width: 330px;	
	margin: 0 0 30px 30px;
}

dl.ProfileCurrent
{
	display: inline;
	float: right;
	width: 330px;	
	margin: 0 30px 30px 0;
}

div.Favourites
{
	display: inline;
	float: left;
	width: 690px;
	background-color: #EEEEEE;
	margin: 0 0 30px 30px;
	padding: 30px 0 0 0;
}

#content div.Favourites h3,
#content div.ProfileLeft h3,
#content div.ProfileRight h3
{
	margin: 0 0 0 30px;
	padding: 0 0 20px 0;
	color: #333333;
}

dl.ProfileFavsLeft
{
	display: inline;
	float: left;
	width: 300px;	
	margin: 0 0 30px 30px;
}

dl.ProfileFavsRight
{
	display: inline;
	float: right;
	width: 300px;	
	margin: 0 30px 30px 0;
}

dt
{
	color: #666666;
}

dd
{
	color: #333333;
	padding: 0 0 10px 10px;
}

#content dd ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}


div.ProfileStories
{
	display: inline;
	float: left;
	width: 330px;
	background-color: #EEEEEE;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
}

#content div.ProfileStories ol
{
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.ProfileStories ol li
{
	display: block;
	float: left;
	border-top: dashed 1px #CCCCCC;
	padding: 7px 0 7px 30px;
	margin: 0 0 0 0;
	width: 300px;	
}

div.ProfileStories ol li a
{
	
}

div.ProfileStories ol li span.Date
{
	display: inline;
	float: right;
	margin-right: 30px;
	margin-left: 30px;
	color: #999;
}

div.ProfileStories ol li span.author
{
	color: #666;
}


div#content div.MyMessageBoard div.pagination
{
	display: block;
	float: left;
	width: 100%;
	border-bottom: dashed 1px #CCCCCC;
	
}

div#content div.MyMessageBoard div.pagination ol
{
	display: inline;
	float: left;
	list-style-type:none ;
	padding: 0 0 0 0;
	margin: 0 30px 10px 30px;
	border: 0px;
	border-left: solid 1px #EEEEEE;		
}
div#content div.MyMessageBoard div.pagination ol li
{
	display: inline;
	float: left;
	width: 35px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	border: solid 1px #EEEEEE;
	border-left-width: 0px;
	background-color: #EFEFEF;
}
div#content div.MyMessageBoard div.pagination ol li a:link,
div#content div.MyMessageBoard div.pagination ol li a:visited
{
	display: inline;
	float: left;
	width: 35px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #FFF;
}
div#content div.MyMessageBoard div.pagination ol li a:hover,
div#content div.MyMessageBoard div.pagination ol li a:active
{
	background-color: #FF0084;
	color: #FFF;
	border-bottom-color: #EEEEEE;
}

/* -------------------------------------------------------------------- Register */

div#register
{
	color: #C3C4CE;
	padding: 30px 0;
	font-size: 14px;
}

div#register #home
{
	border-bottom: 0px;
}

div#register .left
{
	display: inline;
	float: left;	
	width: 500px;
	padding-bottom: 30px;
}

div#register .right
{
	display: inline;
	float: right;	
	width: 350px;
	padding-bottom: 30px;
}

#register a:link
{
	color: #FF0084;
}
#register a:visited
{
	color: #A06C86;
}
#register a:hover
{
	color: #FF0084;
	border-bottom: solid 1px #FF0084;
}

div#small-registration-form
{
	display: inline;
	float: left;
	background-color: Aqua;
	margin: 0;
	background-color: #C3C4CE;
	color: #3A3C4D;
	background-image: url(/images/register/small-form-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 350px;	
}

div#small-registration-form .inner
{
	background-image: url(/images/register/small-form-footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div#small-registration-form h2
{
	padding: 20px;
	font-size: 16px; 	
	text-transform: uppercase;
}

div#small-registration-form h2 em
{
	text-transform: lowercase;
	color: #7C7F9D;
}

div#small-registration-form label
{
	display: inline;
	float: left;
	width: 260px;
	margin-left: 20px;
	text-align: left;	
}

div#small-registration-form label em.note
{
	font-size: 12px;
	font-style: normal;
	color: #7C7F9D;
	font-weight: bold;
}

div#small-registration-form div#all-bar-fin-button input
{
	display: inline;
	float: left;	
	margin: 0 0 8px 20px;
}

div#small-registration-form span
{
	display: inline;
	float: left;
	padding: 0 0 0 5px;
}


div#small-registration-form br
{
	clear: left;
}

div#small-registration-form p
{
	padding: 0 20px;
}

div#small-registration-form p.initials
{
	background-color: #B5B6C5;
	padding: 10px 10px;
	width: 283px;
	margin-left: 20px;
	font-size: 12px;
}

div#small-registration-form p.success
{
	background-image: url(/images/register/success.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 300px;
	
}

div#small-registration-form .customError
{
	padding-left: 20px;
	color: #F00;
}

div.RegShare 
{
    display: inline;
    float: left;
    width: 300px;
    margin: 15px 0 20px 15px;
}

.join
{
	
	margin-right: 45px;
}

div#register div#footer-links
{
	display: inline;
	float: left;
	width: 100%;
	text-align: right;
	padding-top: 25px;
	overflow: hidden;
	background: none;	
	color: #83848F;
	background-color: #3A3C4D;
	border-top: dashed 1px #FFF;
}

/* ------------------------------------------------- After publishing */
div.PublishedSendToFriend
{
	display: inline;
	float: right;
	width: 350px;
	height: 134px;
	background-image: url(/images/common/feature-box-small.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 30px 30px 30px;
}

#content div.PublishedSendToFriend p
{
	margin: 0;
	padding: 20px 20px 10px 20px;	
}

div.PublishedSendToFriend .inner
{
	text-align: center;
}

div.Search
{
	margin-right: -464px;
    position: absolute;
    right: 50%;
    text-align: right;
    top: 62px;
}

div.fb-like
{
	margin-right: -10px;
    position: absolute;
    right: 50%;
    text-align: right;
    top: 78px;
}

/* --------------------------------------------------------- My Bookshelf */
div.AddToBookshelf
{
	float: left;
	width: 100%;
	background-color: #C3C4CE;
	margin-bottom: 30px;
}
#content div.AddToBookshelf p
{
	float: left;
	padding: 10px 0 10px 30px;
	margin: 0;	
	width: 460px;
}

div.AddToBookshelf div.Buttons
{
	float: right;
	padding: 8px 16px 4px 0;
}

#content div.AddToBookshelf div.Buttons a
{
	border: 0px;
}

/* --------------------------------------------------------------- My Home */
div.MyHomeLeft
{
	display: inline;
	float: left;
	width: 440px;	
	margin: 0 0 0 30px;
}

div.MyHomeRight
{
	display: inline;
	float: right;
	width: 220px;	
	margin: 0 30px 0 0;
}

div.MyHomeLeft div.Panel,
div.MyHomeRight div.Panel
{
	display: block;
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	margin: 0 0 30px 0;
}

#content div.MyHomeLeft h3,
#content div.MyHomeRight h3
{
	margin: 10px 10px 10px 10px;
}

#content div.MyHomeLeft ol,
#content div.MyHomeRight ol
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	border-top: dashed 1px #CCCCCC;
}

#content div.MyHomeLeft li,
#content div.MyHomeRight li
{
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	border-bottom: dashed 1px #CCCCCC;
}

#content div.MyHomeLeft span.comment,
#content div.MyHomeRight span.comment
{
	display: block;
	font-size: 13px;	
	padding: 10px 20px;
}

#content div.MyHomeLeft span.support,
#content div.MyHomeRight span.support
{
	font-size: 12px;
	color: #666666;
}

#content div.MyHomeLeft p,
#content div.MyHomeRight p
{
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
}


/* ------------------------------------------------------------------------------- Revolution */
div.RevolutionWrapper
{
	padding: 30px 0 30px 125px;
	width: 690px;
}

div#RevolutionPage1
{
	display: block;
	float: left;
	width: 690px;	
	background-color: #9C9C4E;	
	background-image: url(/images/get-involved/the-dream.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height:962px;
	height:auto !important;
	height:962px;
	margin: 15px 0 20px 0;
}

div.RevolutionWrapper .twitter-share-button
{
    display: inline;
    float: right;
}

div#TheDream
{	
	width: 590px;
	margin: 0 auto 0 auto;	
	padding: 550px 0 0 0;	
}

div#TheDream a:link,
div#TheDream a:visited
{
	color: #FFF;
}

div#TheDream p,
div#ThePlanCol1 p,
div#ThePlanCol2 p
{
	color: #FFF;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

div#RevolutionPage2
{
	position: relative;
	display: block;
	float: left;
	width: 690px;
	height: 962px;
	background-color: #318080;
	background-image: url(/images/get-involved/the-plan.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height:962px;
	height:auto !important;
	height:962px;
	margin: 20px 0 20px 0;
}

div#ThePlanCol1
{	
	float: left;
	width: 290px;
	height: 600px;
	position: absolute;
	top: 150px;
	left: 30px;
}

div#ThePlanCol2
{	
	float: left;
	width: 280px;
	height: 600px;
	position: absolute;
	top: 150px;
	right: 45px;
}

div.BGImageTextReplace
{
	position: absolute;
	top: 0px;
	left: -4999px;
}

/* ------------------------------------------------------------------------------- Downloads & Donations */
.DownloadPanel,
.DonationPanel,
.SupportPanel
{
	background-color: #EEE;
	float: left; 
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
}

#content .DonationPanel a:hover,
#content .DonationPanel a:active
{
	border-width: 0px;
}

.SupportPanel p
{
	padding-bottom: 30px;
}


/* ------------------------------------------------------------------------------- Utility */
.ImportantUserMessage
{
	display: inline;
	float: left;
	width: 100%;	
	background-image: url(/images/utility/stripe.png);
}

.ImportantUserMessage div.Inner
{
	display: inline;
	float: left;
	width: 94%;
	margin: 3%;
	background-color: #F7F7C2;
}

.DraftOptions
{
	display:  inline;
	float: right;
	padding: 30px 30px 30px 30px;
	text-align: right;
}

.ButtonInfo,
#content .ButtonInfo
{
	color: #666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.Highlight
{
	background-color: #FFFF00;
	padding: 0 2px;
	color: #FF0000;
}

/* ------------------------------------------------ Status update */
div.Updates
{
	display:inline;
	float: left; 
	width: 100%;
	background: #E6E6E6;
}

div.UpdateMyStatus
{
	display:inline;
	float: left; 
	width: 390px;	
	height: 221px;
	background: url(/images/welcome-back/status-bubble.gif) no-repeat 30px 60px;
	margin: 0 0 0 84px;
}

div.UpdateMyIsReading
{
	display:inline;
	float: right; 
	width: 290px;
	height: 221px;	
	background: url(/images/welcome-back/reading-bubble.gif) no-repeat 0px 60px;
	margin: 0 110px 0 0;
}

#content div.Updates h2
{
	margin-bottom: 0px;
}

#content div.UpdateMyIsReading h2
{
	margin-left: 10px;
}

#content div.Updates p
{
	display: inline;
	float: left;
	width: 318px;
	margin-left: 40px; 
	padding: 10px 0 0 0;
}

#content div.UpdateMyIsReading p
{
	margin-left: 20px;
	width: 240px;
}

#content div.Updates p span
{
	color: #7A7676;
}

#content div.Updates .IntroText
{
	font-weight: bold;
}

#content div.Updates .display
{
	color: #8A8A8A;
}

#content div.Updates .StatusInput
{
	width: 303px;
	margin: 0 0 5px;
}

#content div.Updates .ReadingInput
{
	width: 175px;
	margin: 0 0 5px;
}

#content div.Updates div.Response
{
	display:inline;
	margin: 10px 20px 20px 30px;
}

#content div.Updates div.UpdatesThumb
{
	display: inline;
	float: left;
	padding: 60px 0 0 0;
}

/* ------------------------------------------------ Welcome Back */
div#WelcomeTabs ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#WelcomeTabs
{
	display: inline;
	float: left;	
	width: 100%;
}

div#WelcomeTabs ul.yui-nav
{
	display: inline;
	float: left;	
	width: 920px;	
	overflow: hidden;
	background-color: #F2F2F2;
	padding-left: 30px;	
}

div#WelcomeTabs ul.yui-nav li
{
	padding: 10px;	
	overflow: hidden;
	width: auto;	
}

div#WelcomeTabs ul.yui-nav li.selected
{
	background-color: #FFFFFF;
}

div#WelcomeTabs ul.yui-nav li a:link,
div#WelcomeTabs ul.yui-nav li a:visited
{
	color: #000;
	text-decoration: none;
	border-width: 0px; 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-style: none;	
	text-align: center;
}

div#WelcomeTabs ul.yui-nav li a:hover,
div#WelcomeTabs ul.yui-nav li a:active,
div#WelcomeTabs ul.yui-nav li a:focus
{
	border-width: 0px; 	
	text-decoration: none;	
}

div#WelcomeTabs div.yui-content
{
	display: inline;
	float: left;	
	width: 100%;
	padding: 10px 0;
}

div#WelcomeTabs ol
{
	margin: 0 0 0 30px; padding: 0;
}

div#WelcomeTabs ol li
{
	margin: 0 0 10px 0; padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 440px;	
}

div#WelcomeTabs #Faction ol li
{
	margin-right: 30px;	
	width: 300px;
}

div#WelcomeTabs .Date
{
	color:#999999;
	float:right;
	margin:0 0 0 30px;
}


div#WelcomeTabs .Comment
{
	display: inline;
	float: left;
	padding: 5px 0 0 0;
}

div#WelcomeTabs .LatestMembers
{
	display: inline;
	float: right;
	width: 440px;
}

div#WelcomeTabs #twitter_div
{
	display: inline;
	float: left;
	width: 440px;
}

#content ul#twitter_update_list
{
	margin: 0 0 10px 30px;
	list-style-type: none;
	border-top: dashed 1px #CCC;
}

#content ul#twitter_update_list li
{
	padding: 10px 0 10px 0;
	border-bottom: dashed 1px #CCC;
}

div#WelcomeTabs .BibliofactionLite
{
	display: inline;
	float: right;
	width: 360px;
	padding: 0 0 30px 0;
}

div#WelcomeTabs .Shortcuts
{
	display: inline;
	float: left;
	width: 350px;
	padding: 0 0 30px 0;
}

div#WelcomeTabs .BibliofactionLite fieldset
{
	border: dashed 1px #CCC;
	padding: 5px;
	width: 290px;
	margin: 0 0 10px 30px;
}

div#WelcomeTabs .BibliofactionLite fieldset .email
{
	width: 135px;
}

div#WelcomeTabs .BibliofactionLite legend
{
	color:#333333;
	background-color: #FFF;
}

div#WelcomeTabs ol li .ReStory
{
	font-style: italic;
	display: inline;
	float: left;
	width: 100%;
	padding: 8px 0 5px 0;
}

div#WelcomeTabs div.LeftCol
{
	display: inline;
	float: left;
	width: 50%;
}

div#WelcomeTabs .Contributions
{
	margin: 0 0 30px 52px;
}

div#WelcomeTabs div.RightCol
{
	display: inline;
	float: left;
	width: 50%;
}

div#WelcomeTabs .FollowingStatus
{
	background: url(/images/welcome-back/thoughts.gif) top right no-repeat;
	padding: 20px 0 30px 0; 
}

div#WelcomeTabs .FollowingReading
{
	background: url(/images/welcome-back/books.gif) top right no-repeat;
	padding: 20px 0 30px 0;
}

div#WelcomeTabs .FactionOfFollowers
{	
	background: url(/images/welcome-back/followers.gif) top right no-repeat;
	height: 92px;
}

#content div#WelcomeTabs .Message p
{
	margin: 0 10px 0 20px;
	padding: 5px 0 0 0;
}

#content div#WelcomeTabs p em
{
	font-style: italic;
}

#content h2.FactionOfFollowers span
{
	color: #7A7676;
}

#content div#WelcomeTabs .UserInfo
{
	display: inline;
	float: left;
	width: 240px;
	padding: 5px 0 0 0;	
}

span.Following
{
	color: #B2B250;
}

#content div#WelcomeTabs .Following
{	
	font-weight: bold;
}

#QuickView, #FeedbackMessages, #StoriesMore, #StatusUpdates, #Faction, #Settings
{
	display: block;
	float: left;
	width: 100%;
}

/* ------------------------------------------------ Bibliobucks */
div.BibliobucksBalance 
{
	background-image: url(/images/icons/bibliobucks.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.BibliobucksBalance h1 
{
	width: 500px;
}

#content h2.balance 
{
	font-size: 14px;
	color: #3A3C4D;
	height: auto;
}

#content h2.balance span
{
	font-size: 70px;
	color: #AAA;
}

table.BibliobucksHistory 
{
	margin: 0 30px 30px 30px;
	width: 890px;
}

table.BibliobucksHistory th 
{
	text-align: left;
}

table.BibliobucksHistory td 
{
	border-top: 1px #CCC solid;
}

table.BibliobucksHistory td.amount,
table.BibliobucksHistory th.amount
{
	text-align: right;
	width: 110px;
}

/* ------------------------------------------------ Contributions */
div.StoriesList
{
	padding: 0 0 0 0;
    display: inline;
    float: right;
    width: 600px;
}

#content ol#Contributions
{
	display: inline;
	float: left;
	width: 100%;	
	margin: 0 0 5px 0;
	padding: 10px 0;
}

#content div.UserProfile ol#Contributions
{
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

#content ol#Contributions li
{
	display: inline;
	float: left;
	width: 135px;
	height: 224px;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 5px 5px 0;
	list-style-position:inside;
	background-position:left top;
	background-repeat:no-repeat;	
}

#content .Contributions
{
	margin: 0 0 30px 30px;
}

/* ----- Story */

#content ol#Contributions li.Story div.StoryThumb
{
	display: inline;
	float: left;
	width: 135px;
	height: 224px;
	padding: 0 0 0 0;			
	background-position:left top;
	background-repeat:no-repeat;
}

#content ol#Contributions li.Story div.Thick
{
	background-image: url(/images/search/BookThick.png);	
}
#content ol#Contributions li.Story div.Thick a
{
	margin: 2px 0 0 0;
}

#content ol#Contributions li.Story div.Medium
{
	background-image: url(/images/search/BookMedium.png);	
}

#content ol#Contributions li.Story div.Medium a
{
	margin: 4px 0 0 2px;
}

#content ol#Contributions li.Story div.Thin
{
	background-image: url(/images/search/BookThin.png);	
}

#content ol#Contributions li.Story div.Thin a
{
	margin: 5px 0 0 3px;
}

#content ol#Contributions li.Story div.VeryThin
{
	background-image: url(/images/search/BookVeryThin.png);	
}

#content ol#Contributions li.Story div.VeryThin a
{
	margin: 7px 0 0 4px;
}

#content ol#Contributions li.Story a.Cover:link,
#content ol#Contributions li.Story a.Cover:visited
{
	display: inline;
	float: left;
	width: 125px;
	height: 184px;	
	text-decoration: none;
	position: relative;
	z-index:24;	
}

#content ol#Contributions li.Story a.Cover:hover,
#content ol#Contributions li.Story a.Cover:active
{
	border-bottom-width: 0px;
	z-index:25;
}

#content ol#Contributions li.Story a span.Title
{
	display: block;
	margin: 35px 3px 0 12px;
	overflow: hidden;
	padding: 0 0 0 0;
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	height: auto;
	line-height: 1.1;
	cursor: pointer;
}

#content ol#Contributions li.Story a span.Author
{
	display: block;
	margin: 6px 3px 0 12px;
	padding: 0 0 0 0;
	text-align: center;
	color: #99A0DA;
	font-size: 1em;
	font-weight: normal;
	height: auto;
	line-height: 1;
	overflow: hidden;
	cursor: pointer;
}

img.IconUnsuitableForChildren
{
	display: inline;
	float: left;
	position: absolute;
	top: 117px;
	left: 49px;
}

img.IconSuitableForChildren
{
	display: inline;
	float: left;
	position: absolute;
	top: 110px;
	left: 51px;
}

span.IconCompetitionWinner
{
	position: absolute;
	top: 165px;
	left: 15px;
}

#content ol#Contributions li.Story a span.Synopsis,
#content ol#Contributions li.Story a:link span.Synopsis,
#content ol#Contributions li.Story a:visited span.Synopsis
{
	display: none;	
    position:absolute;
    top: 45px; 
    left: 117px;     
    width: 107px;
    padding: 10px 10px 10px 25px;   
    background-image: none;     
    background-repeat: no-repeat;
    background-position: left top;
    color:#FFF;
    text-align: left;    
}

#content ol#Contributions li.Story a:hover span.Synopsis
{
	display: block;	
	background-image: url(/images/search/SynopsisBG.gif);
}

#content ol#Contributions li.User
{
	display: inline;
	float: left;
	width: 135px;
	height: 184px;	
	position: relative;
	z-index:24;		
}

#content ol#Contributions li.User div.User
{
	background-color:#EEEEEE;
	display:inline;
	float:left;
	height:170px;
	margin:12px 0 0 5px;
	position:relative;
	width:125px;
	z-index:24;
}

#content ol#Contributions li.User div.User a
{
	display: inline; 
	float: left;
	margin: 5px 0 0 5px;
}

#content ol#Contributions li.User div.User a.UserInfo
{
	border:1px dashed #CCCCCC;
	height:97px;
	overflow:hidden;
	width:113px;
	text-decoration: none;
}
#content ol#Contributions li.User div.User a.UserInfo:hover 
{
	border-color: #FF0084;
}
#content ol#Contributions li.User div.User a.UserInfo span.FullName
{
	display: inline;
	float: left;
	clear: left;
	text-decoration: none;
	border-bottom-width: 0px; 
	color: #333;
	font-size: 14px;
	margin: 5px 3px 5px 5px;
}

#content ol#Contributions li.User div.User a.UserInfo span.UserName
{
	display: inline;
	float: left;
	clear: left;	
	margin: 0 3px 3px 3px;
	text-decoration: underline;
}
#content ol#Contributions li.User div.User a.UserInfo:hover  span.UserName
{
	display: inline;
	float: left;
	border-color: #FF0084;
	border-bottom: solid 1px #FF0084;
}

/* ------------------------------------------------------- Pagination */
#content div.Paging ol#Contributions li
{
	/* hide all pages */
    display: none;
}
#content div.Paging ol#Contributions.page1 li.page1,
#content div.Paging ol#Contributions.page2 li.page2,
#content div.Paging ol#Contributions.page3 li.page3,
#content div.Paging ol#Contributions.page4 li.page4,
#content div.Paging ol#Contributions.page5 li.page5,
#content div.Paging ol#Contributions.page6 li.page6,
#content div.Paging ol#Contributions.page7 li.page7,
#content div.Paging ol#Contributions.page8 li.page8,
#content div.Paging ol#Contributions.page9 li.page9,
#content div.Paging ol#Contributions.page10 li.page10,
#content div.Paging ol#Contributions.page11 li.page11,
#content div.Paging ol#Contributions.page12 li.page12,
#content div.Paging ol#Contributions.page13 li.page13,
#content div.Paging ol#Contributions.page14 li.page14,
#content div.Paging ol#Contributions.page15 li.page15,
#content div.Paging ol#Contributions.page16 li.page16,
#content div.Paging ol#Contributions.page17 li.page18,
#content div.Paging ol#Contributions.page19 li.page19,
#content div.Paging ol#Contributions.page20 li.page20,
#content div.Paging ol#Contributions.page21 li.page21,
#content div.Paging ol#Contributions.page22 li.page22,
#content div.Paging ol#Contributions.page23 li.page23,
#content div.Paging ol#Contributions.page24 li.page24,
#content div.Paging ol#Contributions.page25 li.page25,
#content div.Paging ol#Contributions.page26 li.page26,
#content div.Paging ol#Contributions.page27 li.page27,
#content div.Paging ol#Contributions.page28 li.page28,
#content div.Paging ol#Contributions.page29 li.page29,
#content div.Paging ol#Contributions.page30 li.page30
{ /* display the current page */
    display: block;
}

div#MessageBoard ol li 
{
	/* hide all pages */
    display: none;
}
div#MessageBoard.page1 ol li.page1,
div#MessageBoard.page2 ol li.page2,
div#MessageBoard.page3 ol li.page3,
div#MessageBoard.page4 ol li.page4,
div#MessageBoard.page5 ol li.page5,
div#MessageBoard.page6 ol li.page6,
div#MessageBoard.page7 ol li.page7,
div#MessageBoard.page8 ol li.page8,
div#MessageBoard.page9 ol li.page9,
div#MessageBoard.page10 ol li.page10,
div#MessageBoard.page11 ol li.page11,
div#MessageBoard.page12 ol li.page12,
div#MessageBoard.page13 ol li.page13,
div#MessageBoard.page14 ol li.page14,
div#MessageBoard.page15 ol li.page15,
div#MessageBoard.page16 ol li.page16,
div#MessageBoard.page17 ol li.page18,
div#MessageBoard.page19 ol li.page19,
div#MessageBoard.page20 ol li.page20,
div#MessageBoard.page21 ol li.page21,
div#MessageBoard.page22 ol li.page22,
div#MessageBoard.page23 ol li.page23,
div#MessageBoard.page24 ol li.page24,
div#MessageBoard.page25 ol li.page25,
div#MessageBoard.page26 ol li.page26,
div#MessageBoard.page27 ol li.page27,
div#MessageBoard.page28 ol li.page28,
div#MessageBoard.page29 ol li.page29,
div#MessageBoard.page30 ol li.page30
{ /* display the current page */
    display: block;
}

div#ProfileTabs ol li 
{
	/* hide all pages */
    display: none;
}
div#ProfileTabs div.page1 ol li.page1,
div#ProfileTabs div.page2 ol li.page2,
div#ProfileTabs div.page3 ol li.page3,
div#ProfileTabs div.page4 ol li.page4,
div#ProfileTabs div.page5 ol li.page5,
div#ProfileTabs div.page6 ol li.page6,
div#ProfileTabs div.page7 ol li.page7,
div#ProfileTabs div.page8 ol li.page8,
div#ProfileTabs div.page9 ol li.page9,
div#ProfileTabs div.page10 ol li.page10,
div#ProfileTabs div.page11 ol li.page11,
div#ProfileTabs div.page12 ol li.page12,
div#ProfileTabs div.page13 ol li.page13,
div#ProfileTabs div.page14 ol li.page14,
div#ProfileTabs div.page15 ol li.page15,
div#ProfileTabs div.page16 ol li.page16,
div#ProfileTabs div.page17 ol li.page18,
div#ProfileTabs div.page19 ol li.page19,
div#ProfileTabs div.page20 ol li.page20,
div#ProfileTabs div.page21 ol li.page21,
div#ProfileTabs div.page22 ol li.page22,
div#ProfileTabs div.page23 ol li.page23,
div#ProfileTabs div.page24 ol li.page24,
div#ProfileTabs div.page25 ol li.page25,
div#ProfileTabs div.page26 ol li.page26,
div#ProfileTabs div.page27 ol li.page27,
div#ProfileTabs div.page28 ol li.page28,
div#ProfileTabs div.page29 ol li.page29,
div#ProfileTabs div.page30 ol li.page30
{ /* display the current page */
    display: block;
}

div.yui-pg-container
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 15px 0;
}

span.yui-pg-pages
{
	padding: 0 10px;
	font-size: 1.2em;
}

div.yui-pg-container span,
div.yui-pg-container a
{
	margin: 0 10px 0 0;
}

div.yui-pg-container span.yui-pg-last,
div.yui-pg-container a.yui-pg-last
{
	margin: 0 0 0 0;
}

span.yui-pg-current-page
{
	font-weight: bold;
	color: #3A3C4D;
}

span.yui-pg-first,
span.yui-pg-previous
{
	color: #666;
}

#content div.yui-panel ol
{
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
	width: 100%;
}

#content div.yui-panel ol li
{
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	width: 100%;
	border-bottom:1px solid #CCCCCC;
}

#content div.yui-panel ol li span.date
{
	font-size: 0.8em;
	color: #666;
}

#content div.yui-panel .bd
{
	overflow: auto;
}

/* ------------------------------------------ about */
div.Welcome 
{
    display: inline;
    float: left;
    width: 380px;
    border-right: 3px solid #EEE;
    margin: 0 30px 30px 0;
    padding: 20px 0 10px 0;
}

/* ------------------------------------------ Photo Edit */
div.PhotoEditRight
{
	display: inline;
	float: Right;
	width: 490px;	
	padding: 40px 0 0 0;
}

.AdminEdit
{
	display: inline;
	float: left;
	border: solid 3px #F00;
}

/*------------------------------------------ Mobile */
@media screen and (max-width : 800px) {
/* Styles */

div#container,
div.UtilContainer,
div#container-inner,
div#left,
div#header,
div#content,
div#footer-links,
div#footer-links .inner {
    width: 100%;
}

div#UtilityNav {
    height: auto;
}

div.UtilContainer p {
padding: 25px;
line-height: 0;
}

div#header h1 a:link, div#header h1 a:visited, div#header div.logo a:link, div#header div.logo a:visited {
margin: 0 0 0 15px;
}

div.Search {
margin-right: 0;
position: relative;
right: 0;
text-align: center;
top: 0;
float: left;
width: 100%;
}

div.home div.welcome {
width: 94%;
margin: 0 3% 0 3%;
}

div.intro {
width: 100%;
}

#content div.intro .text {
float: left;
border-bottom: solid 1px #C4C4C9;
width: 100%;
height: auto;
}

#content div.intro h3 {
border-top: solid 0px #C4C4C9;
width: 100%;
padding: 0 0 20px 0;
}

#content div.sign-in 
{
    float: left;
    margin: 0 0 30px 0;
}

div#content {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

div.TheBiblioStory {
display: none;
}

div.home div.share 
{
    display: none;
}

div#footer-links p {
    padding: 20px;
}

#fdbk_tab 
{
    display: none;
}

#primary-nav li#pn-write,
#primary-nav li,
#primary-nav li#random 
{
display: inline;
float: left;
width: 100%;
border-width: 0px;
margin: 0px;
left: 0px;
padding: 0px;
}

#primary-nav li a:link, 
#primary-nav li a:visited,
#primary-nav li#random a:link, 
#primary-nav li#random a:visited,
body.read #primary-nav li#pn-read a, 
body.write #primary-nav li#pn-write a, 
body.competition #primary-nav li#pn-competition a, 
body.about #primary-nav li#pn-about a 
{
display: inline;
float: left;
margin: 0;
padding: 0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
position: relative;
left: 0;
right: 0;
top: 0;
width: 100%;
height: auto;
text-align: left;
line-height: 1;
background: #00BABA none;
color: #FFF;
border-width: 0px;
}

#primary-nav li#random a:link, 
#primary-nav li#random a:visited
{
    background: #FF2395;
}

#primary-nav li a:link, 
#primary-nav li a:visited,
#primary-nav li#random a:link, 
#primary-nav li#random a:visited,
body.read #primary-nav li#pn-read a, 
body.write #primary-nav li#pn-write a, 
body.competition #primary-nav li#pn-competition a, 
body.about #primary-nav li#pn-about a 
{
    padding: 10px 3%;
    width: 94%;
    border-bottom: 1px solid #3A3C4D;
    border-width: 0 0 1px 0;
}

div.AuthorDetails {
width: 94%;
border-right: 0px;
padding: 0 3% 30px 3%;
margin: 30px 0 0 0;
}

div.AuthorDetails a.ThumbNail {
margin: 0 20px 10px 0px;
}

#content h3.Author {
clear: none;
}


div.Story {
width: 94%;
padding: 10px 0 0 0;
margin: 0 3% 20px 3%;
}

#content .StoryCopyright {
width: auto;
}

div.Story div.Page {
width: 100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#content div.Story div.Page p {
padding: 18px 0 18px;
margin: 0 6% 0 6%;
border-top: none;
border-bottom: none;
font-size: 1.6em;
font-family: Times, serif;
}

#content div.Story div.Page p.PageNumber {
padding: 0;
display: none;
}

#content h3.Author {
margin: 0 0 30px 0;
}

#content ul, #content ol {
margin: 0 0 20px 0;
padding: 0;
}

#content ol.Feedback {
margin-left: 0;
}

div.Speech {
width: 80%;
}

div.Speech div.Top {
background: #DDD;
width: 94%;
padding: 8px 3% 8px 3%;
moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

div.Speech div.Bottom {
background-image: none;
width: 100%;
height: 0;
}

#content .SendThis {
float: left;
width: 100%;
text-align: center;
margin: 0;
}

#content p.StoryNextSteps {
width: 100%;
margin: 0 0 30px 0;
}

div.Social 
{
    display: none;
}

div.StoriesList {
padding: 0 3% 0 3%;
width: 94%;
}

div#content div.StoriesList div.pagination p, div#content div.StoriesList div.pagination ol {
margin-right: 0;
}

div.contentLeft {
display: inline;
float: left;
width: 94%;
border-right: 0 solid #EEE;
padding: 0 3% 30px;
}

#content h2.WithCategories {
width: 100%;
margin: 0 0 10px 0;
}

#content h1 {
margin: 10px 3% 10px 3%;
padding: 0 0 0 0;
height: auto;
line-height: auto;
font-size: 22px;
}

#content p {
margin: 0 3% 20px 3%;
}

div.categories {
margin: 0;
width: 100%;
}

div.Welcome {
width: 100%;
border-right: 0 solid #EEE;
margin: 0 0 30px 0;
}

#content h2 {
clear: left;
margin: 30px 3% 20px;
float: left;
display: inline;
width: 94%;
}

#content ol.Competitions
{
    width: 94%;
    padding: 0 3%;
}
#content ol.Competitions li {
width: 100%;
}

#content ol.Competitions li .Sponsor {
display: none;
}

#content ol.Competitions li h3 {
display: inline;
top: 0;
left: 0;
margin: 0 0 15px;
padding: 0;
width: auto;
float: left;
position: relative;
}

#content ol.Competitions .ClosingDate {
display: inline;
top: 0;
left: 0;
width: auto;
margin: 0;
padding: 0;
float: left;
clear: left;
position: relative;
}

#content ol.Competitions .Prize1,
#content ol.Competitions .Prize2,
#content ol.Competitions .Prize3  {
display: inline;
top: 0;
left: 0;
float: left;
clear: left;
position: relative;
margin: 0 0 10px;
}

#content ol.Competitions li a:link, #content ol.Competitions li a:visited {
float: right;
}

#content ol.Competitions .CompetitionButton {
position: relative;
top: 0;
left: 0;
margin: 0;
clear: right;
}


div#competition-details {
width: 94%;
margin: 10px 3% 30px 3%;
}

div#winners,
div#prize-1, 
div#prize-2, 
div#prize-3, 
div#prize-other,
div#sponsor {
width: 94%;
margin: 10px 3% 0 3%;
}

div.RevisedStoryNote {
margin: 0;
}


div.UserProfile div.LeftColumn {
width: 94%;
margin: 30px 3% 0;
}

div.UserProfile div.ProfilePhoto {
margin: 0 20px 25px 0;
}

div.UserProfile div.UserNameAndStatus {
width: 50%;
margin: 10px 0 20px 0;
}

#content div.UserProfile div.Contributions, 
div.UserProfile div.MessageBoard {
width: 100%;
margin: 0 0 30px 0;
clear: left;
padding: 20px 0 0 0;
}

div.UserProfile div.RightColumn,
div.UserProfile div.StatsAndNotices,
div#ProfileTabs,
div#ProfileTabs ul.yui-nav,
div#ProfileTabs div.yui-content {
width: 100%;
}

#content div.sign-in-container {
width: 94%;
margin: 0 3% 30px;
}

div#register .right {
float: left;
margin: 0 0 0 3%;
}

table.BibliobucksHistory {
margin: 0 3% 30px 3%;
width: 94%;
}

table.BibliobucksHistory td 
{
    padding: 0 10px 0 0;
}

table.BibliobucksHistory td.amount, table.BibliobucksHistory th.amount {
text-align: right;
width: 86px;
padding: 0 0 0 0;
}


#content .Story h3.Author {
margin-top: 30px;
}

div#WelcomeTabs .LatestMembers 
{
    display: none;
}

div#WelcomeTabs #twitter_div {
width: 100%;
}

#content ul#twitter_update_list {
margin: 0 3% 10px 3%;
}

div#WelcomeTabs ul.yui-nav {
width: 94%;
padding-left: 3%;
padding-right: 3%;
}

div#WelcomeTabs ul.yui-nav li {
padding: 10px 5px;
}

div.UpdateMyIsReading {
display: none;
}

div.UpdateMyStatus {
width: 100%;
height: auto;
margin: 0;
background: #CCC none;
}

#content div.Updates div.UpdatesThumb {
display: none;
}

#content div.Updates p {
width: 93%;
margin: 0 3% 20px;
}

#content div.Updates .StatusInput {
width: 100%;
}

div#WelcomeTabs div.LeftCol,
div#WelcomeTabs div.RightCol {
width: 100%;
}

div#WelcomeTabs ol li {
width: 100%;
}

div#WelcomeTabs .FactionOfFollowers {
background: none;
}

div#WelcomeTabs #Faction ol li {
margin-right: 15px;
width: 220px;
}

div.PublishedStories,
div.DraftStories {
width: 100%;
margin: 0;
}

table.my-stories {
margin: 0 3% 10px 3%;
width: 94%;
}

img.FullWidth {
width: 100%;
}

table#StoryList {
margin: 0pt 3% 20px;
width: 94%;
}

table#StoryList td {
padding: 5px 5px 5px 0;
}

div.BibliobucksBalance h1 {
width: 94%;
}

#content .BibliobucksBalance p {
clear: left;
}


#content .BibliobucksBalance ul, 
#content .BibliobucksBalance ol,
#content .StatsAndNotices ul, 
#content .StatsAndNotices ol
{
    clear: left;
    margin-left: 40px;
}

div.StoryEditorWrapper {
width: 100%;
margin: 0 0 0 0;
}

div.revised {
width: 96%;
padding: 5px 2%;
margin: 0 0 10px;
}

div.story-editor {
margin: 0 3% 30px 3%;
width: 94%;
}

} /* -- end mobile */
