/*   
Theme Name: Capital Country Tourism
Theme URI: 
Description: Capital Country Tourism Child Theme
Author: Finding Simple
Author URI: http://findingsimple.com
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
}
.menu {
    width:920px;
    margin:0 auto;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
	padding:10px;
    width:580px;
    overflow:hidden;
	background:#aaad88;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:920px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:290px;
    float:left;
    margin:0 20px 0 0;
	color:#fff;
}
#subsidiary #third {
    margin:0;
	width:300px;
}
#siteinfo {
    clear:both;
    width:920px;
    margin:0 auto;
}

body {background: #e0e1d5 url(images/bg-body.jpg) repeat-x scroll bottom left;}
#wrapper {width:940px;margin:0 auto;}
.widgetcontainer {background: #aaad88;padding:5px 10px 10px 10px;}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 14px Georgia,serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:15px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#3e321e;
}
a:visited {
    color:#3e321e;
}
a:active,
a:hover {
    color: #9f0618;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background: transparent url(images/bg-branding.png) no-repeat scroll top left;
}
#branding {
    padding:22px 0 12px 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
	display:block;
	height:140px;
	width:560px;
	text-indent:-9999px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
	display:none;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	background:transparent url(images/bg-access.gif) no-repeat scroll top left;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:100;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	z-index:100;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
	z-index:100;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_parent a,
.sf-menu .current_page_ancestor a {font-weight: bold;}
.sf-menu .current_page_parent li a,
.sf-menu .current_page_item li a,
.sf-menu .current_page_ancestor li a {font-weight: normal;}
.sf-menu .current_page_parent .current_page_item a {font-weight: bold;}
.sf-menu .current_page_parent .current_page_item .page_item a {font-weight: normal;}
.sf-menu .current_page_ancestor .current_page_parent a {font-weight: bold;}
.sf-menu .current_page_ancestor .current_page_parent .current_page_item a {font-weight: bold;}
.sf-menu .current_page_ancestor .current_page_parent li a {font-weight: normal;}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#a1885d url(images/bg-menu.jpg) repeat-x scroll top left;
	z-index:100;
}
.sf-menu li li {
	background:		#a1885d;
	z-index:100;
}
.sf-menu li li li {
	background:		#a1885d;
	z-index:100;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;

}
.sf-menu ul {
	z-index:100;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
    z-index:100;
}
.sf-menu ul a {
    background:#a1885d;
    z-index:100;
}
.sf-menu ul a:hover {
    color: #fff;
    background: #796035;
}


/* =Content
-------------------------------------------------------------- */
#container {color:#fff;}

#main {
    clear:both;
    padding:12px 0 22px 0;
	background:#bdc29a;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
	color:#9f0618;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#9f0618;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #CC2538;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Georgia, serif;
    font-size:26px;
    font-weight:normal;
    line-height:26px;
    padding:0 0 7px 0;
	color:#9f0618;
}
.entry-title a {
    color:#9f0618;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #CC2538;
}
.entry-meta {
    color:#3e321e;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#3e321e;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #CC2538;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-style:italic;
}
.entry-content {
    padding:5px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-size:19px;
    padding:12px 0 8px 0;
    color:#3e321e;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    font-weight:bold;    
    padding:12px 0 8px 0;
}
.entry-content h4 {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}

.entry-content a, 
.entry-content a:visited {
	color: #fff;
	text-decoration: underline;
}

.entry-content a:active, 
.entry-content a:hover{
	color: #9f0618;
	text-decoration: underline;
}


.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #CC2538;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #CC2538;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#CC2538;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #CC2538;
    text-decoration:underline;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    border-bottom:1px solid #fff;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    
}
#comments-list li.bypostauthor {
    
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#fff;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#fff;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #CC2538;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #CC2538;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #CC2538;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#CC2538;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:12px;
    line-height:18px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:5px;
}

.aside dl {margin:0;padding:0;}
.aside dt {margin:0;padding:0;}


