/*
Theme Name: MK THEME
Theme URI: http://www.thirtyonekm.com
Description: .
Version: 1.1
Author: Margaret Kwan
Author URI: http://www.thirtyonekm.com
Tags: custom header, fixed width, two columns, thirtyonekm 


*/


/*--RESETS--*/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*--END RESETS--*/

/*--MAIN--*/
body {
	font-size: 16px; /* Resets 1em to 10px */
	line-height: 200%;
	font-family: Georgia, Serif;
	background: #000;
	color:#333;
}

/*--HEADER--*/
#wrap_content, #wrap_footer, #wrap_header, #footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#wrap_header{
	background: #000;
	margin-bottom:15px;
	overflow:hidden;
	margin-top: 15px;
}

#header {

}

#headerimg {
	margin: 0 0 15px;
	height: 100px;
	float: left;
	}

#header_links {
	text-align:right;
	float: right;
	margin-top:32px;
	color: #666;
}

#header_links a {
	color: #666;
	font-size: 15px;
}
#header_links a:hover {
	color: #fff;
}


#searchform {
	float: right;
	margin-top: 20px;
}

#searchform input {
	padding: 5px;
	font-size: 13px;
	color: #ccc;
	border: 1px solid #222;
	font-family: Georgia;
	margin-left: 20px;
	background: #000;
	width: 300px;
}

#searchform input#searchsubmit {
	padding: 5px;
	font-size: 15px;
	color: #333;
	border:0px;
	font-family: Georgia;
	margin-left: 0px;
	background: #000;
	width: 70px;
	cursor: pointer;
}


#main_nav {
	position: fixed;
	top:31%;
	right:10px;
	list-style-type: none;
}

#main_nav li {
	

}

#main_nav a{
	color: #ccc;
	background: #000;
	opacity: 0.6;
	display: block;
	text-align: left;
	padding:5px 10px;
	margin-right:10px;
	margin-bottom: 2px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
	-webkit-border-radius: 5px;
	
}

#main_nav a:hover{
	color: #fff;
	opacity: 0.8;
}

#main_nav li.current-cat a{
	color: #fff;
	opacity: 1;
	
}
/*--END HEADER--*/

#content {
	margin-top: 0px;
}

.post { /*--this styles a single post--*/
	margin: 0 0 20px;
	padding: 25px;
  	-moz-border-radius: 8px 8px 25px 25px;
	-khtml-border-radius: 15px;
	border-radius: 8px 8px 25px 25px;
	-webkit-border-radius: 15px;
	background: #fff;
	border: 3px solid #232323;
	overflow: hidden;
}

.post_info {
	width: 240px;
	margin-right: 15px;
	float: left;	
}

.entry {
	float: left;
	width: 550px;
}
.post hr {
	display: block;
	}


.comments_bubble {
	float: right;
	display: block;
	height: 40px;
	width: 40px;
	background: url('images/comments_bubble.png') no-repeat;
	text-align: center;
	padding-top: 7px;
	font-size: 16px;
}

.comments_bubble a {
	color: #F97639	
}

/*--FOOTER --*/
#wrap_footer {
	clear:both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	color: #ccc;
}	

#footer {
	margin-left: auto;
	margin-right: auto;
	color: #ccc;
}

#footer a{
	color: #ccc;
}

#footer a:hover{
	text-decoration: underline;
}
	
#copyright {
	clear: both;
	padding-top: 20px;
	font-size: 12px;
	line-height: 120%;
}
/*--END FOOTER --*/

/*--SIDEBAR--*/
#sidebar {
	padding: 0px 0 10px 0;
	margin-left: 648px;
}

#sidebar form {
	margin: 0;
}

#sidebar h2,
#sidebar p, 
#sidebar a,
#sidebar ul ul li,
#sidebar ul ol li {
	color: #fff;
	}
	
#sidebar h2 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 5px;
}
	
#sidebar p {
	line-height: 15px;
}

#sidebar ul select {
	margin-top: 5px;
	margin-bottom: 8px;
	}

#sidebar ul, 
#sidebar ol {
	margin-left: 0px;
	width: 170px;
}
	
#sidebar ul li.current-cat a, #sidebar ul li.current-cat a:hover  {
	background: #1f1f1f;
	color: #fdfe36;
}


