/* @override http://www.mariannekeating.com/public/css/default.css */

/**************************************************
1. Style 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	font: normal 62.5% 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	background: #f2f2f2;
	color: #333;
	margin-top: -20px;
	}

/* Unordered Lists */
ul {
	list-style: none;
	}

/* Blockquote / Quote */
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* Focus styles */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	
a { color: #3C7BA3; text-decoration: none; }
a:hover { color: #A33C69; text-decoration: none; }
	
p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: lowercase;
	}	
	
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.clearfix { display: inline-table; }
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	*+html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* End hide from IE-mac */
	
	
/* Layout */

#absolute-wrapper {
	background-image:  url("../img/bg.jpg");
	width: 1024px;
	height: 768px;
	position: fixed;
	top: -20px;
	left: 0;
}

#absolute-wrapper.homepage {		
	background-image: none;
}


#absolute-wrapper #bnr {
	position: relative;
	top:  0px;
	left: 0px;
	width: 1024px;
	height: 200px;
}


#absolute-wrapper #content {
	position: relative;
	top:  100px;
	left: 668px;
	width: 330px;
	height: 500px;
	text-indent: 0px;
}

#scroll-wrapper {
	background-color: #FAFAFA;
	position: relative;
	width: 580px;
	top: 130px;
	left: 65px;
	}
	
	* html #scroll-wrapper {
		position: absolute;
		width: 370px;
		margin: 0 !important;
		padding: 0 !important;
		}
		
		* html #gallery-container {
			width: 580px;
			margin: 0 !important;
			padding: 0 !important;
			z-index: 5;
			}
		* html #gallery-header {
			position: absolute;
			background-color: #d3d3d3;
			top: -5px;
			left: -65px;
			width: 650px;
			height: 25px;
			z-index: 10;
			}
			
		* html #footer {
			clear: both;
			position: static !important;
			top: auto!important;
			width: 580px;
			height:20px;
			background: #A1A1A1;
			color: #fff;
			margin: 10px 0;
			padding: 5px 0 5px 65px;
			}


#gallery-header {
	position: relative;
	background-color: #00b2ce;
	top: -5px;
	left: -65px;
	width: 650px;
	height: 25px;
	}

#contactform {
	width: 330px;
	margin-left: 10px;
	float: left;
	display: inline;
	}
	
	#contactform h2, #contactform p {
		padding-left: 0 !important;
		}

label{
	display:block;
	}

.textbox{
	width:309px;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	}

.textarea{
	width:315px;
	height:80px;
	font-size:12px;
	font-family:Arial;
	color:#666666;
	}

#submit{
display:block;
}

#links-side{
width:130px;
margin-left:40px;
float: left;
display: inline;
}

h2 {
	color: #666;
	letter-spacing: 2px;
	font-size: 1.6em;
	text-transform: lowercase;
}

#info{
}


#links-side a:link, #links-side a:visited{
color:#3C7BA3;
text-decoration: none

}

#links-side h2 { margin: 0 !important; padding: 10px 0 !important; }
#links-side p { padding: 10px 0; }
#links-side a:hover{
color:#A33C69;
text-decoration: none;
}

#content h2 {
	padding: 10px 0;
	}


#gallery-container {
	position:relative;
	width:585px;
	padding: 0 0 0 8px;
	}

	#gallery-container a {
		float: left;
		display: inline;
		}
	
	#gallery-container a img {
		padding: 5px;
		background: #fafafa;
		margin: 3px;
		display: block;
		}
	
	#gallery-container h2 {
		padding: 10px 0 0 10px;
		}
		
		* html #gallery-container h2 {
			padding: 0;
			}
	#gallery-container p {
		padding: 10px 30px 10px 10px;
		}
		* html #gallery-container p {
			padding: 0 !important;
			}

.error{
color:#FF0000;
}


/*
.border{
border: solid 5px #FFFFFF;
margin:5px;
}*/

