/*
Theme Name: LitWorks Theme
Theme URI: http://www.litworks.net/
Description: A WordPress theme for the LitWorks Theme
Version: 1.0
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Tags: custom header, fixed width, two columns, widgets
*/

/*-------------------------------------------------------------------------*/

/* RESET */

/*-------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------------------------------*/

/* HEADER FORMATTING */

/*-------------------------------------------------------------------------*/

body {
	background-color: #F5F5EF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #555;
	margin: 0 auto 20px auto;
	padding: 0;
}
a:link { 
	color: #015BA1;
	text-decoration: none;
}
a:visited { 
	color: #015BA1;
	text-decoration: none;
}
a:active { 
	color: #015BA1;
	text-decoration: none;
}
a:hover {
	color: #015BA1;
	text-decoration: none;
	background-color: #DDD;
}
.clear-block {
 	clear: both;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 12px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
th, td {
	border: none;
	padding: 0 10px 0 0;
}
#wrapper {
	margin: auto;
	padding: 0;
	width: 980px;
}
#wrapper-interior {
	clear: both;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 980px;
}
#wrapper-interior-bg {
	clear: both;
	background-image: url(images/page_top_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 980px;
	min-height: 394px;
}
#wrapper-home-interior-bg {
	clear: both;
	background-image: url(images/homepage_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 980px;
	height: 655px;
}
#wrapper-video-interior-bg {
	clear: both;
	background-image: url(images/page_top_video_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 980px;
	min-height: 394px;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #EFEFE6;
	margin: 0 auto; 
	padding: 0;
	width: 980px;
	height: 162px;
}
#header-logo {
	float: left;
	display: inline;
	margin: 30px 0 0 20px; 
	padding: 0;
	width: 285px;
	height: 81px;
}
#header-logo a, #header-logo a:hover {
	text-decoration: none;
	background: none;
}
#header-video {
	background-image: url(images/header_video_bg.jpg);
	background-repeat: no-repeat;
	background-color: #EFEFE6;
	margin: 0 auto; 
	padding: 0;
	width: 980px;
	height: 122px;
}
#header-video p {
	padding: 0 0 0 60px;
}

/*-------------------------------------------------------------------------*/

/* MENU */

/*-------------------------------------------------------------------------*/

.menu-wrapper {
	clear: both;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 20px; 
	padding: 0;
	width: 940px;
	height: 51px;
}
ul#menu-main {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
ul#menu-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main a {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height:19px;
	display: block;
	clear: both;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #CCC;
	background-color: transparent;
	margin: 0;
	padding: 11px 17px 10px 17px;
}
ul#menu-main a:hover {
	/* main menu hover background */
	background-color: #333;
}
ul#menu-main li {
	position: relative;
	float: left;
	list-style: none;
	text-align: center;
	margin: 1px 0 0 0;
	padding: 0;
}
/* needed again for dropdown menus */
ul#menu-main ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	margin: 0;
	padding: 0;
	line-height:1;
	
	border: 0;
	width: 200px;
	z-index: 1000;
}
ul#menu-main li li {
	position: relative;
	float: left;
	border-left: 0 solid #CCC;
	border-right: 0 solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 0 solid #CCC;
	margin: 0;
	padding: 0;
	width: 200px;
	z-index: 1000;
}
ul#menu-main li li a {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	text-transform: none;
	margin: 0;
	padding: 10px 0 10px 17px;
}
ul#menu-main li li a:visited {
	font-weight: normal;
}
ul#menu-main li li a:hover {
	/* drop down menu hover background */
	background: #333;
}
ul#menu-main li ul ul {
	margin:-21px 0 0 190px;
	z-index: 1000;
}
ul#menu-main li ul li:hover a, ul#menu-main li ul li li:hover a, ul#menu-main li ul li li li:hover a, ul#menu-main li ul li li li:hover a  {
	/* drop down hover font color */
	color: #FFF;
}
ul#menu-main li:hover a, ul#menu-main li.sfhover a {
	/* main menu hover font color */
	color: #FFF;
}
ul#menu-main li:hover li a, ul#menu-main li li:hover li a, ul#menu-main li li li:hover li a, ul#menu-main li li li li:hover li a {
	/* drop down font color */
	color: #FFF;
}
ul#menu-main li:hover ul ul, ul#menu-main li:hover ul ul ul, ul#menu-main li:hover ul ul ul ul, ul#menu-main li.sfhover ul ul, ul#menu-main li.sfhover ul ul ul, ul#menu-main li.sfhover ul ul ul ul  {
	left:-999em;
}
ul#menu-main li:hover ul, ul#menu-main li li:hover ul, ul#menu-main li li li:hover ul, ul#menu-main li li li li:hover ul, ul#menu-main li.sfhover ul, ul#menu-main li li.sfhover ul, ul#menu-main li li li.sfhover ul, ul#menu-main li li li li.sfhover ul  {
	/* drop down menu background */
	left:auto;
	background: #555;
}
ul#menu-main li:hover, ul#menu-main li.sfhover {
	/* main menu background color when hover over a drop down menu */
	background: #555;
}


