/*
Theme Name: Fionn Breen
Theme URI: http://fionnbreen.com
Description: Copyright 2012 -- Fionn Breen
Author: Fionn Breen
Author URI: http://fionnbreen.com
version: 2.0
*/


/* 

	--------------------------------

	FIONNBREEN.COM -- COPYRIGHT 2011
	
	hello@fionnbreen.com

	--------------------------------
	
	Color palette
	
	Orange		#FF662F		logo /
	White		#FFFFFF		content /
	Black 1 	#404040		bg / 
	Black 2		#656565		navigation /
	Black 3		#808080		blog category bg
	Black 4 	#9A9A9A		body text / 
	Black 5		#B2B2B2
	Black 6		#D9D9D9		lines /


*/

html, body {
	margin: 0;
	background: #F8F8F8;
	font-family: Helvetica, sans-serif;
	color: #333;
	}
	
#container, #footer-outer {
	width: 900px;
	margin: 0 auto;
	font-size: 8.5pt;
	overflow: hidden;
	}
	
	
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-size: 8.5pt; font-weight: normal; }

#content h2 {
	font-weight: bold;
	padding-bottom: 18px;
	color: #999;
	}
	
#content.page {
	padding-bottom: 28px;
	}
	
#content.page h4 {
	font-weight: bold;
	}


p {
	padding: 5px 0;
	margin: 0;
	font-size: 8.5pt; 
	line-height: 150%;
	}
	
/* links */

	/* --all links-- */	
	
	p a {
		color: #333;
		text-decoration: none;
		}
		
	p a:hover {
		color: #9A9A9A;
		}
		
	p a:active {
		color: #B2B2B2;
		}
		
	/* header and footer links */
	
	#header a, 
	#header ul a, 
	#header p a, 
	#footer-outer ul a, 
	#footer-outer p a {
		color: #666;
		text-decoration: none;
		border: none;
		}
		
		#header h2 a { color: #333; }	
		
	#header a:hover,
	#header ul a:hover, 
	#header p a:hover, 
	#footer-outer a:hover,
	#footer-outer ul a:hover, 
	#footer-outer p a:hover {
		color: #333;
		text-decoration: none;
		border: none;
		}	
	
	#header p {
		color: #666;
		}
				
	
:focus {
 	-moz-outline-style: none;
	}
	
input, textarea {
	}
	
input:focus, textarea:focus {
	}
	
input[type=submit] {

	}
	
form input, form textarea {
	
	}
	
#content {
	width: 928px;
	}
	
/* header */

#header {
	margin: 48px 0 0 0;
	width: 928px;
	}
	
	#header h1, #header h1 a {
		width: 80px;
		height: 80px;
		display: block;
		float: left;
		text-align: left;
		text-indent: -9999px;
		background: url(images/logo.gif) no-repeat 0 0;
		background-color: none;
		}
		
	#header a:hover {
		colour: #999;
		}
		
/* layout */		
		
.col {
	width: 204px;
	margin: 0 28px 0 0;
	padding: 18px 0 0 0;
	border-top: 1px solid #CCC;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 8.5pt;
	height: 97px;
	}
	
	.col p {
		padding: 0;
		}
		
	.col h2, .col p {
		font-size: 8.5pt;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 12.5pt;
		}
		
	.col h2, .col h2 a, .col h3 {
		font-weight: bold;
		font-size: 8.5pt;
		color: #333;
		padding: 0 0 8.5pt 0;
		}
		
	.col ul {
		margin: 0;
		padding: 0;
		}	
		
		.col ul li {
			list-style: none;
			line-height: 12.5pt;
			}
			
.col-2 {
	width: 436px;
	padding: 24px 0 0 0;
	border-top: 1px solid #CCC;
	float: left;
	text-align: right;
	display: block;
	}

					
				
#blank.col {
	border: none;
	}
	
#navigation {
	text-align: center;
	text-transform: uppercase;
	font-size: 7.5pt;
	letter-spacing: 1px;
	}
		
