.wpcf7-list-item {
width:auto;
clear:both;
display:block;
}
label {
font-size:1.4em;
}
td {
padding:3px 0 !important;
}
table, tr, td {
vertical-align:top;
}

table tr td table {
padding-left:50px;
}

/* 
Theme Name: ILiveHere
Theme URI: http://ilivehereqc.org/
Description: Custom theme for ILiveHere
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
	
	Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 		- Defines functions for use in various parts of the theme.
	* includes/search.php	- Helper plugin to make search results nicer (adds search term highlighting and page content searching).
							  Plugin courtesy Scott Yang (http://scott.yang.id.au/).

	  THEME STYLES:
	  ----------------------
	* style.css				- Defines and controls styles for the site (this file).
	* css/reset.css			- CSS global style reset.
	* css/ie.css			- Generic Internet Explorer style fixes.
	* css/ie6.css			- Internet Explorer 6 specific style fixes.
	* css/ie7.css			- Internet Explorer 7 specific style fixes.
	* css/screen.css		- Screen-specific site styles.
	* css/print.css			- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 			- Controls the header section of the site.
	* index.php				- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php			- Controls the main content section of the site for individual blog posts.
	* comments.php			- Controls the comments section of single post pages.
	* page.php				- Controls the main content section of the site for static WordPress pages.
	* archive.php			- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php		- Defines the stock search form for inclusion in various parts of the theme.
	* search.php			- Controls the main content section of the site for search results.
	* sidebar.php			- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php			- Controls the footer section of the site.
*/

body {
	background: #e3d6bd url(images/bg.png) repeat-x;
	color: #000;
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/** MISCELLANEOUS */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	float: right;
}

.feed {
	background: url(images/rss-icon-lg.png) no-repeat 0 50%;
	padding: 1px 0 1px 27px;
}

.red {
	color: #f00;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}
/* /MISCELLANEOUS **/

/** HEADER */
#header {
	background: url(images/header-img.png) no-repeat top right;
	float: left;
	height: 165px;
	margin: 0;
	width: 100%;
}

/** LOGO */
#logo h1 a {
	background: transparent url(images/logo.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 92px; /* height of the image */
	margin-left: 0;
	margin-top: 46px;
	text-indent: -1000em;
	overflow: hidden;
	width: 324px; /* width of the image */
}

#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

#logo a:hover {

}
/* /LOGO **/

/** NAVIGATION */
#nav {
	float: left;
	font-size: 1.4em;
	height: 45px;
	line-height: 50px;
	margin: 0 0 15px;
	text-align: center;
	width: 950px;

}

#menu ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu li.sep {
	background: url(images/menu-sep.png) no-repeat;
	float: left;
	height: 13px;
	margin: 18px 4px;
	width: 12px;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color: #fff;
	display: block;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active {
	text-decoration: underline;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #fff;
	border-top: none;
	color: #000;
	filter: alpha(opacity=90);
	float: none;
	font-size: .8em;
	height: 24px;
	line-height: 24px;
	opacity: .90;
	padding: 0 10px;
	width: 230px;

}

#menu li li a:hover, #menu li li a:active {
	color: #000;
}

#menu li ul {
	border: 1px solid #000;
	left: -999em;
	margin-top: -5px;
	position: absolute;
	text-align: left;
	width: 250px;
        z-index:100;
}

#menu li ul a {
	width: 240px;
}

#menu li ul a:hover, #menu li ul a:active {
        z-index:100;
}

#menu li:hover ul, #menu li.sfhover ul {
        z-index:100;
	left: auto;
}
/* /NAVIGATION **/
/* /HEADER **/

/** CONTENT */
#content {
	clear: left;
	display: inline;
	float: left;
	margin-bottom: 1em;
	width: 583px;
	position:relative;

}

.content a:link, .content a:visited, .content a:active {
	color: #3b6797;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content a.more-link {
	float: left;
	margin-top: 1.5em;
}

.content h1 {
	font-size: 2.1em;
	margin-bottom: 0;
}

.content h1.pagetitle {
	color: #5e4413;
	margin-bottom: 1em;
}

.content h1.pagetitle a:link, .content h1.pagetitle a:visited, .content h1.pagetitle a:active {
	color: #5e4413;
	margin-bottom: 0;
	text-decoration: none;
}

.content h1.pagetitle a:hover {

}