/*-------------------------------------------------------------------------*/

/* HEADERS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 25px;
	margin: 0;
	padding: 7px 0 12px 0;
}
h2 {
	/* post title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 0;
}
h3 {
	/* paragraph title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 8px 0 0 0;
}
h4 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	margin: 0;
	padding: 12px 0 0 0;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 4px 0 20px 0;
}

h6 {
	margin: 15px 0 10px 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

.main {
	float: right;
	display: inline;
	text-align: left;
	margin: 10px 60px 0 0;
	padding: 0 0 20px 0;
	width: 580px;
}
.main p {
	text-align: left;
	padding: 0;
}
.main ul, .main ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
	width: 610px;
}
.main ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 6px 0 6px 20px;
	padding: 0 30px 0 12px;
}
.main ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0 6px 35px;
	padding: 0 30px 0 0;
}
.main ol li li {
	list-style-type: lower-alpha; 
	line-height: 18px;
	margin: 6px 0 6px 35px;
	padding: 0 30px 0 0;
}
.main .callout {	
	border: solid 1px #CCC;
	background-color: #FFFFEE;
	margin: 25px 0;
	padding: 15px;
}
.main-wide {
	float: right;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0 0 20px 0;
	width: 980px;
}
.main-wide p {
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}
/*
.vvqbox {
	clear: both;
	float: left;
	display: block;
}
*/

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: left;
	display: inline;
	margin: 10px 40px 0 40px;
	padding: 0 0 20px 0;
	width: 260px;
}
.sidebar-menu {
	border: solid 1px #CCC;
	background-color: #FFF;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}
.sidebar-menu h3 {
	/* box title */
	background-image: url(images/box_title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px 0 15px;
	height: 34px;
}
.sidebar-menu ul {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0 0 0 15px;
}
.sidebar-menu ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 18px;
	margin: 6px 0;
	padding: 0 0 0 12px;
}
.sidebar-menu ul ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	margin: 4px 0 4px 4px;
	padding: 0 0 0 8px;
}
.sidebar-menu ul li a, .sidebar-menu ul ul li a {
	/* sets padding around links */
	padding: 4px 4px 4px -4px;
}
.sidebar-menu .current_page_item a { 
	/* gives current link a color */
	background-color: #FFFFDD;
}
.sidebar-menu .current_page_item li a { 
	/* resets link color when a parent of the li is current */
	background-color: #FFF;
}
.sidebar-box {
	border: solid 1px #CCC;
	background-color: #FFF;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}
.sidebar-box h2, .sidebar-box h3 {
	/* box title - widgets use h2 */
	background-image: url(images/box_title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0 0 4px 0;
	padding: 10px 15px 0 15px;
	height: 34px;
}
.sidebar-box h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 0 15px;
}
.sidebar-box p {
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0 10px 0 15px;
}
.sidebar-box ul, .sidebar-box ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0 0 0 15px;
}
.sidebar-box ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 18px;
	margin: 6px 0;
	padding: 0 0 0 12px;
}
.sidebar-box ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0;
	padding: 0;
}
.ctc {
	/* cloud tag plugin */
	color: #999;
	padding: 0 15px 15px 15px;
}
.ctc a:link, .ctc a:visited, .ctc a:active  {
	/* cloud tag plugin */
	color: #999;
}