#navigation ul {
	margin: 0;
	padding: 0;
	height: 40px;
	width: 300px;
	float: right;
	margin: 60px 0;
	}
	
	#navigation ul li {
		list-style: none;
		display: block;
		height: 30px;
		width: 100px;
		text-align: right;
		padding: 0 0px
		text-align: right;
		float: right;
		}
		
		#navigation ul li a {
			text-decoration: none;
			color: #656565;
			}
			
		#navigation ul li a:hover {
			color: #808080;
			border-bottom: 1px solid #B2B2B2;
			}
			
		#navigation ul li a:active {
			color: #9A9A9A;
			}
			
			
			/* search */
			
			form#searchform {
				margin: 0;
				padding: 0;
				}
				
			form#searchform input {
				background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/search.gif) no-repeat center right #E6E6E6;
				padding: 6px 24px 6px 6px;
				border: 1px solid #E6E6E6;
				-moz-border-radius: 3px;
				border-radius: 3px;
				font-size: 8.5pt;
				font-weight: bold;
				font-family: Helvetica, sans-serif;
				color: #333;
				width: 106px;
				}
			
			/*
			
			form#searchform input {
				border: none;
				background: none;
				text-align: right;
				font-size: 8.5pt;
				font-weight: bold;
				font-family: Helvetica, sans-serif;
				margin-top: -4px;
				padding: 5px 0;
				color: #666;
				}
				
			*/
				
			form#searchform input:hover {
				cursor: text;
				}
				
			form#searchform input:focus {
				border: 1px solid #CCC;
				outline: none;
				}
			
/* featured */

#featured-end {
	clear: both;
	height: 1px;
	border-bottom: ;
	margin: 0 0 28px 0;
	}

#featured .col, 
#featured .col-2 {
	padding: 0;
	border: none;
	height: 48px;	
	}
	
	#featured p.featured { padding: 0; margin:0; }
	
	#featured .col-2 p,
	#featured .col-2 p a {
		color: #666;
		font-weight: bold;
		font-size: 8.5pt;
		line-height: 48px;
		padding: 0;
		}
		
#featured .category {
	margin: 16px 0;
	}
	
/* columns */

.column {
	border-top: 1px solid #D9D9D9;
	}
	
.column.lrg {
	width: 360px;
	padding: 20px;
	float: left;
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/vert-dash.gif) repeat-y top right;
	}
	
.column.sml {
	width: 160px;
	padding: 20px;
	float: left;
	}
	
.index {
	border-top: none;
	}
	

/* footer */

#footer {
	width: 928px;
	}
	
	#footer .col {
		height: auto;
		margin-bottom: 18px;
		}
	
	#footer h4 {
		font-weight: bold;
		color: #333;
		padding-bottom: 8.5pt;
		}
		
	iframe {
		width: 49px;
		}
		
/* tumblelog */

.post h3 {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	text-align: left;
	}
	
	.entry h3 span.meta {
		color: #D9D9D9;
		}
		
h3.archive {
	color: #D9D9D9;
	padding: 0 0 10px 0;
	}
		
.post h3 a {
	text-decoration: none;
	color: #9A9A9A;
	border-bottom: none;
	}

.post p {
	text-align: left;
	}
	
.entry img {
	padding: 1px;
	border: 1px solid #D9D9D9;
	}
	
.post blockquote {
	margin: 10px 0;
	background: #D9D9D9;
	color: #808080;
	padding: 10px;
	width: 340px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	}
	
	.post blockquote p {
		padding: 0;
		margin: 0;
		}
		
h3.search-results {
	padding-bottom: 40px;
	}
		
h3.search {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	}
	
.post.result {
	display: block;
	clear: both;
	margin-bottom: 20px;
	}
	
.meta {
	font-size: 8pt;
	font-weight: normal;
	color: #D9D9D9;
	padding: 0 0 40px 0;
	}
	
	.meta.search {
		padding: 0;
		float: right;
		width: 40px;
		clear: right;
		display: table-cell;
		vertical-align: middle;
		}
	
	.meta a {
		border: none;
		}
		
	.meta p {
		margin: 0;
		padding: 0;
		float: right;
		}
		
	.meta p.edit-link a, .meta p.comment-link a {
		height: 20px;
		width: 20px;
		display: block;
		text-indent: -9999px;
		margin-left: 10px;
		}
		
		p.comment-link span {
			float: left;
			font-weight: bold;
			height: 20px;
			line-height: 20px;
			}
		
	.meta p.edit-link a {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -80px -240px;
		}
		
	.meta p.edit-link a:hover {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -80px -260px;
		}
		
	.meta p.comment-link a {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -100px -240px;
		float: left;
		}
	
	.meta p.comment-link:hover a,
	.meta p.comment-link a:hover {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -100px -260px;
		}	
		
	.meta p.comment-link:hover span {
		color: #B2B2B2;
		}
		
	p.comment-link a.comment-number {
		height: 20px;
		width: auto;
		background: none;
		text-indent: 0;
		margin: 0;
		padding: 0 0 0 2px;
		display: inline;
		color: #D9D9D9;
		}	
			
	p.comment-link a:hover.comment-number {
		background: none;
		color: #B2B2B2;
		}
		
		
	p.comment-link:hover a.comment-number {
		background: none;
		color: #B2B2B2;
		}		
		
