/*
Theme Name: Yoga  4 You Theme
Theme URI: http://catalystworkshop.com
Version: 1.1
Author: Catalyst Workshop Inc.
Author URI: http://catalystworkshop.com

*/

/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body {
	font:14px sans-serif;
*font-size:small;
*font:x-small;
	line-height:1.22;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% sans-serif;
}
/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
/* 
 * minimal base styles 
 */


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea {
	color:#444;
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
	-webkit-font-smoothing: antialiased;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}
a, a:visited {
	color:#5E242A;
	text-decoration:none;
}
a:hover {
	color:#ff9944;
}
a:active {
	color:#f66111;
	position: relative;
	top: 1px;
}
ul {
	margin-left:30px;
}
ol {
	margin-left:30px;
	list-style-type: decimal;
}
small {
	font-size:85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align:top;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
pre {
	padding: 15px;
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
*vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection {
background: #FF5E99;
color:#fff;
text-shadow: none;
}
::selection {
	background:#FF5E99;
	color:#fff;
	text-shadow: none;
}
/*  j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #FF5E99;
}
/* always force a scrollbar in non-IE */
html {
	overflow-y: scroll;
}
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background-repeat: no-repeat;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display:none;
	visibility:hidden;
}
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden {
	position:absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* >> The Magnificent CLEARFIX << */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}


/*
 Fonts
 --------------------------------------------------------------------------------/
 *
 */


@font-face {font-family: 'Museo-900';src: url('webfonts/259BBE_0_0.eot');src: url('webfonts/259BBE_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_0_0.woff') format('woff'),url('webfonts/259BBE_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-700';src: url('webfonts/259BBE_1_0.eot');src: url('webfonts/259BBE_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_1_0.woff') format('woff'),url('webfonts/259BBE_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-300';src: url('webfonts/259BBE_2_0.eot');src: url('webfonts/259BBE_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_2_0.woff') format('woff'),url('webfonts/259BBE_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-100';src: url('webfonts/259BBE_3_0.eot');src: url('webfonts/259BBE_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_3_0.woff') format('woff'),url('webfonts/259BBE_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-500';src: url('webfonts/259BBE_4_0.eot');src: url('webfonts/259BBE_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_4_0.woff') format('woff'),url('webfonts/259BBE_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-300Italic';src: url('webfonts/259BBE_5_0.eot');src: url('webfonts/259BBE_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_5_0.woff') format('woff'),url('webfonts/259BBE_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-900Italic';src: url('webfonts/259BBE_6_0.eot');src: url('webfonts/259BBE_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_6_0.woff') format('woff'),url('webfonts/259BBE_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-100Italic';src: url('webfonts/259BBE_7_0.eot');src: url('webfonts/259BBE_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_7_0.woff') format('woff'),url('webfonts/259BBE_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-500Italic';src: url('webfonts/259BBE_8_0.eot');src: url('webfonts/259BBE_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_8_0.woff') format('woff'),url('webfonts/259BBE_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Museo-700Italic';src: url('webfonts/259BBE_9_0.eot');src: url('webfonts/259BBE_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBE_9_0.woff') format('woff'),url('webfonts/259BBE_9_0.ttf') format('truetype');}


@font-face {font-family: 'MuseoSans-700';src: url('webfonts/259BBF_0_0.eot');src: url('webfonts/259BBF_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_0_0.woff') format('woff'),url('webfonts/259BBF_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-300';src: url('webfonts/259BBF_1_0.eot');src: url('webfonts/259BBF_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_1_0.woff') format('woff'),url('webfonts/259BBF_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-900Italic';src: url('webfonts/259BBF_2_0.eot');src: url('webfonts/259BBF_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_2_0.woff') format('woff'),url('webfonts/259BBF_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-500';src: url('webfonts/259BBF_3_0.eot');src: url('webfonts/259BBF_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_3_0.woff') format('woff'),url('webfonts/259BBF_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-100';src: url('webfonts/259BBF_4_0.eot');src: url('webfonts/259BBF_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_4_0.woff') format('woff'),url('webfonts/259BBF_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-700Italic';src: url('webfonts/259BBF_5_0.eot');src: url('webfonts/259BBF_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_5_0.woff') format('woff'),url('webfonts/259BBF_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-300Italic';src: url('webfonts/259BBF_6_0.eot');src: url('webfonts/259BBF_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_6_0.woff') format('woff'),url('webfonts/259BBF_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-100Italic';src: url('webfonts/259BBF_7_0.eot');src: url('webfonts/259BBF_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_7_0.woff') format('woff'),url('webfonts/259BBF_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-500Italic';src: url('webfonts/259BBF_8_0.eot');src: url('webfonts/259BBF_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_8_0.woff') format('woff'),url('webfonts/259BBF_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-900';src: url('webfonts/259BBF_9_0.eot');src: url('webfonts/259BBF_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/259BBF_9_0.woff') format('woff'),url('webfonts/259BBF_9_0.ttf') format('truetype');}
 

@font-face {
	font-family: 'MuseoSlab-500Italic';
	src: url('webfonts/style_183120.eot');
	src: url('webfonts/style_183120.eot?#iefix') format('embedded-opentype'), url('webfonts/style_183120.woff') format('woff'), url('webfonts/style_183120.svg#MuseoSlab-500Italic') format('svg');
}

.MuseoSlab-500Italic {
	font-family: MuseoSlab-500Italic;
}
.MuseoSans-700 {
	font-family: MuseoSans-700;
}
.MuseoSans-300 {
	font-family: MuseoSans-300;
}
.MuseoSans-500 {
	font-family: MuseoSans-500;
}
.MuseoSans-300Italic {
	font-family: MuseoSans-300Italic;
}
.MuseoSans-100Italic {
	font-family: MuseoSans-100Italic;
}
.Museo-300 {
	font-family: Museo-300;
}
.Museo-500 {
	font-family: Museo-500;
}
strong, b {
	font-weight:normal;
	font-family: MuseoSans-700;
}
em, i {
	font-family: MuseoSans-300Italic;
	font-style:normal;
}
/*
 Misc
 --------------------------------------------------------------------------------/
 *
 */
 
 #allowed_tags {
	font-size:10px;
}
/*
 Layout
 --------------------------------------------------------------------------------/
 *
 */
 body {
	background:url(images/lisa-background-tile.png) top left repeat-x #fff;
	font-size:14px;
	line-height:1.6;
	color:#6b5a54;
	font-family:MuseoSans-300, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.wrapper {
	width:880px;
	margin:auto;
}
/*
 Header
 --------------------------------------------------------------------------------/
 *
 */

#header-site {
	background:url("images/lisa-header.png") no-repeat scroll right top transparent;
	margin-top:5px;
	height:123px;
	padding: 0 40px;
    background-size:31% 100%;
}
#logo {
	background:url(images/mpy-logo.png) no-repeat;
	width:200px;
	height:100px;
	float:right;
	margin: 18px 18px 0 0;
	position:relative;
	z-index:100;
    background-size: cover;
    background-position:0 top;
    top: 0px;
}
#logo:hover {
	background-position:0 center;
	top: -2px;
}
#logo:active {
	background-position:0 bottom;
    top: 0px;
}
#logo:visited {
	background-position:0 top;
    top: 0px;
}
#tagline {
	color: #05A8CB;
	font-family: MuseoSlab-500Italic;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 10px;
	padding-top: 68px;
	text-align: right;
	text-transform: lowercase;
    visibility:hidden;
    height:0px;
}
/*
 Navigation
 --------------------------------------------------------------------------------/
 *
 */
 
 #nav-global-container {
	background:url(images/lisa-nav.png) 0px 62px no-repeat;
	position:relative;
	z-index:99;
    top:-16px;
    height:70px;
}
#menu-navigation {
	border-top:1px dotted rgba(255, 175, 125, 0.5); 
	width: 615px;
    position:absolute;
    float:left;
    margin-top: -1px;
    margin-bottom: 7px;
}
#menu-navigation li {
	display:block;
	float:left;
	padding:22px 18px 20px;
}
#menu-navigation li a {
	font-family: Museo-300;
	font-size:16px;
}
#menu-navigation li.current_page_item a {
	color:#f65111;
}
.current_page_item {
	background:url(images/lisa-nav.png) no-repeat;
}
/* Welcome */
#menu-navigation li#menu-item-106.current_page_item {
	background-position:0 -70px;
}
/* About Us */
#menu-navigation li#menu-item-24.current_page_item {
	background-position:-355px -70px;
}
/* Personal Yoga */
#menu-navigation li#menu-item-22.current_page_item {
	background-position:-355px -70px;
}
/* Answers to my questions */ 
#menu-navigation li#menu-item-23.current_page_item {
	background:url(images/lisa-nav.png) -795px -70px no-repeat;
}
/* Blog */ 
#menu-navigation li#menu-item-21.current_page_item, .archive #menu-navigation li#menu-item-21, .single #menu-navigation li#menu-item-591 {
	background:url(images/lisa-nav.png) -795px -70px no-repeat;
}
/* Contact */ 
#menu-navigation li#menu-item-591.current_page_item {
	background:url(images/lisa-nav.png) -795px -70px no-repeat;
}

.archive #menu-navigation li#menu-item-21 a, .single #menu-navigation li#menu-item-21 a {
	color:#ffbb77;
}
/*
 Typography
 --------------------------------------------------------------------------------/
 *
 */

p, li {
	padding-bottom:12px;
}
li li {
	padding:0;
}
ul, ol {
	margin:0;
	list-style:none;
}
ul li {
	list-style:none;
}
h2 {
	margin-top:28px;
    margin-bottom:14px;
    font-family:Museo-100;
    font-style: normal;
    font-size: 42px;
    line-height: 48px;
    color: rgb(5, 167, 214);
}
h3 {
    padding-top:12px;
    padding-bottom: 6px;
}
h3, h4 {
	color:#f5611b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height:35px;
	font-weight:normal;
	font-style:italic;
	margin:12px 0;
}
#post-content h3 a:link, #post-content h3 a:visited, .loop-post h3 a:link, .loop-post h3 a:visited {
	border:none;
	color:#f1611b;
}
h4 {
	font-size:21px;
	line-height:28px;
	font-weight:normal;
	font-style:italic;
    color:rgb(255, 135, 35);
}
h5 {
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#008bb0;
	font-family: MuseoSans-300Italic;
	margin-bottom:10px;
}
blockquote {
	border-top:1px dotted #ffbb77;
	padding:10px 0;
}
p.wp-caption-text {
	padding-top:10px;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#008bb0;
	font-family: MuseoSans-300Italic;
	margin-bottom:10px;
	text-align:center;
}
.alignnone {
	margin:auto
}
.alignright {
	float:right;
    margin: 0 0 12px 24px;
}
.alignleft {
	float:left;
    margin: 0 24px 12px 0;
}
/*
 Content
 --------------------------------------------------------------------------------/
 *
 */

 #main {
	background:url(images/lisa-section-home.jpg) no-repeat;
	min-height:510px;
	display:block;
}
#about-Manoj #main, .page-id-8 #main {
	background:url(images/lisa-section-about-teachers.jpg) no-repeat;
}
#answers-to-my-questions #main, .page-id-10 #main {
	background:url(images/lisa-section-answers.jpg) no-repeat;
}
#about-personal-yoga #main, .page-id-14 #main {
	background:url(images/lisa-section-personal-yoga.jpg) no-repeat;
}
#blog #main, .single #main, .archive #main, .blog #main {
	background:url(images/lisa-section-personal-blog.jpg) no-repeat;
}
#contact #main {
	background:url(images/lisa-section-contact.jpg) no-repeat;
}
#post-content, #respond, #comments, .commentlist, .page-title, .loop-post {
	float:right;
	width: 513px;
	margin-top:35px;
}
.loop-post {
	margin-top:12px
}
.loop-post.postcount-1 {
	margin-top:35px
}
.page-title {
	margin:45px 0 0 0;
	padding:0 0 0 10px;
	width: 503px;
}
#post-content p, #post-content h1, #post-content h2, #post-content h3, #post-content h4, #post-content h5, .entry-utility, .loop-post p, .loop-post h1, .loop-post h2, .loop-post h3, .loop-post h4, .loop-post h5, #comments, #respond h4 {
	padding-left:10px;
}
#post-content a, .loop-post a {
	border-bottom:1px dotted #ffbb77;
}
#post-content a:hover, .loop-post a:hover {
	border-bottom:1px dotted #ffbb77;
}
#post-content a:active, .loop-post a:active {
	border-bottom:1px dotted #ffbb77;
	position: relative;
	top: 1px;
}
#post-content ul, .loop-post ul {
	margin-bottom:12px;
}
#post-content ul li, .loop-post ul li {
	margin-left: 25px;
	padding-left: 15px;
	font-family: MuseoSans-700;
	background:url(images/lisa-circle.png) 0 10px no-repeat;
}
.entry-utility {
	border-top:1px dotted #ffbb77;
	padding-top:10px;
	padding-bottom:10px;
}
.entry-date, .comment-author {
	color:#008BB0;
	font-family: MuseoSlab-500Italic;
}
#post-content .cat-links a, .loop-post .cat-links a, .comment-author a {
	border-bottom:none;
	font-family: MuseoSlab-500Italic;
	text-transform:lowercase;
}
.meta-sep {
	color:#ffda6c;
}
.more-link {
	font-family: MuseoSans-700;
}
/*
 Sidebar
 --------------------------------------------------------------------------------/
 *
 */

