/*  
Theme Name: Wandering Spoon
Theme URI: http://wordpress.org/
Description: Custom design for wanderingspoon.com
Author: Bryan Wu
Author URI: http://wanderingspoon.com/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/

/* Begin Structure */
#body {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	width: 1000px;
}

#headerimg {
	margin: 0;
	width: 100%;
	}

.contentcolumn {
	float: left;
	margin-left: 50px;
	width: 640px;
/* 	border: 1px solid #CCC; */
	}
	
.post {
	margin: 0 0 0 0px;
	text-align: left;
	}

.contentcolumn .post {
	margin: 0;
	}

.contentcolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.contentcolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#sidebar
{
	padding: 0px 0 0px 0;
	margin-left: 760px;
	width: 160px;
	}

.postmetadata {
	clear: left;
	padding-top: 15px; 
	padding-bottom: 15px;
}

.postmetadata a {
	color: #888888;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 700px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Typography & Colors */
#body {
	text-align: left;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11pt;
	line-height: 120%;
	color: #202020;
  }

.blogtitle {
	margin-left: 50px;
	color: #931518;
	font-family: 'Georgia', 'serif';
	text-decoration: none;
	font-size: 28px;
	}

.title {
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.Menulinks  A:link		{ color: #999999; }
.Menulinks  A:visited	{ color: #666666; }
.Menulinks  A:hover 	{ color: #ff0000; }
.Menulinks  A:active 	{ color: #999999; }

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;
	}

.byline {
	font-size: .90em;
	color: #666666;
}

.entry {
	font-family: Georgia, Serif;
	color: #202020;
	font-size: 10.5pt;
	line-height: 150%;
	margin-top: 15px;
}

.entry a {
}

.entry p {
	padding-bottom: 6px;
}

small {
	font-size: 0.8em;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	color: #808080;
	}

h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	line-height: 120%;
	font-style: normal;
	}

h2 a:link {
	color: #052985;
}

h2 a:visited {
	color: #1C3476;
}

h2.pagetitle {
	font-size: 1.2em;
	font-style: italic;
	}

#sidebar h2 {
	font-size: 1.0em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h3, h3 a, h3 a:visited {
	color: #444;
	}

/*
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
*/
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: .9em;
	}

#sidebar .widget{
	padding-bottom:30px;
	margin:bottom:30px;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #333;
	font-size: 80%;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	}

a:hover {
	color: #147;
	}
	

/* End Typography & Colors */






/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	max-width: 100%;
	background-color: #FAFAFA;
	border: 0px;
	padding: 0;
	margin: 0 10px 10px 0;
	}

/*	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;
	margin-left: 10px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	margin-right: 10px;
	}

.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: -14px;
	} 

html>body .entry li {
	margin: 7px 0 12px 15px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "◆ ";
	}

.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;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #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 Nested Comments */
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { margin:0 0 10px; padding:5px 7px 5px 54px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:normal; }
ol.commentlist li div.vcard cite.fn { color: #202020; font-style:normal; font-size: 1em;}
ol.commentlist li div.vcard cite.fn a.url { color:#1C3476; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#06c; }
ol.commentlist li div.vcard img.avatar { left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; position:absolute; right:10px; text-align:right; top:5px; font-size:.8em; }
ol.commentlist li div.comment-meta a { color:#888; text-decoration:none; }
ol.commentlist li p { margin:5px 0 12px; }
ol.commentlist li ul { margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#6b8eaf; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#5a88b4; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
/* End Nested Comments */



/* Begin OLD Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.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;
	}

.commentmetadata {
	display: block;
	}
/* End Old Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */





/* 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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* End Various Tags & Classes*/


/* Unused */

/* 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; }


	#wp-calendar #prev a {
		font-size: 9pt;
		}

	#wp-calendar a {
		text-decoration: none;
		}

	#wp-calendar caption {
		text-align: center;
		}

	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
		}


	/* End Calendar */

