/*
THEME NAME: Tiffany Blue, modded for g
THEME URI: http://asterisk.stellify.net/themes/tiffany-blue/
VERSION: 1.0.4
DESCRIPTION: Because I have a thing for this color lately. Runner up in the 2007 <a href="http://sndbx.org">Sandbox Designs Competition</a>.
AUTHOR: Ia Lucero. CStuempges mod.
AUTHOR URI: http://stellify.net/
TEMPLATE: sandbox

width 750
width left column 510
width right column 240
	background:#999
*/


/* space above the sidebar contents; cstuempges edited from 21px */
div#primary.sidebar {
margin-top: 51px;
}

/* styling the date widget: */
/* header line on the date pop-up */
#TB_ajaxContent h2 {
 color:#999999;
}
div#TB_title {
	background-color:#999999;
}
div#TB_window {
	border: 4px solid #999999;
}
#TB_window a:link, #TB_window a:visited, #TB_window a:active {
	color:#000 !important;
	text-decoration:underline !important;
}
#TB_window a:hover {
	color:#ace9ff !important;
	text-decoration:none !important;
	font-weight:bold;
}
#TB_ajaxContent{
	background:#FFFFFF url(http://www.gertie.percentjuice.com/wp-content/themes/tiffanyblueModded/images/body-bg.gif) repeat-x scroll 0 -50px;
}
/* end styling */

/* styling the shashin photo plugin */
.shashin_thumb{
	width: 160px !important;
}
.shashin_image {
border: none !important;
margin: 8px !important;
}

/* for border or bg on the posts */
.roundcont1 {
	 /*border-right:1px solid #fff;
	 width:508px;*/
}

/* formatting the google calendar widget 
.wpng-widget-date-title {
margin-left:4px;
}*/

/* over-riding the 5px top padding in the nextgen gallery slideshow */
.ngg-widget, .ngg-widget-slideshow {
padding: 0 0 0 0 !important;
}

/* positioning the age verification type */
/*div#ageVerificationWrapper { position:absolute; top:210px; left:0; width:100%; height:259px; overflow:show; margin: 0; padding: 0; } */

/* sidebar opacity */
/*
div#sidebarBg {
	z-index:0; position:absolute; top:259px; left:506px; height:581px; overflow:hidden; margin: 0; padding: 0; 
	width: 244px; 
	background: #000 !important;
	filter:alpha(opacity=50) !important;
	opacity: .5 !important;
}
div#sidebarBgBorder {
	border-left:#ffffff 1px solid;
	border-top:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
	z-index:1; position:absolute; top:259px; left:506px; height:100%; overflow:hidden; margin: 0; padding: 0; 
	width: 244px; 
}
div#sidebarContainer {
	z-index:50; position:absolute; top:259px; left:510px; height:100%; overflow:visible; margin: 0; padding: 0; 
	width:240px;
}
*/
/* sidebar borders */
div#sidebarBorder1 {
	z-index:1; position:absolute; top:259px; left:509px; height:1px; width:241px; overflow:hidden; margin: 0; padding: 0; 
	border-top:#ffffff 1px solid;
}
div#sidebarBorder2 {
	z-index:2; position:absolute; top:259px; left:509px; height:200px; width:1px; overflow:hidden; margin: 0; padding: 0; 
	border-left:#ffffff 1px solid;
}
div#sidebarBorder3 {
	z-index:3; position:absolute; top:459px; left:509px; height:1px; width:241px; overflow:hidden; margin: 0; padding: 0; 
	border-top:#ffffff 1px solid;
}


/* positioning the slideShow I added to header.php */
div#slideShow { z-index:2; position:absolute; top:0; left:0; width:750px; height:259px; overflow:hidden; margin: 0; padding: 0; }
div#nonSlideShow { 
	z-index:10; position:relative; width:750px; height:259px; overflow:visible;margin: 0; padding: 0; 
	/* background: url(images/water_headOverlay.gif) no-repeat; */
	} 
div#access { position:relative; margin-left:2px; margin-top:0px; margin-bottom:0px; padding: 0; }