#sidebar {
	float:left;
	width:317px;
	margin-top:378px;
	text-align:right;
}
#sidebar section {
	clear:both;
	padding-right: 60px;
}
#sidebar section#widget-container {
	background:url(images/lisa-sidebar-blog.png) right -175px no-repeat;
	padding:45px 0 0 0;
	min-height: 450px;
}
img#widget-image {
	margin-top: 60px;
}

.widget_archive {
	padding-top:40px;
}
widget_categories {
	padding-top:20px;
}
#sidebar h1 {
	font-size:18px;
	font-family: Museo-500;
	color:#008bb0;
	padding-bottom: 10px;
}
#sidebar section ul li {
	font-size:15px;
	font-family: Museo-500;
	line-height:25px;
	padding:0;
	text-transform:lowercase;
}

#sidebar a.contact, #sidebar a.contact:visited {
	color:#f1611b;
}

#sidebar a.contact:hover {	
	color:rgb(255, 135, 35);
}

#sidebar a.contact:active {
	color:#f1611b;
}

#sidebar #contactinfo ul li:first-child {
	font-family: MuseoSlab-500Italic;
	color:#f1611b;
}
.twitter .icon, .mail .icon, .phone .icon {
	background:url(images/lisa-icons.png) no-repeat top right;
	padding:5px 25px 5px 0;
	height:25px;
}
.mail .icon {
	background-position:0 6px;
}
.phone {
	color:#5E242A;
}
.phone .icon {
	background-position:0 -18px;
	margin-left: 5px;
}
#sidebar section ul li.facebook, #sidebar section ul li.twitter, #sidebar section ul li.google {
	float: right;
	right: 20px;
	margin-right: 10px;
	position: relative;
	margin-top: 2px;
}
#sidebar section ul li.twitter {
	font-size: 17px;
}
#sidebar section ul li.facebook {
	font-size: 15px;
}
#sidebar section ul li.google {
	font-size: 16px;
	margin-right: 5px;
}


