/*
Theme Name: Oregon Fruit Blog
Theme URI: http://blog.oregonfruit.com/
Author: Cardwell Creative
Author URI: http://www.cardwellcreative.com
*/



/* Meyer Resets v1.0 | 20080212
---------------------------------------------------------------------------- */	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

@font-face { font-family: "Courier New"; }@font-face { font-family: "Times"; }@font-face { font-family: "Wingdings"; }@font-face { font-family: "Cambria"; }p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0in 0in 10pt; font-size: 12pt; font-family: "Times New Roman"; } div.Section1 { page: Section1; } ol { margin-bottom: 0in; } ul { margin-bottom: 0in; }

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Structure
---------------------------------------------------------------------------- */
#page-wrap { 
	width: 843px;
	margin: 0 auto;
	position: relative;
}
#inner-wrapper {
	background: #fff url(../images/bg-new.png) top left;
}
#inner-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main {
	width: 623px;
	background: #fff url(../images/bg-main.png) top left no-repeat;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-radius: 0 0 20px 20px; /* future proofing */
	-khtml-border-radius: 0 0 20px 20px; /* for old Konqueror browsers */
	}
#sidebar {
	width: 220px;
	padding: 0 0 255px 0;
	background: #fdd url(../images/bg-sidebar.png) bottom no-repeat;
}
#main, 
#sidebar {
	float: right;
}
#main #content {
	width: 483px;
	margin: 0 0 50px 70px; padding: 0 0 30px 0;
	background: transparent url(../images/bg-content-btm.png) bottom no-repeat;
}
#main .post {
	margin: 35px 0;
}
#footer {
	clear: both;
	width: 623px;
	/* background-color: #ccc; */
	margin: 30px 0px 30px 100px;
	/* position: absolute; right: 0; */
	/* margin: 15px auto; */
	/* position: relative; left: 220px; */
}


/* Type
---------------------------------------------------------------------------- */
body {
	font-size: 14px; line-height: 1.2;
	font-family: Georgia, serif;
	color: #333;
	background: #303 url(../images/bg-body.png) top left repeat-x;
}

h1, h2, h3, h4 {
	margin: 0px 0;
	color: #936;
}
h2 { font-size: 27px;  }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
p {
	line-height: 1.5;
	margin-bottom: 15px;
}
	

a:link { color: #d17; text-decoration: none; }
a:visited { color: #d17; text-decoration: none; }
a:hover { color: #f39; text-decoration: none; }


em { font-style: italic; }
b, strong { font-weight: bold; }
.superscript { font-size: 60%; line-height:1; vertical-align:top;}



/* Post
---------------------------------------------------------------------------- */
.page-hdr {
	margin: 40px 0 20px 0; padding: 0 0 10px 0;
	background: transparent url(../images/bg-post-meta.png) bottom repeat-x;
}
.post {
	margin: 15px 0; padding: 0;
}
.post .signature {
	width: 483px; height: 71px;
	margin: 15px 0 0 0;
	background: transparent url(../images/bg-post.png) bottom no-repeat;
}
.post .note { 
	color: #666;
	font-style: italic; 
}
.post .meta { 
	margin: 0 0 15px 0; padding: 0 0 15px 0;
	background: transparent url(../images/bg-post-meta.png) bottom repeat-x;
	font-weight: normal;
}
.post .meta p { 
	line-height: 1;
	margin: 0 0 5px 0;
	color: #999;
}

/* post navigation */
.prev-next-links p { 
	margin: 15px 0;
	text-align: center;
	line-height: 1;
}
.prev-next-links p span {
	margin: 0 10px;
}


/* post lists */
#content ol {
	margin: 5px 0 30px 0;
	padding: 0 0 0 20px;
	list-style-type: decimal;
}
#content ol li {
	padding: 0 0 10px 0;
	line-height: 1.2;
}
#content ul {
	list-style: disc inside;
	margin: 5px 15px 30px 0;
	padding: 15px 15px 10px 15px;
	background-color: #cef;
}
#content ul li {
	padding: 0 0 10px 0;
	line-height: 1.2;
}
#content ul.addtoany_list {background-color: #fff;}
.post .meta ul.addtoany_list li a {	padding: 0;}

#content ul.link-list  {
	list-style: disc outside;
	margin: 5px 15px 15px 5px;
	padding: 0 0 0 10px;
	color: #d17; background-color: #fff;
	font-weight: bold;
}
#content ul.link-list li {
	padding: 0 0 10px 0;
}
/*
#content ul.link-list li a:link { color: #f39; text-decoration: none; }
#content ul.link-list li a:visited { color: #f39; text-decoration: none; }
#content ul.link-list li a:hover { color: #b36; text-decoration: none; }
*/


