@charset "utf-8";

/*!
Theme Name: Coffee_with_Julie
Theme URI: http://wordpress.org/
Description: Coffee with Julie theme.
Version: 0.2b
Author: A&amp;N Design Communications
Author URI: http://www.an-design.ca/
Tags: custom colors, custom header, fixed width, two columns

*/

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font:normal 16px/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	background:#fcfcfc url(images/header-bg-sleeve.jpg) no-repeat scroll top center;
}

a img { border:none 0; }
a { text-decoration:underline; }
a:link,
a:visited { color:#df840e; }
a:hover,
a:active,
a:focus {
	color:#008dc3;
	text-decoration:none;
}

input,
textarea {
	background:#fcfcfc;
}

.iewarning {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:9999999;
	color:#F00;
	font-weight:bold;
	background:#fff;
}

/* Hide the WP Stats smiley face */
img#wpstats { display:none }

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~ Start Layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#wrapper {
	position: relative;
	margin: 0px auto;
	padding:0;
	width: 960px;
	font-size:1em;
	background:#fcfcfc url(images/header-bg-sleeve.jpg) no-repeat scroll top center;
}
.bottombar {
	padding-bottom:2em !important;
}
#header {
	width:960px;
	height:295px;
	position:relative;
}

#main {
	padding:0 20px;
	background:url(images/page-sidebar-bg.gif) repeat-y top center;
}
#main.widecolumn {
	background:url(images/full-page-bg.gif) repeat-y top center;
}
#main.narrowcolumn {
	background:url(images/page-sidebar-bg.gif) repeat-y top center;
}

#content {
	float:left;
	width:640px;
	margin:0;
	padding:15px;
	font-size:0.9em;
}
#content.narrowcolumn {
	width:640px;
	margin:0;
	padding:15px;
}
#content.widecolumn {
	width:840px;
	margin:0;
	padding:15px 40px 0px 40px;
}

#sidebar {
	float:left;
	width:250px;
	min-height:40px;
	font-size:0.8em;
	background:#bee2f0 url(images/sidebar-top-left.gif) no-repeat top left;
}

#footer {
	clear:both;
	background:#b5a591;
	padding:10px 10px 0 10px;
}

#footer #footer-primary-widget-area {
	overflow: hidden;
}
#footer #footer-widget-area .widget-area {
	float: left;
}

#bottom-bar {
	position:fixed;
	bottom:0;
	width:100%;
	height:32px;
	font-size:1em;
	z-index:10000001;
	border:0;
}