/*
 Footer
 --------------------------------------------------------------------------------/
 *
 */

#footer-site p {
	float:right;
	margin-top: 65px;
	width: 503px;
	font-size:9px;
	color:#ffda6c;
	font-family:MuseoSans-300Italic;
}
#footer-site p a:link, #footer-site p a:visited {
	color:#F90;
}
#footer-site p a:hover {
	border-bottom:1px dotted;
}
#footer-site p a:active {
	position: relative;
	top: 1px;
	color:#f66111;
}

div#nav-below.navigation {
	width: 503px;
	float: right;
	padding-top: 4em;
}


/*
 Comments
 --------------------------------------------------------------------------------/
 *
 */
 
 
 #comments, #respond h4 {
	padding-right:0;
	border-bottom:1px dotted #ffbb77;
}

 #comments {
	 width:503px;
 }
.comment {
	padding-left:10px;
	padding-bottom:10px;
}
.children {
	border-top: 1px dotted #ffbb77;
	margin-left:50px;
}
.comment-container {
	border-top:1px dotted #ffbb77;
	padding-bottom:0;
}
.comment-container:first-child {
	border-top:none
}
.comment p {
	color: #008BB0;
	font-family: MuseoSans-100Italic;
	float: left;
	padding-right: 5px;
	clear:left;
}
.comment-author {
	margin:15px 0;
}
.comment-author a .comment-date {
	text-transform: capitalize;
	color:#F5611B;
}
.comment-author a {
	color:#fba25f;
	text-transform:none;
}
.comment-author a:hover {
	border-bottom: 1px dotted #ffbb77;
}
.fn {
	color:#5E242A;
}
cite {
	font-style:normal;
}
.commentlist {
	margin-top:0;
	padding:0;
}
.nav-comment-reply-link {
	display:block;
	float:left;
	padding-right:20px;
	padding-bottom:12px;
}
.nav-comment-reply-link .icon {
	background: url("images/lisa-icons.png") no-repeat scroll -27px -21px transparent;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	margin:0 0 0 5px;
}
.nav-comment-reply-link a {
	border-bottom: 1px dotted #ffbb77;
	font-family:MuseoSans-500,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.cancel-comment-reply a {
	color: #FA0076;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
}
.comment p.comment-awaiting-moderation {
	color: #FA0076;
	font-family: MuseoSans-300;
}
/*
 Forms
 --------------------------------------------------------------------------------/
 *
 */
 
#commentform {
	padding: 10px 0 0 10px;
}
#commentform label {
	display:block;
	float:left;
	margin-right:10px;
	padding-top: 3px;
	font-family: MuseoSans-500,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
