/*
Theme Name: Touchpoint
Theme URI: http://touchpointuk.com/
Description: Custom theme for Touchpoint
Version: 1.0
Author: Matt Mawford for We love the web
Author URI: http://www.welovetheweb.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
ul {
	list-style: none;
}
a {
	color: #dd291e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
hr {
	display: none;
}
small {
	font-size: 1.0em;
}
.floatClear, .clear {
	clear: both;
}

/* page *******************************************************/

#page {
	width: 896px;
	margin: 0 auto;
	text-align: left;
}
.single #page {
	width: 545px;
}

/* header *****************************************************/

#header {
	height: 67px;
	overflow: hidden;
}
#headerimg {
	float: left;
	background: url(images/blog-header.gif) no-repeat 0 0;
	width: 308px;
	height: 47px; 
	margin-top: 20px;
}
#headerimg h1 a {
	display: block;
	width: 308px;
	height: 47px;
	text-indent: -9999px;
}
#headerimg .description {
	text-indent: -9999px;
}
#headerlinks {
	float: right;
	margin-top: 20px;
}
#headerlinks li {
	float: left;
	margin-left: 7px;
}

/* content ****************************************************/

#content {
	width: 545px;
}
.narrowcolumn {
	float: left;
}
.widecolumn {
	margin: 0 auto;
}
h2 {
	font-size: 2.4em;
	line-height: 1.2em;
	color: #251a06;
	margin-bottom: 8px;
}
h2 a {
	color: #251a06;
}
h2 a:hover {
	color: #dd291e;
	text-decoration: none;
}
h2.pagetitle {
	margin-top: 14px;
}
h3 {
	font-size: 1.6em;
	line-height: 1.25em;
	font-weight: bold;
	color: #251a06;
	margin-bottom: 10px;
}
.post {
	margin-top: 14px;
	margin-bottom: 20px;
/*	border-bottom: 1px solid #dadada; */
	padding-bottom: 1px;
	background: url(images/navigation-bg.png) no-repeat bottom;
}
.entry {
/*	font-size: 1.4em;
	line-height: 1.57em; /* 22/14 */
	font-size: 1.2em;
	line-height: 1.5em; /* 18/12 */
}
.entry p, 
.entry ul, 
.entry ol {
	margin-bottom: 1em;
}
.entry ul li {
	list-style: disc;
	margin-left: 2em;
}
.entry ol li {
	list-style: decimal;
	margin-left: 2em;
}
.postmetadata {
	color: #b3b3b3;
/*	font-size: 1.2em;
	line-height: 1.5em; /* 18/12 */
	font-size: 1.1em;
	line-height: 1.36em; /* 15/11 */
	margin-bottom: 8px;
}
.entry .postmetadata {
/*	font-size: 0.86em; /* 12/14 */
	font-size: 0.92em; /* 11/12 */
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.navigation {
	min-height: 16px;
	background: url(images/navigation-bg.png) repeat-y -40px;
}
.navigation div {
	float: left !important;
	margin-right: 1px;
}
.navigation div a {
	display: block;
	float: left;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	background-repeat: no-repeat;
	background-color: #dd291e;
	cursor: pointer;
}
.navigation div a:hover {
	background-position: 0 0;
	background-color: #ffffff;
	color: #dd291e;
	text-decoration: none;
}
.navigation div.alignleft a {
	padding-left: 24px;
	padding-right: 6px;
	background-image: url(images/bg_prevButton.png);
}
.navigation div.alignleft a:hover {
	background-position: 0 -16px;
}
.navigation div.alignright a {
	background-position: right 0;
	padding-left: 6px;
	padding-right: 24px;
	background-image: url(images/bg_nextButton.png);
}
.navigation div.alignright a:hover {
	background-position: right -16px;
}
.ffMac .navigation div a {
	line-height: 10px;
	height: 10px; 
	padding-top: 4px;
	padding-bottom: 2px;
}

/* comments ****************************************************/

#respond {
	margin-top: 14px;
	margin-bottom: 20px;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #dadada; */
	background: url(images/navigation-bg.png) no-repeat bottom;
}
#commentform p {
	clear: both;
	min-height: 24px;
}
#commentform p input[type="text"],
#commentform p input.text {
	float: left;
	width: 200px;
}
#commentform p label {
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
	color: #b3b3b3;
	font-size: 1.2em;
	line-height: 1.5em; /* 18/12 */
}
#commentform p textarea {
	width: 537px;
}

