/*   
Theme Name: Pavilion Theme
Author: Viget Labs
Author URI: http://www.viget.com
*/

html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Droid Sans', Arial, sans-serif;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after,
#footer{
  clear: both;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.right {
  float: right;
}
.left {
  float: left;
}
.ir {
  display: block;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #395193;
  text-decoration: none;
}
a:hover {
  color: #082166;
}
body {
  background: #fff url('images/structure/colorstrips-top.png') top center repeat-x;
	font-size: 13px;
}
#container {
  width: 100%;
  background: #fff url('images/structure/colorstrips-bottom.png') bottom center repeat-x;
  border: 0;
	margin-top: 7px;
  padding-bottom: 7px;
}
#content {
  width: 960px;
  zoom: 1;
  margin: 0 auto;
  padding-bottom: 30px;
  color: #3a3a3a;
}
#content:before, #content:after {
  display: table;
  content: "";
}
#content:after {
  clear: both;
}
.hr-top { padding-top: 30px; margin-top: 30px; border-top: 1px solid #ececec; }
#content p.intro { margin: 30px 0; font-size: 1.2em }
#content .bottom30 { margin-bottom: 30px;}

/* Text Styles */
/* ------------------------------------------------------------------ */
h1, h2, #info-blocks h2 a, 
#sponsors h3, #footer em, #footer h4 {
	font-family: 'Crimson Text', Times New Roman, serif;
}
h1 {
	color: #24408e;
	font-size: 35px;
}
h2 {
	color: #79b512;
	font-size: 21px;
	margin: 25px 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
#content p { 
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 16px 0;
	}
#content ul {
	margin: 16px 0 30px 15px;
}
#content li {
	font-style: normal;
  font-size: 13px;
  line-height: 1.4;
	list-style: disc;
	margin-bottom: 8px;
	margin-left: 15px;
	padding-left: 0;
}
#content em { font-style: italic; }
.bold {
  font-weight: bold;
}
.highlight {
  padding: 5px 10px;
  background: #ececec;
}
/* Header */
/* ------------------------------------------------------------------ */
#top {
  position: relative;
  width: 960px;
  margin: 0px auto;
  height: 70px;
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
#top h1 a {
  width: 323px;
  height: 70px;
  background: url(images/structure/pavilion-2012-logo.png);
  float: left;
  cursor: mouse;
}
div#search {
  position: absolute;
  top: 25px;
  right: 0px;
  border: 1px solid #ececec;
  height: 26px;
  font-size: .9em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#search input#search {
  border: none;
  font-size: .8em;
  color: #666;
  padding: 5px 10px;
  width: 210px;
}
#searchsubmit {
  border: none;
  height: 26px;
  width: 35px;
  text-indent: -9999px;
  background: url(images/structure/icon-search.png) center right no-repeat;
}
/* Navigation */
/* ------------------------------------------------------------------ */
.menu {
  position: absolute;
  top: 80px;
  right: 0px;
}
.menu li {
  float: left;
  display: inline;
	margin-right: 3px;
}
.menu li a {
  color: #395193;
  padding: 8px 14px;
  text-decoration: none;
}
.menu li a:hover, .menu .current_page_item a {
  background: #eff0ef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Homepage Main Content */
/* ------------------------------------------------------------------ */
#feature {
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 30px;
  background: url(images/structure/hr.png) bottom left no-repeat;
}
#feature img {
  padding: 4px;
  border: 1px solid #ececec;
}
#feature h2 {
	background: #e56a5a url(images/content/welcome-korean.png) 33px 50px no-repeat;
	font-family: 'Droid Sans', Arial, sans-serif;
  position: absolute;
  top: 190px;
  left: 5px;
  line-height: 1.4em;
  padding: 20px 130px 50px 30px;
  color: #fff;
}
#info-blocks {
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
#info-blocks div {
  width: 307px;
  margin-right: 20px;
  float: left;
}
#info-blocks h2 {
  margin: 20px 0;
}
#info-blocks h2 a {
  color: #3a3a3a;
  text-decoration: none;
}
#info-blocks p {
  width: 290px;
  line-height: 1.6em;
}
#info-blocks div#sponsors {
  width: 305px;
  float: right;
  margin: 0;
}
#sponsors h3 {
  color: #fff;
  background: #aeaeae;
  padding: 8px 0;
  text-align: center;
  margin: 0;
}
.sponsor-lockup img {
  border: 1px solid #ececec;
  margin-bottom: 10px;
}
#logos a {
  width: 150px;
  height: 130px;
  display: block;
  float: left;
  text-align: center;
  line-height: 130px;
}
/* Form Styles */
/* ------------------------------------------------------------------ */
#content form {
  margin-bottom: 18px;
}
#content fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
#content fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

  color: #404040;
}
#content label,
input,
select,
textarea {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
#content input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 600px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  line-height: 27px;
}
textarea {
  height: auto;
}
label {
  display: block;
  margin-bottom: 5px;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
#content input, #content select, #content textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#content input:focus, #content textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
form div {
  margin-bottom: 25px;
}
form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
  color: #9d261d;
}
form div.error input, form div.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input:focus, form div.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
.buttons {
  margin-top: 20px;
}
#content input.grayButton, .reply a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
  font-family: 'Droid Sans', Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width: auto;
	height: auto;
}
#content input.grayButton:hover, .reply a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#content input.grayButton:active, .reply a:active {
	position:relative;
	top:1px;
}
/* Footer */
/* ------------------------------------------------------------------ */
#footer {
  margin-top: 50px;
  border-top: 20px solid #fff;
  background-color: #24408e;
}

