/*
Theme Name: Breakwater.ie
Theme URI: http://www.breakwater.ie/
Version: 1.0
Author: Keith Donegan
Author URI: http://www.eirestudio.net/
*/



/* ---------- ( Reset ) ------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* ---------- ( Clearfix ) ------------------------------ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* ---------- ( General ) ------------------------------ */
body {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: url(elements/images/bg.png);
	color: #666;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
}
strong { font-weight: bold; } 
a 				{ color: #0D2D4C; }
.alignright 	{ float: right; }
.alignleft 		{ float: left; }




/* ---------- ( Headings ) ------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font: normal 24px Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	line-height: 17px;
}
h1 {
	font-size: 28px;
	color: #0C2C4C;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
p {
	line-height: 20px;
	margin-bottom: 14px;
}

		


/* ---------- ( Header ) ------------------------------ */
#header {
	margin-bottom: 25px;
	float: left;
	width: 760px;
}
	#header h1 {
		margin: 0;
	}
		#header h1 a {
			background: url(elements/images/logo.png) no-repeat;
			display: block;
			width: 190px;
			height: 91px;
			text-indent: -9999px;
			margin: 29px 0px 0px 17px;
			float: left;
			display: inline;
		}
	#header .alignright {
		width: 238px;
		height: 82px;
		/* background: url(elements/images/contact-bg.png) no-repeat; */
		margin: 25px 14px 0px 0px;
		padding-top: 6px;
	}
		#header .alignright p {
			margin: 0px 8px 3px 7px;
		}
			#header .alignright p span.first {
				float: left;
				display: block;
			}
			#header .alignright p span.last {
				float: right;
				display: block;
			}
			
			
	



/* ---------- ( Main Nav ) ------------------------------ */
#main-nav {
	background: url(elements/images/bottom-border.png) repeat-x;
	height: 41px;
	float: left;
	width: 760px;
	margin-bottom: 25px;
	position: relative;
}
	#main-nav #top-left-crop {
		background: url(elements/images/top-left-crop.png);
		position: absolute;
		width: 19px;
		height: 20px;
		bottom: 0px;
		left: -19px;
	}
	#main-nav #top-right-crop {
		background: url(elements/images/top-right-crop.png);
		position: absolute;
		width: 19px;
		height: 20px;
		bottom: 0px;
		right: -19px;
	}
	
	#main-nav ul {
		margin-left: 2px;
	}
		#main-nav ul li {
			*display: inline;
		}
			#main-nav ul li a {
				background: url(elements/images/main-nav-divider.png) 0px 4px no-repeat;
				padding: 3px 14px 3px 14px;
				line-height: 32px;
				color: #666;
				float: left;
				height: 32px;
				font-size: 14px;
				text-decoration: none;
			}
				#main-nav ul li.first a {
					background: none;
				}
				#main-nav ul li a:hover {
					color: #333;
					text-decoration: underline;
				}



/* ---------- ( Feature Area ) ------------------------------ */
#featured {
	width: 726px;
	float: left;
	margin: 0px 17px 25px 17px;
	_display: inline;
	position: relative;
}
	#featured p {
		margin: 0;
		font-size: 14px;
	}
	#featured .arrow {
		position: absolute;
		width: 20px;
		height: 20px;
		text-indent: -9999px;
		top: 40px;
	}
	#featured a.forward {
		background: url(elements/images/featured-right.png);
		right: -42px;
	}
	#featured a.back {
		background: url(elements/images/featured-left.png);
		left: -42px;
	}

	


/* ---------- ( Content Wrapper ) ------------------------------ */
#content-wrapper {
	background: url(elements/images/top-border.png) top repeat-x;
	float: left;
	width: 760px;
}
.content-class {
	padding-top: 22px;
}
	
	/* ----- Services Block ----- */
	#services-wrapper {
		margin: 0px 0px 25px 4px;
		padding-bottom: 25px;
		border-bottom: 1px solid #EBDAB9;
	}
		#services-wrapper div.box {
			border-right: 1px solid #EBDAB9;
			width: 210px;
			height: 150px;
			float: left;
			margin: 25px 12px 0px 14px;
			padding-right: 18px;
			_display: inline;
		}
			#services-wrapper div.box h3 a {
				color: #666;
				text-decoration: none;
			}
			#services-wrapper div.box a.more {
				float: right;
				margin-right: 76px;
			}
			#services-wrapper div.last {
				margin: 25px 0px 0px 17px;
				border: none;
			}
			#services-wrapper div.box img {
				float: left;
				margin: 0px 12px 8px 0px;
				width: 65px;
			}
			#services-wrapper div.box h3 {
				
			}
			#services-wrapper div.box p {
				font-size: 12px
			}




/* ---------- ( Sidebar ) ------------------------------ */
#sidebar {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 17px;
	_display: inline;
}
	#sidebar ul {
		margin-bottom: 25px;
		padding-bottom: 19px;
		border-bottom: 1px solid #E8D2AC;
	}
		#sidebar ul {
			
		}
			#sidebar ul.list {
				list-style: disc;
				padding-left: 36px;
			}

			#sidebar ul.list li {
				line-height: 19px;
				margin-bottom: 10px;
			}
				#sidebar ul li a {
					background: url(elements/images/list-icon.png) 0px 2px no-repeat;
					padding-left: 20px;
					display: block;
					margin-bottom: 6px;
					color: #666;
				}
	#sidebar input#s {
		border: 1px solid #EBDABA;
		padding: 6px;
		float: left;
		width: 138px;
	}
	#sidebar input#searchsubmit {
		float: right;
		background: url(elements/images/btn-search.png);
		border: none;
		width: 65px;
		height: 27px;
		margin-top: 2px;
		cursor: pointer;
 	   cursor: hand;
	}





