/*
THEME NAME: Richard Westenra
THEME URI: http://richardwestenra.com
DESCRIPTION: Bespoke theme for my portfolio website. If you find this theme used anywhere else please contact the author.
TAGS: richard westenra, portfolio, web design, web development
VERSION: 1.0
AUTHOR: Richard Westenra
AUTHOR URI: http://richardwestenra.com

Compress CSS using http://www.csscompressor.com/
Uncompressed version: see http://richardwestenra.com/wp-content/themes/richardWestenra/style-uncompressed.css
*/

/*
#################### GLOBAL RESET ####################
*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:'';}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */



/*
#################### Typography ####################
*/
body, p {
	font-size:100%;
	font-family: "Myriad Pro", Myriad, GraublauWeb, "Trebuchet MS", Trebuchet, Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, "Gill Sans", "Gill Sans MT", sans-serif;
	/*font-family: Georgia,"Times New Roman",Times,serif;*/
	color:#333333;
}
/*h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Myriad, GraublauWeb, "Trebuchet MS", Trebuchet, Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, "Gill Sans", "Gill Sans MT", sans-serif;
	}*/
p {
	font-size:0.9em;
	line-height:1.5em;
	margin:10px 0px;
}
a { 
	color:#6FA20B;
	text-decoration:none; 
}
a:hover {
	text-decoration:underline;
	color:#396fbd;
}
h3 {
	font-size:1.1em;
	font-weight:600;
	color:#916140;
	margin-left:-5px;
}
h4 {
	font-size:1.8em;
	font-weight:500;
	color:#916140;
	margin:8px 0px;
}
h4.smallHeader {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
	color:#916140;
	margin:40px 0px 8px 0px;
}
blockquote {
	padding-left:30px;
	border-left:solid 2px #ddd;
	margin:18px 0;
}
	blockquote p {
		margin:0;
		color:#666;
		}
q {
	padding:0 10px 0 30px;
	border-left:solid 2px #ddd;
	margin:18px 0;
	font-size:1.5em;
	float:left;
	width:200px;
	color:#666;
	line-height:1.5em;
}
	q.left {
		border-left:solid 2px #ddd;
		float:left;
		padding:0 10px 0 30px;
	}
	q.right {
		border-left:none;
		border-right:solid 2px #ddd;
		float:right;
		padding:0 30px 0 10px;
	}
	q p {
		margin:0;
		color:#666;
		}
.pipe {
	margin:0px 7px;
}

/*
#################### Buttons ####################
*/
.buttonDiv1 {
	width:440px;
	margin:40px 0 0 -8px;
}
.buttonDiv2 {
	width:190px;
	margin:auto;
	margin-top:45px;
	text-align:center;
}
.buttonDiv3 {
	width:550px;
	margin:auto;
	text-align:center;
}
	.buttonDiv3 a {
		margin-top:30px;
	}
.portfolioButton {
	display:block;
	width:190px;
	height:60px;
	background:url(images/portfolioButton.png) no-repeat;
	float:left;
}
	.portfolioButton:hover {
		background-position: 0px -60px;
	}
.blogButton {
	display:block;
	width:190px;
	height:60px;
	background:url(images/blogButton.png) no-repeat;
	float:right;
}
	.blogButton:hover {
		background-position: 0px -60px;
	}
.aboutMeButton {
	display:block;
	width:190px;
	height:60px;
	background:url(images/aboutMeButton.png) no-repeat;
	float:left;
}
	.aboutMeButton:hover {
		background-position: 0px -60px;
	}
.getInTouchButton {
	display:block;
	width:190px;
	height:60px;
	background:url(images/getInTouchButton.png) no-repeat;
	float:right;
}
	.getInTouchButton:hover {
		background-position: 0px -60px;
	}
.cvButton1 {
	display:block;
	width:190px;
	height:60px;
	background:url(images/cvButton1.png) no-repeat;
}
	.cvButton1:hover {
		background-position: 0px -60px;
	}
