/*Universally set margins and padding to 0 for any items I do not change. */
* {
	margin:0;
	padding:0;
}

.clearfloat {
	clear:both;
}

/*General settings below*/
body {
	background-color: #369;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.5;
}

.wrapper {
	background-color: white;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/*General header section */
.top {
	position: static;
	width: 100%;
}

.top h1 {
	position: static;
	left: 0em;
}

/*Login form styling below*/

#members {
	display: none;
}
/*Navigation styling below*/
#nav {
	display: none;
}

/*Middle area styling below*/
.middle {
	width: 100%;
}

.middle-inside {
	width: 100%;
}

.top_subsection {
	width: 80%;
}

.left_subsection {
	display: none;
}	

.content_section {
	width: 80%;
}

/*Footer styling below*/
.footer {
	padding: 0;
}

.footer p {
	text-align: left;
	font-size: 10pt;
}

/*Form styling below*/

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
}

/*Table styling below*/
table.vocab { 
border: thin solid #c03;
background-color: #fff;
margin: 20px auto;
}

table.vocab td, table.vocab th {
	padding: 0 10px;
}


/*Link styling below*/

a:link, a:visited {
	color: #c03;
	text-decoration: none;
}

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

/*Typography styling below*/

h1,h2,h3,h4,h5 {
	color: #c03;
	text-align: left;
	margin: 10px;
}

h2 {
	margin-top: 50px;
}

h3,h4,h5 {
	margin-top: 25px;
}

h4, h5 {
	text-align: left;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	color: #369;
}

.middle {
	font-size: .85em;
}

.content_section p, .left_subsection p, .top_subsection p {
	margin: 15px 0;
}

b {
	color: #369;
}

/*Image styling below*/
img {
	border: none;
}

/*Flashcard styling*/
.flashcard {
	background-image:url(http://www.learn-korean-now.com/img/flashcard.png);
	width: 300px;
	height: 125px;
	margin: 10px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	text-align: center;
}

.flashcard p {
	padding: 10px 20px 10px 10px;
	font-size: 1.2em;
	margin: 0 auto;
}

.flashcard_controls {
	margin: 10px;
	width: 100%;
	position: relative;
	text-align: center;
}

.flashcard_controls input, .flashcard_controls p {
	margin: 0 auto;
	padding: 0 10px;
	display: inline;
}

/*Subnote Styling Below*/

/* adjust subscripts so line heights are not affected */
sub {
	line-height: 0;
	vertical-align: text-top;
}

.subnote {font-size:9pt; }

/*Other styling*/

hr {
	color: #369;
	background-color: #369;
}

.content_section li, .left_subsection li {
	list-style: none;
	margin: 15px 0;
	padding-left: 20px;
	background-image: url(http://www.learn-korean-now.com/includes/images/0136_fat_arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
}