.content h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content .post-head {
	background: url(images/post-head.png) no-repeat;
	height: 44px;
	margin: 0;
	padding: 20px 0 0 18px;
	width: 565px;
}

.content .entry {
	background: url(images/post-bg.png) repeat-y;
	margin-bottom: 0;
	padding: 0 11px;
	width: 561px;
}

.content .postmeta {
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 1em;
	padding: 0;
	width: 547px;
}

.content .postmeta .post-date {
	background: #ac9871;
	color: #fff;
	display: inline;
	float: left;
	padding-left: 7px;
	width: 129px;
}

.content .postmeta .post-auth {
	background: #c8baa1;
	color: #63491a;
	display: inline;
	float: right;
	padding-left: 7px;
	width: 404px;
}

.content .postmeta .post-auth a {
	color: #63491a;
	text-decoration: underline;
}

.post-cont {
	padding: 0 7px 1px;
	width: 537px;
	position:relative;
	z-index:1;
}

.content .post-foot {
	background: url(images/post-foot.png) no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	height: 56px;
	line-height: 46px;
	margin: 0 0 19px;
	padding-right: 25px;
	text-align: right;
	width: 558px;
}

.content .single-foot {
	background: url(images/single-foot.png) no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	height: 51px;
	line-height: 46px;
	margin: 0 0;
	padding-right: 25px;
	text-align: right;
	width: 558px;
}

.content .post-foot a, .content .single-foot a {
	color: #fff;
	text-decoration: none;
}

.content .post-foot a:hover, .content .single-foot a:hover {
	text-decoration: underline;
}

.content .post-foot .tweet, .content .single-foot .tweet {
	background: url(images/twit-icon.png) no-repeat center right;
	display: inline;
	float: right;
	margin-right: 20px;
	padding-right: 26px;
}

.content .post-foot .share, .content .single-foot .share {
	background: url(images/st-icon.png) no-repeat center right;
	display: inline;
	float: right;
	margin-right: 20px;
	padding-right: 20px;
}

.content .post-foot .share span a, .content .single-foot .share span a {
	background: transparent !important;
	margin: 0;
	padding: 0;
}

.content .post-foot .post-rss, .content .single-foot .post-rss {
	background: url(images/rss-icon-sm.png) no-repeat center right;
	display: inline;
	float: right;
	margin-right: 20px;
	padding-right: 20px;
}

.content .post-foot .comments, .content .single-foot .comments {
	display: inline;
	float: right;
}

.navigation {
	float: left;
	padding: 1em 1em 0;
	width: 550px;
}

.content p {
	color: #47443e;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	text-align: left;
}

.content blockquote {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul, .content ol {
	margin: 0 0 1.5em 3em;
}

.content li {
	color: #47443e;
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: .5em;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}

.content img {
	display: block;
	padding: .5em;
}
/* /CONTENT **/

/** SIDEBAR */
#sidebar {
	color: #392d18;
	display: inline;
	float: right;
	font-size: 1.2em;
	margin-right: 8px;
	width: 350px;
}

.sidebar .widgetblock {
	background: url(images/sb-bg.png) repeat-y;
	margin-bottom: 15px;
	padding: 0 25px 10px 16px;
	width: 309px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #3b6797;
	font-weight: bold;
	text-decoration: none;
}

.sidebar a:hover {

}

.sidebar h3 {
	background: url(images/sb-head.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	height: 40px;
	margin: 0 0 0 -17px;
	padding: 24px 0 0 16px;
	text-transform: uppercase;
	width: 334px;
}

.sidebar h3 a {
	color: #fff !important;
	text-decoration: none;
}

.sidebar #fb-form #fb-email {
	background: url(images/email.png) no-repeat;
	border: none;
	height: 24px;
	padding: 10px 10px 0;
	width: 202px;
}

.sidebar #fb-form #fb-sub {
	background: url(images/sub-btn.png) no-repeat;
	border: none;
	height: 32px;
	padding: 0;
	width: 82px;
}

.sidebar #searchform #s {
	background: url(images/email.png) no-repeat;
	border: none;
	height: 24px;
	padding: 10px 10px 0;
	width: 202px;
}

.sidebar #searchsubmit {
	background: url(images/search-btn.png) no-repeat;
	border: none;
	height: 32px;
	padding: 0;
	width: 82px;
}

.sidebar #searchsubmit:hover {
	cursor: pointer;
}

.sidebar #flickr img {
	margin: 0 1px 2px;
}