.hireMeButton1 {
	display:block;
	width:190px;
	height:60px;
	background:url(images/hireMeButton.png) no-repeat;
	margin-top:15px;
}
	.hireMeButton1:hover {
		background-position: 0px -60px;
	}
.cvButton2 {
	display:block;
	width:190px;
	height:60px;
	background:url(images/cvButton2.png) no-repeat;
	float:left;
}
	.cvButton2:hover {
		background-position: 0px -60px;
	}
.hireMeButton2 {
	display:block;
	width:190px;
	height:60px;
	background:url(images/hireMeButton.png) no-repeat;
	float:right;
}
	.hireMeButton2:hover {
		background-position: 0px -60px;
	}

/*
#################### Tricks ####################
*/
.hide { /* hide text from viewers but make it still readable by screenreaders */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.clearFix:after { /* clear blocks of text/images */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
#################### Standard Wordpress Junk ####################
*/
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 30px 5px 0px; 
}

.alignright {
   float: right;
   margin: 5px 0px 5px 30px;  
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* Optional rounded corners for browsers that support it. These break the w3c validity but they're not bad code, just not supported properly yet so I'm leaving them in - plus it was Wordpress's idea to include them :). */
   -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 p.wp-caption-text {
	   font-size: 11px;
	   line-height: 17px;
	   padding: 0 4px 5px;
	   margin: 0;
	}


/*
#################### HeaderTop ####################
*/
.wrapper {
	width:950px;
	margin:auto;
}
#header {
	background:url(images/headerBG.jpg) repeat-x 50.05% 0%;
	height:575px;
}
#headerBannerBG {
	background:url(images/navBG.jpg) no-repeat;
	height:140px;
}
#headerTop {
	height:40px;
}
#emailLink {
	display:block;
	float:left;
	width:160px;
	margin:3px 0px 0px 180px;
	height:30px;
}
#searchForm {
	float:right;
	margin:3px 37px 0px 0px;
	width:283px;
}
	#searchForm #s {
		background:none;
		border:none;
		width:216px;
		color:#CDCDCD;
		float:left;
		margin-top:6px;
		font-family: "Myriad Pro", Myriad, Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, "Gill Sans", "Gill Sans MT", sans-serif;
	}
		#searchForm #s:focus {
			color:#EEEEEE;
		}
	#searchForm .submitButton {
		height:28px;
		width:60px;
		background:none;
		border:none;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		float:right;
		font-size: 0px;
		display:block;
		line-height: 0px;
	}
#logo {
	display:block;
	height:85px;
	width:260px;
	margin-left:65px;
	float:left;
}

/*
#################### Navigation ####################
*/
#nav {
	float:right;
	margin:22px 50px 0px 0px;
}
	#nav li {
		float:left;
	}
		#nav li a{
			display:block;
			height:36px;
		}
			#nav li a span { /* hide text from viewers but make it still readable by screenreaders */
				position:absolute;
				left:-10000px;
				top:auto;
				width:1px;
				height:1px;
				overflow:hidden;
			}
.navHome {
	width:97px;
}
	.navHome:hover, .navHomeCurrent {
		width:97px;
		background:url(images/navHover.jpg);
	}
.navAbout {
	width:101px;
}
	.navAbout:hover, .navAboutCurrent {
		width:101px;
		background:url(images/navHover.jpg) -97px;
	}
.navPortfolio {
	width:124px;
}
	.navPortfolio:hover, .navPortfolioCurrent {
		width:124px;
		background:url(images/navHover.jpg) -198px;
	}
.navBlog {
	width:87px;
}
	.navBlog:hover, .navBlogCurrent {
		width:87px;
		background:url(images/navHover.jpg) -322px;
	}
.navContact {
	width:111px;
}
	.navContact:hover, .navContactCurrent {
		width:111px;
		background:url(images/navHover.jpg) -409px;
	}

