/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

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

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

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

/* wrapper for whole page */
#wrapper {
	margin: 0 auto;
	width: 910px;
	background-color: #fff;
}

/* all of content between header and footer */
#main {
	background-color: #fff;
	width: 910px;
	padding: 0;
}

#container {
	width: 910px;
}

#content {
    margin: 20px;
    width: 890px;
    overflow:hidden;
}

.entry-content {
	padding-right: 20px;
	font: 16px Tahoma, Verdana, Helvetica, sans-serif;
}

#header {

}

#footer {
	background-color: #EFC7C3;
	width: 910px;
}

#branding {
	background-image: url(../HolyTLCTheme/themepics/topbanner.jpeg);
	width: 910px;
}



#blog-description, #blog-title {
	display: none;
}
#access {
	margin: 0 auto;
	border-bottom: none;
}

.entry-utility {
	display: none;
}

#nav-below {
	display: none;
}

body {
	background-color: Red;
	background-image: url(../HolyTLCTheme/themepics/bgpattern.gif);
}

body, input, textarea {
    color:#000;    
    font: 16px Tahoma, Verdana, Helvetica, sans-serif;
    line-height:18px;
}

p {
	font: 16px Tahoma, Verdana, Helvetica, sans-serif;
}

#access {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	/* padding-left: 25px; */ 
	margin: 0 auto;
	background-color: #ffed8a;
	text-transform: uppercase;
	font-weight: bold;
}

#siteinfo {
	width: 910px;
	text-align: right;
	padding: 10px 0 10px 0;
}

h5 {
	font-size: 16px;
	font-style: italic;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	text-align: center;
}

.footerformatting {
	padding-right: 10px;
}

.imgnoborder {
	border: none;
}

.frontpageleft {
	padding: 30px 40px 100px 0;
}

.frontpageright {
	padding: 5px;
	border: solid 1px #ccc;
}
img.alignleft, img.aligncenter, img.alignright {
	padding: 5px;
	border: solid 1px #ccc;
}

h6 {
	font: 24px Georgia,serif;
    line-height:33px;
}

.wpcf7-form {
	line-height: 50px;
	border: 1px solid #ccc;
	padding: 20px;
}

#wpcf7-f1-p51-o1 p {
	line-height: 40px;
}

#wpcf7-f1-p51-o1 img {
	border: 3px #ffcc99 solid;
	padding: 7px;
}

/*--------------------------------------------------------------*/
/*-----------------------MENU FORMATTING------------------------*/
/*--------------------------------------------------------------*/

.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#ffed8a;
}
.sf-menu li li {
	background:		#EAEBD8;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
    background:     #d1ccff;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu a:active {
	background:		#ccc;
	outline:		0;
	border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

.sf-menu a {
	border-left:1px solid #ccc;
	border-top: none;
	border-bottom: none;
	padding:9px 13px; 
	text-decoration:none;
}

/*--------------------------------------------------------------*/
/*---------------------END MENU FORMATTING----------------------*/
/*--------------------------------------------------------------*/