.sidebar ul, .sidebar ol {
	margin: 0 0 0 .5em;
}

.sidebar li {
	background: url(images/sb-sep.png) no-repeat bottom left;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 22px 10px;
	margin-bottom: 10px;
}

.sidebar ul li {
	list-style-type: none;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li ul {
	margin-bottom: 0;
}

.sidebar li li {
	font-size: 1em;
}
/* /COMMENTS **/

/** COMMENTS */
#comments {
	background: url(images/post-bg.png) repeat-y;
	margin: 0 0;
	padding: 10px 15px 10px 11px;
	width: 550px;
}

#comment-foot {
	background: url(images/comment-foot.png) no-repeat;
	clear: both;
	height: 56px;
	margin: 0;
	padding: 0;
	width: 583px;
}

#comments h3 {
	border-bottom: 1px solid #333;
	margin: 0 0 1em;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 1em;
	padding: .5em;
}

#comments .commentlist li.alt {
	background: #eee;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#comments .commentlist p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}

span.wpcf7-form-control-wrap {
	position: relative;
	z-index:5;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 1.1em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	display: block;
	margin: 0 0 1.5em;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {

}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	background: transparent;
}

#comments .avatar {
	border: 1px solid #333;
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	padding: .3em;
}

#comments .comment-author {
	font-size: 1.2em;
}

#comments .comment-author cite {

}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding-bottom: 2em;
}

#commentform label {
	font-size: 1.2em;
}

#commentform label span {
	font-size: 1.1em;
}

#commentform input, #commentform textarea {
	border: 1px solid #333;
	padding: .5em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #333;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin-right: .5em;
	width: 20em;
}

#commentform textarea {
	margin-bottom: .5em;
	width: 535px;
}

#commentform p.subscribe-to-comments {
	display: inline;
	float: left;
	margin-top: -2.5em;
}

#commentform p.subscribe-to-comments input {
	margin-left: .5em;
}

#commentform #submit {
	border: 2px solid #333;
	display: inline;
	float: right;
	font-size: .8em;
	font-weight: bold;
	padding: .5em;
	text-transform: uppercase;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#commentform #submit:hover {
	cursor: pointer;
}
/* /Comments **/

/** CALENDAR */
table#wp-calendar {
	border: 1px solid #333;
}

table#wp-calendar caption {
	font-size: 1.4em;
	text-align: center;
}

table#wp-calendar tbody .pad {
	background: #ddd;
}

table#wp-calendar>tbody>tr>td>a {
	font-weight: bold;
}

table#wp-calendar thead>tr>th {
	background: #cdd5de;
	border: 1px solid #333;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
}

table#wp-calendar tbody>tr>td {
	border: 1px solid #333;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
}

table#wp-calendar tfoot>tr>td.pad {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
}

table#wp-calendar tfoot>tr>td>a, table#wp-calendar tfoot>tr>td>a:link, table#wp-calendar tfoot>tr>td>a:visited,
table#wp-calendar tfoot>tr>td>a:hover, table#wp-calendar tfoot>tr>td>a:active {
	font-weight: bold;
}

table#wp-calendar tfoot>tr>td#prev {
	background: #fff;
	border: 1px solid #333;
	border-right: none;
	height: 2em;
	line-height: 2em;
	text-align: left;
	padding-left: .5em;
	width: 5.3em;
}

table#wp-calendar tfoot>tr>td#next {
	background: #fff;
	border: 1px solid #333;
	border-left: none;
	height: 2em;
	line-height: 2em;
	text-align: right;
	padding-right: .5em;
	width: 5.3em;
}
/* /CALENDAR **/

/** FOOTER */
#footer {
	background: url(images/tile-bg.jpg) repeat-x top left;
	color: #44351a;
	float: left;
	font-size: 1.4em;
	height: 276px;
	padding-top: .5em;
	width: 100%;
}

#footer-inner {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding: 2em 18px;
	width: 960px;
}

#footer-credits{
text-align:center;
}

#footer a{
color:#3b6797;
}
/* /FOOTER **/



#socmeddiv {
}

#socmeddiv a {
position:relative;
left:23px;
display:inline;
float:left;
text-align:center;
margin: 0 11px;
text-decoration:none;
}

#socmeddiv a:hover img {
text-decoration:none !important;
}

#socmeddiv a:hover{
text-decoration:underline;
}