/*
#################### HeaderBottom ####################
*/
.siteInfo {
	float:left;
	width:440px;
	padding:40px 0 0 38px;
}
	.siteInfo h2 {
		font-size:2.1em;
		text-align:left;
		line-height:1.5em;
		letter-spacing:-0.03em;
		text-shadow: 2px 2px 2px #9aa180; /* CSS3 - Invalid rule according to W3C */
	}
	.siteInfo p {
		margin-top:20px;
		font-size:0.95em;
		text-align:left;
		line-height: 1.5em;
		text-shadow: 2px 2px 2px #9aa180; /* CSS3 - Invalid rule according to W3C */
	}
#aboutCouch .siteInfo {
	width:375px;
	padding:60px 0 0 0;
}
	#aboutCouch .siteInfo h2 {
		text-align:center;
	}
	#aboutCouch .siteInfo p {
		margin-top:35px;
		text-align:center;
	}
#blogGramaphone .siteInfo, #contactTelephone .siteInfo {
	padding:75px 0 0 80px;
}
.siteInfo p a, .siteInfo p, .siteInfo h2 {
	color:#3e2f2a;
	/*color:#2b1913;*/
}
.siteInfo p a {
	text-decoration:underline;
}
.siteInfo a:hover {
	color:#396fbd;
}

/*
#################### Body ####################
*/
#body {
	background:url(images/bodyBG.jpg) repeat;
	padding:40px 0px 15px;
	width:100%;
}
.column {
	width:600px;
	margin:0px 20px;
	float:left;
}
.post {
	margin-bottom:60px;
}
.postNav {
	text-align:center;
}

div#comments {
	padding-top:30px;
}
#comment_form label {
	float:left;
	clear:both;
}
#comment_form p .text_input, #comment_form p .text_area, #comment_form p #submit {
	padding:5px;
	font-family: "Myriad Pro", Myriad, Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, "Gill Sans", "Gill Sans MT", sans-serif;
	font-size:0.9em;
	border:#96a851 2px solid;
	background:none;
	color:#555555;
	clear:both;
	float:left;
	/* Optional rounded corners for browsers that support them. These break the w3c validity but they're not bad code, just not supported properly yet so I'm leaving them in. */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#comment_form p .text_input, #comment_form p .text_area {
	margin:8px 0px;
	width:300px;
	line-height:1.5em;
}
#comment_form p #submit:hover, #comment_form p .text_input:focus, #comment_form p .text_area:focus, #comment_form p #submit:focus {
	border-color:#6FA20B;
	background:#fcfbf9;
	color:#333333;
}
#comment_form p #submit {
	margin-left:256px;
	cursor:pointer;
}
.addthis_container {
	margin:30px 0px;
}
.comment {
	padding-bottom:20px;
	margin-bottom:30px;
	background:transparent url(images/dottedLine.gif) repeat-x scroll left bottom;
}
	
.comment:after { /* clear blocks of text/images */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
#################### Sidebar ####################
*/
#sidebar {
	float:right;
	width:250px;
	margin:0px 20px;
}
ul#sidebarList li {
	margin-bottom:20px;
}
ul#sidebarList li ul li {
	margin:0px;
	line-height:1.5em;
}
.twitterLink {
	width:145px;
	height:23px;
	display:block;
	background:url(images/twitterLink.jpg) no-repeat;
}
.linkcat h3 {
	margin-bottom:10px;
}
.linkcat ul li {
	font-size:0.9em;
	padding-bottom:8px;
}

/*
#################### Footer ####################
*/
div.dogTelescope {
	width:100%;
	background:url(images/bodyBG.jpg) repeat;
	}
div.dogTelescope div img {
	float:right;
	margin-right:200px;
	}