/* post image */
.post img {
	border: 4px solid #ccc;
}
.post img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	position: relative;
	top: 5px;
}
.post img.alignright {
	float: right;
	margin: 0 0 10px 15px;
	position: relative;
	top: 5px;
}

.alignright {float: right;}
.alignleft {float: left;}



/* comments */
#content ol.commentlist {
	margin: 0 0 35px 0;
	padding: 0;
	list-style-type: none;
}
#content ol.commentlist li.comment {
	margin: 15px 0; padding: 20px; line-height: 1;
	background-color: #cef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#content ol.commentlist ul.children {
	list-style-type: none;
	margin: 0; padding: 0;
}
#content ol.commentlist ul.children li.comment {
	background-color: #ace;
}



#comments, .comments, #respond-hdr { 
	width: 122px; height: 41px;
	margin: 0 0 0 361px; padding: 0;
	background: transparent url(../images/bg-comments.gif) no-repeat;	
}
#comments h3, .comments h3, #respond-hdr h3 { 
	text-align: center;
	margin: 0; padding: 8px 0 0 0;
	font-size: 12px; line-height: 1;
	color: #555;
}
.comment-meta {
	margin: 0 0 10px 0; padding: 0 0 2px 0;
	border-bottom: 1px solid #666;
}
h3.comment-author {
	margin: 0 0 1px 0; padding: 0;
	font-size: 16px; line-height: 1; font-style: normal; font-weight: bold;
	color: #000;
}
.commentmetadata span {
	font-size: 13px; line-height: 1.1; 
}
.commentmetadata span {
	margin: 0 6px 0 3px;
	color: #666;
}
ol.commentlist .avatar { display: block; float: left; position: relative; top: 2px;}
ol.commentlist .comment-text { 	margin: 0 0 0 76px; }

ol.commentlist .comment-text p {
	margin: 0 0 5px 0;
	font-size: 12px; line-height: 1.1; 
}
ol.commentlist .comment-text br {
	display: block;
	margin: 0 0 5px 0; 
}

/* comment form */
#commentform label { 
	display: block;
	float: left;
	width: 60px;
	color: #999;
}	
#commentform input[type=text] { width: 210px; }
#commentform textarea { width: 422px; margin: 0 0 0 60px; }
#commentform div { clear: both; margin: 15px 0;}

#respond #submit { margin: 0 0 0 412px; }
#comment-log { width: 422px; margin: 0 0 0 60px; }


/* Header
---------------------------------------------------------------------------- */
#header {
	width: 843px; height: 270px;
	background: transparent url(../images/bg-header.png) bottom no-repeat;
	text-indent: -9999px;
}


/* Search 
---------------------------------------------------------------------------- */
#searchform div {
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}
#searchform input { display: inline;}
#searchform input#s { width: 120px; padding: 3px;}
#searchform input#searchsubmit { margin: 0px 0 -7px 0;}

/* Admin
---------------------------------------------------------------------------- */
#admin { 
	position: absolute; top: 9px; right: 15px;
	color: #551155;
	font-size: 11px; line-height: 1;
}
#admin span { margin: 0 7px 0 5px; }
#admin a:link { color: #551155;  text-decoration: none;}
#admin a:visited { color: #551155; text-decoration: none;}
#admin a:hover { color: #551155; text-decoration: none;}



/* Navigation
---------------------------------------------------------------------------- */

/* RSS Subscribe and What's This */
#rss { position: relative; }
a#btn-subscribe-rss {
	display: block;
	width: 220px; height: 68px;
	background: transparent url(../images/btn-subscribe-rss.png) bottom no-repeat;
	text-indent: -9999px;
}
a#page-item-362 {
	display: block;
	position: absolute; bottom: 5px;
	text-indent: 18px;
	font-size: 12px; line-height: 1;
}

/* Oregon Fruit link */
a#ofp-link {
	display: block;
	margin: 20px 0 30px 0;
	font-size: 15px; line-height: 1;
	text-indent: 18px;
}

/* Pages */
#page-nav a {
	display: block;
	width: 220px; height: 30px;
	padding: 11px 0 0 0;
	background: #f99 url(../images/bg-btn-page.png) bottom no-repeat;
	color: #fff;
	font-size: 18px; line-height: 1;
	text-indent: 15px;
}
#page-nav a:hover, 
#page-nav li.current_page_item a, 
body.page-template-home-php #page-nav li.page-item-69 a { background-position: top; }
#page-nav ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#page-nav li {display: inline; }

/* Categories */
.cat-hdr { 
	display: block;
	width: 220px; height: 22px;
	margin: 0; padding: 2px 0 0 0;
	color: #fff; background-color: #936;
	font-size: 18px; line-height: 1; font-weight: normal;
	text-indent: 15px;
}

.toggle { margin: 15px 0; }

