/*
Theme Name: Maangchi
Theme URI: http://www.maangchi.com/talk
Description: for www.maangchi.com/talk
Version: 0.01
Author: Maangchi
Author URI: http://www.maangchi.com/
*/

/* Globals 
=================================== */
* { margin: 0; padding: 0; }
body {
	margin-bottom: 50px;
	text-align: center;
}
h2 {
	font-family: "anivers-1","anivers-2";
	font-size: 30px;
	color: #EAC306;
}
h1, h1 a, h1 a:visited,
.topictitle, .topictitle a, .topictitle a:visited,
#forum-page .sectiontitle,
#profile-page .sectiontitle,
#login-page .sectiontitle,
#register-page .sectiontitle,
#tag-page .pagetitle {
	font-size: 30px;
	line-height: 1;
	font-family: "anivers-1","anivers-2";
	color: #EAC306;
	margin-bottom: 0;
}
#front-page .sectiontitle {
	font-size: 35px;
	font-family: "anivers-1","anivers-2";
}
.sectiontitle,
.pagetitle {
	font-family: Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 4px;
	word-spacing: 0;
}
.sectiontitle {
	float: left;
	margin-right: 8px;
}
.pagetitle a,
.sectiontitle a,
.pagetitle a:visited,
.sectiontitle a:visited {
	color:#FCA2FF;
}
input { padding: 4px; }
.alt { background-color: #fff; }
pre, code { font: 1.0em Monaco, 'Courier New', monospace; }
.left { float: left; }
.right { float: right; }
.delete:hover {
	background-color: #c00;
	color: #fff;
}
fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}
.bozo { background-color: #eeee88; }
.alt.bozo { background-color: #ffff99; }
.deleted { background-color: #ee8888; }
.alt.deleted { background-color: #ff9999; }

/* Structure
=================================== */
#footer .stats,
#footer #share {
	float: right;
}
.bbcrumb {
	display: none;
}

.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* forms in sidebar
=================================== */
#logger {
	display: block;
	margin: 6px 0 15px 0;
	font-size: 12px;
}
#user_login, #password {
	width: 120px;
	padding: 4px;
}
#logger p {
	margin-bottom: 2px;
}
#profile-menu li {
	display: inline;
	float: left;
	margin-right: 7px;
}
.login label {
	display: block;
	padding-right: 2px;
	line-height: 14px;
}
form.login input#submit {
	margin-top: 4px;
	display: block;
}
div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}
form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
.logout {
	font-size: 12px;
	line-height: 1;
}

/* tag list
=================================== */
#hottags {
	margin-bottom: 15px;
}

/* Front Page
=================================== */
#front-page #hottags {
	overflow: hidden;
}
#front-page #discussions {
	margin-top: 0;
}
#front-page .sectiontitle, 
#tag-page .sectiontitle {
	float: none;
}
#discussions p {
	margin: 0 0 7px 10px;
	padding: 0;
	font-size:.9em;
	width: 500px;
	color: #333;
}

.frontpageheatmap {
	font-weight: normal;
	padding-bottom: 10px;
}
#front-page #discussions ul { 
	padding: 0 0 0 25px;
}
#discussions ul.topicmeta {
	margin: 0 0 10px 25px;
}
#discussions ul.topicmeta li a {
	color: #8bc8e0;
}

#discussions h3.sticky  {
	color: #ffc8ff;
	font-size: 24px;
}
#discussions h3.sticky  a {
	color: #6fbad9;
}

#discussions h3 {
	margin: 3px 0 0 5px;
	line-height: 1.2;
}
#discussions h3 a,  #discussions h3 a:link, 
#discussions h3 a:visited {
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
}
#discussions h3 a:hover {color: #FF00FF}
#discussions h3 .bb_attachments_link {
	display: none;
}
#main h2.new-topic {
	margin-top: 15px;
}
#main h2.calltoaction {
	font-size: 27px;
	line-height: 1.1;
}



