/*  
Theme Name: Freshly Squeezed Default
Theme URI: http://www.pineapplejuice.net/
Description: Customized for the Freshly Squeezed Blog.
Version: 1.0
Author: Keith Higa
Author URI: http://www.pineapplejuice.net/

*/


body {
	/* typography */
	font-size: 90%; 
	font-family: 'Candara', Verdana, Arial, Sans-Serif;
	background: #FFFFCC url('http://www.pineapplejuice.net/freshly-squeezed/images/pine-bkgrd.png') fixed repeat-y top left;
	color: #333;
	text-align: center;

	/* spacing margins */
	margin: 0 0 20px 0;
	padding: 0; 
}

div#page {
	background: #FFF url('http://www.pineapplejuice.net/freshly-squeezed/images/2-column.png') repeat-y;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
}

div#header {
	position: relative;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 90px; 
	width: 758px;
	background: #FF0 url('http://www.pineapplejuice.net/images/pine-texture.png') top right no-repeat;
}

div#header img#main_title_gfx {
	position: absolute; 
	left: 5px; 
	top: -10px;
}

div#header img#subtitle_gfx {
	position: absolute; 
	left: 262px; 
	top: 62px;
}

div#header div#tagline {
	font-size: small; 
	background: transparent; 
	color: #030; 
	position: absolute; 
	top: 8px; 
	right: 0; 
	width: 130px; 
	height: 74px;
	padding: 3px; 
	text-align: right; 
	line-height: 1.26; 
	vertical-align: middle; 
}

div#content {
	font-size: 1.0em;
}

div.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 450px;
}

.narrowcolumn .postmetadata {
	text-align: left;
	border: 1px solid #999;
	border-width: 1px 0 1px 0;
	padding: 2px 0 2px 0;
}

div.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 75px;
	width: 600px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

div.narrowcolumn div.entry, 
div.widecolumn div.entry 
{
	line-height: 1.1em;
}

.postmetadata {
	clear: left;
}

.alt {
	background-color: #efe;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
}

/*
#sidebar #twitter_div {
	border: 1px solid black;
	padding: 2px;
	background: #FFF;

}
*/

#sidebar h2 {
        border-bottom: 1px solid #060;
}

/*
#twitter_div h2 {
	margin-top: 0;
}
*/

#twitter_div ul {
	font-size: 83%;
}

#twitter_div p.powered {
	font-size: 83%;
	text-align: right;
	margin: 0;
	margin-top: 0.5em;
	background: #060;
	color: #FFF;
}

#twitter_div p.powered a {
	color: #FFF;
	text-decoration: underline;
}

#footer {
	background: #9f9 no-repeat top; 
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* general type styles */

h1, h2, h3 {
    font-family: 'Candara', 'Verdana', Arial, serif;
	font-weight: bold;
}


h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	color: white;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 1.2em;
	margin: 15px 0 0;
}

small {
	font-family: 'Candara', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #777777;
}

h2.pagetitle {
	color: #090;
	font-size: 1.5em;
	border-bottom: 1px solid #090;
}

/* links */
a {
	text-decoration: none;	/* remove underlines from links */
	color: #009900;
}

a:hover {
	text-decoration: underline;
	color: #006600;
}


/* post styles */
div.post {
	margin: 0 0 40px;
	text-align: left;
}

div.post hr {
	display: block;
}

div.post h2, div.post h2 a, div.post h2 a:hover, div.post h2 a:visited {
	background-color: #009900;
	color: white;
	padding: 1px;
	text-decoration: none;
}



/* 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 {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists */


.entry ul {
	list-style: square;
}

.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: 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;
	}

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 {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.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;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist small {
	font-size: .8em;
}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

/* blockquote styles */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #060;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

/* hide horizontal rules */
hr {
	display: none;
	}

/* remove border on linked images */
a img {
	border: none;		
	}

.navigation {
	/* display: block; */
	background: #CFC;
	text-align: center;
	/* margin-top: 10px; */
	margin-bottom: 30px;
	border: 1px solid white;
}

.navigation div.alignright, .navigation div.alignleft {
	width: 45%;
	font-size: 80%;
}

/* End Various Tags & Classes*/