/* ---------- ( Content ) ------------------------------ */
#content {
	float: right;
	width: 485px;
}
	#content ol {
		list-style: decimal outside;
		padding-left: 36px;
	}
	.content-class #content ul {
		list-style: disc;
		padding-left: 36px;
	}
		.content-class #content ul li {
			line-height: 19px;
			margin-bottom: 10px;
		}
		.content-class #content ol li {
			line-height: 19px;
			margin-bottom: 10px;
		}
		#content .more {
			display: none;
		}
		#content .post {
			border-bottom: 1px solid #EBD7B1;
			margin-bottom: 14px;
		}

	#content #recent-projects {
		
	}
		#content #recent-projects ul {
			
		}
			#content #recent-projects ul li {
				*display: inline;
				position: relative;
				width: 108px;
				border: 1px solid #E8D2AC;
				float: left;
				margin: 0px 14px 14px 0px;
			}
				#content #recent-projects ul li.last {
					margin: 0px 0px 14px 0px;
				}
				#content #recent-projects ul li img {
					z-index: 100;
					display: block;
				}
				#content #recent-projects ul li span a {
					z-index: 1000;
					display: block;
					position: absolute;
					background: #fff;
					padding: 6px 8px;
					text-decoration: none;
					bottom: 0;
					left: 0;
					font-size: 11px;
					width: 92px;
					display: none;
				}
	#content .meta {
		border-bottom: 1px solid #E8D2AC;
		padding-bottom: 14px;
		font-size: 11px;
		margin-bottom: 12px
	}



/* --------------- ( Contact ) --------------------------------------------- */
.wpcf7 {
		
	}
	.wpcf7 br {
		display: none;
	}
		.wpcf7 p {
			
		}
		.wpcf7 label {
			margin-bottom: 6px;
			display: block;
		}
			.wpcf7 p input {
				border: 1px solid #EBD7B1;
				margin: 0px 0px 0px 0px;
				width: 303px;
				padding: 7px;
				font: 11px Verdana, Geneva, sans-serif;
				color: #595959;
			}
			.wpcf7 p textarea {
				border: 1px solid #EBD7B1;
				margin: 0px 0px 0px 0px;
				width: 443px;
				height: 131px;
				font: 11px Verdana, Geneva, sans-serif;
				color: #595959;
				padding: 7px;
			}
		.wpcf7 p.button {
			background: none;
			height: 27px;
		}
			.wpcf7 p.button input {
				background: url(elements/images/btn-submit.png);
				margin: 0px 0px 0px 0px;
				width: 65px;
				height: 27px;
				border: none;
				cursor: pointer;
				cursor: hand;
			}

				
				



/* ---------- ( Footer ) ------------------------------ */
#footer {
	background: url(elements/images/top-border.png) top repeat-x;
	float: left;
	width: 732px;
	margin: 20px 0px 4px 0px;
	*margin: 14px 0px 12px 0px;
	padding: 6px 14px 0px 14px;
	font-size: 11px;
	position: relative;
}
	#footer #bottom-right-crop {
		background: url(elements/images/bottom-right-crop.png);
		position: absolute;
		width: 19px;
		height: 19px;
		top: 0px;
		right: -19px;
	}
	#footer #bottom-left-crop {
		background: url(elements/images/bottom-left-crop.png);
		position: absolute;
		width: 19px;
		height: 19px;
		top: 0px;
		left: -19px;
	}

	#footer p.alignleft {
		
	}
	#footer p.alignright {
		
	}





/* ---------- ( Featured ) ------------------------------ */
/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider { 
	width: 720px; 
	height: 92px; 
	position: relative; 
	margin: 0 auto; 
}
.anythingSlider h2 {
	color: #0E2E4C;
}
	.anythingSlider .wrapper { 
		width: 720px; 
		overflow: auto; 
		height: 100px; 
		margin: 0 0px; 
		position: absolute; 
		top: 0; left: 0; 
	}
		.anythingSlider .wrapper ul { 
			width: 99999px; 
			list-style: none; 
			position: absolute; 
			top: 0; left: 0; 
			margin: 0;
		}
			.anythingSlider ul li { 
				display: block; 
				float: left; 
				padding: 0; 
				height: 317px; 
				width: 720px; 
				margin: 0; 
			}
				.anythingSlider .arrow { 
					display: block; 
					height: 200px; 
					width: 67px; 
					background: url(../images/arrows.png) no-repeat 0 0; 
					text-indent: -9999px; 
					position: absolute; top: 65px; 
					cursor: pointer; 
				}
				.anythingSlider .forward                { background-position: 0 0; right: -20px; }
				.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
				.anythingSlider .forward:hover          { background-position: 0 -200px; }
				.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { display: none; position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop { 
	background: green; 
	background-image: url(../images/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; text-align: center; 
	position: absolute; 
	right: 45px; top: 323px; 
	display: none;
}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

