#sidebar ul li a, 
#sidebar ol li a{
	color: #fdfe36;
	display: block;
	border-bottom: 1px solid #1f1f1f;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar ul li a:hover, 
#sidebar ol li a:hover{
	background: #1f1f1f;
	border-bottom: 1px solid #252525;
	color: #fdfe36;
	text-decoration: none;
}

	
#sidebar .explanatory {
	margin-top: 20px;
	margin-bottom: 20px;	
}

#sidebar small {
	font-size: 12px;
	color: #fff;	
}
/*--END SIDEBAR--*/

/*--END STRUCTURE--*/

ol li {
	list-style: decimal outside;
}

/* HEADERS */
h2, h3, h4 {
	color: #333;
	}
	
h1 {
	color: #f97639;
	}

h1 {
	font-size: 30px;
	line-height: 40px;
	padding-top: 0px;
	margin: 0;
}

h2, h2.pagetitle, #content h2, h2 a {
	font-size: 30px;
	line-height: 34px;
	color: #f97639;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 15px;
	margin-top: 3px;
	}
	

h4 {
	font-size: 12px;
	line-height: 15px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



a {
	color: #000;
	text-decoration: none;	
}
a:hover, h2 a:hover, h3 a:hover {
	color: #f97639;
	text-decoration: none;
}

p {
	line-height: 140%;
	margin-bottom:18px;
}
em {
	font-style: italic;	
}
small {
	color: #729038;
	font-size: 12px;
	line-height: 140%;
	}


.entry p a:visited {
	color: #f97639;
	}
	
.nocomments, .postmetadata, blockquote, strike  {
	color: #5c8839;
}

strong {
	font-weight: bold;
}

code {
	font: 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.clear {
	clear: both;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
        line-height: 16px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


	

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 440px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	}
	
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea#comment,
.commentlist input #author,
.commmentlist input #email,
.commentlist input #url {
	border: 1px solid #999;
	font-size: 15px;
	font-family: Georgia, Serif;
	color: #333;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	padding: 8px;
	width: 100%;
	}
#respond {
	-moz-border-radius: 8px 8px 25px 25px;
	-khtml-border-radius: 15px;
	border-radius: 8px 8px 25px 25px;
	-webkit-border-radius: 15px;
	padding: 10px;
	clear:both;
	width: 50%;
	margin: 0 auto;

}

#respond p {
	color: #333;	
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	border: 1px solid #999;
	font-family: Georgia;
	background: #eee;
	font-size: 15px;
	padding: 10px;
	width: 450px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
	
/* End Form Elements */

/* Begin Comments*/

.commentlist li, #commentform input, #commentform textarea {

}

.commentlist li ul li {

}

.commentlist {
	margin-bottom: 20px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin-top: 15px;
}

.comment {
  	-moz-border-radius: 3px 3px 20px 20px;
	-khtml-border-radius:15px;
	-webkit-border-radius: 15px;
}

.comment-body { /*--wraps comments box--*/
	overflow: hidden;
	padding: 20px;
	margin-bottom: 15px;
}

.comment-author { /*--comments left side--*/
	float: left;
	width: 84px;
	margin-right: 20px;
}

.comment-meta { /*--comments right side--*/
}

.commentlist li .avatar { 
	border: 1px solid #8e8e8e;
	border-bottom:0;
	background: #fff;
	}

.commentlist cite, .commentlist cite a { /*--author name--*/
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	display: block;
	}

.commentlist span.says {
	display: none;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}


.thread-alt {
	background: #fff;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border-top: 1px solid #ddd;
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#commentform p {

	}
.waiting_moderation {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	color: #729038;	
	font-style: italic;
}

.reply_time a{
	color: #729038;
	font-size: 11px;
	line-height: 15px;
}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	padding: 5px;
	display: block;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
	background: #000;
	}

.navigation a{
	color: #fff;
	}


.navigation p{
	text-align: center;
	}
	
.navigation:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.icon {
	vertical-align: middle;
}

#searchform label {
display: none;
}

#projects {
  	-moz-border-radius: 8px 8px 25px 25px;
	-khtml-border-radius: 15px;
	border-radius: 8px 8px 25px 25px;
	-webkit-border-radius: 15px;
	background: #000;	
	margin-top: 10px
}
.zitem {
	float:left;
	margin-right: 10px;
	opacity: 0.3;
	line-height: 120%;
}

.zitem:hover {
	opacity:1;	
}