.nav-toggle {
	margin: 5px 0 5px 12px;
	color: #c08;
	font-size: 18px; line-height: 1; font-weight: normal;
	text-indent: 18px;
	background: transparent url(../images/bg-nav-toggle.png) 0 -23px no-repeat;
}
.nav-toggle.off { 
	color: #933;
	background-position: 0 3px; 
}
ul.nav-hdr { 
	margin: 15px 0 15px 15px; 
	padding: 5px 0 0 15px;
	color: #933;
	font-size: 18px; line-height: 1; font-weight: normal;
	list-style: disc outside;
	text-indent: 0;
	background: none;
}
ul.nav-hdr li a:link { color: #933;  text-decoration: none;}
ul.nav-hdr li a:visited { color: #933; text-decoration: none;}
ul.nav-hdr li a:hover { color: #c08; text-decoration: none;}

.nav-toggle-hover { color: #933; cursor: pointer;}
.nav-toggle-hover.off { color: #c08; }


#sidebar ul.link-list, 
#sidebar ul.link-list ul {
	list-style: disc outside;
	/* margin: 5px 15px 15px 15px; */
	margin: 5px 15px 0 15px;
	padding: 0 0 0 15px;
	color: #936;
}
#sidebar ul.link-list ul {
	list-style: circle outside;
	margin: 5px 15px 0 0;
}
#sidebar ul.link-list li {
	padding: 0 0 5px 0;
}




/* Home
---------------------------------------------------------------------------- */
body.home #main {
	background-image: none; 
}
#main-home {
	width: 623px;
	padding: 50px 0 0 0;
	background: #fff url(../images/bg-main-home.png) top left no-repeat; 
}
#site-intro {
	width: 521px;
	margin: 40px 0 0 70px; padding: 0 0 25px 0;
	background: #fff url(../images/bg-site-intro.png) no-repeat; 
}
#site-intro h2 {
	width: 302px; height: 29px;
	margin: 0; padding: 0;
	text-indent: -9999px; line-height: 1;
	background: #fff url(../images/bg-site-intro-hdr.png) no-repeat; 
}
#site-intro div { 
	width: 472px;
	position: relative;
}
#site-intro p {
	width: 302px; 
	font-size: 13px; line-height: 1.7;
	margin: 15px 0 0 20px; padding: 0;
}
#site-intro em, #site-intro strong { color: #383; font-weight: bold;}
#site-intro-readmore {
	display: block;
	/* width: 100px; */
	position: absolute; bottom: 2px; right: 5px;
	/* padding: 4px 5px 7px 5px; */
	/* font-size: 14px; line-height: 1; font-weight: bold; */
	/* color: #fff; background-color: #0a0; */
}
#site-intro-btm {
	width: 623px; height: 15px;
	margin: -15px 0 0 0;
	background: transparent url(../images/bg-site-intro-btm.png) bottom left repeat-x; 
}
/* What is RSS?
---------------------------------------------------------------------------- */
body.page-id-362 .btn {
	display: block;
	width: 135px;
	padding: 7px 5px 7px 5px;
	font-size: 14px; line-height: 1; font-weight: bold;
	color: #fff; background-color: #0a0;
	text-align: center;
}


/* Footer
---------------------------------------------------------------------------- */
#footer {
	color: #d17;
	font-size: 12px;
}
#footer p {
	margin: 0; padding: 0;
	text-align: center;
	line-height: 1.2;
}
#footer a:link {
	color: #fff;
}
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; }




/* General
---------------------------------------------------------------------------- */
.hide {
	position: absolute;
	display: block;
	top: -10000px;
	left: -10000px;
	font-size: 1px;
}

.clear { clear: both; }

.ntm { margin-top: 0; }
.nbm { margin-bottom: 0; }

hr { display: none; }



#nav2{
       background: #f99 url(../images/bg-1nav-hover.png) bottom no-repeat;
        display: block;
        font-size:1.1em;
        height:42px;
        width:100%;
}

#nav2, #nav2 ul {
	line-height: 1;
	list-style: none;
}

#nav2 a ,#nav2 a:hover{
	border:none;
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	text-indent: 18px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}

#nav2 li {
	float: left;
	list-style:none;
}

#nav2 a,#nav2 a:visited {
	color:#fff;
	display:block;
}

#nav2 a:hover, #nav2 a:active {
	color: #660066;
	text-decoration:none
}	

#nav2 li ul {
	border-bottom: 1px solid #a9a9a9;
	height: auto;
	left: -999em;
	position: absolute;
	width: 900px;
	z-index:999;
}

#nav2 li li {
	width: auto;
}

#nav2 li li a,#nav2 li li a:visited {
        color:#fff;
	font-weight:normal;
	font-size:0.9em;
}

#nav2 li li a:hover,#nav2 li li a:active {
	color:#fff;
}	

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: 30px;
}