label .icon {
	background:url("images/lisa-icons.png") no-repeat scroll -27px -21px transparent;
	display: block;
	float: right;
	text-align:right;
	height: 20px;
	width: 20px;
	margin:0 5px;
}
.field-author label .icon {
	background-position: -25px 2px;
}
.field-email label .icon {
	background-position: -2px 2px;
}
.field-website label .icon {
	background-position: -50px 2px;
}
input, textarea {
	display:block;
	padding: 7px;
	width: 97%;
	background:#faf1ec;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
textarea {
	height:200px;
}
.required {
	color:#008BB0
}
#contact-us {
	padding: 10px 0 0 10px;
}
.visual-form-builder fieldset {
	background: none!important;
	border: none!important;
}
.visual-form-builder label, label.vfb-desc {
	display:block;
	padding-top: 3px;
	font-family: MuseoSans-500,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif !important;
	font-weight: normal !important;
	color: rgb(107, 90, 84) !important;
	outline-color: rgb(107, 90, 84);
	font-size: 14px;
}
.visual-form-builder .vfb-legend {
	border: none !important;
	margin: -36px 14px !important;
}
form#contact-form-1.visual-form-builder.vfb-form-1 {
	margin: 0 0 90px -10px;
}
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea {
	background:#faf1ec !important;
	padding: 7px !important;
}
input#vfb-10.vfb-text.vfb-large.more {
	height: 100px;
}
.visual-form-builder li {
	font-family: MuseoSans-300 !important;
}


