/*
THEME NAME: Painless Practice
DESCRIPTION: Custom WordPress theme for Painless Practice (last update: 10-jan-2011)
VERSION: 1.1
AUTHOR: Clarihon Web Services
AUTHOR URI: http://clarihon.co.uk/
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* ----------------------------------------

	Base styling
	
------------------------------------------- */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #88adbb url(images/body_bckg_pttrn.jpg);
	text-align: center;
	color: #666;
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	margin-bottom: 1em;
}

a {
	color: #004e67;
	text-decoration: underline;
}

a:visited {
	color: #333;
}

a:hover {
	color: #55c4a4;
}

a:active, a:focus {
	outline: 1px dotted #55c4a4;
}

.invisible {
	display: none;
}

#wrapper-out {
	background: url(images/body_bckg.png) top center no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 970px;
	padding: 0 10px 10px;
	background: rgba(255,255,255,0.5);
	text-align: left;
}

#header, #content, #footer {
	background: #fff;
}

#header {
	position: relative;
	padding: 20px 20px;
	height: 60px;
	overflow: visible;
	background: #fff url(images/header_bckg.png) top repeat-x;
	z-index: 1000;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#logo {
	margin: 0 20px 0 0;
	padding: 0;
	width: 242px;
	height: 60px;
	color: #fff;
	background: #009079;
	font-size: 28px;
	font-weight: bold;
	float: left;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#logo a, #logo a:visited, #logo a:hover {
	color: #fff;
	text-decoration: none;
}

#menu {
	position: absolute;
	top: 20px;
	left: 300px;
	list-style: none;
	margin: 0;
	padding: 0 7px;
	width: 636px;
	height: 26px;
	overflow: visible;
	background: #7795bb url(images/menu_bckg.png) top left no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#menu li {
	float: left;
	position: relative;
}

#menu li a, #menu li a:visited {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

#menu li a:hover, #menu li a:active, #menu li a:focus {
	background: #46b898 url(images/menu_hover_bckg.png) top repeat-x;
	color: #fff;
}

#menu li:last-child a {
	border-right: none;
}

#menu li:nth-child(1) a {
	border-left: none;
}

#menu li.current_page_item a, #menu li.current_page_item a:visited, #menu li.current_page_item a:hover,
#menu li.current_page_parent a, #menu li.current_page_parent a:visited, #menu li.current_page_parent a:hover,
#menu li.current_page_ancestor a, #menu li.current_page_ancestor a:visited, #menu li.current_page_ancestor a:hover
{
	background: #fff;
	color: #7795bb;
}

#menu li ul {
	display: none;
	position: absolute;
}

#menu li:hover {
	z-index: 3000;
	background: #46b898 url(images/menu_hover_bckg.png) top repeat-x;
	color: #fff;
}

#menu li.current_page_item,
#menu li.current_page_ancestor,
#menu li.current_page_parent
{
	position: static;
}

#menu li:hover ul, #menu li ul.visible {
	display: block;
	top: 26px;
	left: 0;
	padding: 0 6px 6px;
	width: 188px;
	background: #e6eef1;
	border: 1px solid #cad2d5;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	-khtml-border-bottom-left-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-khtml-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	z-index: 5000;
}

#menu li li {
	float: none;
	position: relative;
}

#menu li:hover ul ul {
	display: none;
}

#menu li li:hover ul, #menu li li ul.visible {
	display: block;
	position: absolute;
	top: 0;
	left: 188px;
	padding: 0 6px 6px 0;
	width: 200px;
	background: #e6eef1;
	border: 1px solid #cad2d5;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	-khtml-border-top-right-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-khtml-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	z-index: 5000;
}

#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul,
#menu li.current_page_parent ul ul
{
	display: none;
}

#menu li ul a, #menu li ul a:visited {
	padding: 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: none;
	color: #7795bb;
	background: #fff;
	border-bottom: 1px solid #eee;
}

