/*
Theme Name:		AMS Korea
Theme URI:		
Description:	
Version:		1.0
Author:			Ashton Brown
Author URI:		
*/

/* CSS Document */

/********** LAYOUT *********/
.header {
	background-color: #FFFFFF;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.sidebar{
	font-family: Arial;
	font-size: 10px;
	color: #00468b;
	background-color: #bdcfe3;
	font-weight: bold;
	margin-top: 10px;
}
.content-area{
	margin-top: 10px;
	margin-bottom: 10px;
}
.content-area center{
	font-size: 70%;
	color: #FFFFFF;
	background-color: #7ea0b9;
}
.text_box{
}
.text_box h1{
	color: #FFFFFF;
	background-color: #b8bd73;
	font-size: 140%;
	font-weight: bold;
	padding: 7px;
}
.content-area_box{}
.full-width-box {
	margin-bottom: 10px;
}
.alignright{
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
p img , p a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/********** NAVIGATION **********/
.nav {
	background-color: #7ea0b9;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.nav ul {
	display:inline;
}
.nav ul li {
	display:inline;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav ul li a:hover,
.nav ul li.current_page_item a {
	color: #C50A25;
}

.footer {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #7ea0b9;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footer a:link, .footer a:visited {
color: #FFFFFF;
}


/********** TYPORGAPHY **********/

a:link { color:#000000; }
a:visited { color: #000000; } 

.header_small {
	font-size: 110%;
	font-weight: bold;
}
.page-title {
	font-size: 250%;
	color: #00468b;
}



/********** UNIQUE ELEMENTS **********/
.sidebar-app-button {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
}
.testimonial {
	padding-right: 13px;
	padding-left: 17px;
	padding-bottom: 60px;
}
.testimonial .title {
	font-size: 130%;
}
.testimonial .quote {
	padding-right: 10px;
	padding-left: 10px;
}
.testimonial .from {
	padding-left: 80px;
	font-size: 130%;
}
.sidebar li {
	list-style:none;
}
.testimonial {
padding:10px;
}