/*~ End Layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~ Header Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header h1#header-title {
	margin:0;
	padding:0;
	line-height:1.5;
}

#header h1#header-title a { text-decoration:none; }

#header h1#header-title a img {
	position:relative;
	margin-top:21px;
	margin-left:117px;
}

#header #access {
	position:absolute;
	top:133px;
	left:58px;
	margin:0;
}
#header #access .nav img { background-position: left bottom; }
#header #access .nav:hover img { background-position: left top; }
#header #access #nav-living img { background-image:url(images/menu-living-bg.jpg); }
#header #access #nav-family img { background-image:url(images/menu-family-bg.jpg); }
#header #access #nav-travel img { background-image:url(images/menu-travel-bg.jpg); }
#header #access #nav-media img { background-image:url(images/menu-media-bg.jpg); }
#header #access #nav-clips img { background-image:url(images/menu-clips-bg.jpg); }

/*~ Header Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~ Content Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content .post {
	margin:0em 0 2em 0;
	background-color:#fff;
	padding:0;
}

#content .post .post_icon,
.widecolumn #content .post .post_icon {
	position:absolute;
	margin:0px 0 0 -75px;
	z-index:2;
}
.widecolumn #content .post .post_icon {
	margin:0px 0 0 -100px;
}

#content .post .read_more { float:right; }









#content .navigation {
	position:relative;
	height:2.8em;
	margin:1em -15px 2em -15px;
}
.widecolumn #content .navigation  {
	margin:1em -40px 2em -40px;
}
#content .navigation * {
	filter:inherit;
}
#content .navigation .nav-fader {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
#content .navigation .nav-previous,
#content .navigation .nav-next {
	background-color:#bee2f0;
	padding:6px;
	max-width:50%;
}
#content .navigation .nav-previous {
	position:relative;
	float:left;
	padding-left:0;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
}
#content .navigation .nav-next {
	position:absolute;
	top:0;
	right:0;
	padding-right:0;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
}
#content .navigation .nav-previous a,
#content .navigation .nav-next a {
	display:block;
	background-color:#dff1f8;
	padding:10px 20px;
}
#content .navigation .nav_corner {
	position:absolute;
	height:20px;
	width:20px;
}
#content .navigation .nav_tl {
	top:0px;
	left:0px;
	background:url(images/nav_tl.gif) no-repeat;
}
#content .navigation .nav_tr {
	top:0px;
	right:0px;
	background:url(images/nav_tr.gif) no-repeat;
}
#content .navigation .nav_bl {
	bottom:0px;
	left:0px;
	background:url(images/nav_bl.gif) no-repeat;
}
#content .navigation .nav_br {
	bottom:0px;
	right:0px;
	background:url(images/nav_br.gif) no-repeat;
}




#content .post_date,
#content .post_data {
	font: italic 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color:#665B4E;
}

#content .post_hr {
	height: 1px;
	background-color:#c3bfba;
}

#content .post_hr hr { display: none; }

#content h2 {
	font: bold 1.9em/1em Georgia, "Times New Roman", Times, serif;
	color:#df840e;
}

#content h2.the_title {
	font: normal x-large/1em Georgia, "Times New Roman", Times, serif;
	color:#008dc3;
	text-decoration:none;
}


#content.page h2.the_title,
#content.single h2.the_title {
	font-size: xx-large;
}

#content .page h2,
#content .post h2 { margin:1px 0 10px 0; }

#content .page h2 a,
#content .post h2 a {
	font: normal 1.3em/1em Georgia, "Times New Roman", Times, serif;
	color:#008dc3;
	text-decoration:none;
}
#content .page h2 a:hover,
#content .page h2 a:active,
#content .page h2 a:focus,
#content .post h2 a:hover,
#content .post h2 a:active,
#content .post h2 a:focus { text-decoration:underline; }

#content .page,
#content .entry,
#content .entry-content { position:relative; }

#content .spilled-coffee {
	position:absolute;
	width:640px;
	height:477px;
	top:20px;
	left:0;
	background:url(images/spilled-coffee-cup-r.jpg) no-repeat;
	z-index:0;
}

#content .entry .edit-link { position:absolute; top:-1.2em; right:0; font-size:12px; }













#content .postmetadata_container {
	position:relative;
	background-color:#EDECE5;
	margin:1em auto 1em auto;
	width:560px;
	padding:6px;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
}
#content .postmetadata_container.alt { width:828px; }

#content .postmetadata {
	position:relative;
	background-color:#F7F7F4;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	min-height:40px;
	z-index:999;
}
#content .postmeta_corner {
	position:absolute;
	height:24px;
	width:24px;
}
#content .postmeta_tl {
	top:-6px;
	left:-6px;
	background:url(images/postmeta_tl.gif) no-repeat;
}
#content .postmeta_tr {
	top:-6px;
	right:-6px;
	background:url(images/postmeta_tr.gif) no-repeat;
}
#content .postmeta_bl {
	bottom:-6px;
	left:-6px;
	background:url(images/postmeta_bl.gif) no-repeat;
}
#content .postmeta_br {
	bottom:-6px;
	right:-6px;
	background:url(images/postmeta_br.gif) no-repeat;
}

#content .postmetalt1_corner {
	position:absolute;
	height:18px;
	width:18px;
}
#content .postmetalt1_tl {
	top:0px;
	left:0px;
	background:url(images/postmeta_tl1.gif) no-repeat;
}
#content .postmetalt1_tr {
	top:0px;
	right:0px;
	background:url(images/postmeta_tr1.gif) no-repeat;
}
#content .postmetalt1_bl {
	bottom:0px;
	left:0px;
	background:url(images/postmeta_bl1.gif) no-repeat;
}
#content .postmetalt1_br {
	bottom:0px;
	right:0px;
	background:url(images/postmeta_br1.gif) no-repeat;
}

#content .postmetalt2_corner {
	position:absolute;
	height:24px;
	width:24px;
}
#content .postmetalt2_tl {
	top:0px;
	left:0px;
	background:url(images/postmeta_tl2.gif) no-repeat;
}
#content .postmetalt2_tr {
	top:0px;
	right:0px;
	background:url(images/postmeta_tr2.gif) no-repeat;
}
#content .postmetalt2_bl {
	bottom:0px;
	left:0px;
	background:url(images/postmeta_bl2.gif) no-repeat;
}
#content .postmetalt2_br {
	bottom:0px;
	right:0px;
	background:url(images/postmeta_br2.gif) no-repeat;
}

#content .postmetadata.alt {
	margin:5px 0;
}


#content .postmetadata .addthis_container {
	float:left;
	text-align:center;
	width:335px;
	height:30px;
	padding:10px 0 0 15px;

}
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: 0px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}

#content .postmetadata .postmetaline {
	float:left;
	position:relative;
	width:6px;
}
#content .postmetadata .postmetaline .line {
	position:absolute;
	background-color:#EDECE5;
	left:0;
	top:0;
	margin-top:0px;
	width:6px;
	height:2.778em;
}

#content .postmetadata .post_comments_container {
	float:left;
	position:relative;
	text-align:center;
	width:200px;
	margin-left:6px;
}
#content .postmetadata.alt .post_comments_container { width:170px; }
#content .postmetadata .post_comments_container .comments-link,
#content .postmetadata .post_comments_container a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	font-weight:bold;
	line-height:40px;
	white-space:nowrap;
}
#content .postmetadata .post_comments_container span.comments-link {
	color:#aaa;
}

#content .postmetadata.alt .post_the_categories_container,
#content .postmetadata.alt .post_the_tags_container {
	float:left;
	width:135px;
	position:relative;
	margin-left:6px;
	z-index:99999;
}
#content .postmetadata .post_the_categories_container a,
#content .postmetadata .post_the_tags_container a {
	display:block;
	line-height:40px;
	white-space:nowrap;
	background:#F7F7F4;
	text-align:center;
}
#content .postmetadata.alt .post_the_tags,
#content .postmetadata.alt .post_the_categories {
/*	position:absolute; done with js */
	float:left;
	z-index:99998;
	top:2.778em;
	left:0;
	margin-left:-6px;
	background:#EDECE5;
	border:solid 6px #E1E0D9;
	border-top:none 0;
	padding:12px 25px 10px 10px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

#content .postmetadata ul,
#content .postmetadata li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#content .postmetadata .post_the_categories a,
#content .postmetadata .post_the_tags a {
	display:inline;
	line-height:1.3;
	background:transparent;
	z-index:99999;
}
#content .postmetadata .post_the_tags li,
#content .postmetadata .post_the_categories li {
	white-space:nowrap;
	color:#8A8671;
}
#content .postmetadata .post_the_tags li:before,
#content .postmetadata .post_the_categories li:before { content: '\00BB  '; !important; }



#content .postmetadata_extras {
	position:relative;
	margin: 0 15px;
	color:#8A8671;
	z-index:99;
}
#content .postmetadata_extras small {
	font-size:11px;
}

#content .postmetadata .edit_post_link {
	position:absolute;
	right:15px;
	top:-2em;
	margin-top:0em;
	z-index:999;
	color:#8A8671;
}