#menu li ul a:hover, #menu li ul a:active, #menu li ul a:focus {
	text-decoration: underline;
	color: #009079;
	background: #FFFCD9;
}

#menu li ul li:last-child a {
	border-bottom: none;
}

#menu li.current_page_item ul,
#menu li.current_page_ancestor ul,
#menu li.current_page_parent ul
{
	display: block;
	position: absolute;
	top: 47px;
	left: 18px;
	padding: 0;
	width: auto;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}

#menu li.current_page_item ul li,
#menu li.current_page_ancestor ul li,
#menu li.current_page_parent ul li
{
	float: left;
}

#menu li.current_page_item ul a,
#menu li.current_page_ancestor ul a,
#menu li.current_page_parent ul a,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a:visited,
#menu li.current_page_parent ul a_visited
{
	padding: 0 10px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: none;
	border-right: 1px solid #ccc;
}

#menu li.current_page_item ul li:last-child a,
#menu li.current_page_ancestor ul li:last-child a,
#menu li.current_page_parent ul li:last-child a
{
	border-right: none;
}

#menu li ul li.current_page_item,
#menu li ul li.current_page_ancestor,
#menu li ul li.current_page_parent
{
	padding-bottom: 18px;
	background: url(images/sec_lev_nav_current.png) bottom center no-repeat;
}

#menu li ul li.current_page_item a, #menu li ul li.current_page_item a:visited, #menu li ul li.current_page_item a:hover,
#menu li ul li.current_page_parent a, #menu li ul li.current_page_parent a:visited, #menu li ul li.current_page_parent a:hover,
#menu li ul li.current_page_ancestor a, #menu li ul li.current_page_ancestor a:visited, #menu li ul li.current_page_ancestor a:hover
{
	text-decoration: none;
}

#menu li.current_page_item ul li a:hover,
#menu li.current_page_parent ul li a:hover,
#menu li.current_page_ancestor ul li a:hover
#menu li.current_page_item ul li a:active,
#menu li.current_page_parent ul li a:active,
#menu li.current_page_ancestor ul li a:active

{
	text-decoration: underline;
	color: #009079;
}

#content {
	position: relative;
	margin: 5px 0 1px;
	padding: 20px 20px;
	overflow: auto;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#breadcrumbs {
	position: absolute;
	top: 7px;
	left: 50px;
	font-size: 10px;
	line-height: normal;
	overflow: auto;
}

#breadcrumbs li {
	float: left;
	margin-right: 5px;
}

#breadcrumbs li a, #breadcrumbs li a:visited {
	text-decoration: underline;
	color: #7795bb;
}

#breadcrumbs li.current a {
	text-decoration: none;
}

#breadcrumbs li a:hover {
	color: #009079;
}
	
#content p, #main ul, #main ol {
	line-height: 1.55em;
	margin-bottom: 1.55em;
	font-size: 14px;
}

#intro {
	position: relative;
	margin: 0 0 30px;
	padding: 30px 260px 30px 30px;
	height: 240px;
	background: #009079 url(images/intro_bckg.png) top center no-repeat;
	color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}

#intro.inner {
	margin-top: 5px;
	height: 120px;
	background-image: url(images/intro_inner_bckg.png);
}

#intro .illustration {
	position: absolute;
	top: 30px;
	right: 50px;
}

#intro.inner .illustration {
	top: 15px;
}

#intro.home li {
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: url(images/intro_bullet.png) center left no-repeat;
}	

#intro.home h1, #intro.inner h1, .single #intro.inner h2 {
	color: #fff;
	margin-bottom: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.35) 0 0 10px;
}

#intro.home p {
	margin-bottom: 1em;
}

#intro.home p em, #intro.inner p {
	padding-right: 50px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
}

#intro p a, #intro p a:visited {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#intro p a:hover, #intro p a:active, #intro p a:focus {
	text-decoration: underline;
}

#content .inner h1, .single #intro.inner h2 {
	margin-top: 5px;
}

