/*
Theme Name: Basic 201
Theme URI: http://www.purplecarrotdesign.co.uk
Description: Basic two column theme, sidebar on right.
Version: 1.0
Author: Matt Rogers
Author URI: http://www.matt-rogers.co.uk
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.
8. About Region
9. Contact Region


-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	margin: 0px;	
	padding: 0px;	
	font-size: 12px;	
	margin: 0;	
	color: #000;	
	font-style:italic;
	font-family: Arial, Helvetica,Geneva, sans-serif;

	
}
#wrapper {
	width: 960px;
	padding: 20px 30px 0 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	font-family: Arial, Helvetica,Geneva, sans-serif;
	margin: 0px;	
	padding: 0 10px 10px 10px ;	
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}
p a{
	text-decoration:none;
}
h1 {
	margin: 0px;	
	padding: 4px 30px 2px 10px;	
	font-size: 20px;
	font-weight: normal;
	background-color:#000;
	color:#FFF;
}
h1 a {
	color: #fff;
	font-weight: normal;	
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 2px 30px 2px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #222222;
	font-family: Arial, Helvetica,Geneva, sans-serif;
	font-style: normal;
	letter-spacing: -1px;
	background-color:#F2F2F2;
}
h2 a {
	color: #fff;
	font-weight: normal;	
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	margin: 0px;	
	padding: 0 0 10px 10px ;	
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica,Geneva, sans-serif;
	margin: 0px;	
	padding: 0 0 10px 10px;	
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	line-height: 20px;
}
h5 {
	font-family: Arial, Helvetica,Geneva, sans-serif;	
	margin: 0px;	
	padding: 10px 0 10px 10px;	
	font-size: 14px;
	font-weight: bold;
	font-style: normal;	
	line-height: 20px;
}
a:link {
	color: #239cc3;
}
a :hover{
	text-decoration:underline
}
a:visited {
	color: #239cc3;	
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 0px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 0px;
	display: inline;
}
ul{
	margin: 0px;
	padding: 0px;
	color: #333;
	padding: 0 0 0 10px ;	
	
}
ul a {
	text-decoration: none;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:20px;	
	margin: 0px;
	padding: 0 0 0 10px ;	
}

a img {
	border: none;
}


/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 180px;
	width: 960px;
	margin: 0 0 20px 0;
	padding: 0px;
	background-color:#FFF
}
#header2 {
	height: 80px;
	width: 960px;
	margin: 0;
	padding: 0px;
	background-color:#FFF
}

#header a img{
	border: none
}
#headerLogo {
	float: left;
	width: 960px;
	margin: 10px 0 0 0;
	height: 30px;
}
#headerLogoPic {
	float: left;
	width: 80px;
	margin: 20px 0px 0 440px;
	height: 80px;
	background-image:url(images/mr_logo.png);
	background-repeat:no-repeat;
}
#headerLogo h1 {
	font-family: Arial, Helvetica,Geneva, sans-serif;
	margin: 0 0 20px 0;
	padding: 2px 10px 0 10px;
	font-size: 10px;
	color:#000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	color: #000;
	text-align: center;
}
#headerLogo h1 a {
	font-weight: normal;
	text-decoration:none;
}
#headerLogo h1 a:hover {
	color:#239cc3;
}
#headerTitle {
	float: left;
	width: 920px;
	margin: 0 0 10px 0;
	background-color: #FFF;
	padding-right: 40px;
}

#headerTitle h1 {
	margin: 0 0 20px 0;
	padding: 0px 10px 0 10px;
	font-size: 22px;
	color: #222;
	background-color: #FFF;
	text-decoration: none;
	font-style: normal;
	line-height: 28px;
	letter-spacing: -1px;
}
#headerTitle h1 a {
	text-decoration: none;
}
#headerTitle h1 a:hover {
	text-decoration: underline;
}
.menu{
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0 0 0;
	width: 960px;
	height: 30px;
	float:left;
}
.menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu li {
	font-family: Arial, Helvetica,Geneva, sans-serif;
	font-style:normal;
	float: left;
	display :block;
	list-style-type: none;
	width: 140px;
	margin: 0 10px 0 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCC;
}
.menu li a:link, .menu li a:visited {
	padding: 0 0 4px 0;
	text-decoration: none;
	font-size: 10px;
	display :block;
	line-height: 16px;
}
.menu li a:hover {
	text-decoration: none;
	background-color: #EEEEEE;
}
.current_page_item a:link, .current_page_item a:visited {
color: #000;
}

/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
.whiteBackground{
	background-color: #F9F9F9;
	float: left;
	clear: both;
	width: 100%;
}
#main {
	width: 960px;
	float: left;
}
#content {
	width: 630px;
	margin: 0 0 40px 0;
	padding-top: 30px;
	padding-right: 10px;
	float: left;
	clear:both;
}
#contentHome1 {
	width: 300px;
	margin: 0 20px 40px 0;
	padding-top: 30px;
	float: left;
}
#contentHome2 {
	width: 300px;
	margin: 0 0 40px 0;
	padding-top: 30px;
	float: left;
}
#content2 {
	width: 630px;
	margin: 0 0 40px 0;
	padding-top: 16px;
	float: left;
}
#content3 {
	width: 960px;
	margin: 0 0 40px 0;
	padding-top: 16px;
	float: left;
}
#content ul, #content2 ul  {
	margin-left: 10px;
	margin-bottom: 10px;
}
#content ul a, #content2 ul a {
	margin: 0px;
	padding: 0px;
}
#content li, #content li a, #content2 li, #content2 li a {
	font-family: Arial, Helvetica,Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}
#content a:link, #content a:visited, #content2 a:link, #content2 a:visited {
	text-decoration: none;
}
#content a:hover, #content2 a:hover {
	text-decoration: underline;
}
.pageTitleContainer {
	width: 960px;
	height: 45px;
	margin: 0;
	float:left;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
.pageTitleContainerHalf {
	width: 470px;
	height: 45px;
	margin: 0 20px 0 0;
	float:left;
	border-bottom: solid 1px #333;
}
.pageTitleContainerHalfRight {
	width: 470px;
	height: 45px;
	margin: 0;
	float:left;
	border-bottom: solid 1px #333;  	
}
.pageTitle h2 {
	float: left;
	margin: 10px 0 0 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0;
	margin: 0;
}
.post {
}
.post h3 {
	padding-bottom: 0px;
	font-size: 30px;
	font-style:normal;
	text-decoration: none;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-style:normal;
	color:#333;
	letter-spacing: -1px;
	margin-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
} 
.post h3 a {
	color:#333;	
}
.post h4 {
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content {
	margin-bottom: 20px;
}
.entry-content img {
	margin: 0 0 10px 0;
}
.entry-content img a {
	margin: 0 0 10px 0;
}
.entry-content a img {
	margin: 0 0 10px 10px;
}
.entry-content blockquote {
}
.entry-content blockquote p {
}
entry-date {
	font-size: 12px;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.navigation {
  clear: both;
}
.entry-meta {
	height: 20px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #F2F2F2;
}
.underpost {
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000;
	border-bottom-color: #000;
}
.underpost p {
	padding-top:10px;
	padding-bottom: 10px;
}
.underpost a {
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.responseCount {
	margin: 20px 0 0 0;
}
.leaveAReply {
	margin: 20px 0 20px 0;
}

ol.commentlist,li.authorcomment,li.comment,#respond h3 {margin:0}
ol.commentlist,ol.commentlist ul{padding:0}  
ol.commentlist{width: 630px; list-style-type: none;	margin: 0px; padding: 0px; } 
ol.commentlist ul{margin:0 0 0 0} 

li.authorcomment,li.comment{border:1px solid #ccc}
li.authorcomment,li.comment{padding:10px 0 10px 0;list-style:none;} 
li.even{margin: 0 0 10px 0} 
li.odd{margin: 0 0 10px 0} 

.authorcomment{} 

.comment-meta,ol.commentlist li,p.subscribe-to-comments label{ } 
.comment-meta,ol.commentlist li { } 
.comment-text{margin-top: 10px} 

form p{margin:0px; padding: 0px;}
form#commentform,input#submit{margin:0}
form#commentform{padding:0} 
form#commentform textarea,form#commentform input{border:1px solid #ccc}
form#commentform {}
form#commentform textarea { width: 610px}
form#commentform input{ margin:0 10px 5px 0;} 
form#commentform textarea,form#commentform input{padding:10px;}
form#commentform #submit {margin: 5px 0 0 0;}


.comment-rss{background:url('../Basic201_b/images/rss_32.png') no-repeat}

.byuser h3 a { color:#8DC63F;}
.bypostauthor {}
.comment-author-name {}

.subscribe-to-comments {
	margin: 10px 0 0 0;
}

/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 230px;
	float: right;
	margin: 0 0 40px 0;
	padding-top: 20px;
}
#sidebar li a{
	border-bottom: dashed 1px #DDDDDD;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sidebar h2 a{
	text-decoration: none;
}
#sidebar h2 a:hover{
	text-decoration: underline;
}
#sidebar li h2 {
	background-color: #FFF;
	color: #000;
	margin: 10px 0 2px 0;
	display:block;
	clear: both;
}

#sidebar h3 {
color:#333333;
font-family:Arial,Helvetica,Geneva,sans-serif;
font-size:18px;
font-style:normal;
letter-spacing:-1px;
text-decoration:none;
}


#sidebar h3 a{
	text-decoration: none;
}
#sidebar h3 a:hover{
	text-decoration: underline;
}
#sidebar li h3 {
	margin-top:20px;
	margin-bottom: 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	line-height: 20px;
}
#sidebar ul ul {
}
#sidebar ul ul li, #sidebar ul ul li {
	display: block;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
}
#sidebar li a:hover {
}
.sidebarLinks {
	width: 230px;
	height: 40px;
	float: left;
	border-bottom: solid 1px #CCC;
}
.sidebarLinksRss {
	background-image:url(images/RSS.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 40px;
	float: left;
	background-position: 90px;
	border-bottom: solid 1px #CCC;

}
.sidebarLinksServices {
	width: 230px;
	margin: 0 0 20px 0;	
	float: left;
}
.sidebarLinksTwitter {
	width: 230px;
	margin: 0 0 20px 0;
	float: left;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
}
.sidebarLinksTwitter p {
	padding: 10px 0 10px 10px;
}
.sidebarLinks h3, .sidebarLinksRss h3, .sidebarLinksTwitter h3, .sidebarLinksServices h3 {
	padding: 10px 0 0 10px;
}
#twitter_update_list {
	margin: 10px 0 0 0;
}
#twitter_update_list span {
	font-size: 12px;
	font-style:normal;
	text-decoration: none;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-style:normal;
}
#twitter_update_list li {
	padding: 0 0 0 10px;
	list-style:none;
	border:none;
}
#twitter_update_list li a {
	padding: 0;
	border: none;
}
#twitter_update_list span a {
	font-size: 12px;
	font-style:normal;
	text-decoration: none;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-style:normal;
}
#twitter_update_list span a:hover {
}

/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 42px;
	width: 960px;
	clear: both;
	padding: 0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer p a {
	color: #000;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer a:link, #footer a:visited {
}
#footer a:hover {
	text-decoration: none;
}
.footerInfo{
	width:220px;
	height: 120px;
	float: left;
	margin: 10px 10px 0 10px;
}
.footerInfoLeft{
	width:460px;
	height: 120px;
	float: left;
	margin: 10px 10px 0 10px;
}
.footerInfoLeft p, .footerInfoLeft h4, .footerInfo p, .footerInfo h4{
	padding-left: 0px;
}
.footerLineBreak{
	width: 960px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 10px 0 0 0;
}
.footerCopyright{
	width:460px;
	height: 30px;
	float: left;
	margin: 10px 10px 40px 10px;
}
.footerCopyright p{
	padding-left: 0px;
	color: #CCC;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/

#s {
	width: 220px;
	color: #666;
	height: 24px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #F2F2F2;
	border: none;
}

.slideshow {
	height: 450px;
	width: 960px;
	overflow: hidden;
	float:left;
	padding:0px;
	margin: 0 0 20px 0;
}
.slideshow img {
	padding: 0; 
	margin: 20px 0 0 10px; 
	background-color: #eee; 
}
.addThis{
	margin: 10px 0 10px 10px;
}
.video {			
	padding: 0 0 10px 0;
}
.blogLineBreak{
	margin: 0 0 10px 10px;
	width: 620px;
	border-top: dashed 1px #999;
	float: left;
}
.blogLeftColumn{
	width:300px;
	float: left;
	margin: 0 20px 0 0;
}
.blogRightColumn{
	width:300px;
	float: left;
	margin: 0 0 0 0;
}
#mainContentCentred{
	width: 960px;
	text-align:center;
}

/*=== END SECTION 7 - Misc. & Plugins ===*/
/*=== START SECTION 8 - About Region ===*/
.aboutContentWrap{
	margin: 0;
	padding: 0;
}
.aboutWrapper{
	width: 630px;
	float: left;
}
.aboutLeft {
	width: 150px;
	float: left;
}
.aboutRight {
	width: 460px;
	margin: 0 0 0 20px;
	float: left;
}
.aboutLeft h3{
}
.aboutRight h3{
}