#content #comments {
	background:#FFF;
	margin: 0 -40px 0 -40px;
	padding-top:3em;
	position:relative;
}

#content #comments #jumptorespond {
	position:absolute;
	height:3em;
	margin-top:-3em;
	top:3em;
	right:0;
	background:#F7F7F4;
	z-index:888;
	border:solid 6px #E1E0D9;
	border-right:none 0;
	border-bottom:none 0;
	-moz-border-radius-topleft:22px;
	-webkit-border-top-right-radius:22px;
	border-top-left-radius:22px;
	z-index:0;
}
#content #comments #jumptorespond .jumptorespond_tl {
	position:absolute;
	height:22px;
	width:22px;
	top:-6px;
	left:-6px;
	background:url(images/jumpto-respond_tl.gif) no-repeat;
}

#content #comments #jumptorespond a {
	display:block;
	padding:0 1.5em;
	font: bold italic 14px/2.5em Georgia, "Times New Roman", Times, serif;
}



#content #comments_wrapper {
	background:#F4FAFC;
	border-top:solid 4px #BEE2F0;
	padding:0 40px 40px 40px;
	position:relative;
}

#content h3.comments {
	position:relative;
	margin:-1.7em 30% 0 0;
	color: #999;
	font: bold 2em/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#content h3.comments_the_title {
	position:relative;
	margin:0.2em 1em 0 1em;
	color: #008DC3;
	padding-left:1em;
	text-indent:-1em;
	font-size:2em;
	font-weight:normal;
	line-height:1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .comments_quote {
	font-size:2em;
	vertical-align:top;
	width:1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999;
}


#content .commentlist {
	background: #F4FAFC;
	padding:0;
	margin:0;
}
#content .commentlist li {
	zoom:1;
}
#content .commentlist li.top {
	color:#8ec8e2;
	font-weight:bold;
	list-style:decimal;
	background:#E7F4F9;
	padding:10px;
	margin:30px 0;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}

#content .commentlist li.top ul {
	color:#000;
	font-weight:normal;
}

#content .commentlist li.comment,
#content .commentlist li.comment li {
	color:#444444;
}

#content .commentlist ul li {
	list-style:none;
	padding:0;
	margin:0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

#content .commentlist .children {
	margin-top:-5px;
	padding-top:15px;
	margin-left:15px;
	padding-left:10px;
	border-left:3px solid #BEE2F0;
}

#content .outer_comment {
	position:relative;
	background: #BEE2F0;
	padding:10px;
	margin:0;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
} 
#content .comment_corner {
	position:absolute;
	height:40px;
	width:40px;
}
#content .comment_tl {
	top:-20px;
	left:-20px;
	background:url(images/comment_tl.gif) no-repeat;
}
#content .comment_tr {
	top:-20px;
	right:-20px;
	background:url(images/comment_tr.gif) no-repeat;
}
#content .comment_bl {
	bottom:-20px;
	left:-20px;
	background:url(images/comment_bl.gif) no-repeat;
}
#content .comment_br {
	bottom:-20px;
	right:-20px;
	background:url(images/comment_br.gif) no-repeat;
}
#content .comment_tl2 {
	top:-20px;
	left:-20px;
	background:url(images/comment_tl2.gif) no-repeat;
}
#content .comment_tr2 {
	top:-20px;
	right:-20px;
	background:url(images/comment_tr2.gif) no-repeat;
}
#content .comment_bl2 {
	bottom:-20px;
	left:-20px;
	background:url(images/comment_bl2.gif) no-repeat;
}
#content .comment_br2 {
	bottom:-20px;
	right:-20px;
	background:url(images/comment_br2.gif) no-repeat;
}

#content .author .comment_tl {
	background:url(images/comment_tl_cur.gif) no-repeat;
}
#content .author .comment_tr {
	background:url(images/comment_tr_cur.gif) no-repeat;
}
#content .author .comment_bl {
	background:url(images/comment_bl_cur.gif) no-repeat;
}
#content .author .comment_br {
	background:url(images/comment_br_cur.gif) no-repeat;
}
#content .author .comment_tl2 {
	background:url(images/comment_tl2_cur.gif) no-repeat;
}
#content .author .comment_tr2 {
	background:url(images/comment_tr2_cur.gif) no-repeat;
}
#content .author .comment_bl2 {
	background:url(images/comment_bl2_cur.gif) no-repeat;
}
#content .author .comment_br2 {
	background:url(images/comment_br2_cur.gif) no-repeat;
}



#content .outer_comment.author { background: #F0C287; }

#content .commentlist .pingback,
#content .commentlist .comment {
	position:relative;
	background:#E7F4F9;
	padding:10px;
	margin:0;
}

#content .comment_wrapper { background:#E7F4F9; }

#content #comments .commentmetadata {
	position:absolute;
	top:10px;
	right:20px;
	z-index:999;
	color:#008dc3;
}

#content #comments .commentmetadata a:link,
#content #comments .commentmetadata a:visited { color:#008dc3; }

#content #comments .commentmetadata a:hover,
#content #comments .commentmetadata a:active,
#content #comments .commentmetadata a:focus { color:#df840e; }

#content #comments .comment-author {
	font: italic 1em/1.2em Georgia, "Times New Roman", Times, serif;
	line-height:1.4;
	color:#332412;
}

#content #comments .commented_by {
	font-weight:bold;
	font-size:larger;
	color:#332412;
}

#content #comments .comment_body_text {
	position:relative;
	background:#fff;
	padding:5px 15px;
	margin:8px 0 0px 0;
	border:solid 1px #d7ecf4;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#content #comments .reply-content {
	background:#fefefe;
	font-size:smaller;
	color:#aaa;
	margin:0px 0 10px 0;
}
#content #respond .comment_body_corner {
	padding:0;
}