#content h2, #content.single h1 {
	clear: left;
	color: #004e67;
	font-size: 24px;
	margin-bottom: 18px;
}

#content.single h1 {
	font-size: 28px;
}

#content.events-archive h2 {
	font-size: 22px;
}

#content h2 a, #content h2 a:visited, #content.single h1 a, #content.single h1 a:visited {
	color: #004e67;
	text-decoration: none;
}

#content h2 a:hover, #content h2 a:active, #content h2 a:focus,
#content.single h1 a:hover, #content.signle h1 a:active, #content.single h1 a:focus  {
	color: #55c4a4;
}

#main {
	float: left;
	padding: 0 15px 0 30px;
	width: 560px;
}

#main p strong {
	color: #333;
}

#main p a strong {
	color: inherit;
}

#main ul {
	list-style: disc;
	padding-left: 5px;
}

#main ol {
	list-style: decimal;
	padding-left: 5px;
}

#main ul li {
	margin: 0 1em 0.2em 3em;
	list-style: disc inside;
}

#main ol li {
	margin: 0 0 0.2em 3em;
	list-style: decimal;
}

.events #main ul li, .practice #main ul li {
	font-weight: bold;
	color: #333;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.more a {
	display: block;
	float: left;
	padding: 0 20px 0 22px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	line-height: 18px;
	background: url(images/actionlink_bckg.png) left center no-repeat;
}

#main .entry {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

#main .entry h2 em, #main.archive .entry h2, #main.archive .entry h2 a, #main.archive .entry h2 a:visited,
#main h3, #main h3 em, #main h3 a, #main h3 a:visited
{
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	color: #008571;
	text-decoration: none;
	margin-bottom: 6px;
}

#main h3 a:hover, #main h3 a:active, #main h3 a:focus,
#main.archive .entry h2 a:hover, #main.archive .entry h2 a:active, #main.archive .entry h2 a:focus {
	text-decoration: underline;
}

#main .entry h2 em {
	font-size: 16px;
}

#main h3 em, #main.archive h2 em {
	font-size: 14px;
	color: #666;
}

#main h4, #main h5, #main h6 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#main h5, #main h6 {
	font-size: 14px;
}

#main h6 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}

#content .entry .date {
	float: left;
	position: relative;
	margin: 0 15px 10px 0;
	width: 32px;
	height: 57px;
	overflow: hidden;
	color: #004e67;
}

#content #sidebar .entry .date {
	margin: 0 10px 0 0;
}

.date .Jan, .date .Feb, .date .Mar, .date .Apr,
.date .May, .date .Jun, .date .Jul, .date .Aug,
.date .Sep, .date .Oct, .date .Nov, .date .Dec
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 57px 32px;
	background: url(images/month-icons/jan.png) top left no-repeat;
}

.date .Feb {
	background-image: url(images/month-icons/feb.png);
}

.date .Mar {
	background-image: url(images/month-icons/mar.png);
}

.date .Apr {
	background-image: url(images/month-icons/apr.png);
}

.date .May {
	background-image: url(images/month-icons/may.png);
}

.date .Jun {
	background-image: url(images/month-icons/jun.png);
}

.date .Jul {
	background-image: url(images/month-icons/jul.png);
}

.date .Aug {
	background-image: url(images/month-icons/aug.png);
}

.date .Sep {
	background-image: url(images/month-icons/sep.png);
}

.date .Oct {
	background-image: url(images/month-icons/oct.png);
}

.date .Nov {
	background-image: url(images/month-icons/nov.png);
}

.date .Dec {
	background-image: url(images/month-icons/dec.png);
}

.date .day {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 32px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.date .year {
	display: block;
	position: absolute;
	top: 47px;
	left: 0;
	width: 32px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	letter-spacing: 0.1em;
}

#content.single #main .date, #content.exercises #main .date {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #008571;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.entry-content {
	margin-left: 47px;
}

