/**
 * yurimalina.com — static rebuild of the Cargo "Callisto" theme.
 * Cleaned and de-duplicated from the original member stylesheet.
 */

body,
html {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body {
	background: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.6;
	padding: 30px 75px 75px 75px;
}

/**
 * Header (image + title + navigation)
 */

.site_header {
	border-bottom: 1px solid #ccc;
	line-height: 1.8em;
	margin: 0 auto 15px auto;
	padding-bottom: 28px;
	max-width: 1530px;
	min-height: 14px;
	position: relative;
	width: calc(100% - 30px);
	z-index: 9;
}

.site_header:after {
	content: '';
	clear: both;
	display: block;
}

.header_image {
	float: left;
	padding: 0 30px 30px 0;
	width: 15%;
	min-width: 80px;
	max-width: 280px;
}

.header_image img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

.header_text {
	float: left;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 15px;
	padding-right: 30px;
	white-space: nowrap;
	z-index: 999;
}

.header_text a {
	color: #000;
	text-decoration: none;
}

.header_text a:hover {
	color: #000;
	border-bottom: 0;
}

.header_text a:active {
	color: #999;
	border-bottom: 0;
}

.navigation {
	font-size: 14px;
	float: right;
	margin: 6px 0 28px 0;
	max-width: 100%;
	line-height: 1.6em;
}

.navigation:after {
	clear: both;
	content: '';
	display: block;
}

.navigation .list {
	padding: 0;
	margin: 0;
}

.navigation li {
	margin-right: 17px;
	display: inline-block;
	list-style: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}

.navigation li:last-child {
	margin-right: 0;
}

.navigation a {
	text-decoration: none;
	color: #000;
}

.navigation a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

.navigation a:active {
	color: #666;
	border-bottom: 1px solid #666;
}

.navigation li.active a {
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

/**
 * Content container
 */

.container {
	margin: 0 auto;
	min-width: 360px;
	max-width: 1560px;
	position: relative;
}

.container:after {
	content: '';
	clear: both;
	display: block;
}

.entry {
	clear: both;
	margin: 60px 15px 0;
	position: relative;
}

.entry:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.project_title {
	color: #000;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.project_content {
	font-size: 16px;
	width: 100%;
}

.project_content p {
	margin: 0;
	padding: 0;
}

.project_content a {
	border-bottom: 1px solid #999;
	color: #000;
	text-decoration: none;
}

.project_content a:hover {
	background: #ffff00;
	color: #000;
}

.project_content a:active {
	background: #333;
	border: 0;
	color: #fff;
}

.project_content ul {
	padding-left: 0;
	list-style: none;
}

.project_content li {
	margin: 0 0 0.4em 0;
}

h1 { font-size: 22px; line-height: 165%; }
h2 { font-size: 16px; line-height: 165%; }
h3 { font-size: 14px; line-height: 150%; }

/**
 * Project footer (view counter)
 */

.project_footer {
	color: #aaa;
	clear: both;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	padding: 30px 0 0 0;
}

.project_footer .views {
	color: #999;
}

/**
 * Site footer
 */

.site_footer {
	height: 1.8em;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	margin: 0 auto;
	max-width: 1530px;
	min-height: 14px;
	padding: 30px 0;
	position: relative;
	text-align: center;
	width: calc(100% - 30px);
	z-index: 9;
}

.site_footer:after {
	clear: both;
	content: '';
	display: block;
}

img {
	border: 0;
	padding: 0;
}

:focus { outline: 0; }

/**
 * Responsive interventions (from the original theme)
 */

@media all and (max-width: 840px) {
	.project_content {
		width: 100%;
		max-width: 560px;
		margin-top: 45px;
	}
}

@media all and (max-width: 640px) {
	body {
		padding: 20px;
		font-size: 18px;
		line-height: 1.4em;
	}
	.header_image { width: 22%; }
	.navigation { float: left; }
}