/* button 
---------------------------------------------- */
.button, input[type="submit"], .wpcf7-submit {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin: 15px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #5E242A;
	background:url("images/lisa-icons.png") no-repeat scroll 115px -63px transparent;
	border-bottom:1px dotted #ffbb77;
	float:right;
	font-family: MuseoSans-500, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 5px 35px 1px 10px;
	width: 150px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
	height: 28px;
}
.button:hover, input[type="submit"]:hover {
	border-bottom-style:solid;
	background-position:115px -85px ;
}
.button:active, input[type="submit"]:active {
	position: relative;
	top: 1px;
	color: #f5611b;
	background-position:116px -106px;
}
#rememberme {
	width:auto;
	float:left;
	margin:5px 0 0 83px;
}
input#vfb-4.vfb-submit.contact-us {
	width: 120px;
	margin-top: -30px;
	background:url("images/lisa-icons.png") no-repeat scroll 89px -132px transparent;
	height: 31px;
	margin-right: -15px;
}
input#vfb-4.vfb-submit.contact-us:hover {
	border-bottom-style:solid;
	background-position:89px -154px ;
}
input#vfb-4.vfb-submit.contact-us:active {
	color: #f5611b;
	background-position:89px -175px;
}



/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
* {
	background: transparent !important;
	color: #444 !important;
	text-shadow: none;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after {
	content: " (" attr(href) ")";
}
abbr:after {
	content: " (" attr(title) ")";
}
.ir a:after {
	content: "";
}  /* Don't show links for images */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) {
/* Style adjustments for portrait mode goes here */
  
}
 @media all and (orientation:landscape) {
/* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
/* Prevent iOS, WinMobile from adjusting font size */
  html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
}