/* Topic Page
=================================== */
.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

/* meta info */
.infobox ul.topicmeta, ul.topicmeta  {
	margin: 2px 0 3px 12px;
	padding: 0;
	line-height: 1.1;
	list-style: none;
	color: #999;
}
.infobox ul.topicmeta li, ul.topicmeta li {
	list-style: none;
	display: inline;
	font-size: 12px;
	padding: 0 5px 0 0;
	margin: 0;
	border-right: 1px solid #d5d5d5
}
.infobox ul.topicmeta li.last, .favorite-toggle, ul.topicmeta li.last {
	border-right: none;
	font-size: 10px;
}
.infobox ul li { padding-bottom: 3px; }
#topic-info {
	padding: 0 10px 0 0;
}

/* tags */
#topic-tags {
	padding: 0 0 0 1em;
}
#yourtaglist {
	list-style: none;
	padding: 0;
	margin: 0 0 0 3px;
	font-size: 11px;
}
#yourtaglist li {
	margin-right: 7px;
	display: inline;
	float: left;
}
#othertags p {
	margin-bottom: 0;
	color: #9C9C9C;
}
.nav {
	margin: 15px 0 20px 0;
	padding: 12px 0 0 0;
}
.nav span { font-weight: bold; }
.nav span, .nav a {
	padding: 6px;
	margin:0 3px 0 0;
}
/*thread*/
#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}
#thread li.response {
	margin-bottom: 65px;
}
#thread .avatar {
	float: left;
	margin-right: 7px;
}
#thread cite {
	font-style: normal;
	line-height: 1;
}
#thread cite a {
	color: #E59DD5;
	font-size: 22px;
}
#thread cite .fanpage a {
	font-size: 10px;
	color: #5198B6;
}
#thread cite .location {
	color: #7EBD23;
}
#thread .post-author-meta {
	margin-top: 3px;
}
#thread .post-author-meta li,
#thread .post-meta li {
	display: inline;
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
	font-size: 11px;
	color: #778899;
}
#thread .post-body {
	padding-top: 5px;
}
.bb_attachments_link {
	margin: 0;
	display: inline;
}
.bb_attachments_link img {
	margin: 0 auto;
	display: block;
}


#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	margin: 2px 0 0;
	padding: 0 0 0;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 19em;
	margin: 5px 0;
	padding: 5px;
	width: 510px;
	display: block;
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.topiclink { display: block; }

.rss-link {
	padding: 6px 0 0 20px;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 10px;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */
#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
	border-right: 2px solid pink;
	padding: 0 6px;
	margin: 0 -4px 0 0;
}
#content .infobox li { margin-bottom: 2px; }
#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}
#front-search {
	float: right;
	margin-top: -8px;
}
#latest td, #forumlist td, #favorites td { padding: 5px 10px; }
#forumlist tr td div.nest {
	padding-left: 2.5ex;
}
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }
#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}
#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

/* Profile Page
=================================== */
#useravatar { 
	margin-bottom: 1em; 
	display: inline; 
	margin: 2px 10px 0 0;
	float: left;
}
ul.avatarinstructions {
	margin: 3px 0 3px 20px;
}
#userinfo { 
	margin: 10px 0 0 121px;
}
#profile-menu .current {
	display: none;
}
#userinfo dt {
	font-weight: bold;
	float: left;
	margin-right: 6px;
	color: #A9A9A9;
}

#userinfo dd { margin: 0 0 3px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol,
.user-recent ul { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */
#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #FBFBFB;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 10px;
	font-family: Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
	font-weight: normal;
	font-size: 17px;
	color: #747474;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px 2px 5px 0;
	text-align: right;
	width: 30%;
	vertical-align: top;
	font-weight: normal;
	font-family: Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
	font-size: 16px;
	
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 0px 16px 10px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

#sidebar .badge_uber_wrapper {
	margin: 0;
}
