/*
/*   
Theme Name: J'aime and I
Theme URI: 
Description: 2 column, main column is centered, altered from Kubrick
Author: Melissa Hsiung
Author URI: www.mhsiung.com
Template: 
Version: 1
.
General comments/License Statement
GPL
.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #000;
	text-align: center;
	margin-top: 0;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h1 a:hover, h2 a:hover, h3 a:hover, p.postMetadata a {
	color: #666;
	text-decoration: none;
	}
	
a { color: #f0c;
}

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

#page {
	background-color: white;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	width: 750px;
	}

#blogTitle 	{
	margin-top: -2em;
	width: 750px;
	color: #000;
	background: pink;
	}
	
	h1.blogTitle, .blogDescription  {
		margin: 0;
		padding: 0;
		display: inline;
	}

	h1.blogTitle a, .blogDescription {
		color: #fff;
	}
	
#content {
	font-size: 1em;
	width: 500px;
	float: left;
	padding: 20px 25px 10px 0;
/*	border-right: dotted 1px #666; */
	}

#contentFull {
	font-size: 1em;
	width: 750px;
	padding: 40px 0 10px 0;
}

	.post {
		margin: 0 0 40px;
		text-align: center;
		line-height: 1.5em;
		}
	
	.post hr {
		display: block;
		}

	p.postDate, p.postMetadata {
		color: #666;
		text-transform: uppercase;
		font-size: .9em;
		margin: 0 auto;
		letter-spacing: 1px;
		width: 400px;
	}
	
	h2.postTitle {
		font-size: 1.5em;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		margin: .5em 0;
		letter-spacing: .5px;
	}
	
	h2.postTitle a {
		color: #000;
	}
		
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 10px 10px 10px;
	margin-left: 525px;
	width: 205px;
/*	border-left: dotted 1px #666; */
	}

	h2.widgettitle {
		padding: 0;
		margin: .5em 0 .5em 0;
		color: #666;
		text-transform: uppercase;
		font-size: .9em;
		letter-spacing: 1px;
		font-weight: normal;
		}
	
	#sidebar ul, li.page_item {
		list-style-type: none;
		list-style-image: none;
		margin-left: 0;
		padding-left: 0;
	}

	li.page_item {
		list-style-type: none;
		list-style-image: none;
		text-transform: uppercase;
		!important
	}

	#sidebar ul li {
		margin-bottom: 1em;
		padding-bottom: 2em;
	}

	#sidebar ul li ul li {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 1.25em;
		margin-left: 0em;
		padding-left: 0;
	}

	#sidebar ul li ul li a {
		color: #000;
	}	
	
	.textwidget p {
		margin-top: 0;
		font-size: 1.25em;
	}

	#sidebar input #s {
		margin: 0;
		background: gray;
		border:1px solid pink;
		}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	clear: both;
	}

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




/* End Structure */







/* 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: -1em;
	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;
	margin-left: -4em;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 108px;
	height: 16px;
	padding: 0px;
	border:1px solid #777;
	}

#sidebar #searchsubmit {
	padding: 0px;
	position: relative;
	top: 2px;
	height: 18px;
	border:1px solid gray;
	background: pink;
	}
	
#sidebar select {
	background: #f7f7f7;
	border: #777 solid 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 {
	margin: 5px 10px 0 0;
	text-align: left;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font-size: 1.1em;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */













/* 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;

	font-size: 1.25em;
	font-style: italic;
	line-height: 1.5em;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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


/* CALENDAR STYLES */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

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


/* CAPTION STYLES */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	border: 1px solid #ddd;
	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: 1em;
	padding: 2px 4px 5px;
	margin: 0;
	font-style: italic;	
}
/* End captions */


/* COMMENT STYLES */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.alt {
	margin: 0;
	padding: 10px;
	}

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}

/* STICKY STYLES */

.sticky {
	background: #f7f7f7;
	padding: 10px 10px 15px;
	}