.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #CC2538;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #CC2538;
}
.aside {
    color:#3e321e;;
}
.aside a {
    color:#3e321e;
}
.aside a:active,
.aside a:hover {
    color: #9f0618;
}
.aside h3 {
    font-size:18px;
    line-height:22px;
	color:#9f0618;
	padding-bottom:5px;
}
.aside h3 a {
    text-decoration:none;
	color:#9f0618;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:5px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0;
}
.main-aside h3 {
margin:0;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:0 0 15px 0;
    margin:0;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {padding: 0 10px 10px 10px;background:#bdc29a;float:left;}
#subsidiary .widgetcontainer {background:none;}
#first .widgetcontainer {background:#cfd3ba;}
#subsidiary h3 {margin-bottom:5px;}
#subsidiary h4 {color:#3e321e;font-weight:bold;}
#subsidiary  a {text-decoration:none;}

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

#footer {
	padding-bottom:20px;

}
#siteinfo {
    color:#fff;
    font-size:11px;
    line-height:18px;
    padding:4px 10px ;
	background:transparent url(images/bg-siteinfo.gif) no-repeat scroll bottom left;
}
#siteinfo a {
    color:#fff;
}

#footer-tourism {
    color:#3e321e;
    font-size:11px;
    line-height:18px;
    display: block;
    width: 800px;
    height: 41px;
    padding: 0 0 20px 120px;
    background: transparent url(images/iilogo.jpg) no-repeat scroll top left;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#CC2538 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#CC2538 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

#home-banner {background:#bdc29a url(images/bg-banner2.jpg) no-repeat scroll bottom left;padding:14px 14px 24px 14px;position:relative;z-index:0;overflow:hidden;}
#home-banner ul {list-style:none;padding:0;margin:0;}
#home-banner li {list-style:none;padding:0;margin:0;z-index:400;height:285px;}
#home-banner img {widtg:912px;height:285px;}
#home-banner li span {z-index:400;}
#home-banner-list {overflow: hidden;}
.ie6 #home-banner {display: none;}
#gallery-nav {z-index:100; position:absolute; bottom:5px; right:5px;display:block;width:912px;height:28px;text-align:right;padding:10px;}

#gallery-nav a{font-size: 12px;color:#f7edda;padding:0 5px;text-decoration:none;}
#gallery-nav a.activeSlide{color:#f7edda;text-decoration:underline;}
#gallery-nav #prev, #gallery-nav #next {cursor:pointer;}

