/*   
Theme Name: splendid-y
Description: theme based on thesesplendiddays
Author: angi
Template: thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	min-width: 1000px;
	background:#ffffff;
	font-family: Palatino, Georgia, Times New Roman;
	font-weight: normal;
	font-size: 0.9em;
	color:#554;
	line-height: 1.3em;
}

a:link, a:visited {
	color: #aa3411;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color: #ee3411;
	text-decoration: none;
}
p, ul, ol, dd, pre {
    	margin-bottom:22px;
}
p { 
	margin-top: 10px;
}

img.left, div.left { float: left; }
img.right, div.right { float: right; }
.left { text-align: left; }
.right { text-align: right; }
div.center, img.center, .center { text-align: center; }

/* -------------- MAIN PAGE LAYOUT -------------------- */
#wrapper {	
	min-width: 950px;
	max-width: 950px;
	margin: 0px auto;
}
#header {
	margin: 0;
	padding: 0;
	float: left;
	width:300px;
	height:200px;
	background:#ffffff; /*url(square_header.jpg) top center no-repeat !important;*/
}
#header a {
	margin: 0;
	width:300px;
	height:150px;
	display: block;
}
#header img {
	margin: 0;
	padding: 0;
	width:300px;
	height:200px;
}
#main {
	margin: 0 20px 0 0;
	min-width: 650px;
	margin-left: 300px;
	min-height: 1200px;
	position: relative;
}
#container { 
	min-width: 630px;
	margin: 0;
	padding: 10px 0px 0px 0px;
}
#searchbar {
	position: absolute;
	width: 300px;
	height: 50px;
	top: 185px;
	left: -300px;
	background: #ffffff;
}
#primary {
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	position: absolute;
	width: 300px;
	padding: 10px 0px 20px 0px;
	top: 390px;
	left: -300px;
	text-align: center;
}
.badge {
	float: left;
	text-align: right;
	width: 125px;
	height: 100px;
	padding: 10px 0;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.90;	
}
.badgefull {
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	padding-bottom: 10px;	
	margin: 10px auto;
}
.ad {
	clear: both;
	width: 160px;
	text-align: center;
	margin: 10px auto;
	background: #ffffee;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.90;
}
#footer {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #BBC4A3;
	clear: both;
	padding: 5px 0;
}
#subsidiary { 
	float: left; 
	text-align: left;
}
#siteinfo {
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 0.7em;
	color: #BBC4A3;
	text-align: right;
}
#siteinfo a:visited, #siteinfo a:link {
	color:#BBC4A3;
	text-decoration: underline;
}
#siteinfo a:hover {
	color:#ee3411;
}


/* ------ ICONS ------ */
#icons {
	width: 25px;
	text-align: right;
	background: #ffffff;
	margin: 0;
	padding: 0;
	float: right;
}
#icons img {
	width: 25px;
	height: 25px;
}
#rssicon, #flickricon, #tweeticon, #pxicon {
	margin: 10px 0;
	width: 25px;
	height: 25px;
}
#rssicon { background-image: url(rss_hover.jpg); }
#tweeticon { background-image: url(tweet_hover.jpg); }
#flickricon { background-image: url(flickr_hover.jpg); }
#pxicon { background-image: url(500px_hover.jpg); }
#rssicon a, #flickricon a, #tweeticon a, #pxicon a {
	display:block;
}
#rssicon a:hover img, #flickricon a:hover img, #tweeticon a:hover img, #pxicon a:hover img {
	visibility:hidden;
}

/* ----- SEARCH BAR ---- */

#searchbar #search {
	width: 250px;
	height: 30px;
	margin: 0 auto;
	background: #ffffff; 
}
#searchbar #s {
	width: 150px;
}
#searchbar #searchsubmit {
	width: 65px;
	margin: 0 auto;
	background:#eee5dd;
	border:1px solid #99aa99;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	text-transform: uppercase;
}

/* -------------- CONTENT AREA -------------------- */
#content {
	margin: 50px 13px 0 15px;
	padding: 0;
	min-height: 1000px;
}
.post a:link, .post a:visited, .type-page a:link, .type-page a:visited {
	font-weight: bold;
	color:#aa7733;
}
.post a:hover, .type-page a:hover {
	color:#ee3411;
}
.post a.more-link {
	font-size: 1.1em;
}
.post img.size-full, .type-page img.size-full {
	text-align: center;
	padding: 0;
	margin: 10px 0 20px 0;
	border:1px solid #ccc;
}
.single .post, .home .post {
	padding: 0;
	text-align: center;
	border: #aaaaaa;
}
.type-page {
	padding: 0 20px 0 20px;
}
.post p.quote {
	margin: 0 20px 20px 40px;
}
.type-page .entry-title, .page-title {
	margin: 0 0 15px 0;
}
.entry-title, .page-title {
	width: 90%;
	margin: 0 auto;
	text-align: center;	
	font-family: Palatino, Georgia, Times New Roman;
	font-size:1.3em;
	font-weight: normal;
	color: #aa3411;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.entry-title a:link, .entry-title a:visited {
	font-weight: normal;
	color:#aa3411;
}
.entry-title a:hover {
	color:#ee3411;
}
.type-page .entry-title, .page-title  { padding-bottom: 5px; }
.entry-meta {
	margin: 0 auto;
	width: 90%;
	font-style: normal;
	color:#777;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size:0.7em;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.entry-date {
	text-transform: uppercase;
}	
.entry-utility {
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	text-transform: uppercase;
	font-size:0.7em;
	letter-spacing: 0.1em;
}
.entry-meta a:link, .entry-meta a:visited, .entry-utility a:link, .entry-utility a:visited {
	color:#887733;
	color: #aa7733;
	font-weight: normal;
}
.entry-meta a:hover,.entry-utility a:hover {
	color:#ee3411;
}
.entry-content p{
	text-align: left;
}

