*{ margin: 0; padding: 0; }

/* *** General Styles *** */
body  {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fbackground.jpg");
	color: #293331;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

a {
	color: #293331;
}

a:hover {
	background: #a7aa9e;
}

#header a,
#topMenu a,
.blogItem h2 a,
.blogMeta a {
	text-decoration: none;
}

p{
	line-height: 1.5em;
	padding: 5px 5px;
}

h1,
h2,
h3 { 
	font-weight: normal;
}

blockquote {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fbody.gif") top left repeat-y;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0 5px 30px;
}

ul,
ol {
	margin-left: 20px;
	line-height: 1.6em;
}

/* *** Layout *** */

#container { 
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fspill.gif") no-repeat top right;
	margin: auto;
	text-align: left;
	width: 780px;
} 

#header { 
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fheader.gif") no-repeat;
	height: 109px;
	padding: 0px 30px 0px 30px;
} 

#topMenu {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fmenubar.gif") no-repeat;
	height: 48px;
}

#sidebar {
	float: right;
	padding: 30px 30px 30px 0;
	text-align: right;
	width: 200px; 
}

#mainContent {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fbody.gif") repeat-y;
	padding: 20px 120px 10px 30px;
} 

#mainContent2 {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fbody.gif") repeat-y;
	padding: 20px 0px 10px 20px;
}

#footer { 
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fbottom.gif") no-repeat;
	font-size: 12px;
	height: 70px;
	padding: 0 10px 0 20px;
} 

/* *** Header Styles *** */

#header h1 {
	font-size: 48px;
	font-weight: normal;
	padding: 20px 0 0 170px;
}

#header h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}

#header a:hover {
	background: none;
}

/* *** Top Menu Styles *** */

#topMenu ul {
	font-size: 24px;
	line-height: 1em;
	list-style: none;
	padding: 14px 30px 0 0;
	text-align: right;
}

#topMenu li {
	display: inline;
}

#topMenu a:hover {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fhr.gif") center center no-repeat;
}

/* *** Blog Styles *** */

.blogItem {
	padding-bottom: 20px;
	padding-left: 20px
}

.blogItem h2,
.blogItem h3 {
	font-weight: normal;
}

.blogItem h2 a:hover,
.blogItem h3 a:hover {
	background: none;
	text-decoration: underline;
}

.blogItem h2 {
	font-size: 24px;
}

.blogItem h3 {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fhr.gif") bottom left no-repeat;
	font-size: 14px;
	padding-bottom: 6px;
	
}

.blogItem h3.blogMeta {
	background-position: top left;
	padding: 6px 40px 0 0px;
	text-align: right;
}

/* *** Sidebar Styles *** */

#sidebar h3 {
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	line-height: 1.8em;
	list-style: none;
	padding-bottom: 20px;
}

#sidebar ul a {
	text-decoration: none;
}

/* *** Comments Styles *** */

#comments {
	margin: 20px 0 0 20px;
}

#comments li {
	margin-bottom: 5px;
	
}

.commentSep {
	background: url("/?originalUrl=https%3A%2F%2Fflorencefeng.github.io%2Fimages%2Fhr.gif") bottom left no-repeat;
}

/* *** Footer Styles *** */

#footer p {
	padding: 30px 0 0 0;
	text-align: center;
}

.floatR {
	float: right;
	margin-left: 8px;
}

.floatL { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