#content .comment_body_corner {
	position:absolute;
	height:10px;
	width:10px;
}
#content .comment_body_tl {
	top:-1px;
	left:-1px;
	background:url(images/comment_body_tl.gif) no-repeat;
}
#content .comment_body_tr {
	top:-1px;
	right:-1px;
	background:url(images/comment_body_tr.gif) no-repeat;
}
#content .comment_body_bl {
	bottom:-1px;
	left:-1px;
	background:url(images/comment_body_bl.gif) no-repeat;
}
#content .comment_body_br {
	bottom:-1px;
	right:-1px;
	background:url(images/comment_body_br.gif) no-repeat;
}

#content #comments .comment_body_text p {
	padding:0;
	margin:0 0 10px 0;
}

#content #comments .reply {
	position:relative;
	float:right;
	margin:5px;
	background:#fffffe;
	border:solid 2px #df840e;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	width:5.5em;
	text-align:center;
}
#content .reply_corner {
	position:absolute;
	height:10px;
	width:10px;
}
#content .reply_tl {
	top:-2px;
	left:-2px;
	background:url(images/reply_tl1.gif) no-repeat;
}
#content .reply_tr {
	top:-2px;
	right:-2px;
	background:url(images/reply_tr1.gif) no-repeat;
}
#content .reply_bl {
	bottom:-2px;
	left:-2px;
	background:url(images/reply_bl1.gif) no-repeat;
}
#content .reply_br {
	bottom:-2px;
	right:-2px;
	background:url(images/reply_br1.gif) no-repeat;
}
#content .over .reply_tl {
	top:-2px;
	left:-2px;
	background:url(images/reply_tl.gif) no-repeat;
}
#content .over .reply_tr {
	top:-2px;
	right:-2px;
	background:url(images/reply_tr.gif) no-repeat;
}
#content .over .reply_bl {
	bottom:-2px;
	left:-2px;
	background:url(images/reply_bl.gif) no-repeat;
}
#content .over .reply_br {
	bottom:-2px;
	right:-2px;
	background:url(images/reply_br.gif) no-repeat;
}

#content #comments .reply a {
	display:block;
	padding:1px 1em;
	margin:3px;
	background:#fffffe;
	border:solid 1px #F0C287;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-decoration:none;
}
#content #comments .reply a:hover,
#content #comments .reply a:focus {
	background:#fbf2e6;
	color:#df840e;
	border:solid 1px #df840e;
}
#content #comments .reply a:active {
	font-weight:bold;
}

#content #respond-wrapper {
	position:relative;
	background:#E7F4F9;
	padding:10px;
	margin:20px 10px 0px 10px;
	border:solid 10px #CEEAF4;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
#content .respond_corner {
	position:absolute;
	height:40px;
	width:40px;
}
#content .respond_tl {
	top:-10px;
	left:-10px;
	background:url(images/respond_tl.gif) no-repeat;
}
#content .respond_tr {
	top:-10px;
	right:-10px;
	background:url(images/respond_tr.gif) no-repeat;
}
#content .respond_bl {
	bottom:-10px;
	left:-10px;
	background:url(images/respond_bl.gif) no-repeat;
}
#content .respond_br {
	bottom:-10px;
	right:-10px;
	background:url(images/respond_br.gif) no-repeat;
}
#content #respond {
	background:#E7F4F9;
	padding:10px;
	margin:10px 30px 30px 10px;
}

#content #respond h3.leave-reply-title{
	font: bold italic x-large/1.2em Georgia, "Times New Roman", Times, serif;
}

#content #respond h3 a {
	font: bold italic 1em/1.2em Georgia, "Times New Roman", Times, serif;
}

#content #respond input#author,
#content #respond input#email,
#content #respond input#url {
	border:solid 1px #40AAD2;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

#content #respond #comment {
	width:698px;
	border:solid 1px #40AAD2;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

#content #respond .allowed-tags {
	width:500px;
	float:right;
	background:#edf7fa;
	color:#bbb;
	margin-right:10px;
	border:solid 1px #bee2f0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	line-height:14px;
}

#content #respond .allowed-tags code {
	font-family:"Courier New", Courier, monospace;
}
#content #respond .allowed-tags .allowed_tag {
	white-space:nowrap;
}

#content #respond * {
	padding:2px;
	margin:0;
}

#content .linkwithin_hook { clear:both; }

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	font-style:normal;
	line-height:17px;
	margin:0;
	padding:0 4px 5px 0;
}