.entry-utility {
	text-align: left;
	background: #f5f5f5;
	background: #fff;
	padding: 5px 0 30px 0;
	margin: 5px 0 50px 0;
	border-bottom: 1px solid #dddddd;
}

#nav-below {
	text-align: center;
	margin: 50px 0 100px 0;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	text-transform: uppercase;
	font-size: 0.8em;
}
#nav-below a:link, #nav-below a:visited {
	font-weight: normal;
	color: #aa7733;
}
#nav-below a:hover { 	color:#ee3411; }
#nav-below .current {
	font-weight: bold;
	font-size: 1.2em;
}
.single #nav-below { display: none; }

.nav-previous {
	background: #ffaaaa;
	float: right;
	width:48%;
	font-size: 1em;
	text-align: right;
}
.nav-next {
	background: #aaaaff;
	float: left;
	width:48%;
	text-align: left;
	font-size: 1em;
}
.nav-previous .meta-nav, .nav-next .meta-nav{
	font-size: 1.5em;
}

/* -------------- LISTINGS -------------------- */
.search .page-title, .archive .page-title {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #aaa;
	width: 95%;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	text-transform: uppercase;
	font-weight: normal;
	font-size:1em;
	text-align: left;
	color:#666666;
}
.search .post, .archive .post, .search .page {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px dotted #aaa;
	height:90px;
	width: 90%;
}
.search .entry-title, .archive .entry-title {
	margin-left: 120px;
	text-align: left;
}
.search h2.entry-title a:visited, .search h2.entry-title a:link, 
.archive h2.entry-title a:visited,  .archive h2.entry-title a:link {
	color: #54473D;
	color: #aa3411;
	font-weight: normal;
	font-size:0.9em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.search h2.entry-title a:hover, .archive h2.entry-title a:hover {
	color:#ee3411;
}
.search .entry-meta, .archive .entry-meta {
	margin-left: 120px;
	text-align: left;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	color: #999;
	font-size:0.7em;
	line-height: 1.5em;
}
.search img.attachment-post-thumbnail, .archive img.attachment-post-thumbnail {
	width: 100px;
	height: auto;
	padding: 5px 10px;
	float: left;
}

#archives-page a:visited, #archives-page a:link,
#links-page a:visited, #links-page a:link {
	font-weight:normal;
	color:#886633;
	font-size: 0.9em;
}
#archives-page a:hover,  #links-page a:hover {
	color:#ee3411;
}

#links-page ul {
	padding: 10px 50px;
}
#links-page h2 { 
	font-weight: normal;
	font-size: 1em;
	color: #29303B;
}


#archives-page {
	padding: 0 20px 50px 10px;
}
#archives-page li ul.ingredients {
	padding: 0;
	margin: 0 0 0 10px;
	width: 150px;
	float: left;
}