div#access { display: none; } /* hiding the page tabs */
/* div#access div.skip-link { display: none; }  hiding the 'skip to content' anchor 
div#menu li.page-item-47 { display: none; }  hiding the 'chosen photo index' aka europe-photos page */

/* hide title, show logo */
h1#blog-title {  display: none;  }
div#blog-description {  display: none;  }
div#moneyLogo { position: relative; top: 20px; left:20px; width:100px; height:100px; overflow:visible; font-size:36px; color:#FF0000; display: none; }

/* calendar formatting */
/*
li#events-calendar { padding-top:30px; }
table#wp-calendar { width:100%; }
table#wp-calendar thead tr td { padding:2px 2px 2px 2px; }
div#calendar_wrap { width:200px; }  */

/* styling the children from the showChildren.php template */
ul#showChildren li a {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 20px;
	background: url(images/li-bg.gif) 6px 50% no-repeat;
	text-decoration:none;
	font-weight: bold;
	color:#222222;
}
/* cstuempges edit: */
div.entry-content ul, div.entry-content ol {
	list-style-image:inherit;
	list-style-position:outside;
	list-style-type:square;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* cstuempges added: */
div.entry-content ol {
	list-style-type:decimal !important;
	margin-left: 18px !important;
}
/* cstuempges added: */
div.entry-content ul ul, div.entry-content ol ol, div.entry-content ol ul, div.entry-content ul ol {
	color:#cccccc !important;
	list-style-type: none;
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul#showChildren a:visited {
	color:#222222;
}
ul#showChildren a:hover {
	background-color:#FFFFFF;
}

/* zeroing */
div#zIndexContainer { margin: 0; padding: 0; }

html { font-size: 100%; }
body {
	font: 0.8em/1.5em arial, helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background:#999;
/*	background: #fff url(images/body-bg.gif) 0 259px repeat-x;*/
}
input, select, textarea, button, label {
	margin: 0; color: #666; font-size: 100%;
}
#wrapper {
	width:750px;
	margin: 0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
	background: #000;
	border-right: thin solid;
	border-left: thin solid;
	border-right-color:#FFFFFF;
	border-left-color:#FFFFFF;
	/*cstuempges removed::  background: #fff url(images/wrapper-bg.gif) repeat-y; */
}
#access {
    /* cstuempges removed:: background: url(images/ribbon.jpg) top right no-repeat; */
    height: 70px;
}
/* \*/
* html #access .skip-link a, * html #menu ul li a { padding: 5px; } /* for IE6 and below except IE5/Mac */
/* */
*:first-child+html #access .skip-link a, *:first-child+html #menu ul li a {
	padding: 5px; /* IE7 only */
}
#access .skip-link, #menu, #menu ul, #menu ul li {
    display: inline;
    list-style: none;
}
#menu ul li.page_item ul li {
	display: none;
}
#access .skip-link, #menu {
    position: relative;
    top: 48px;
}
#access .skip-link a, #menu ul li a {
	font-weight: bold;
	padding: 4px 5px;
	margin-right: 5px;
	overflow: hidden;
	background: #f0f0f0;
}
#access #menu ul .current_page_parent a, #access #menu ul .current_page_item a {
    background: #ace9ff;
}
#access #menu ul li a:hover, #access .skip-link a:hover {
    background: #beeeff;
}
#access a {
    border: none;
}
/* cstuempges: added background--> */
#container {
	background: url(images/water_contentBg.jpg) no-repeat;
	clear: both;
	float: left;
	margin: 0 -300px 0 0;
	width: 100%; /* cstuempges ie6 hack */
	overflow: hidden; /* cstuempges ie6 hack */
}
/*  
content div is the left column bg
cstuempges: removed background--> 
*/
#content {
	/* background: #fff url(images/body-bg.gif) repeat-x scroll 50% 0%; */
	margin: 0 300px 0 0;
	padding: 10px 0pt;
	width: 510px; /* cstuempges ie6 hack */
	overflow: hidden; /* cstuempges ie6 hack */
}