/*=== END SECTION 8 - About Region ===*/

/*=== START SECTION 9 - Contact Region ===*/
.contactIntro {
	width: 458px;
	float: left;
	margin: 0 0 30px 0;
}
.contactIntro p {
	padding: 0px;
	margin: 0px;
}
.contactSubjects {
	height: 25px;
	width: 140px;
	margin: 0 20px 0px 10px;
	float: left;
}
.contactSubjects p, .contactSubjects h4, .contactFormSubjects h4 {
	margin: 0px;
	padding: 0px;
}
.contactDetails {
	height: 25px;
	width: 458px;
	float: left;
	margin: 0 0 0 0;
}
.contactDetails h4{
	margin: 0px;
	padding: 0;
	font-style:normal;
}
#contactForm {
	width: 630px;
	margin: 30px 0 0 0;
	float: left;
	}
.contactDetails h3, .contactSubjects h3{
	margin: 0px;
	padding: 0px;
}
#commentsForm {
}
#commentsForm h3{
	margin: 0px;
	padding: 0px;
}
#commentsForm input {
	width: 458px;
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #999;
}
#commentsForm #comments {
	width: 458px;
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #999;
}
.contactFormSubjects {
	width: 140px;
	margin: 10px 20px 0 10px;
	float: left;
}
#commentsForm #submit {
	width: 460px;
	height: 25px;
	float: left;
	padding: 0px;
	margin: 10px 0 0 170px;
	border: none;
	background-color: #CCC;
}
.formText {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
}
.formTextMessage {
	float: left;
	margin: 10px 0 0 0;

}
/*=== END SECTION 9 - Contact Region ===*/