#footer{
clear: both;
position: relative;
top:140px;
left:0;
width: 580px;
height:20px;
background: #A1A1A1;
color: #fff;
margin: 10px 0;
padding: 5px 0 5px 65px;
}

#main-nav {
	float: right;
	display: inline;
	margin: 53px 15px 0px 0px;
	}
				
				#main-nav li {
					display: inline;
					}
					
					#main-nav li a {
						float: left;
						display: block;
						height: 26px;
						line-height: 30px;
						font-size: 1.6em;
						color: #a0a0a0;
						text-decoration: none;
						margin: 0 15px 0 10px;
						}
						#main-nav li a:hover { color: #2d91d1 }
						#main-nav li a.current, #main-nav li a.current:hover { color: #2d91d1 }
						
#twitter {
	position: absolute;
	left: 960px;
	top:  295px;
}						
						
						/*
						#main-nav li#home a { background: url('../img/nav.gif') 0px 4px no-repeat; width: 50px; }
						#main-nav li#home a:hover { background: url('../img/nav.gif') 0px -20px no-repeat; }
						#main-nav li#home a.current, #main-nav li#home a.current:hover { background: url('../img/nav.gif') 0px -60px no-repeat; }
						
						#main-nav li#gallery a { background: url('../img/nav.gif') -64px 4px no-repeat; width: 64px; }
						#main-nav li#gallery a:hover { background: url('../img/nav.gif') -64px -20px no-repeat; }
						#main-nav li#gallery a.current, #main-nav li#gallery a.current:hover { background: url('../img/nav.gif') -64px -60px no-repeat; }
						
						#main-nav li#info a { background: url('../img/nav.gif') -143px 4px no-repeat; width: 36px; }
						#main-nav li#info a:hover { background: url('../img/nav.gif') -143px -20px no-repeat; }
						#main-nav li#info a.current, #main-nav li#info a.current:hover { background: url('../img/nav.gif') -373px -60px no-repeat; }
						
						#main-nav li#contact a { background: url('../img/nav.gif') -194px 4px no-repeat; width: 77px; }
						#main-nav li#contact a:hover { background: url('../img/nav.gif') -194px -20px no-repeat; }
						#main-nav li#contact a.current, #main-nav li#contact a.current:hover { background: url('../img/nav.gif') -373px -60px no-repeat; }
						
						#main-nav li#blog a { background: url('../img/nav.gif') -284px 4px no-repeat; width: 41px; }
						#main-nav li#blog a:hover { background: url('../img/nav.gif') -284px -20px no-repeat; }
						#main-nav li#blog a.current, #main-nav li#blog a.current:hover { background: url('../img/nav.gif') -445px -60px no-repeat; }*/
						
#archive {
	margin: 20px 0 0;
	}
					
.entry {
	/*padding: 0 20px;*/
	}
	
	.entry h2 a {
		display: block !important;
		float: none !important;
		padding: 6px 0 0;
		}
		
		.entry h3 a {
		display: block !important;
		float: none !important;
		font-size: 1.3em;
		padding: 10px 0 2px 10px;
		}
		
		p.entry-date {
			display: block;
			padding: 0 0 0 10px !important;
			margin: 0 !important;
			}
			
		#content .entry-date { padding: 0 !important; }
		
		.entry a:link, .entry a:visited{
		color:#666666;
		text-decoration: none;
		}
		
		.entry a:hover{
		color:#9B0461;
		text-decoration: none;}
		
#homeflash{
	position: fixed;
	width: 1024px;
	height: 768px;
	top: 0px;
	left: 0px;
	}

#latest-news li {
	border-bottom: 1px solid #BBBBBB;
	padding: 5px 0;
	
	}
	
	#latest-news li h4 a {
		font-size: 1.4em;
		text-transform: lowercase;
		}
	
#video {
	display: block;
	float: left;
	}
	
	
	
	
	
	
	
	
	
	