/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; 
	padding: 0;
	width: 980px;
	min-height: 180px;
}
#footer-wrapper h3 {
	/* footer titles */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 21px;
	color: #666;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0 0 0 34px;
}
#footer-wrapper p { 
	font-size: 11px;
	line-height: 18px;
	color: #888;
	text-align: left;
	line-height: 18px;
	margin: 0 0 10px 34px;
	padding: 0;
}
#footer-wrapper span a:link, #footer-wrapper span a:hover, #footer-wrapper span a:visited { 
	color: #015BA1;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#footer-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-wrapper ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 0 34px;
	padding: 0 0 0 10px;	
}
#footer-wrapper ul li a {
	padding: 3px;	
}
#footer-left {
	float: left;
	display: inline;
	margin: 20px 0 0 40px; 
	padding: 0;
	width: 250px;
}
#footer-middle {
	float: left;
	display: inline;
	margin: 20px 0 0 40px; 
	padding: 0;
	width: 300px;
}
#footer-right {
	float: left;
	display: inline;
	font-size: 12px;
	color: #555;
	text-align: left;
	line-height: 18px;
	margin: 20px 40px 0 40px; 
	padding: 0;
	width: 270px;
}
#copyright {
	font-size: 11px;
	color: #AAA;
	text-align: center;
	line-height: 18px;
	margin: 0; 
	padding: 7px 0 0 15px;
}
#copyright a:link { 
	color: #AAA;
	text-decoration: none;
}
#copyright a:visited { 
	color: #AAA;
	text-decoration: none;
}
#copyright a:active { 
	color: #AAA;
	text-decoration: none;
}
#copyright a:hover {
	color: #555;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/* TOP AREA */
