/*
Theme Name: mmh
Theme URI: http://mhsiung.com/
Description: 
Version: 1.0
Author: Melissa Hsiung
Author URI: http://mhsiung.com/
Tags: 

Portfolio theme (edited from WP default theme)

*/

.wp-caption-text {
	color: #777;
	font-style: italic;
}

.post {
}

.postFoot {
	border-bottom: 2px #777 solid;
	margin-bottom: 2em;
}

/* DEFAULT */
body {
	font-family: Helvetica, Myriad, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #fff;
	color: #000;
	text-align: left;
	
	}
	
p {	}

small { font-size: .9em; }

img {border: 0;}

a {
	color: #009;
	text-decoration: none;
	}

a:visited {
	color: #777;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h3 { margin-bottom: -.8em;
}


/* PAGE STRUCTURE */
h2.pageTitle { 
	display: none;
	height: 0px;
	}

#pageContent {
	width: 1024px;
	float: right;
	}

.pageClear {
	clear: both;
	height: 1.5em;
	}
	
/* ARCHIVE & SEARCH PAGE */

.archSorry, .archiveTitle, .searchTitle {
	margin-top: 0;
	margin-left: 237px;
	}
	
/* SEARCH & COMMENT FORMS */

form {
	text-align: left;
	}

input {
	background: #eee;
	border: 1px solid gray;
	margin: 2px 0;
	}

#searchform {
	}
	
#paypalDonate, #paypalDonate input {
	background: #fff;
	border: 1px solid #fff;
	margin: 2em 0;
	}
	
/* BLOG/POST STRUCTURE */

.sbImgCat {
	border: 0px;
	}

.sbPcat {
	text-align: left;
	margin: 5px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	}

p.sbPcat a {
	color: #777;
	background: #eee;
	padding: 3px;
	}	

img.sbCat {
	margin: 5px 5px 0 0;
	}
	

.postHead {
	width: 550px;
	margin-left: 237px;
	clear: both;
	}

h2.postTitle {
	width: 425px;
	margin-right: 25px;
	float: left;
/*	margin-left: -25px;
	padding-left: 5px;
	border-left: 20px solid #777; */
	}

h2.postInfo { /* date & author */
	font-weight: normal;
	text-align: right;
	width: 100px;
	float: right;
	}

span.postInfo {
	font-size: .7em;
	color: #777;
	vertical-align: baseline;
	}

/* can swap right/left - 
move sidebar first in index.php & swap floats in postImg & postCol
also edit postTitle & sorry
*/

.postImg { 
	width: 200px;
	margin-top: -3em;
	margin-right: 15px;
	margin-left: 22px;
	float: left;
	text-align: right;
	}
	
.postCol { /* same as #centerCol for now */
	width: 550px;
	float: right;
	}

.postClear {
	clear: both;
	height: 1.5em;
	}
	
.postFoot {
	width: 550px;
	/* margin-right: 237px; */
	margin-left: 237px;  /* turn on for right sidebar */
	}

.postmetadata { /* tags, categories & comments */
	margin-bottom: 1em;
	padding-bottom: 2em;
	}



/* MAIN LAYOUT */
.clear { clear: both; }

#page {
	width: 1024px;
	/* height: 768px; */
	margin: auto;
	}

#header { /* contains logo & page links (font styling is in header.php) */
	width: 1024px;
	height: 110px;
	}

#bodyCols {
	width: 1024px;
	/* height: 620px; */
	}

#prop { /* makes page height at least 620px */
	width: 1px;
	height: 620px;
	margin-left: -1px;
	float: left;
	}

#leftCol, .leftCol {
	width: 200px;
	margin-right: 37px;
	float: left;
	text-align: right;
	}

#centerCol, .centerCol {
	width: 550px;
	float: left;
	}

#rightCol, .rightCol { /* used for sidebar.php in the blog */
	width: 200px;
	margin-left: 37px;
	float: right;
	}

#leftCenterCol { /* used for main content in blog */
	width: 787px;
	float: left;
	}

#centerRightCol {
	width: 787px;
	float: right;
	}

#footer {
	width: 1024px;
	clear: both;
	}
	
#footerBar { /* blue horizontal bar */
	width: 550px;
	height: 25px;
	margin-left: 237px;
	border-bottom: 3px solid #009;
	clear: both;
	}

#footerText {
	margin-top: .25em;
	margin-left: 237px;
	margin-bottom: 2em;
	}