/*=== START SECTION 10 - Home Region ===*/
#homeContent {
	width: 720px;
	margin: 0 0 40px 0;
	padding-top: 30px;
	float: left;
	clear:both;
}
#wrap {
	height: 540px;
}
#secondary{
	width: 730px;
}
#secondary .homePosts{
	width: 220px;
	margin: 0 20px 0 0;
}
#secondary .post h3 {
	border: none;
	font-size: 18px;
}
.servicesLeft {
	float: left;
	width: 230px;
	margin: 0 0 0 0;
}
.servicesRight {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}
.servicesLeft h4 {
	line-height: 22px;	
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}
.servicesRight h4 {
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}
.webDesign {
	float: left;
	width: 470px;
	margin: 0;
}
.webDesign h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}
.homeRecentWrapper {
	width: 960px;
	float: left;
}
.homeRecentLeft {
	width: 460px;
	float: left;
	padding: 0;
	margin: 20px 0 60px 10px;
	height: 270px;
	overflow: hidden;
	background-color: #FF0;
}
.homeRecentRight {
	width: 460px;
	float: left;
	padding: 0;
	margin: 20px 0 60px 20px;
	height: 270px;
	overflow: hidden;
	background-color: #FF0;
}
.homePost{
	width: 220px;
	height: 510px;
	margin: 0px 10px;
	float:left;
	padding: 0px;
}
.homePost .entry-content img {
	margin:0px;
}
.homePost .post h3 {
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: none;
}
.homePost .post h4 a {
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	color: #000;
	display:block;
	height: 30px;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: normal;
}
.homePost .post h4 {
	padding-left: 0px;
	padding-right: 0px;
}
.homePost .post h3 a {
	letter-spacing: 0px;
	font-size: 16px;
	text-decoration: none;
	display:block;
	height: 50px;
}
.homePost .post h3 a:hover {
	text-decoration: underline;
}
.homePost .post p{
	padding-left: 0px;
	padding-right: 0px;
}
.line {
	width: 960px;
	margin: 0;
	float:left;
	border-top: solid 1px #CCC;
}



.row { clear: both; }
.col1 { width: 200px; float: left; padding: 0 10px; }
.col2 { width: 200px; float: right; padding: 0 10px; }


/*=== END SECTION 10 - Home Region ===*/

/*=== START SECTION 11 - Portfolio Region ===*/

.portfolioPost{
	width: 460px;
	height: 300px;
	margin: 0px 10px;
	float:left;
	padding: 0px;
}
.portfolioPost .entry-content img {
	margin:0px;
}
.portfolioPost .post h3 {
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: none;
	margin-top: 3px;
	letter-spacing: 0px;
}
.portfolioPost .post h3 a {
	font-size: 12px;
	text-decoration: none;
	}
.portfolioPost .post h3 a:hover {
	text-decoration: underline;
}
.portfolioPost .post p{
	padding-left: 0px;
	padding-right: 0px;
}
.portfolioPostTitle{
	margin: 10px 0 0 0;
	width: 460px;
	float: left;
	height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
}
/*=== END SECTION 11 - Portfolio Region ===*/