#footer {
	background:url(images/footerBG.png) repeat-x;
	height:235px;
}
#footer, #footer p {
	color:#cfbeb1;
}
#footer .wrapper {
	padding-top:40px;
}
.footerColumn {
	width:256px;
	margin:0px 30px;
	float:left;
}
.footerColumn ul li a {
	line-height:1.3em;
}
#subscribe ul li a {
	background:url(images/rss.png) no-repeat 0px 2px;
	padding-left:25px;
}
#quotes {
	text-align:center;
	float:left;
}
#contact {
	float:right;
}
#contact h4, #contact ul li, #contact p {
	float:right;
	clear:both;
}


/*
#################### Index ####################
*/
#indexFrame {
	background:url(images/indexFrame.jpg);
	width:374px;
	height:302px;
	float:right;
	margin:30px 35px 0px 0px;
}
#indexFrame #rotator {
	margin:58px 0px 0px 66px;
}
#services {
	padding-bottom:30px;
	background:transparent url(images/dottedLine.gif) repeat-x scroll left bottom;
}	
#services p {
	font-size:0.95em;
	line-height:1.3em;
}
#services ul {
	list-style:none;
}
#services ul li {
	float:left;
	width:365px;
	margin:10px 15px;
	padding-left:80px;
	background:url(images/indexIcons.jpg) no-repeat;
}
#services ul li.services1 {
	background-position:0px 8px;
}
#services ul li.services2 {
	background-position:0px -225px;
}
#services ul li.services3 {
	background-position:0px -460px;
	clear:both;
}
#services ul li.services4 {
	background-position:0px -725px;
}
.recentProjects, .latestPost {
	margin:50px 15px 0px 15px;
	width:365px;
	padding-left:80px;
}
.recentProjects {
	float:left;	
}
.recentProjects ul {
	margin:10px 0px 20px 0px;
}
.recentProjects ul li {
	clear:both;
}
.recentProjects ul li img {
	float:left;	
	margin:10px 0px 15px 0px;
}
.recentProjects ul li div {
	float:right;	
	width:220px;
}
.recentProjects #viewFullPort {
	clear:both;
}
.latestPost {
	float:right;
	clear:none;
}

/*
#################### About ####################
*/
#aboutCouch {
	background:url(images/aboutCouch.jpg) no-repeat 100% 42px;
	width:900px;
	height:435px;
}
#schoolOfAthens {
	display:block;
	height:140px;
	width:115px;
	margin:42px 256px 0px 0px;
	background:none;
	border:none;
	float:right;
}
#aboutInfo img {
	float:left;
	margin:-30px 0px 20px 0px;
}
#aboutInfo {
	padding-bottom:30px;
	background:transparent url(images/dottedLine.gif) repeat-x scroll left bottom;
}
#skills {
	float:right;
	width:200px;
	padding-left:30px;
}
#skills ul {
	clear:both;
	margin-left:15px;
}
#skills ul li {
	background:url(images/tick.png) no-repeat 0px 3px;
	padding-left:25px;
	line-height:1.4em;
}
#testimonials {
	padding-top:30px;
}
#linkBlog ul li br {
	display:block;
	margin-top:6px;
}
#linkBlog ul li p {
	line-height:1.1em;
}


/*
#################### Portfolio ####################
*/
#portfolioCracks {
	background:url(images/portfolioCracks.jpg) no-repeat 100% 0px;
	width:950px;
	height:435px;
}
#portfolioCracks .siteInfo h2 {
	margin-top:30px;
}
#portfolio {
	padding:0px 20px;
}
.portfolioItem {
	margin:30px 0px;
	clear:both;
}
.portfolioItem .image a img {
	margin:5px 20px;
	float:left;
	clear:both;
}
.portfolioItem .links {
	margin:5px 25px;
	float:left;
	clear:both;
	width:500px;
}
.portfolioItem .portfolioDescription {
	width:200px;
	float:left;
	margin:20px 0px 0px 20px;
}
.post .postfolioThumb {
	float:right;
	margin:10px 0px 10px 25px;
}

