/*  
Theme Name: kc
Theme URI: http://www.karencheng.com.au
Description: Karen Cheng - Snippets of Life
Version: 1.0
Author: Karen Cheng
Author URI: http://www.karencheng.com.au

*/



/* Begin Typography & Colors */

a, a:visited, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #fff;
	border: 0px;
	text-align: left;
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 950px;
	}

#header {
	background-color: #fff;
	background: url('http://www.karencheng.com.au/images/header06.gif') no-repeat top; 
	vertical-align: top;
	padding: 0;
	margin: 0;
	height: 130px;
	}

#content {
	font-size: 1.1em;
	line-height: 1.4em;
	float: left;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
	width: 440px;
	border: 0px;
	font-family: Verdana, Helvetica, Sans-Serif;
	}

#headerimg {
	margin: 0;
	}
	
.post {
	margin: 0 0 40px 20px;
	text-align: left;
	}	

.narrowcolumn .entry {
	line-height: 1.4em;
	}
	
.narrowcolumn {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 0px;
	border-bottom: 0px;
	}

#footer {
	background-color: #fff;
	}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.4em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.postmetadata {
	color: #999;
	padding-top: 0px;
	text-align: left;
}

.postmetadata a, .postmetadata a:visited  {
	color: #81C0FF;
	text-decoration: none;
}

.postmetadata a:hover {
	color: #39f;
	text-decoration: underline;
	}
	
.postspermonth {
margin: 5px 0 10px 0;
list-style: none;
padding-left: 25px;
	}
	
/* End Typography & Colors */



/* Begin Structure */


#footer {
	padding: 0 0 50px 30px;
	margin-top : 50px;
	width: 650px;
	clear:both;
	text-align: left;
	}

#footer p {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	}


/* End Structure */



/*	Begin Headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 50px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	margin: 0;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* h4 = Day of the week titles */
	
h4 {
	padding-bottom: 20px;
	margin: 0;
	}
/* End Headers */



/* 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.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, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

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

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry p a:visited {
	color: #06c;
	}

#postmetadata ul, #postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	}

.pagemenu  {
	float: right;
	padding: 80px 0 0 0;
	}

.pagemenu li {
	display: inline;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-right: 13px;
	}
		
.pagemenu a, .pagemenu a:visited {
		color: #000;
		text-decoration: none;
		}
		
.pagemenu a:hover {
		color: #878787;
		text-decoration: underline;
		}

.related {
	color: #999;
}

.related a, .related a:visited  {
	color: #81C0FF;
	text-decoration: none;
}

.related a:hover  {
	color: #39f;
	text-decoration: underline;
}

.related ul li {
	list-style-type: none;
	list-style-image: url('none');
	line-height: 1.4em;	
	}

ul li {
	list-style-type: none;
	list-style-image: url('none');
	line-height: 1.4em;	
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#searchform #s {
	width: 115px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar {
	padding: 0px;
	margin: 20px 0 0 30px;
	float: left;
	text-align: left;
	width: 230px;
	}

#sidebar2 {
	padding: 0px;
	margin: 20px 10px 0 0px;
	float: right;
	text-align: left;
	width: 170px;
	}

#sidebar ul, #sidebar2 ul  {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin: 5px 0 15px 0;	
	}

#sidebar ul li ul li  {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0 0 0 10px;
	padding: 2px 0 2px 10px;
	font: 1.1em Verdana, Helvetica, Sans-Serif;
	border-bottom: 1px solid;
	line-height: 1.4em;		
	}

#sidebar ul li p, #sidebar2 ul li p {
	font: 1.1em Verdana, Helvetica, Sans-Serif;
	margin: 0px;
	line-height: 1.4em;	
	color: #333;
	}

#sidebar ul li ul li a.toppost {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0 0 0 10px;
	padding: 2px 0 2px 10px;
	font: 1.1em Verdana, Helvetica, Sans-Serif;
	border-bottom: none;
	line-height: 1.4em;		
	}

h1.sidebar {
	font: 1.1em Verdana, Sans-Serif;
	font-weight: normal;
	color: #f06;
	text-align: left;
	margin-bottom: 5px;
	padding: 0px;
	}
	
#sidebar form, #sidebar2 form {
	margin: 0;
	}

#sidebar a, #sidebar a:visited, #sidebar2 a, #sidebar2 a:visited {
	color: #373737;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar2 a:hover {
	color: #878787;
	text-decoration: none;
	}

#sidebar ul li a.toppost, #sidebar ul li a.toppost:visited {
	font: 1.1em Verdana, Sans-Serif;
	padding: 0 0 0 10px;
	color: #373737;
	text-decoration: underline;
	line-height: 1.6em;		
	}

#sidebar ul li a.toppost:hover {
	color: #878787;
	text-decoration: underline;
	}


/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

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

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

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* ADS */
.adspacer img{
	margin-bottom: 5px;
	}

.paper01 {
	width: 185px;
	height: 178px;
	background: url('http://www.karencheng.com.au/images/paper03.jpg') no-repeat top; 
	vertical-align: top;
	position: relative;
	}

.aditem_paper01 {
	padding: 28px 0px 0px 30px;
	}

.card {
	margin-left: 15px;
	width: 165px;
	background: #fff url('http://www.karencheng.com.au/images/box_xsmall02.jpg') no-repeat top; 
	height:285px
}
.aditem_card {
	padding: 25px 0px 0px 25px;
}
.textads {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1.1em;
	margin-left: 0px;
}
.adHeadline {width: 110px; margin-left: 2px; font: normal 1.1em Verdana, Arial; text-decoration: none; color: #666666;}
.adText {margin-left: 2px; font: normal 1.1em Verdana, Arial; text-decoration: none; color: #777777;}