#home-featured {
	margin: 0 30px 21px 30px;
	padding: 0;
	width: 920px;
	height: 255px;
}
#home-featured h1 {
	/* homepage title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #444;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	line-height: 25px;
	margin: 0;
	padding: 4px 0 2px 0;
}
#home-featured h4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	margin: 0;
	padding: 0 0 12px 0;
}
#home-featured p {
	color: #666;
	font-size: 12px;
	line-height: 16px;
}
#home-featured ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home-featured ul li {
	background-image: url(images/bullet_arrow_small.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 7px 0;
	padding: 0 0 0 12px;	
}
#home-featured h3 {
	color: #444;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 9px 0;
}
.home-featured-left {
	float: left;
	display: inline;
	background-color: #DDD; 
	margin: 10px;
	padding: 10px;
	width: 380px;
	height: 215px;
}
.home-featured-right {
	float: right;
	display: inline;
	margin: 10px 0;
	padding: 0 15px 0 15px;
	width: 470px;
}

/*-------------------------------------------------------------------------*/
/* LOWER AREA */
#home-main {
	clear: both;
	margin: 0 30px;
	padding: 0;
	width: 920px;
	height: 350px;
}
#home-main h1 {
	padding: 0 0 6px 0;
}
#home-main h2 {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.home-main-left {
	float: left;
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0 0 0 1px;
	width: 290px;
}
.home-main-left h3 {
	/* box title */
	background-image: url(images/box_title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px 0 15px;
	height: 34px;
}
.home-main-left-top ul {
	list-style-type: none;
	margin: 0 0 16px 0;
	padding: 0 0 0 15px;
}
.home-main-left-top ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 18px;
	margin: 6px 0;
	padding: 0 0 0 12px;
}
.home-main-left-bottom ul {
	list-style-type: none;
	margin: 0 0 16px 0;
	padding: 0 15px;
}
.home-main-left-bottom ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0;
	padding: 0 0 0 12px;
}
.home-main-middle {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
	padding: 20px 0 0 0;
	width: 240px;
}
.home-main-middle h3 {
	/* highlight title */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.home-main-middle p {
	color: #666;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 18px 0;
}
.home-main-right {
	float: right;
	display: inline;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
	width: 300px;
}
.home-main-right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0px;
}
.home-main-right img {
	text-align: left;
	background-color: #EEE;
	margin: 0;
	padding: 10px;
}
.home-main-right .button {
	text-align: left;
	background-color: none;
	margin: 0;
	padding: 0;
}
.home-main-right a:hover {
	text-align: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* POST */

/*-------------------------------------------------------------------------*/

.post {
	margin: 0;
	text-align: left;
}
/*
.post img {
	background-color: #EEE;
	margin: 0 0 0 12px;
	padding: 10px;
}
*/
.post-info {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
}
.post-listing-info  {
	font-size: 11px;
	font-style: italic;
	color: #888;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding: 0;
}
.post-line {
	text-align: left;
	border-top: solid 1px #DDD;
	margin: 18px 0;
	padding: 0;
}
.postmetadata {
	background-color: #EEE;
	margin: 20px 10px 20px 0;
	padding: 6px 10px 6px 10px;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	
/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.comment-body {
	padding: 10px;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* GENERAL FORMATTING */

/*-------------------------------------------------------------------------*/

.thread-alt {
	background-color: #FAFAFA;
}
.thread-even {
	background-color: #F1F1F1;
}
.depth-1 {
}
.even, .alt {
	border-left: 3px solid #ddd;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}
.commentlist li, .commentlist ol {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-image: none;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 10px;
}
.commentlist li a:link {
	color :#666666;
}
.commentlist li a:active {
	color :#666666;
}
.commentlist li a:visited {
	color :#666666;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
}	
pre {
	/* used to paste in form code */
	font-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}

/*-------------------------------------------------------------------------*/

/* VARIOUS TAGS & CLASSES */

/*-------------------------------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: block;
	clear: both;
	color: #DDD;
	margin: 18px 0;
	padding: 0;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*-------------------------------------------------------------------------*/

/* CAPTIONS */

/*-------------------------------------------------------------------------*/

.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	float: left;
	display: inline;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #015BA1;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin: 0;
	padding: 7px 0;
}

/*-------------------------------------------------------------------------*/

/* FORM STYLES */
/* covers contact 7 input styles, logins, etc. */

/*-------------------------------------------------------------------------*/

legend {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
	padding-right: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	clear: both;
	margin: 10px 0 10px 0;
}
input[type="text"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #DDD;
	background: #FFF;
	/* controls distance between fields */
	margin: 0;
	padding: 4px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 1px solid #BBB;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 1px solid #DDD;
	background-color: #FFFFEE;
}
#searchform {
	margin: 0;
	padding: 5px 25px 0 0;
	text-align: right;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper {
	max-width: 600px !important;
}
.gform_wrapper input {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper select {
	font-size: 13px !important;
	font-family: inherit !important;
	padding: 10px 0 10px 3px !important;
}
.gform_body ul li {
	/* REMOVE ANY BULLETS FROM MAIN UL */
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 18px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gsection {
	border-bottom:1px solid #EEE !important;
	margin:30px 0 0 0 !important;
	padding:0 0 4px 0 !important; 
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 100% !important;
	color: #222 !important;
}
.gform_wrapper input.button:hover {
	color: #000 !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 0px solid #feda70 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 15px 0 !important;
}
.gform_footer input[type="submit"] {
	/* REQUIRED 0 MARGIN DUE TO SUBMIT INPUT STYLES ABOVE */
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* MOBILE SAFARI ( iPad, iPhone and iPod Touch ) */

/*-------------------------------------------------------------------------*/

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

ul#menu-main, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 90%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#wrapper {
		width: 90%;
		border: none;
		background: none;
	}
	#sidebar { display:none; }
	#header { display:none; }
	.main { margin-left:0; 
	     float:none; 
	     width:auto }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#commentform { display:none }
	#footer-wrapper { display:none }
	#copyright { font-size: 8pt;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
	     page-break-inside:avoid }
	blockquote, table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { page-break-inside:avoid; 
	     page-break-after:avoid; }
	.menu-home {
		display: none;
	}
	.menu-about {
		display: none;
	}
	.menu-appt {
		display: none;
	}
	.menu-links  {
		display: none;
	}
	.menu-classes {
		display: none;
	}
	.menu-shop {
		display: none;
	}
	#cover-image {
		display: none;
	}
}