/*
#################### Blog ####################
*/
#blogGramaphone {
	background:url(images/blogGramaphone.jpg) no-repeat 95% 100%;
	width:910px;
	height:435px;
}
#bertrandRussell {
	display:block;
	height:140px;
	width:115px;
	margin:75px 75px 0px 0px;
	background:none;
	border:none;
	float:right;
}
#gramaphone {
	display:block;
	height:200px;
	width:200px;
	margin:5px 120px 0px 0px;
	background:none;
	border:none;
	float:right;
}
/*
#################### Contact ####################
*/
#contactTelephone {
	background:url(images/contactTelephone.jpg) no-repeat 93% 30px;
	width:950px;
	height:435px;
}
#form {
	width:314px;
	margin:0px 30px;
	float:left;
}
#form label {
	float:left;
}
.formInput input, .formInput textarea, #form .submit input {
	padding:5px;
	margin:8px 0px;
	font-family: "Myriad Pro", Myriad, Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, "Gill Sans", "Gill Sans MT", sans-serif;
	font-size:0.9em;
	border:#96a851 2px solid;
	background:none;
	color:#555555;
	/* Optional rounded corners for browsers that support them. These break the w3c validity but they're not bad code, just not supported properly yet so I'm leaving them in. */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.formInput input, .formInput textarea {
	width:300px;
	line-height:1.5em;
}
#form input:focus, #form textarea:focus, #form .submit input:focus, #form .submit input:hover {
	border-color:#6FA20B;
	background:#fcfbf9;
	color:#333333;
}
#form .submit input {
	float:right;
	cursor:pointer;
}
#form .submit input:hover {
}
#form img {
	border:#96a851 2px solid;
	float:right;
	margin-top:8px;
}

/*
#################### Search ####################
*/
#searchForm2 .input {
	padding:5px;
	margin:8px 0px;
	font-family: "Myriad Pro", Myriad, Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, "Gill Sans", "Gill Sans MT", sans-serif;
	font-size:0.9em;
	border:#96a851 2px solid;
	background:none;
	color:#555555;
	width:300px;
	line-height:1.5em;
	/* Optional rounded corners for browsers that support them. These break the w3c validity but they're not bad code, just not supported properly yet so I'm leaving them in. */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchForm2 .submit {
	cursor:pointer;
	padding:4px 10px;
	margin:8px 10px;
	font-family: "Myriad Pro", Myriad, Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, "Gill Sans", "Gill Sans MT", sans-serif;
	font-size:0.9em;
	border:#96a851 2px solid;
	background:none;
	color:#555555;
	/* Optional rounded corners for browsers that support them. These break the w3c validity but they're not bad code, just not supported properly yet so I'm leaving them in. */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchForm2 .input:focus, #searchForm2 .submit:focus {
	border-color:#6FA20B;
	background:#fcfbf9;
	color:#333333;
}
#contactColumn {
	margin:0px 30px;
	width:200px;
	float:left;
}

/*
#################### CV ####################
*/
#cvContainer {/*font-family:Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif;*/ font-size:87.5%; width:770px; margin:auto;}
#cvContainer #cvHeader {text-align:center;}
#cvContainer .left { float:left; width:120px; display:block;}
#cvContainer .right { float:right; text-align:right;}
#cvContainer h1 {font-size:165%; margin:0px 0px 10px 0px;}
#cvContainer h2 {font-size:100%; display:inline;}
#cvContainer h3 {font-size:100%; font-variant:small-caps; display:inline; color:#444444; margin:0px;}
#cvContainer h4 {font-size:100%; font-weight:normal; font-style:italic; display:inline; margin:0px 0px 0px 120px; color:#333333;}
#cvContainer p {font-size:95%; margin:0px;}
#cvContainer #Part1 ul {margin: 0px 120px 5px 134px; line-height:1.4em;}
#cvContainer #Part2 ul {margin: 0px 0px 5px 15px; line-height:1.5em;}
#cvContainer #Part1 ul li, #cvContainer #Part2 ul li {list-style-type:disc;}
#cvContainer hr {margin-top:2px;}