div.category, div.back {
	height: 16px;
	width: 16px;
	overflow: hidden;
	float: left;
	}
	
div.category a, div.back a {
	height: 16px;
	width: 16px;
	display: block;
	border: none;
	text-indent: -9999px;
	}
	
div.category.print a, div.category.print {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -16px 0px;
	}
	
div.category.print a:hover {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -16px -16px;
	}
	
div.category.web a, div.category.web {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -32px 0;
	}	
	
div.category.web a:hover {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -32px -16px;
	}
		
div.category.identity a, div.category.identity {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat 0 0;
	}	
	
div.category.identity a:hover {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat 0 -16px;
	}	
	
div.back a {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat 0 -240px #9A9A9A;
	}
	
div.back a:hover {
	background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -40px -240px #9A9A9A;
	}


#filter {
	height: 64px;
	float: right;
	}
	
ul#filter {
	width: 180px;
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	}
	
	#filter ul h3 {
		margin: 10px 0 10px 0;
		}
	
	ul#filter li {
		width: 16px;
		height: 16px;
		float: right;
		margin: 24px 0 24px 10px;
		}
		
	ul#filter li a {
		display: block;
		width: 16px;
		height: 16px;
		text-indent: -9999px;
		}
		
		ul#filter li#print {
			background: red;
			}

		ul#filter li#web {
			background: green;
			}
			
		ul#filter li#identity {
			background: yellow;
			}
		
	#filter ul li.cat-item-3 a {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat 0 -80px #D9D9D9;
		}
		
	#filter ul li.cat-item-3 a:hover {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat 0 -120px #D9D9D9;
		}
					
	#filter ul li.cat-item-5 a {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -40px -80px #D9D9D9;
		}
		
	#filter ul li.cat-item-5 a:hover {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -40px -120px #D9D9D9;
		}
		
	#filter ul li.cat-item-4 a {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -80px -80px #D9D9D9;
		}
		
	#filter ul li.cat-item-4 a:hover {
		background: url(http://fionnbreen.com/wp-content/themes/fionnbreen/images/sprites.gif) no-repeat -80px -120px #D9D9D9;
		}
		
form#searchform {
	margin: 0;
	}
		
	form#searchform input {

		}
	
	
ul.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	ul.commentlist li {
		margin: 10px 0;
		float: left;
		background: #D9D9D9;
		color: #808080;
		width: 340px;
		padding: 10px 10px 0 10px;
		}
		
	.comment-body {
		padding: 10px;
		}
		
.comment-author img {
	border: 2px solid #fff;
	float: left;
	}
	
.comment-author cite {
	font-style: normal;
	}
	
.comment-meta {
	float: left;
	clear: right;
	height: 35px;
	padding: 5px 10px;
	}
	
	.comment-meta a {
		color: #9A9A9A;
		border: none;
		text-decoration: none;
		border-bottom: 1px dotted #D9D9D9;
		}
		
	.comment-meta a:hover {
		color: #808080;
		}
	
.commentlist p {
	float: left;
	clear: both;
	padding: 10px 0 10px 0;
	}
	
textarea#comment {
	width: 344px;
	}
	
h3#comments {
	padding: 0 0 20px 0;
	}

#respond {
	float: left;
	}
	
#respond h3 {
	padding: 20px 0;
	}
	
#respond input {
	width: 200px;
	}
	
input#submit, p.send input {
	padding: 10px 0;
	width: auto;
	height: auto;
	background: none;
	cursor: pointer;
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7.5pt;
	border: 1px solid white;
	}	

	input#submit:hover, p.send input:hover {
		color: #808080;
		background: none;
		float: right;
		}
		
