/*  
Theme Name: SO-IL
Theme URI: http://linkedbyair.net/so-il/
Description: Solid Objectives - Idenburg Liu
Version: 1.0
Author: Linked by Air + Geoffrey Han
Author URI: http://linkedbyair.net/

	Design and programming: Linked by Air + Geoffrey Han

*/



/* Begin Typography & Colors */

body {
	background: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}

p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 14px;
}

b {
	font-weight: normal;
}

a, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #000;
}
a.hidden, a.hidden:visited, a.hidden:hover, a.hidden:active {
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
#header a.hidden, #header a.hidden:visited, #header a.hidden:hover, #header a.hidden:active {
	font-weight: normal;
}

.image-column .caption .title {
	z-index: 10;
}
.image-column .caption {
	margin-bottom: 15px;
}

#header {
	font-weight: normal;
}
#header b {
	font-weight: bold;
}

#header .marker {
	float: left;
	width: 15px;
}

#navigation-layer .category {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: .05em;
	white-space: nowrap;
}
#navigation-layer .category-not-current .inner {
	border-bottom: 2px solid #000;
}
#navigation-layer .category-current .inner {
	background-color: #000;
}
#navigation-layer .category a {
	border-bottom: none;
	text-decoration: none;
}
#navigation-layer .category-current a {
	color: #fff;
}

.index p.thumbnail {
	text-align: center;
}

.single p.post-title, .multiple p.post-title {
	margin-bottom: 0;
}

.so-il p.post-title, .news p.post-title {
	margin-bottom: 15px;
}

.image {
	width: 100%;
}
.image .grayscale-color a, .image .grayscale-color a:visited, .image .grayscale-color a:hover, .image .grayscale-color a:active {
	border: none;
}
.image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	opacity: inherit;
	filter: inherit;
}
.image .caption {
	margin-left: auto;
	margin-right: auto;
}

.image-column .caption .title a {
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.image-column .caption {
	margin-bottom: 15px;
}
.post .image {
	margin-bottom: 15px;
}

sup {
	line-height: 0;
}
sup.footnote {
	font-style: italic;
}
.single .writing .content ol {
	display: none;
}
.single .writing .footnotes ol {
	padding-left: 10px;
	margin-left: 0;
	font-style: italic;
}
.single .writing .footnotes ol i {
	font-style: normal;
}

.single .post-title, .single .post-meta, .news .post-title, .so-il .post-title {
	font-size: 15px;
	line-height: 17px;
}

.single .post-nav {
	text-align: center;
}

#footer {
	font-weight: normal;
	color: #999;
	font-size: 10px;
	line-height: 14px;
}
#footer a, #footer a:active, #footer a:hover, #footer a:visited {
	font-weight: normal;
	color: #999;
	border-bottom: 1px solid #999;
}

/* End Typography & Colors */




/* Begin Structure */

body {
	margin: 15px;
	padding: 0; 
}

#page {
	width: 940px;
}

#header {
	width: 100%;
	height: 175px;
}

#header .column {
	width: 148px;
}

#content {
	clear: both;
}

#navigation-layer .category {
	position: fixed;
	width: 230px;
	visibility: hidden;
}
.ie6 #navigation-layer .category {
	position: absolute;
	text-align: center;
}
#navigation-layer .category .inner {
	float: left;
	padding-bottom: 4px;
	padding-top: 4px;
}
.ie6 #navigation-layer .category .inner {
	width: 0;
}
.ie6 #navigation-layer .position-1 .inner, .ie6 #navigation-layer .position-2 .inner,
		.ie6 #navigation-layer .position-5 .inner, .ie6 #navigation-layer .position-6 .inner {
	width: 0;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#navigation-layer .position-1 {
	top: 26px;
	left: 25%;
}
.ie6 #navigation-layer .position-1 {
	top: expression((26 + (ignoreMe = document.documentElement.scrollTop)) + 'px');
	left: expression((document.documentElement.scrollLeft + (.25 * (ignoreMe = document.documentElement.clientWidth)) - 115) + 'px');
}
#navigation-layer .position-2 {
	top: 26px;
	left: 75%;
}
.ie6 #navigation-layer .position-2 {
	top: expression((26 + (ignoreMe = document.documentElement.scrollTop)) + 'px');
	left: expression((document.documentElement.scrollLeft + (.75 * (ignoreMe = document.documentElement.clientWidth)) - 115) + 'px');
}
#navigation-layer .position-3 {
	top: 50%;
	left: 25px;
}
.ie6 #navigation-layer .position-3 {
	top: expression((document.documentElement.scrollTop + (.5 * (ignoreMe = document.documentElement.clientHeight))) + 'px');
	left: expression((25 + (ignoreMe = document.body.scrollTop)) + 'px');
}
#navigation-layer .position-4 {
	top: 50%;
	right: 27px;
	width: 230px;
}
#navigation-layer .position-4 .inner {
	float: right;
}
.ie6 #navigation-layer .position-4 {
	top: expression((document.documentElement.scrollTop + (.5 * (ignoreMe = document.documentElement.clientHeight))) + 'px');
	left: expression((document.documentElement.clientWidth + (-255 + (ignoreMe = document.body.scrollLeft))) + 'px');
}
#navigation-layer .position-5 {
	bottom: 25px;
	left: 25%;
}
.ie6 #navigation-layer .position-5 {
	top: expression((document.documentElement.clientHeight + (-50 + (ignoreMe = document.documentElement.scrollTop))) + 'px');
	left: expression((document.documentElement.scrollLeft + (.25 * (ignoreMe = document.documentElement.clientWidth)) - 115) + 'px');
}
#navigation-layer .position-6 {
	bottom: 25px;
	left: 75%;
}
.ie6 #navigation-layer .position-6 {
	top: expression((document.documentElement.clientHeight + (-50 + (ignoreMe = document.documentElement.scrollTop))) + 'px');
	left: expression((document.documentElement.scrollLeft + (.75 * (ignoreMe = document.documentElement.clientWidth)) - 115) + 'px');
}

.column {
	margin-right: 50px;
	float: left;
}
.column-last {
	margin-right: 0;
}

.index .row {
	width: 950px;
	clear: both;
}
.index .column {
	width: 198px;
	padding-bottom: 15px;
}

.index .thumbnail-padding {
	visibility: hidden;
}

.single .column, .multiple .column {
	width: 445px;
}
.project .column {
	width: 280px;
}
.writing .column {
	width: 610px;
}
.writing .column-last {
	width: 280px;
}
.news .column {
	width: 280px;
}
.so-il .column {
	width: 280px;
}

#footer {
	clear: both;
	padding-top: 25px;
}

/* End Structure */



/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
}

/* End Entry Lists */



/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */



/* Begin Comments*/

.alt {
}

.commentlist {
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
}

#commentform p {
	}

.nocomments {
}

.commentmetadata {
	display: block;
}

/* End Comments */




/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

a img, a.image {
	border: none;
}
	

.navigation {
	display: block;
}

/* End Various Tags & Classes*/