/*
left column
*/
div.sidebar {
	float: right;
	overflow: hidden;
	width: 240px; /* cstuempges: was 300px */
}
#primary {
}
#secondary {
	clear: right;
}
#footer {
 	/*border:1px solid white;*/ 
	clear: both;
	width: 240px;
	margin-left: 510px;
	text-align: center;
	background: #111;
	padding: 10px 0;
}
/* header */
#header {
	height: 189px;
	overflow: hidden;
	/*background: #fff;*/
}
#header h1 {
	font-variant: small-caps;
	font-size: 3em;
	height: 180px;
	/* background: url(images/necklace.jpg) no-repeat; */
}
#header h1 a, #blog-description {
	position: relative;
	left: 100px;
	width: 670px;
}
#header h1 a {
	top: 120px;
}
#blog-description {
	top: -30px;
	color: #999;
	white-space: nowrap;
}
/* navigation */
#nav-above {
	margin-bottom: 50px;
}
.navigation {
	margin: 20px auto;
}
.home .navigation a, .archive .navigation a, .search .navigation a, .home .navigation, .archive .navigation, .search .navigation  {
	text-indent: -10000em; 
	height: 7px;
	display: block;
	width: 39px;
}
.home .navigation, .archive .navigation, .search .navigation {
	width: 99px;
	background: url(images/nav-bg.gif) 50% 50% no-repeat;
}
.home .nav-next, .archive .nav-next, .search .nav-next, .home .nav-previous, .archive .nav-previous, .search .nav-previous {
	float: left; display: inline; width: 39px; height: 7px;
}
.nav-next {
	margin-left: 10px;
}
.nav-next a {
	background: url(images/next.gif) 50% 50% no-repeat;
}
.nav-previous {
	margin-right: 10px;
}
.nav-previous a {
	background: url(images/prev.gif) 50% 50% no-repeat;
}
.single .navigation div, .single .navigation a {
	text-align: center;
	background: none;
	display: inline;
	text-indent: 0;
	margin: 0;
}
.single .nav-previous {
	background: url(images/nav-bg.gif) right no-repeat !important;
	padding: 17px;
}
/* POST STUFF */
.entry-date, .entry-meta, .comment-meta, .page .edit-link {
	color: #aaa;  
}
.entry-title, .entry-date, .entry-content, .entry-meta {
	margin: 20px 10px 0;
}
.entry-title, h2.page-title {
	margin: 30px 0;
}
.page .entry-title {
	margin-bottom: 20px;
}
.single .entry-meta {
	background: #f7f7f7;
}
#comments, .formcontainer {
	margin: 0 5px;
}
.home .post, .archive .post, .search .post, #comments, #content .page {
	padding-bottom: 50px;
	overflow: hidden;
}
/* this is the decorative border line between posts */
.home .post, .archive .post, .search .post {
	background: url(images/post-bg.gif) 50% 100% no-repeat;
}
.entry-title, h2.page-title {
	font-size: 1.8em;
}
h2.page-title { 
	font-variant: small-caps; 
}
/* NOT seeing this currently --> cstuempges: this caused nextgen gallery's thumbs to have a white gap at the top */
.entry-content p, #comments-list p, .entry-content div, .entry-content table, .entry-content blockquote {
	margin: 10px 0;  
}

blockquote {
	margin: 15px;
	padding: 10px;
}
.entry-content blockquote {
	border-top: 1px solid #ACE9FF;
	/* background: url(images/body-bg.gif) 0 -100px repeat-x;	*/
}
/* COMMENTS */
#comments-list {
	list-style: none;
}
#comments li.comment {
	padding: 10px;
	margin: 0 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #E0F7FF;
}
#comments li.comment.alt {
	background: #E0F7FF;
	/* cstuempges added: */
	color:#333333;
}
#comments li.comment blockquote {
	background: #E0F7FF;
}
#comments li.comment.alt  blockquote {
	background: #fff;
}
/* SIDEBAR */
.sidebar h3 {
	font-size: 1.6em;
	margin: 20px 4px 10px; /*cstuempges: 4px was 0px */
}
/* cstempges hack: wp-calendar mistakenly wraps a h2 in a h3 */
.sidebar h2 {
	font-size: 1.6em;
	margin: 20px 4px 10px;
}

