/*
LAST UPDATED 02/03/2014
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
	2.1 - Catch-all
	2.2 - Styling
3.0 - Layout Elements
	3.1 - Main + Sidebar
	3.2 - Posts
	3.3 - FAQ Page
	3.4 - Catch-all
4.0 - Navigation
	4.1 - Links
	4.2 - Menus
5.0 - Alignments
6.0 - Clearings
7.0 - Selection
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 Typography > Catch-all
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
2.2 Typography > Styling Headings
--------------------------------------------------------------*/
h1 {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 27px;
	font-size: 2.7rem;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	margin: 24px 0 12px 0;
}

/*--------------------------------------------------------------
3.0 Layout Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Layout Elements > Main + Sidebar
--------------------------------------------------------------*/
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1050px;
}

#side {
	position: absolute;
	top: 0;
	left: 0;
	width: 465px;
}
header {
	position: fixed;
	background-color: #fff;
	border: 0;
}
#header-logo {
	width: 195px;
	min-height: 800px;
	margin: 0;
	padding: 39px 0 0 0;
	background: #fff url(http://www.kachiky.net/30gsm/andatsea/bg_side.png) no-repeat right top;
	float: left;
}
#infobar {
	float: left;
	width: 270px;
	margin: 0;
	padding: 120px 0 0 0;
}
#intro {
	padding: 0 20px 0 30px;
}
#intro p {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 6px 0;
}
#about-icons {
	text-align: center;
	margin: 21px 0 0 0;
}
#about-icons img {
	margin: 0 1px;
}
#about-icons a img {
	opacity: .06;
}
#about-icons a:hover img {
	opacity: 1;
}
#arrows {
	width: 120px;
	margin: 24px auto 0 auto;
}
img.arrow-left {
	float: left;
}
img.arrow-right {
	float: right;
}
#arrows a img {
	opacity: .2;
}
#arrows a:hover img {
	opacity: 1;
}

/*--------------------------------------------------------------
3.2 Layout Elements > Posts
--------------------------------------------------------------*/
#content {
	position: absolute;
	top: 93px;
	right: 10px;
	width: 550px;
}
.post-wrap {
	clear: both;
	position: relative;
	margin: 0 0 150px 0;
}
.post-wrap blockquote {
	border-left: 3px solid #333;
	padding-left: 18px;
	text-align: left;
}
.post-wrap blockquote:hover {
	border-left: 3px solid #ecef00;
}
.post-caption a,
.post-text a,
.post-answer a,
dl.faq a {
	color: #000;
	background-color: #f1f1f1;
	padding: 1px 4px;
}
.post-caption a:hover,
.post-text a:hover,
.post-answer a:hover,
dl.faq a:hover {
	background-color: #abeb00;
}
.post-wrap h2 a {
	background: none;
	padding: 0;
}
.post-wrap h2 a:hover {
	color: #abeb00;
	background: none;
}
.post-info {
	text-align: right;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 0 0 9px 0;
}
.post-info a {
	color: #000;
}
.post-info a:hover {
	color: #f259c5;
}
.post-photo,
.post-photoset {
	margin: 0 0 24px 0;
}
.photoset {
	width: 550px;
}
.post-photo img {
	max-width: 550px;
	width: 100%;
	height: auto;
}
.post-caption,
.post-text,
.post-question,
.post-answer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 24px;
}
.post-caption p,
.post-text p,
.post-question p,
.post-answer p {
	margin: 0 0 12px 0;
	line-height: 1.7;
	text-align: justify;
}
.post-text {
	border-top: 1px solid #f1f1f1;
}
.post-text figure {
	margin-bottom: 15px;
}
.post-text li {
	line-height: 1.7;
	text-align: justify;
}
.post-text p:first-child {
	margin-top: 30px;
}
.post-question {
	background-color: #f1f1f1;
	font-style: italic;
}
.post-question:hover {
	background-color: #ecef00;
}
p.question-person {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
	background-color: #333;
	display: inline-block;
	margin-left: -24px;
	padding: 6px 24px;
	-moz-border-radius-bottomright: 18px;
	border-bottom-right-radius: 18px;
}
p.question-person a {
	color: #fff;
}
.post-question p:last-child {
	padding-bottom: 15px;
}
.post-tags {
	margin: 30px 0 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	border-top: 1px solid #f1f1f1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.post-tags ul {
	list-style: none;
	margin: 12px 6px 12px 0;
	padding: 0;
}
.post-tags li {
	float: right;
	position: relative;
	margin-left: 6px;
}
.post-tags li a {
	opacity: .5;
	padding: 3px;
}
.post-tags li a:hover {
	opacity: 1;
	color: #f259c5;
}
ol.notes {
	list-style-type: none;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 36px 24px;
}
ol.notes li.note {
	margin: 0 0 6px 0;
	opacity: .5;
}
ol.notes li.note:hover {
	opacity: 1;
}
ol.notes li.note img.avatar {
	padding: 0;
	margin: 0 10px 0 0;
	vertical-align: -3px;
}
ol.notes li.note blockquote {
	border-left: 3px solid #333;
	margin-top: 6px;
	padding-left: 9px;
}
ol.notes li.note .answer_content {
	font-style: italic;
}

/*--------------------------------------------------------------
3.3 Layout Elements > FAQ Page
--------------------------------------------------------------*/
dl.faq {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: justify;
}
dl.faq dt {
	margin-bottom: 4px;
}
dl.faq dd {

}
/*--------------------------------------------------------------
3.4 Layout Elements > Catch-all
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
4.2 Menus
--------------------------------------------------------------*/
.main-nav {
	clear: both;
	display: block;
	margin: 25px auto 0 auto;
	width: 210px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav li {
	position: relative;
}
.main-nav a {
	display: block;
	width: 210px;
	height: 45px;
	padding: 13px 2px;
	margin-bottom: 1px;
	color: #404040;
	text-decoration: none;
	background-color: #f1f1f1;
}
.main-nav ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-nav ul ul a {
	width: 210px;
	height: 45px;
	padding: 13px 2px;
	margin-bottom: 1px;
	color: #fff;
	background-color: #f259c5;
}
.main-nav li.nav-tags:hover > a {
	background-color: #f259c5;
}
.main-nav li.nav-ask:hover > a {
	background-color: #ecef00;
}
.main-nav li.nav-archive:hover > a {
	background-color: #abeb00;
}
.main-nav ul ul :hover > a {
	background-color: #f685d5;
}
.main-nav ul li:hover > ul {
	display: block;
	width: 210px;
	margin-top: 24px;
	border-top: 1px solid #fff;
}
/*--------------------------------------------------------------
5.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
6.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
7.0 Selection
--------------------------------------------------------------*/
::selection {
    color: #000;
    background: #ecef00;
}
::-moz-selection {
    color: #000;
    background: #ecef00;
}