/* sidebar *****************************************************/

#sidebar {
	float: right;
	width: 278px;
	padding: 18px 18px 18px 22px;
	background: url(images/sidebar-bg.png) repeat-x top;
}
.widget {
	margin-bottom: 16px;
	clear: both;
}
.widget li {
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	padding-right: 4px;
}
.widget li a {
	color: #999999;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
.widget li a:hover {
	text-decoration: none;
	color: #dd291e;
}
.widget_categories li, 
.widget_archive li {
	display: block;
	height: 15px; 
	width: 135px;
	white-space: nowrap;
	overflow: visible; 
}
.widget .column_0,
.widget .column_1 {
	width: 139px;
	float: left;
}
.widgettitle {
	font-size: 1.2em;
	line-height: 1.25em;
	font-weight: bold;
	color: #dd291e;
	margin-bottom: 10px;
}
#searchform {
	height: 22px;
}
#s {
	width: 191px;
	float: left;
}
#searchsubmit {
	width: 73px;
	float: left;
}
.textwidget p {
	font-size: 1.2em;
	line-height: 1.25em;
	font-weight: bold;
	color: #b3b3b3;
}
.textwidget p span {
	color: #dd291e;
}
.textwidget p a:hover {
	text-decoration: none;
}
#twitter_update_list li {
	margin-bottom: 10px;
}
#twitter_update_list li a {
	font-size: 100% !important;
	display: block;
}
#twitter_update_list li span {
	color: #251a06;
}
#twitter_update_list li span a {
	display: inline;
	color: #dd291e;
	font-weight: normal;
}
#twitter_update_list li span a:hover {
	text-decoration: underline;
}

/* forms *******************************************************/

input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}
input[type="text"],
input.text {
	line-height: 14px;
	padding: 3px;
	background: #ffffff url(images/text-input-bg.png) repeat-x top;
	border: 1px solid #dadada;
}
input[type="submit"],
input.submit {
	height: 24px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 10px 4px 10px;
	background-color: #c2c2c2;
	background-image: url(images/submit-input-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 0 none;
	cursor: pointer;
}
input[type="submit"]:hover,
input.submit:hover {
	background-color: #b32118;
	background-position: 0 -30px;
}
.ffMac input[type="submit"],
.ffMac input.submit {
	height: 23px;
}
textarea {
	font-size: 1.4em;
	line-height: 1.57em;
	padding: 3px;
	border: 1px solid #dadada;
	background: #ffffff url(images/textarea-bg.png) repeat-x top;
}

/* footer ******************************************************/

#footer {
	clear: both;
}
#footer ul {
	padding: 8px 0;
}
#footer ul a {
	display: block;
	width: 146px;
	height: 15px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #999999;
	outline: none;
	text-decoration: none;
/*	white-space: nowrap;
	overflow: visible; */
}
#footer ul a:hover,
#footer ul a.selected {
	text-decoration: none;
	color: #dd291e;
}
#footer p {
	font-size: 0.9em;
	line-height: 1.33em;
	color: #b3b3b3;
	padding-top: 4px;
	border-top: 1px solid #dadada;
	margin-bottom: 20px;
}
#footer p a {
	color: #b3b3b3;
	text-decoration: none;
}
#footer p a:hover {
	color: #dd291e;
	text-decoration: underline;
}

/* wp-default ***************************************************/

/* Begin Comments*/
.alt {
	margin: 0;
        padding: 10px 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.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;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
		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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