#footer a {
  color: #00a4e2;
  text-decoration: none;
}
#footer-content {
  width: 960px;
  margin: -17px auto 0 auto;
  color: #fff;
  padding: 90px 0 50px 0;
  background: url(images/structure/icons-footer.png) 0 0 no-repeat;
}
#footer-about,
#footer-contact {
  width: 450px;
  margin-right: 50px;
  float: left;
}
#footer-about p { font-size: 13px;}
#footer-blog, #footer-tweets {
  width: 220px;
  float: left;
}
#footer-blog {
  margin-right: 20px;
}
#footer ul, #footer-extras ul {
  margin: 0;
}
#footer li {
  list-style-type: none;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#footer em {
  font-style: italic;
  display: block;
  clear: both;
}
#footer-extras {
  width: 960px;
  margin: 0px auto;
  padding: 30px 0;
}
#footer h4 {
  font-size: 1.6em;
  margin-bottom: 20px;
}
#footer p {
  line-height: 1.6em;
  margin: 0;
}
#footer-extras p {
  line-height: 40px;
  margin: 0;
}
#footer-social {
  float: right;
  width: 400px;
}
#footer-social li {
  display: inline;
  float: left;
  margin-left: 12px;
}
#footer-social a {
  height: 40px;
  background: url(images/structure/sprite-social-icons.png);
}
#footer-social a#facebook {
  width: 126px;
}
#footer-social a#twitter {
  width: 115px;
  background-position: -137px 0;
}
#footer-social a#youtube {
  width: 122px;
  background-position: -263px 0;
}
#footer-social a#facebook:hover {
  background-position: 0 -40px;
}
#footer-social a#twitter:hover {
  background-position: -137px -40px;
}
#footer-social a#youtube:hover {
  background-position: -263px -40px;
}
/* Individual Page Styles */
/* ------------------------------------------------------------------ */

.partner-block {
  width: 300px;
  margin-right: 30px;
  float: left;
}
.partner-block.right {
  margin-right: 0px;
  float: right;
}
.partner-block.left {
  clear: both;
}
.partner-block img { 
  border: 1px solid #ececec;
  margin-top: 25px; 
}
.partner-block h2 { 
  margin-top: 10px;
}
.bio img {
  float: left;
  padding: 4px;
  border: 1px solid #ececec;
}
#content .headshot h3, 
#content .headshot p {
  margin-left: 205px;
}
#content .bio p {
  margin-bottom: 0;
}
.bio {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
.bio.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sponsor-block {
  margin: 30px 0;
}
.sponsor-block img {
  float: left;
  border: 1px solid #ececec;
}
#content .sponsor-block h3, #content .sponsor-block p {
  margin-left: 95px;
}

/* Blog Formatting */
/* ------------------------------------------------------------------ */
#left-col {
	float: left;
	width: 620px;
}
#left-col .post {
	border-bottom: 1px solid #ececec;
}
#left-col .entry {
	font-style: italic;
}
#left-col .post-date a {
	text-transform: uppercase;
	color: #79B512;
}
#left-col .navigation {
	margin-top: 20px;
}
#left-col .navigation .next-posts{
	float: left;
}
#left-col .navigation .prev-posts{
	float: right;
}

/* Sidebar */
/* ------------------------------------------------------------------ */
#sidebar {
	float: right;
	width: 250px;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 13px;
}
#content ol.commentlist {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
#content ol.commentlist li {
  list-style-type: none;
    margin-left: 0px;
}
.commentmetadata {
  margin-bottom: 15px;  
}
.commentmetadata a {
  color: #999;
  font-size: .8em;
}
#content p.post-date {
  color: #999;
  margin-top: 5px;
}
#commentform {
  margin-top: 25px;
}
.reply {
    margin-bottom: 25px;
}
.reply a {
 font-size: 11px;
 padding: 4px 8px;
}

/* Button */
/* ------------------------------------------------------------------ */
.signup {
  float: right;
  text-align: center;
  margin: 20px;
}

#signup {
  font-family: 'Droid Sans', Arial, sans-serif;
  background-color:#79b512;
  border-width:1px;
  border-color:#66980f;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  -moz-box-shadow:inset 0px 1px 1px #accc19;
  -webkit-box-shadow:inset 0px 1px 1px #accc19;
  box-shadow:inset 0px 1px 1px #accc19;
  background-image: -moz-linear-gradient(top, #79b512, #64960f);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#79b512), to(#64960f));
  background-image: -o-linear-gradient(top, #79b512, #64960f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b512', endColorstr='#64960f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b512', endColorstr='#64960f')";
  background-image: linear-gradient(top, #79b512, #64960f);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color:#fff;
  padding:18px 25px;
  font-size:18px;
  text-decoration:none;
  text-transform:uppercase;
}
#signup:hover {
  background-image: -moz-linear-gradient(top, #99e053, #64960f);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#99e053), to(#64960f));
  background-image: -o-linear-gradient(top, #99e053, #64960f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e053', endColorstr='#64960f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e053', endColorstr='#64960f')";
  background-image: linear-gradient(top, #99e053, #64960f);
}