/*~ End Content Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

















/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~ Sidebar Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#sidebar {

}


#sidebar #sidebar-search {
	position:relative;
	width:240px;
	margin:10px 0 10px 10px;
}

.search-form {
	position:relative;
	float:right;
	width:230px;
	zoom:1;
}
.search-form .search-box {
	position:relative;
	float:left;
	width:160px;
	height:26px;
	background:#DFF1F8;
	padding:5px;
	margin:0;
	text-align:right;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-topleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;
}
.search_s_corner {
	position:absolute;
	height:15px;
	width:15px;
}
.search_s_tl {
	top:0px;
	left:0px;
	background:url(images/search_s_tl.gif) no-repeat;
}
.search_s_bl {
	bottom:0px;
	left:0px;
	background:url(images/search_s_bl.gif) no-repeat;
}
.search-form .screen-reader-text { color:#4f869b; }
.search-form .search-query {
	position:absolute;
	top:5px;
	left:5px;
	color:#2f5b77;
	border:solid #78a8ba 2px;
	width:150px;
	height:18px;
	background:#fff url(images/textbox_bg.gif) repeat-x scroll top left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	padding:2px 2px 2px 5px;
}
.search-form .submit-wrapper {
	position:relative;
	float:left;
	width:50px;
	height:26px;
	background:#DFF1F8;
	padding:5px;
}
.search-form .search-submit {
	position:absolute;
	top:5px;
	right:5px;
	background:#d2effb url(images/button_bg.gif) repeat-x scroll top left;
	color:#2f5b77;
	border:solid #4f869b 1px;
	margin:1px;
	font-size:11px;
	width:50px;
	height:24px;
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
	background:#d2effb url(images/button_bg_o.gif) repeat-x scroll bottom left;
	color:#2f5b77;
	border:solid #78a8ba 2px;
	margin:0px;
	height:26px;
	width:52px;
}
.search-form .search-submit:active {
	background:#d2effb url(images/button_bg_a.gif) repeat-x scroll center left;
	color:#1e394d;
	border:solid #1e394d 1px;
	margin:1px;
	height:24px;
	width:50px;
}

#content .search_s_corner {
	display:none;
}

.entry-content .search-form {
	margin-left:-15px;
	float:left;
	width:250px;
}
.entry-content .search-form .search-box  {
	background:#bee2f0;
	width:170px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
}
.entry-content .search-form .search-query {
	margin-left:10px;
	width:150px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
}
.entry-content .search-form .submit-wrapper {
	background:#bee2f0;
	-moz-border-radius-bottomright:16px;
	-moz-border-radius-topright:16px;
	-webkit-border-bottom-right-radius:16px;
	-webkit-border-top-right-radius:16px;
	border-bottom-right-radius:16px;
	border-top-right-radius:16px;
}
.entry-content .search-form .search_sw_corner {
	position:absolute;
	height:16px;
	width:16px;
}
.entry-content .search-form .search_sw_tr {
	top:0px;
	right:0px;
	background:url(images/search_sw_tr.gif) no-repeat;
}
.entry-content .search-form .search_sw_br {
	bottom:0px;
	right:0px;
	background:url(images/search_sw_br.gif) no-repeat;
}
.entry-content .search-form .search-submit {
	right:10px;
}




#sidebar #subscribe {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
#sidebar #subscribe .subscribe-email {
	display:block;
	float:left;
	width:87px;
	height:90px;
	background-image:url(images/subscribe-email.gif);
	background-position:left bottom;
}
#sidebar #subscribe .subscribe-email:hover,
#sidebar #subscribe .subscribe-email:focus,
#sidebar #subscribe .subscribe-email:active {
	background-position:left top;
}
#sidebar #subscribe .subscribe-rss {
	display:block;
	float:left;
	width:61px;
	height:90px;
	background-image:url(images/subscribe-rss.gif);
	background-position:left bottom;
}
#sidebar #subscribe .subscribe-rss:hover,
#sidebar #subscribe .subscribe-rss:focus,
#sidebar #subscribe .subscribe-rss:active {
	background-position:left top;
}
#sidebar #subscribe .subscribe-space {
	display:block;
	float:left;
	width:16px;
	height:90px;
	background-image:url(images/subscribe-space.gif);
	background-position:left bottom;
}
#sidebar #subscribe .follow-twitter {
	display:block;
	float:left;
	width:86px;
	height:90px;
	background-image:url(images/follow-twitter.gif);
	background-position:left bottom;
}
#sidebar #subscribe .follow-twitter:hover,
#sidebar #subscribe .follow-twitter:focus,
#sidebar #subscribe .follow-twitter:active {
	background-position:left top;
}



#sidebar #two_cream {
	position:relative;
	float:right;
	width:235px;
	background:#fff;
	-moz-border-radius-topleft:24px;
	-moz-border-radius-bottomleft:24px;
	-webkit-border-top-left-radius:24px;
	-webkit-border-bottom-left-radius:24px;
	border-top-left-radius:24px;
	border-bottom-left-radius:24px;
	border:solid #df840e 5px;
	border-right:none 0;
	font-size:90%;
}
#sidebar .bio-box_corner {
	position:absolute;
	height:24px;
	width:24px;
}
#sidebar .bio-box_tl {
	top:-5px;
	left:-5px;
	background:url(images/bio-box_tl.gif) no-repeat;
}
#sidebar .bio-box_bl {
	bottom:-5px;
	left:-5px;
	background:url(images/bio-box_bl.gif) no-repeat;
}
#sidebar #two_cream #two_cream_title {
	margin:10px 0 0 -45px;
	height:68px;
	width: 280px;
	position:relative;
	text-align:right;
	float:right;
}
#sidebar #two_cream #two_cream_content {  }
#sidebar #two_cream #two_cream_content #two_cream_img { text-align:center; }
#sidebar #two_cream #two_cream_content #two_cream_img img { display:inline; }
#sidebar #two_cream #two_cream_content #two_cream_text { padding:0 10px 10px 10px; clear:both; }
#sidebar #two_cream #two_cream_content #two_cream_text p { margin:0; padding:0 0 1em 0; }





#sidebar .sidebar_widgets { margin-top:10px }

#sidebar .sidebar_widgets .widget { margin:10px }

#sidebar .sidebar_widgets ul { background-color:#BEE2F0; }

#sidebar .sidebar_widgets ul ul { background-color:#fefcfb; }

#sidebar .sidebar_widgets a:link,
#sidebar .sidebar_widgets a:visited { color:#6E4F26; }

#sidebar .sidebar_widgets a:hover,
#sidebar .sidebar_widgets a:active,
#sidebar .sidebar_widgets a:focus { color:#008dc3; }

#footer #footer-widget-area .widget-area .widget_tag_cloud,
#sidebar .sidebar_widgets .widget_tag_cloud { line-height:1.2em; }

#sidebar ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

#sidebar ul li {
	margin-left:0;
	line-height:1.3;
	padding:0.4em 0 0.4em 0px;
	list-style:none;
}

#sidebar ul ul > li {

}
#sidebar ul ul > li:before {
	content: "\00BB"; /* "\00BB"; "\2022";*/
	color: #b5a591;/*#d8d1c6; #b5a591; #6e4f26; #f0c287; #df840e; #CEEAF4; #80C6E2; #008dc3;*/
	text-align:center;
	display: inline-block;
	width:20px;
	padding-left:0em;
	margin-left:-20px;
	vertical-align:middle;
	font-size:16px; /* 20px; */
	line-height:1px;
	position:relative;
}