/* -------------- COMMENTS -------------------- */
#comments {
	padding: 100px 20px 10px 20px;
	font-size: 0.9em;
	color:#554;
}
#comments-list {
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
}
#trackbacks-list {
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
}	
#comments-list h3, #trackbacks-list h3, #respond h3 {
	text-transform: uppercase;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 1em;
	color: #676E04;
}
#comments-list ol, #trackbacks-list ol {
	margin: 0 20px 0 20px;
}
#comments-list li, #trackbacks-list li {
	list-style-type: none;
	padding:10px 20px 10px 20px;
	margin: 10px 0 10px 0;
}
#comments-list li.depth-1, #trackbacks-list li {
	background: #fff;
	border:1px solid #dddddd;
}
#comments-list ul.children {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#comments-list ul.children li {	
	margin: 0px 0px 10px 50px;
	padding: 5px 0 0 0;
	background: #fff;
	border-top: 1px dotted #ccccc0;
}
/*#comments-list li.comment-author-angi, #comments-list li li.comment-author-angi,
#comments-list li.comment-author-riceandwheat, #comments-list li li.comment-author-riceandwheat {
}*/
#comments-list li .comment-author .avatar {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
}
#comments-list .comment-author a {
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
}
#trackbacks-list .comment-author {
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
}
#comments-list .comment-author a:visited, #comments-list .comment-author a:link, #trackbacks-list .comment-author a:visited, #trackbacks-list .comment-author a:link {
	color: #aa7733;
}
#comments-list .comment-author a:hover, #trackbacks-list .comment-author a:hover {
	color: #ee3411;
}
#comments-list .comment-author { float: left; }
#comments-list .comment-meta { float: right; text-transform: uppercase;}
#comments-list .comment-meta, #comments-list .comment-meta a:visited,  #comments-list .comment-meta a:link {
	font-family: Lucida Grande, Verdana, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: right;
}
#comments-list .unapproved {
	padding: 20px 0 0 0;
	clear: both;
	font-style: italic;
	font-weight: bold;
	color: #34aa11;
}
#comments-list .comment-content, #trackbacks-list .comment-content {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}
#comments-list .comment-reply-link {
	text-align: right;
	font-style: italic;
	padding-bottom: 10px;
}
#comments-nav-below {
	text-align: center;
	margin: 10px 0 0 0;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	text-transform: uppercase;
	font-size: 0.8em;
}
#comments-nav-below  a:link, #comments-nav-below  a:visited {
	font-weight: normal;
	color: #aa7733;
}
#comments-nav-below a:hover { 	color:#ee3411; }
#comments-nav-below .current {
	font-weight: bold;
	font-size: 1.2em;
}
#respond {
}
#commentform {
	margin: 0 30px 0 30px;
	padding:0;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 0.9em;
}
#cancel-comment-reply {
	margin: 10px 0 20px 20px;
}
#commentform .form-section {
	margin: 5px 0 5px 0;
}
#commentform input, #commentform textarea
{
	background: #f5f5f1;
	border: #ccccc0 1px solid;
	font-family: Palatino, Georgia, Times New Roman;
}
#commentform #submit { 
	text-transform: uppercase;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
}
#commentform textarea {
	width: 90%;
}

/* -------------- MY STUFF -------------------- */
.myrecipe {
	width:80%;
	background: #f5f5f5;
	background: #fff;
	margin: 0 auto;
	padding:10px 20px;
	border: 1px dashed #667766;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size:0.8em;
	text-align: left;
}
.myrecipe .myingr {
	padding:10px 0 0 0;
	border-bottom:1px dotted #667766;
}
.myrecipe .myinstr {
	padding:10px 0 0 0;
}
.myrecipe a:visited,.myrecipe a:link {
	color:#886633;
	font-weight: bold;
}
.myrecipe a:hover {
	color: #ee3411;
}
.mynotes {
	padding:10px 0 10px 0;
	border-bottom:1px dotted #667766;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 1em;
	color: #999;
}
.myimage { 
	text-align: center;
	padding-bottom: 10px;
}
.mycaption {
	font-style:italic;
	font-size:0.9em;
	color:#666666;
	text-align: center;
}
.myem {
	font-weight:bold;
	font-style: italic;
	font-size: 1.1em;
	color: #444;
}
.myalert {
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size:0.8em; 
	color: #883333; 
}

/* ------- NAVIGATION MENU ------ */
#nav { 
	position: absolute;
	width: 215px;
	padding: 0;
	top: 230px;
	left: -270px;

	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;

	border-bottom: 1px dotted #aaa;
}

/* ------  SUPERFISH  --------- */
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	/*position: relative;*/
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:	left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:	10em;
	top:	2.5em; /* match top ul list item height */
	top: 0;	
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:	-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    	float:left;
	text-align: left;
}
.sf-menu a {
	padding:8px 8px;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:link, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #665;
	font-weight: normal;
}
.sf-menu a:hover {
    	color: #ee3411;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    	/*border-bottom-color:#fff;*/
	/*background: #f3efe3;*/
}
.sf-menu li {
	background: #fff;
	border-top: 1px dotted #aaa;
	border-left: 2px solid #fff;		
	min-width:215px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    	/*background:     #fff5ee; */
	border-left-color: #ee3411;		
	outline:0;
	color: #ee3411;
}

.sf-menu ul li {
	min-width: 50px;
}
.sf-menu ul {
	border-left: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;

}
.sf-menu ul li {
	border-top: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-left: 2px solid #fff;	
	
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	border-left-color: #ee3411;
	outline:0;
}

.sf-menu ul ul {
    	margin-top:0;
	border-left: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}
.sf-menu ul ul li {
	border-top: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-left: 2px solid #fff;		
}
.sf-menu ul ul li:hover, .sf-menu ul ul li.sfHover,
.sf-menu ul ul a:focus, .sf-menu ul ul a:hover, .sf-menu ul ul a:active {
	border-left-color: #ee3411;
	outline:0;
}

@media print {
.ad, #searchbar { display: none; }

}