.sidebar ul, .sidebar ol {
	list-style: none;
}
.sidebar ul.xoxo {
	margin: 0;  /* cstuempges : was 0 10px; */
	padding: 0;
}
.sidebar ul.xoxo li ul li ul li {
	margin-left: 20px;
}
.sidebar ul.xoxo > li > ul {
	border-bottom: 1px solid #fff;
}
.sidebar ul li ul li, .sidebar ul li ol li {
	display: block;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
}
.sidebar ul.xoxo li ul li a {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 20px;
	background: url(images/li-bg.gif) 6px 50% no-repeat;
}
* html .sidebar ul.xoxo li ul li a {
	border-top: 1px solid #fff;
}
* html .sidebar ul.xoxo li ul li {
	display: inline;
	border: none;
}
.sidebar ul.xoxo li ul li a:hover {
	background-color: #fff;
}
.children li {
	background-position: 14px center;
	padding-left: 26px;
}
li.current-cat, li.current_page_item {
	font-weight: bold;
	color: #444;
}
/* sidebar widgets */
.sidebar ul.xoxo li.widget_rss ul li a.rsswidget { 
	display: block;
}
#recentcomments li a {
	background-image: none;
	border: none;
}
* html #recentcomments li {
	border-top: 1px solid #fff;
	display: block;
}
#delicious-list {
	border-bottom: 1px solid #fff;
}
#google-adsense iframe {
	margin: -5px;
}
/* forms */
form { 
	margin: 0; 
}
#content input, #content textarea {
	margin-bottom: 10px;
}
#content textarea, .single .entry-meta {
	width: 430px;
	padding: 5px;
}
#content textarea {
	height: 150px;
}
input, textarea { 
	border: 1px solid #ace9ff; 
	background: #fff url(images/body-bg.gif) 0 -110px repeat-x;
	padding: 5px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover, blockquote:hover { 
	border-color: #0cf; 
}
.sidebar #s, .sidebar #searchsubmit {
	display: block;
	margin: 5px 0;
	background: #fff;
	padding: 2px 5px;
	font-weight: bold;
}
.sidebar #s {
	width: 240px;
	padding: 5px;
}
.search #content #searchform div {
	text-align: center;
}
/* HIDE STUFF */
.home #nav-above, .single #nav-above, .single .entry-date, .home-link, .archive-meta {
	display: none;
	height: 0;
}
/* ALIGN STUFF */
#content, .entry-title, h2.page-title, .entry-date, .entry-meta {
	text-align: center;
}
.post, #comments, #content .page, blockquote, dl, .single .entry-meta { 
	text-align: left;
}
.page .edit-link {
	text-align: right;
}
/* SERIF STUFF */
h1, h2, h3, h4, h5, h6, h3 label, #search  h3 { 
	color: #fcfcfc; font-weight: normal; font-family: georgia, "book antiqua", "palatino linotype", palatino, "times new roman", serif; 
}
/* NO BORDER STUFF */
h1 a, h2 a, h3 a, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, .published, .entry-meta, .navigation a:hover, .navigation a, .navigation a:link, .navigation a:visited, .sidebar a img, .sidebar li a, .sidebar li a:hover {
	border: none;
}
/* SMALL STUFF */
#access .skip-link a, #menu ul li a, div.sidebar, .entry-date, .entry-meta, .comment-meta, .page .edit-link, .single .navigation a, blockquote, .children li {
	font-size: 0.85em;
}
/* ZERO */
body, #access, #access .skip-link, #menu, #menu ul, #menu ul li, #header h1, #blog-description, #comments ol, #comments li, .sidebar ul, .sidebar ol  {
	margin: 0; padding: 0;
}
/* LINKS */
a:link, a:visited, a:active, .entry-meta:hover a {
	text-decoration: none;
	color: #ace9ff;
}
.entry-content a {
	text-decoration: underline;
}
.entry-meta a {
	color: #777;
}
#content a img {
	padding: 3px; /* cstuempges: was 5px */
	background: #beeeff;
	border: medium none; /* was 1px solid #fff */
}
.sidebar li ul li a, .sidebar .textwidget a {
	font-weight: bold;
}
#content a:hover img {
	background-color: #0cf;
}
a:hover {
	color: #0cf;
}