#sidebar .widget {
	position:relative;
	background:#fefcfb;
	margin:10px;
	padding:10px;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
}

.widget .widget_corner {
	position:absolute;
	height:24px;
	width:24px;
}
#sidebar .widget .widget_tl {
	top:0;
	left:0;
	background:url(images/widget_tl.gif) no-repeat;
}
#sidebar .widget .widget_tr {
	top:0;
	right:0;
	background:url(images/widget_tr.gif) no-repeat;
}
#sidebar .widget .widget_bl {
	bottom:0;
	left:0;
	background:url(images/widget_bl.gif) no-repeat;
}
#sidebar .widget .widget_br {
	bottom:0;
	right:0;
	background:url(images/widget_br.gif) no-repeat;
}

#sidebar .widget-title {
	margin:-5px 0 5px 10px;
	padding:0;
	font: normal 19px/1 Georgia, "Times New Roman", Times, serif;
	color:#DF840E;
}

#sidebar .widget_ads_in_widget .widget-title {
	margin:0px 0 5px 10px;
}


#sidebar .sidebar_widgets .widget_ads_in_widget {
	background:#dad8cd;
	position:relative;
	margin:5px 5px 5px -12px;
	width:290px;
	padding:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#sidebar .widget_ads_in_widget .widget_corner{
	position:absolute;
	height:10px;
	width:10px;
}
#sidebar .widget_ads_in_widget .widget_tl {
	top:0;
	left:0;
	background:url(images/ads_tl.gif) no-repeat;
}
#sidebar .widget_ads_in_widget .widget_tr {
	top:0;
	right:0;
	background:url(images/ads_tr.gif) no-repeat;
}
#sidebar .widget_ads_in_widget .widget_bl,
#sidebar .sidebar_adverts .widget_bl {
	bottom:0;
	left:0;
	background:url(images/ads_bl.gif) no-repeat;
}
#sidebar .widget_ads_in_widget .widget_br {
	bottom:0;
	right:0;
	background:url(images/ads_br.gif) no-repeat;
}

#content .navigation .ads_corner {
	position:absolute;
	height:10px;
	width:10px;
}
#content .navigation .ads_tl {
	top:0px;
	left:0px;
	background:url(images/ads_tl.gif) no-repeat;
}
#content .navigation .ads_tr {
	top:0px;
	right:0px;
	background:url(images/ads_tr.gif) no-repeat;
}
#content .navigation .ads_bl {
	bottom:0px;
	left:0px;
	background:url(images/ads_bl.gif) no-repeat;
}
#content .navigation .ads_br {
	bottom:0px;
	right:0px;
	background:url(images/ads_br.gif) no-repeat;
}

#sidebar .widget_ads_in_widget p {
	margin:0;
	padding:0;
}

#sidebar .widget_ads_in_widget img {
	margin:3px 0;
	padding:0;
}


#sidebar .collapsLinkText {
	font: small-caps 1.1em/1 Georgia, "Times New Roman", Times, serif;
	color:#008dc3;
}

#sidebar .sym {
	font-size: 1.1em;
	color:#DF840E;
}

#sidebar .collapsLinkText:hover,
#sidebar .collapsLinkText:active,
#sidebar .collapsLinkText:focus {
	cursor:default;
	color:#DF840E;
}

#sidebar .collapsLinkItem {
	color:#DF840E;
	margin:0 0 0 0.8em;
}

#sidebar .collapsLinkItem a {
	display:block;
	margin:-1px 0 0 1em;
}

#sidebar .collapsLinkItem a:link,
#sidebar .collapsLinkItem a:visited { color:#361a04; }

#sidebar .collapsLinkItem a:hover,
#sidebar .collapsLinkItem a:active,
#sidebar .collapsLinkItem a:focus { color:#008dc3; }

#calendar_wrap { font-size:12px; }

#wp-calendar {
	width:100%;
	border-spacing:0px;
	padding-bottom:5px;
}

#wp-calendar td {
	padding-top:0px;
	padding-bottom:0px;
	color:#999;
	text-align:center;
}

#sidebar #wp-calendar a:link,
#sidebar #wp-calendar a:visited {
	color:#DF840E;
	/* border-bottom:#DF840E solid 1px; */
	font-weight:bold;
	text-decoration:none;
}

#sidebar #wp-calendar a:hover,
#sidebar #wp-calendar a:active,
#sidebar #wp-calendar a:focus {
	color:#008dc3;
	border-bottom:#008dc3 solid 1px;/* text-decoration:underline; */
}




#popup_wrapper {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0 auto;
	display:none;
	z-index:9999999;
}

#popup_overlay {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#666;
	opacity:0.5;
	filter: alpha(opacity = 50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#contact_popup {
	position:relative;
	width:30em;
	max-width:920px;
	margin:0em auto;
	padding:1em;
	padding-top:41px;
	background:#fff;
	border: 13px solid #008dc4;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
}

#pushpin {
	position:absolute;
	width:100%;
	height:54px;
	top:0;
	margin-top:-10px;
	left:0;
	background:url(images/popup_pushpin.gif) no-repeat top center;
	z-index:97;
}

#popup_close {
	float:right;
	margin-top:-31px;
	margin-right:-0.5em;
	position:relative;
	z-index:99;
}

#popup_close a img { border:none 0; }

#popup_content {
	position:relative;
	z-index:98;
}