.gallery-title {font-size: 12px;position:absolute; bottom:-5px; left:0px;color:#f7edda;line-height:30px;display:block;z-index:400;width:892px;height:29px;background:transparent url(images/banner-title.png) no-repeat scroll top left;padding:5px 10px 0 10px;font-weight:normal;}


#header-contact {position:absolute;bottom:50px; right:17px;width:245px;text-align:right;}
#header-contact ul {list-style:none;padding:0;margin:0;}
#header-phone {display:block;color:#9f0618;font-size:18px;padding-bottom:5px;background: transparent url(images/i.jpg) no-repeat scroll 60px 1px;}
#header-more {font-size:11px;line-height:1.3em;}


#tdd-recent-posts ul,
#tdd-recent-posts li {list-style:none;margin:0;padding:0;}
#tdd-recent-posts dl{margin:0;padding:0;}
#tdd-recent-posts dd {color:#fff;margin:0;padding:0;}
#tdd-recent-posts a {margin:0;padding:0;}
.sidebardate {font-weight:normal; color: #9f0618 !important;font-style:italic;}

.subscribetextbg {height:70px;}
.subscribetextbg form{display:block;float:left;clear:both;}
input.subscribe_textield {width:230px;height:18px;float:left;}
input.subscribe_b {margin:1px 0 0 0;line-height:1;float:left;}
input.hidden {display:none;}

#latest-events-widget-list {list-style:none;margin:0;padding:0;}
#latest-events-widget-list li{list-style:none;margin:0;padding:0 0 10px 0;clear:both;float:left;display:block;width:290px;}
#latest-events-widget-list a {display:block;text-decoration:none;}

.latest-events-widget-title {display:block;margin:0;padding:0;font-weight:bold;}
.latest-events-date {display:block;margin:0;padding:0;color:#fff;font-weight:bold;}
.latest-events-description {display:block;margin:0;padding:0;color:#fff;}
.latest-events-thumb {float:left;display:block;padding:7px 7px 15px 7px;background:transparent url(images/bg-thumb.jpg) no-repeat scroll top left;margin-right:20px;}

.cal-button{float:left;display:block;padding:7px;background:transparent url(images/bg-thumb.jpg);margin-right:15px;width: 44px;height: 44px;}
.cal-button-day {display: block;font-size: 30px;text-align:center;padding: 3px 0 5px 0;}
.cal-button-month {display: block;text-transform: lowercase;text-align:center;}

ul.visitor-list {list-style:none;padding:0 !important;margin: 0 !important;}
ul.visitor-list li{list-style:none;padding:0 !important;margin: 0 !important;}
ul.visitor-list li a{font-weight:bold;}

.siteinfo-right {float:right;}


#map_canvas {padding: 0;margin: 0;width: 570px;height: 490px;border: 5px solid #fff;color:#3e321e;}
#map_canvas img {padding: 0;margin: 0;}
#map_categories_block {padding: 0;margin: 0;}
#map_categories_block ul {list-style:none;padding:0;margin:0;}
#map_categories_block ul li{list-style:none;padding:0;margin:0;}

#map_popup {width:350px;height: auto;font-size: 13px;}
#map_popup .map_thumb {float: left;margin: 0 5px 5px 0;padding: 0;width: 100px;height: 100px;}
#map_popup h3, #map_popup h4{padding: 0;margin: 0 0 10px 0;}
#map_popup p{margin:0 0 5px 0;}
#map_popup a{color: #9f0618;}




/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 580px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	color: #3e321e;
	letter-spacing:3px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#3e321e;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:130px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #3e321e;
}
.cform label span {
	width:130px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	color:#888;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
	font: 15px Georgia,serif;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 0px; 
	vertical-align:top;
	color: #9f0618;
	font-size:0.8em;
	line-height:2em;
	display: block;
	width: 120px;
	text-align: left;
	float: right;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 140px !important;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:0.8em;
	background:#fff; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	cursor:pointer;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {display: none;}



/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

#text-3 h3.widgettitle {
	text-indent:-9999px;
	background: transparent url(images/heading-alts.jpg) no-repeat scroll -5px -10px ;
	height: 50px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#tdd-recent-posts h3.widgettitle {
	text-indent:-9999px;
	background: transparent url(images/heading-alts.jpg) no-repeat scroll -8px -65px ;
	height: 50px;
	margin-bottom: 0;
	padding-bottom: 0;	
}

#latest_events-3 h3.widgettitle {
	text-indent:-9999px;
	background: transparent url(images/heading-alts.jpg) no-repeat scroll -8px -125px ;
	height: 50px;
	margin-bottom: 10px;
	padding-bottom: 0;	
}

#text-5 h3.widgettitle {
	text-indent:-9999px;
	background: transparent url(images/heading-alts.jpg) no-repeat scroll 0px -180px ;
	height: 50px;
	margin-bottom: 5px;
	padding-bottom: 0;	
}

#text-5.widgetcontainer {
	background: transparent url(images/big-i.jpg) no-repeat scroll 185px 110px ;
}

#text-4 h3.widgettitle {
	text-indent:-9999px;
	background: transparent url(images/heading-alts.jpg) no-repeat scroll -10px -240px ;
	height: 50px;
	margin-bottom: 5px;
	padding-bottom: 0;	
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 15px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:10px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:10px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

.slug-events th,
.slug-events td {
	padding: 0;
}