.download-links {
	overflow: auto;
}

.download-links p {
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
	background: url(images/general-download-icon.png) left center no-repeat;
}

#exercises-download-links p {
	float: none;
	width: auto;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 20px 5px 0;
	margin-bottom: 5px;
}

#exercises-download-links p:last-child {
	border-bottom: none;
}

.archive .download-links p {
	width: 180px;
	padding-right: 5px;
}

.download-links p a, .download-links p a:visited {
	padding-left: 35px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #004e67;
}

.archive .download-links p a, .archive .download-links p a:visited {
	font-size: 12px;
	line-height: 16px;
	padding-left: 25px;
}

.download-links p a:hover, .download-links p a:active, .download-links p a:focus {
	color: #55c4a4;
}

.download-links .download {
	background-image: url(images/general-download-icon.png);
}

.download-links .pdf {
	background-image: url(images/adobe-acrobat-icon.png);
}

.archive .download-links .pdf {
	background-image: url(images/adobe-acrobat-icon-16.png);
}

.download-links .msword {
	background-image: url(images/microsoft-word-icon.png);
}	

.archive .download-links .msword {
	background-image: url(images/microsoft-word-icon-16.png);
}

.download-links .ms-excel {
	background-image: url(images/microsoft-excel-icon.png);
}

.download-links .ms-powerpoint {
	background-image: url(images/microsoft-powerpoint-icon.png);
}	



#main blockquote {
	padding: 0 20px 0 30px;
	margin-bottom: 1.55em;
	font-style: italic;
	background: url(images/blockquote_bckg.png) 5px 5px no-repeat;
}

#main blockquote p {
	margin-bottom: 0.5em;
}

#nav-below .nav-previous  {
	float: left;
	width: 40%;
	overflow: auto;
}

#nav-below .nav-previous a, #nav-below .nav-previous a:visited {
	background-image: url(images/actionlink_left_bckg.png);
}

#nav-below .nav-next a {
	float: right;
}

#sidebar {
	float: right;
	width: 300px;
}

#contact-box {
	margin: 0 0 15px;
	padding: 10px 16px;
	background: url(images/contact_box_bckg.png) top center no-repeat;
}

#contact-box p {
	line-height: 30px;
	margin-bottom: 0;
	padding-left: 30px;
}

#contact-box .email {
	font-size: 14px;
	background: url(images/email_icon.png) left center no-repeat;
}

#contact-box .email a, #contact-box .email a:visited {
	text-decoration: none;
	color: #004f6d;
	font-weight: bold;
}

#contact-box .email a:hover, #contact-box .email a:active, #contact-box .email a:focus {
	text-decoration: underline;
	color: #55c4a4;
}

#contact-box .phone {
	font-size: 18px;
	font-weight: bold;
	color: #008571;
	background: url(images/phone_icon.png) left center no-repeat;
}

#sidebar .box {
	margin: 0 0 15px;
	padding: 6px;
	background: #e6eef1;
	border: 1px solid #cad2d5;
	-moz-border-radius: 7px;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	-webkit-border-radius: 7px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	-khtml-border-radius: 7px;
	-khtml-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	border-radius: 7px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
}

#sidebar .box .more {
	margin: 0;
	padding: 7px 10px 5px;
	overflow: auto;
}

#sidebar h3 {
	margin: 0;
	padding: 8px 10px 6px;
	height: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #009079 url(images/sidebar_box_green_head_bckg.png) top repeat-x;
	border-bottom: 1px solid #004f6d;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-khtml-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

#sidebar h3.blue {
	background: #005574 url(images/sidebar_box_blue_head_bckg.png) top repeat-x;
	border-bottom: 1px solid #000;
}

#sidebar h3 a, #sidebar h3 a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar h3 a:hover, #sidebar h2 a:active, #sidebar h3 a:focus {
	text-decoration: underline;
}