#footer {
	position:relative;
	border-top:solid 3px #B9B8AE;
	font-size:0.8em;
	overflow:hidden;
}
#footer p {
	margin:0;
	padding:0;
}
#footer #coffee-stain {
	position:absolute;
	width:306px;
	height:244px;
	bottom:50px;
	left:-60px;
	background:url(images/coffee-stain.png) no-repeat top center;
	z-index:1;
}
#footer #coffee-stain2 {
	position:absolute;
	width:306px;
	height:244px;
	top:50px;
	right:20px;
	background:url(images/coffee-stain2.png) no-repeat top center;
	z-index:1;
}

#footer #footer-widget-area,
#footer #footer-secondary-widget-area {
	position:relative;
	background:#e1e0d9;
	border:solid 1px #927a5c; /*#CBCAC2;*/
	margin:0;
	padding:5px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	z-index:1;
}
#footer #footer-secondary-widget-area {
	margin:10px 0 0 0;
}
#footer .widget-area_corner {
	position:absolute;
	height:25px;
	width:25px;
}
#footer .widget-area_tl {
	top:-1px;
	left:-1px;
	background:url(images/footer-wa_tl.gif) no-repeat;
}
#footer .widget-area_tr {
	top:-1px;
	right:-1px;
	background:url(images/footer-wa_tr.gif) no-repeat;
}
#footer .widget-area_bl {
	bottom:-1px;
	left:-1px;
	background:url(images/footer-wa_bl.gif) no-repeat;
}
#footer .widget-area_br {
	bottom:-1px;
	right:-1px;
	background:url(images/footer-wa_br.gif) no-repeat;
}

#footer #footer-widget-area a:link,
#footer #footer-secondary-widget-area a:link,
#footer #footer-widget-area a:visited,
#footer #footer-secondary-widget-area a:visited { color:#6E4F26; 	position:relative; }
#footer #footer-widget-area a:hover,
#footer #footer-secondary-widget-area a:hover,
#footer #footer-widget-area a:active,
#footer #footer-secondary-widget-area a:active,
#footer #footer-widget-area a:focus,
#footer #footer-secondary-widget-area a:focus { color:#008dc3; }

#footer #theme-credits {
	clear:both;
	text-align:center;
	color:#927B5C;
	background:#CBCAC2;
	margin:10px -10px 0 -10px;
	padding:2px;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li {
	margin-left:0;
	line-height:1.3;
	padding:0.4em 0 0.4em 0px;
	list-style:none;
}
#footer ul ul > li {

}
#footer ul ul > li:before {
	content: "\2022";
	color:#dad8cd;
	text-align:center;
	display: inline-block;
	width:20px;
	padding-left:0em;
	margin-left:-20px;
	vertical-align:middle;
	font-size:20px;
	line-height:1px;
}
#footer .widget {
	position:relative;
	background:#EDECE5;
	border:solid 1px #CBCAC2;
	margin:5px;
	padding:10px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
#footer .widget * {
	position:relative;
	z-index:2;
}
#footer .widget .widget_corner {
	position:absolute;
	height:20px;
	width:20px;
}
#footer .widget .widget_tl {
	top:-1px;
	left:-1px;
	background:url(images/footer-w_tl.gif) no-repeat;
}
#footer .widget .widget_tr {
	top:-1px;
	right:-1px;
	background:url(images/footer-w_tr.gif) no-repeat;
}
#footer .widget .widget_bl {
	bottom:-1px;
	left:-1px;
	background:url(images/footer-w_bl.gif) no-repeat;
}
#footer .widget .widget_br {
	bottom:-1px;
	right:-1px;
	background:url(images/footer-w_br.gif) no-repeat;
}
#footer .widget-title {
	margin:0px 0 5px 0;
	padding:0;
	font: normal 17px/1 Georgia, "Times New Roman", Times, serif;
	color:#DF840E;
}



#content .round_text {
	display:inline;
	position:relative;
	background:#F7F7F4;
	padding:1px 8px;
	margin-bottom:-8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

#content .round_text .curve { float:left; }

#footer .cwj { font-family: Georgia, "Times New Roman", Times, serif; }

.floatleft { float:left; }

.floatright { float:right; }

.hilite { background-color:yellow; }

.search-terms .hilite { background-color:transparent; }

.caps_text { text-transform:uppercase; }

.blue_text { color:#008dc3; }

.orange_text { color:#df840e; }

.clear { clear:both; }

.css_hide { display:none; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

















#bottom-bar {
	background:#8ec8e2; /* #bee2f0; #b9b8ae; #008dc3; #88c; #8ec8e2; */
	border-top:solid 2px #73b4d1;
	/*overflow:hidden;*/
}

#bottom-bar p {
	margin:0;
	padding: 0;
}

#bottom-bar #bottom-title {
	float:left;
	margin:1px 20px 1px 10px;
	line-height:1px;
}

#bottom-bar #jumpto-buttons {
	float:right;
	padding:0;
	margin:0px 20px 0 0;
	text-align:right;
	zoom:1;
}
#bottom-bar #jumpto-buttons .jumpto-label {
	float:left;
}
#bottom-bar #jumpto-buttons .jumpto-button {
	background-repeat:no-repeat;
	background-position:center bottom;
	float:left;
	display:block;
	width:32px;
	height:32px;
	padding:0;
	margin:0 5px;
}
#bottom-bar #jumpto-buttons .jumpto-button:hover {
	background-position:center top; 
}
#bottom-bar #jumpto-buttons #jumpto-top {
	background-image:url(images/jumpto-top_of_page.gif);
}
#bottom-bar #jumpto-buttons #jumpto-comments {
	background-image:url(images/jumpto-comments.gif);
}
#bottom-bar #jumpto-buttons #jumpto-reply {
	background-image:url(images/jumpto-reply.gif);
	width:44px;
}
#bottom-bar #jumpto-buttons #jumpto-previous-post {
	background-image:url(images/jumpto-previous-post.gif);
}
#bottom-bar #jumpto-buttons #jumpto-next-post {
	background-image:url(images/jumpto-next-post.gif);
}
#bottom-bar #jumpto-buttons #jumpto-footer {
	background-image:url(images/jumpto-footer.gif);
}