p.navigation a {
	float: right;
	}
	
	p.navigation span.older {
		float: left;
		}
	
	p.navigation span.newer {
		float: right;
		}
	
	
/* portfolio page */

div.portfolio-item {
	width: 204px;
	height: 400px;
	margin: 0 28px 0 0;
	float: left;
	}
	
	div.portfolio-item .title {
		}
		
		div.portfolio-item .title h3 {
			}
	
	div.portfolio-item img {
		}
		
	div.portfolio-item h3 {
		margin: 0;
		padding: 0;
		text-align: right;
		font-weight: bold;
		}
		
	div.portfolio-item h3 a {
		color: #666;
		text-decoration: none;
		}
			
	div.portfolio-item h3 a:hover {
		color: #333;
		}
		
	div.portfolio-item h3 a:active {
		color: #B2B2B2;
		}
		
	div.portfolio-item p {
		padding: 0;
		margin: 0;
		}
	
div.portfolio-img {
	margin: 0 0 16px 0;
	}
	
	div.portfolio-img a {
		display: block;
		}

	
div.category a {
	text-align: left;
	}
		
		
		
/* pages */

#portfolio.col-2 {
	padding: 18px 0 0 0;
	}
	
	#portfolio.col-2 p {
		padding: 0;
		}
		
	#portfolio.col p a, #portfolio.col-2 p a {
		color: #666;
		}
		
	#portfolio.col p a:hover, #portfolio.col-2 p a:hover {
		color: #999;
		}

.attachment-full {
	margin-bottom: 28px;
	}
	
#featured-image {
	width: 668px;
	float: left;
	}
	
	.col.right {
		float: left;
		margin: 0 0 0 28px;
		height: auto;
		padding-bottom: 18px;
		}
		
		.col.right h3 {
			padding: 2px 0 0 0;
			margin: 0;
			}
			
			.col.right h3 p {
				padding: 0;
				margin: 0 0 0 29px;;
				width: 175px;
				}
		
	#portfolio.col.right p {
		font-weight: normal;
		}	

	.col.right.share {
		padding-bottom: 18px;
		border-bottom: 1px solid #ccc;
		}
		
p.buy  {
	padding: 8.5pt 0 0 0;
	font-weight: bold;
	color: #666;
	}
	
	p.buy a {
		font-weight: bold;
		color: #666;	
		}
		
	p.buy a:hover {
		color: #333;
		}
		
/* edit link */

a.post-edit-link {
	display: inline;
	float: right;
	margin: 8.5pt 28px 0 0;
	padding: 3px 9px;
	background: #CCC;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}


/* simple contact form */

.formcontainer fieldset {
	padding: 0;
	margin: 0;
	border: none;	
	}

fieldset.left {
	float: left;
	width: 204px;
	}
	
fieldset.right {
	width: 668px;
	margin-left: 28px;
	float: left;
	}

form.contact-form .form-label { position:relative; cursor: text; }
form.contact-form label  { position:absolute; top:0; left:0; }

.form-label label { margin: 8px 8px 0 8px; font-weight: bold; cursor: text; color: #999; }

.form-input, .form-label {
	width: 204px;
	float: left;
	}
	
.form-input input {
	background: #E6E6E6;
	padding: 6px 8px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 8.5pt;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #333;
	width: 188px;
	text-align: left;
	margin: 0 0 14px 0;
	}
	
	.form-input input:focus {
		border: 1px solid #CCC;
		outline: none;
		}
		
	
.form-textarea {
	width: 668px;
	float: right;
	}	
				
.form-textarea textarea {
	background: #E6E6E6;
	padding: 6px 12px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 8.5pt;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #333;
	width: 642px;
	height: 179px;
	text-align: left;
	margin: 0 0 14px 0;
	}
					
	.form-textarea textarea:focus {
		border: 1px solid #CCC;
		outline: none;
		}
		
p.success,
p.error,
p.important {
	font-weight: bold;
	padding: 0;
	margin: 0 0 28px 0;
	}
				
.form-submit input[type="submit"] {
	float: right;
	margin: 0 28px 28px 0;
	padding: 3px 9px;
	background: #CCC;
	border: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 8.5pt;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	}
	
	.form-submit input[type="submit"]:hover {
		color: #666;
		}
