/*
Theme Name: Simply Red
Theme URI: http://www.timhaslam.com
Description: Custom theme for Tim Haslam
Version: 1.0	
Author: Tim Haslam
Author URI: http://www.timhaslam.com


*/


/* RESETS */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


* {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}
a { 
	outline: none;
	text-decoration: none;
}
strong { color:#111; }
ol, ul { list-style: none; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
img { border: 0 }

.hover    { cursor: pointer; }
.hidden   { display: none; }
.full	  { width: 100%; }
.clearer  { clear: both; }
.clear_l  { clear: left;}
.clear_r  { clear: right;}
.float_l  { float: left; }
.float_r  { float: right; }
.underline{ text-decoration: underline !important; }
.bold	  { font-weight: bold; }
.italic	  { font-style: italic; }

.overlabel-wrapper { position:relative;}
label.overlabel {
	position:absolute;
	color:#999;
	left:1px;
	top:1px;
	font-size:11px;
}

/*Styles */
body {
	background: #efefef;
	font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
}

p {
	padding: 5px 0;
	line-height: 1.6em;
}

.wrapper {
	left: 50%;
	margin-left: -495px;
	position: relative;
	width: 990px;
}

.header {
	background: #bf0d00;
	margin: 0 15px;
	overflow: hidden;
	padding: 18px 25px 0 25px;
	width: 910px;
	min-height: 100px;
}
	.blog-title {
		color: #ffffff;
		font-size: 36px;
	}
		.blog-title a {
			color:#ffffff;
		}
	.blog-tagline {
		color: #ffffff;
		font-size: 14px;
	}
	.rss {
		float: right;
		margin: -50px 0 0 0;
	}

.top-ribbon {
	background: url('images/top-ribbon.gif') no-repeat;
	float: left;
}
	ul.menu {
		float: right;
		padding: 12px 42px 20px 0;
		width: 948px;
	}
	ul.menu li {
		float: right;
		font-size: 14px;
		list-style-type: none;
		padding: 0 0 0 30px;
	}
	ul.menu li a {
		color: #ffffff;
		text-decoration: none;
	}
	
#content {
	background: url('images/content-bg.gif') repeat-y;
	margin: 0 15px;
	float: left;
	min-height: 600px;
}
	.left {
		float: left;
		padding: 25px 25px 0 50px;
		width: 550px;
	}
		.date {
			background: url('images/date-bg.png') no-repeat;
			color: #ffffff;
			float: left;
			font-size: 12px;
			left: -3px;
			padding: 4px 0 18px 2px;
			position: absolute;
			text-align: center;
			width: 53px;	
		}
		.post {
			overflow: hidden;
			position: relative;
			margin: 0 0 20px 0;
		}
			.post-title {
				font-size: 26px;
				color: #606060;
			}
			.post-title a {
				color: #606060;
				text-decoration: none;
			}
			.post-title img {
				margin: 5px 5px 0 0;
				float: left;
			}
		.entry {
			color: #606060;
			font-size: 12px;
			margin: 10px 0 0 0;
		}
			.entry a {
				color:#bf0d00;
			}
		.entry ul li {
			padding: 5px 0px;
			list-style-type: disc;
			margin: 0 0 0 25px;
		}
		.cat-tag {
			font-size: 12px;
			margin: 20px 0 0 0;
		}
			.cat-tag a {
				color: #bf0d00;
			}
		.share-comments {
			
		}
			.share {
				margin: 15px 0 0 0;
			}
				.share ul li {
					float: left;
					list-style-type: none;
					padding: 0 5px;
				}
			.comments {
				float: right;
			}
				.comments a {
					color: #bf0d00;
				}
			
	.right {
		float: right;
		width: 335px;
	}
		.widget {
			width: 315px;
		}
			.widget-head {
				background: url('images/widget-head.gif') no-repeat;
				color: #ffffff;
				text-align: center;
				width: 311px;
				padding: 13px 0 17px 0;
				margin: 25px 0 0 0;
				font-size: 14px !important;
			}
			.widget-body {
				background: url('images/widget-body.gif') repeat-y;
				font-size: 12px;
			
			}
			.widget-body .tags {
				padding: 0 40px 0 20px;
			}
				.widget-body a {
					color: #bf0d00;
				}
				.widget-body ul {
					padding: 0 20px;
				}
					.widget-body ul li {
						padding: 5px 0;
					}
				.iphone {
					padding: 0 15px;
				}
				.iphone img {
					margin: 0 5px 5px;
				}
			.widget-bottom {
				background: url('images/widget-bottom.gif') no-repeat;
				width: 100%;
				padding: 20px 0 0 0;
			}

.iphone-page {
	float: left;
	width: 78px;
	height:100px;
	margin: 20px 14px 0;
	text-align:center;
}
	.iphone-page a {
		color: #bf0d00;
		font-size:12px;
		text-align:center;
	}

.bot-ribbon {
	background: url('images/bot-ribbon.gif') no-repeat;
	float: left;
	text-align: center;
	font-size: 14px;
	width: 100%;
	padding: 25px 0 12px 0;
	color: #ffffff;
}
.red-footer {
	width: 960px;
	margin: 0px 15px 0;
	padding: 40px 0;
	background: url('images/footer.png') no-repeat;
	float: left;
}

ol.commentlist li {
	background: #efefef;
	margin:10px 0;
	padding:5px 10px 5px 10px;
	list-style-type:none;
	overflow: hidden;
}

.vcard img {
	float: left;
	margin: 0 10px 0 0;
}

.fn, .fn a {
	font-size: 16px;
	color: #bf0d00;
	font-style: normal;
	float:left;
}

.says {
	display: none;
}

.comment-meta {
	display: none;
}

.comment-body p {
	float: left;
	clear: both;
	font-size: 12px;
}

.navigation {
	color:#bf0d00;
	overflow: hidden;
	padding: 10px;
	font-size: 14px;
}
	.navigation a {
		color:#bf0d00;
	}

h2.pagetitle {
	margin: 0 0 10px 0;
	color: #2e2d2d;
}

.wp_syntax {
	width:99% !important;
}

.textwidget .wpcf7 {
	padding: 0 20px;
}

.textwidget .wpcf7 input, .textwidget .wpcf7 textarea {
	width: 265px;
}

.textwidget .wpcf7 input[type='submit'] {
width:50px;
}

.textwidget {
color:#606060;
}