#bottom-bar #bottom-social-icons {
	float:right;
	padding:0;
	margin:-1px 10px 0 0;
	text-align:right;
	zoom:1;
	line-height:1px;
}

#bottom-bar #bottom-search {
	float:right;
	padding:0;
	margin:0px 42px 0 0;
	zoom:1;
	overflow:hidden;
}
#bottom-bar #bottom-search .search-form {
	margin-top:-2px;
}
#bottom-bar #bottom-search .search-form .search-box,
#bottom-bar #bottom-search .search-form .submit-wrapper{
	background:#bee2f0;
}
#bottom-bar #bottom-search .search_s_tl {
	top:0px;
	left:0px;
	background:url(images/search_sb_tl.gif) no-repeat;
}
#bottom-bar #bottom-search .search_s_bl {
	bottom:0px;
	left:0px;
	background:url(images/search_sb_bl.gif) no-repeat;
}

#hide-show-bottombar {
	float:right;
	background-color:#e5e5e5;
	background-repeat:no-repeat;
	background-position:center;
	border:#b5b5b5 solid 1px;
	padding:0px;
	margin:0 0 0 10px;
	width:30px;
	overflow:hidden;
	position:fixed;
	bottom:0;
	right:0;
	z-index:10000002;
	line-height:1px;
}
.bottombar-show {
	float:right;
	background-image:url(images/hidebar.gif);
	height:32px;
}
.bottombar-hide {
	background-image:url(images/showbar.gif);
	height:16px;
}


#hide-show-bottombar  input {
	background-color:#e5e5e5;
	background-repeat:no-repeat;
	background-position:center;
	border:none 0 transparent;
	width:30px;
	font-size:16px;
}
.bottombar-show input {
	background-image:url(images/hidebar.gif);
	height:32px;
}
.bottombar-hide input {
	background-image:url(images/showbar.gif);
	height:16px;
}

.bottombar-separator {
	width:1px;
	height:100%;
	background-color:#ccc;
	float:right;
}




#bottom-bar #bottom-menu .menu-header,
div.menu {
	font-size: 13px;
}
#bottom-bar #bottom-menu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#bottom-bar #bottom-menu .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#bottom-bar #bottom-menu a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#bottom-bar #bottom-menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	bottom: 38px;
	left: 0;
	float: left;
/*	width: 180px;*/
	width:auto;
	z-index: 99999;
}
#bottom-bar #bottom-menu ul ul li {
	width:100%;
}
#bottom-bar #bottom-menu ul ul ul {
	left: 100%;
	bottom: 0px;
}
#bottom-bar #bottom-menu ul ul a {
	background: #73b4d1;
	line-height: 1em;
	padding: 10px 2em 10px 10px;
/*	width: 160px;*/
	min-width: 10em;
	width:auto;
	height: auto;
}
#bottom-bar #bottom-menu li:hover > a,
#bottom-bar #bottom-menu ul ul :hover > a {
	background: #3e819f;
	color: #fff;
}
#bottom-bar #bottom-menu ul li:hover > ul {
	display: block;
}
#bottom-bar #bottom-menu ul li.current_page_item > a,
#bottom-bar #bottom-menu ul li.current-menu-ancestor > a,
#bottom-bar #bottom-menu ul li.current-menu-item > a,
#bottom-bar #bottom-menu ul li.current-menu-parent > a {
	color: #fff;
}
* html #bottom-bar #bottom-menu ul li.current_page_item a,
* html #bottom-bar #bottom-menu ul li.current-menu-ancestor a,
* html #bottom-bar #bottom-menu ul li.current-menu-item a,
* html #bottom-bar #bottom-menu ul li.current-menu-parent a,
* html #bottom-bar #bottom-menu ul li a:hover {
	color: #fff;
}

















/*----- button tooltip -----*/
/* override the arrow image of the tooltip */
.tooltip {
	display:none;
	background:transparent url(images/tooltip-mid-cont.png) repeat-y center center;
	text-align:center;
	font-size:12px;
	width:169px;
	padding:10px 20px;
	color:#000;
	z-index:99999;
}
.tooltip .tooltip-top {
	background:transparent url(images/tooltip-top.png) no-repeat bottom center;
	position:absolute;
	top:-11px;
	left:0;
	height:11px;
	width:209px;
}
.tooltip .tooltip-mid {
	background:#f9f9f9 url(images/tooltip-mid-grad.png) no-repeat bottom center;
	position:absolute;
	bottom:0px;
	left:0;
	margin:0 10px;
	height:100%;
	width:189px;
}
.tooltip .tooltip-bottom {
	background:transparent url(images/tooltip-bottom.png) no-repeat top center;
	position:absolute;
	bottom:-24px;
	left:0;
	height:24px;
	width:209px;
}
.righttip .tooltip-bottom {
	background:transparent url(images/tooltip-bottom-right.png) no-repeat bottom center;
}
.boxtip .tooltip-bottom {
	background:transparent url(images/tooltip-bottom-box.png) no-repeat top center;
}
.tooltip .tooltip-text {
	position:relative;
}

.tooltip.bottom  {
	margin-top:15px;
}
.tooltip.bottom .tooltip-top {
	background:transparent url(images/tooltip-bottom-down.png) no-repeat bottom center;
	top:-24px;
	height:24px;
}
.tooltip.bottom .tooltip-mid {
	background:#f9f9f9 url(images/tooltip-mid-down.png) no-repeat top center;
}
.tooltip.bottom .tooltip-bottom {
	background:transparent url(images/tooltip-bottom-box.png) no-repeat top center;
	bottom:-11px;
	height:11px;
}
