/*  
Theme Name: James Seng's original blog
Theme URI: http://wordpress.org/
Description: Based on he default WordPress theme modified for James Seng's blog.
Version: 1.0
Author: James Seng
Author URI: http://james.seng.sg/

    James Seng 1.0
	 http://james.seng.sg/

	This theme was designed and built by James Seng
	whose blog you will find at http://james.seng.sg/
*/

/* Begin Structure */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff;
	color: #686360;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}


#page {
	background-color: white;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	}

#header {
	background: #ffffff;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 370px; 
	width: 800px;
	}

#content {
    font-family: trebuchet ms, times new roman, georgia, verdana;
    color:#686360;
    font-size: 12px;
    font-weight:normal;
    line-height:150%;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left: 558px;
	padding: 10px;
	width: 220px;
    line-height: 200%;
    }

#footer {
	margin: 0 auto;
	width: 800px;
	clear: both;
	padding: 10px;
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 50px;
	}
/* End Structure */

/* Begin Text/Img */
a img {
	border: none;
	}

a, a:link, a:visited {
	color: #98ba98;
	text-decoration: none;
	}

a:active, a:hover {
    color: #ff6600;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
    margin: 0px;
    padding: 0px;
	}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	padding-top: 0px;
	margin: 0;
	font-size: 4em;
	text-align: left;
	padding-bottom: 3px;
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
    font-family: georgia, verdana, palatino, arial, sans-serif;
    font-size: 16px;
    color: #669900;
    font-weight: normal;
    letter-spacing: .1em;
    text-decoration: none;
    }
/* End Text/Img */

/* Begin Header */
/* End Header */

/* Begin Content */
.narrowcolumn {
	float: left;
	padding: 0 0px 0px 0px;
	margin: 0px;
	width: 530px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post a,
.post a:link,
.post a:visited,
.post a:active,
.post a:hover {
  color: #98ba98;
}

h2.date {
    font-family: verdana, georgia, palatino, arial, sans-serif;
    font-size: 12px;
    color: #666633;
    letter-spacing: .2em;
    margin-bottom: 0px;
    border-bottom: 1px solid #dddddd;
    font-weight:nor0al;
    text-transform: uppercase;
    letter-spacing: .1em;
    }

h2.title, h2.title a, h2.title a:link, h2.title a:visited, h2.title a:active, h2.title a:hover {
    font-family: georgia, verdana, palatino, arial, sans-serif;
    font-size: 16px;
    color: #657f65;
    font-weight: normal;
    letter-spacing: .1em;
    text-decoration: none;
    line-height: 200%;
    }

h2.tagged, h2.tagged a, h2.tagged a:link, h2.tagged a:visited, h2.tagged a:active, h2.tagged a:hover {
    font-family: arial, georgia, verdana, palatino, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #98ba98;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: .1em;
    text-decoration: none;
    line-height: 100%;
    }

h2.pagetitle {
	font-size: 1.6em;
	margin-bottom: 10px;
	text-align: center;
    color: #770;
    line-height: 200%;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.postmetadata {
    font-size: 12px;
    color: #999966;
    padding-top: 5px;
    clear: left;
	text-align: center;
    }

.postmetadataalt {
    font-size: 10px;
    text-align: center;
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    line-height: 130%;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Content */


/* Begin Comments */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

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

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

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

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

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.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;
	}

.commentlist {
	padding: 0;
	}

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

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

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

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

h2.widgettitle {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color:#686360;
    letter-spacing: .5em;
    text-align: left;
    line-height: 30px;
    padding:2px;
    margin-top:5px;
    border-bottom: 1px solid #dddddd;
    text-transform:lowercase;
    }
/* End Sidebar */

/* Begin Footer */
#footer .disclaimer {
	clear: both;
    text-align: center;
	width: 400px;
    background: #f0f0f0;
    padding: 5px 60px 5px 60px;
    font-family: trebuchet ms, times new roman, georgia, verdana;
    color:#333;
    font-size:10px;
    font-weight:normal;
    line-height:150%;
}
/* End Footer */

/* Begin Misc */
/* End Misc */