#sidebar .box .content {
	padding: 10px 10px 0;
	margin: 0;
	font-size: 12px;
	line-height: normal;
	background: #fff;
	border: 1px solid #cad2d5;
	border-top: none;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-khtml-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

#sidebar .content table {
	width: 100%;
	font-size: 12px;
	text-align: center;
}

#sidebar .content table caption, #sidebar .content table thead {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	padding: 2px;
	border-bottom: 2px solid #ccc;
	color: #333;
}

#sidebar .content table thead {
	color: #666;
	border-bottom: 1px solid #eee;
}

#sidebar .content table tbody {
	font-size: 11px;
	border-bottom: 1px solid #eee;
}

#sidebar li {
	overflow: auto;
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #eee;
	font-size: 11px;
}

#sidebar li:hover, #sidebar li:focus {
	background: #FFFCD9;
}

#sidebar li a, #sidebar li a:visited {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}	

#wp-calendar tbody a, #wp-calendar tbody a:visited {
	padding: 0 3px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #005574 url(images/sidebar_box_blue_head_bckg.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#wp-calendar tbody a:hover, #wp-calendar tbody a:active, #wp-calendar tbody a:focus {
	background: #009079 url(images/sidebar_box_green_head_bckg.png);
}

#newsletter.box .content {
	font-size: 12px;
	line-height: normal;
	padding-bottom: 10px;
}

#newsletter.box .content p {
	margin: 7px 0;
}

#newsletter.box input[type="text"], #main .newsletter input[type="text"] {
	padding: 3px 2px 3px 5px;
	width: 195px;
	font-size: 14px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #ddd;
}

#main .newsletter input[type="text"] {
	margin: 5px 0 5px 10px;
}

#main .newsletter input[type="submit"] {
	float: right;
	margin: 5px 0 5px 10px;
}

#newsletter.box input[type="text"]:focus, #main .newsletter input[type="text"]:focus {
	background: #FFFCD9;
	border-color: #ccc;
}

#sidebar #upcoming-events-box .content {
	padding: 0;
}

#upcoming-events-box li {
	overflow: auto;
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

#upcoming-events-box li:last-child {
	border-bottom: none;
}

#upcoming-events-box li:hover, #upcoming-events-box li:focus {
	background: #FFFCD9;
}

#upcoming-events-box .content h4 {
	float: right;
	margin: 0;
	width: 217px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

#upcoming-events-box h4 a {
	text-decoration: none;
}

#upcoming-events-box .date {
	margin-right: 10px;
}

#upcoming-events-box .location {
	float: right;
	width: 217px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: normal;
	color: #333;
}

#testimonial-box .content {
	font-size: 12px;
	font-style: italic;
}
	

#footer {
	position: relative;
	padding: 30px 50px;
	font-size: 10px;
	background: #fff url(images/footer_bckg.png) bottom repeat-x;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#footer .links {
	margin: 0 0 30px 0;
	list-style: none;
	height: 13px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 11px;
}

#footer .small.links {
	margin-bottom: 10px;
	font-size: 9px;
	text-transform: none;
	letter-spacing: normal;
}

#footer .links li {
	float: left;
}

#footer .links li a, #footer .links li a:visited {
	display: block;
	padding: 0 15px;
	border-left: 1px solid #ccc;
	color: #999;
	text-decoration: none;
}

#footer .small.links li a {
	padding: 0 5px;
}

#footer .links li:nth-child(1) a {
	padding-left: 0;
	border-left: 0;
}

#footer .links li a:hover, #footer .links li a:active, #footer .links li a:focus {
	text-decoration: underline;
	color: #009079;
}

#copyright {
	clear: both;
	margin-right: 200px;
}

#clarihon {
	position: absolute;
	bottom: 30px;
	right: 50px;
	text-align: right;
}

#contacts table, th, td {
	border: 1px solid #000;
	padding: 5px;
}
#content table#contacts tbody td p {
	padding: 5px;
	margin: 0;
	line-height: 1em;
}















