@charset "UTF-8";
/* CSS Document */

/* ############################### PAGE WRAPPER ############################### */
body{
	color:#7c7c7c;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}
#page{
	margin: 0 auto;
	text-align: left;
	width: 940px;
	padding: 0 0px;
	background: url(http://www.declanation.com/images/backgroundGrad.gif) top center repeat-y;
}

/* ############################### HEADER ############################### */
#header{
	background:url(file:///Macintosh%20HD/Users/jasonfullmer/Documents/Three21/pics%20for%20cover/Declan/site/images/template/header_bg.jpg) no-repeat 0 0;
	height:110px;
	position:relative;
}


/* ############################### LOGO IMAGE AND TEXT */
#header div#display_homepage_title{
	height: 46px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 460px;
	font:29px/46px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#header div#display_homepage_title a{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	display:block;
	text-indent:-9999px;
	color:#000000;
}
	#display_homepage_title img {
		position: absolute;
		top: -50px;
	}

#header div a#homepage_title{
	text-indent:0px;
	font:29px/46px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:none;
}

/* ############################### HEADER TOP */
#headerTop{	
	color:#aaaaaa;
	font-size:11px;
	position:absolute;
	right:0;
	text-align:right;
	top:17px;	
	width:480px;
}
#headerTop a{
	color:#aaaaaa;
	margin-left:19px;
}
#instagram, #facebook {
	background-size: cover;
	background-position: center;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
#facebook { background-image: url('/images/facebook.jpg'); }
#instagram { background-image: url('/images/instagram.jpg'); }


/* ############################### SEARCH BOX */

#display_search{
	background:url(file:///Macintosh%20HD/Users/jasonfullmer/Documents/Three21/pics%20for%20cover/Declan/site/images/template/search_bg.gif) no-repeat 0 0;
	position: absolute;
    right: 0;
    top: 58px;
    width: 147px;
}
#display_search form{
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
#search_input{
	border:0px solid #000;
	color: #AAAAAA;
    display: block;
    float: left;
    font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin: 0;
    padding: 0px 3px;
    text-align: left;
    width: 122px;
	background:none;
}
#search_submit{
	background:none;
	border:0px solid #000;
	color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    height: 18px;
    margin: 0;
    padding: 0;
    text-align: right;
    text-indent: -9999px;
    width: 17px;
}



/* ############################### TOP NAVIGATION ############################### */
#topnav{
	height:35px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
#display_menu_1 ul {
	margin: 0;
	padding: 0;
}
	.nav {
		display: inline-block;
	}
	.nav a {
		display: inline-block !important;
		font: normal 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		padding: 11px 0px;
		margin: 0 30px 0 0;
		text-decoration: none;
	}
	.nav a:visited, .nav a:active, .nav a:-webkit-any-link {
		color: #7c7c7c !important;
	}
	.nav a:hover {
		text-decoration: underline;
	}
	
/* ############################### HOME SLIDER ########################### */
.slides_container {
    width:940;
    height:516;
}
.slides_container > div {
    width:940;
    height:516;
    display:block;
}
.slide-hover {
	opacity: 0;
	position: absolute;
	z-index: 9999;
	background: rgba(255,255,255,.8);
	top: 0;
	right: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	height: 100%;
	width: 260px;
	padding: 100px 40px 0 40px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
	.slide-hover h2 {
		display: inline-block;
		font-size: 24px;
		border-bottom: 3px solid #7c7c7c;
		padding-bottom: 13px;
		margin-bottom: 5px;
	}
	.slide-hover p {
		font-size: 12px;
		line-height: 18px;
	}
	.slides_control > div:hover > .slide-hover {
		opacity: 1;
		display: block;
	}
	#slides a {
		color: #aaa;
		text-decoration: none;
		display: inline-block;
		margin: 10px 0;
	}
	#slides a:hover {
		color: #555;
	}
	.pagination {
		float: right;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
		.pagination li {
			float: left;
			margin: 0 2px;
			padding: 0;
		}
			.pagination li a {
				display: inline-block;
				width: 10px;
				height: 10px;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border: 2px solid #aaa;
				background: transparent;
				text-indent: -9999px;
			}
				.pagination li a:hover {
					background: #555 !important;
					border-color: #555;
				}
			.pagination li.current a {
				background: #aaa;
			}

/* ############################### CONTENT ############################### */
#content{
	border-bottom:1px solid #eeeeee;	
	padding-top:25px;
}


/* ############################### FOOTER ############################### */
#footer {
	color: #aaaaaa;
	text-align: left;
	height: 87px;
	position: relative;
	clear: both;
	margin-top: 10px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/* ############################### MAILING LIST */
#eList{
	border: 1px solid #C1C1C1;
    left: 5px;
    position: absolute;
    top: 16px;
    width: 178px;
	}
	
#eList form{
	margin:0;
	padding:0;
	width:100%;
}
#elist_input{
	background:none;
	border:none;
	color: #AAAAAA;
    font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin: 0;
    padding: 0 5px;
	float: left;
    text-align: left;
    width: 116px;
}
#elist_submit {
	background-color:#c1c1c1;
	border:none;
	color: #FFFFFF;
    cursor: pointer;
    float: right;
    font: 11px "Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin: 0;
    padding: 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;;
}


/* ############################### FOOTER TOP */
#footerTop {
	margin:0;
	padding:0 15px 0 0;
	font-size:10px;	
	line-height:17px;}
	
#footerTop ul {
	margin:0 0 15px 80px;
	padding:0;
	list-style:none;
	display:inline;
	float:right;}
	
#footerTop ul li {
	margin:0;
	padding:0;
	color:#aaaaaa;}
	
#footerTop ul li.title { margin:0 0 4px;}
	
#footerTop ul li a {color:#aaaaaa;}

/* ############################### FOOTER BOTTOM */
#footerBottom {
	margin:0;
	padding:0;
	font-size:10px;	
	color:#aaaaaa;
	line-height:17px;
	position:absolute;
	top:50px;
	left:5px;}
	
	
#footerBottom a {color:#aaaaaa;}
#sliderCollab {
	float: left;
	height: 516px;
	width: 600px;
}
#collab {
	float: right;
	height: 516px;
	width: 359px;
}
.collaborate {
	font-size: 24px;
	text-align: center;
	color: #666666;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 65px;
	margin-right: 35px;
	margin-left: 35px;
	border-top-width: 0px;
	padding-bottom: 13px;
	border-bottom-width: thin;
}
.collabContent {
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 20px;
	text-align: justify;
	white-space: normal;
}
#about {
	float: right;
	height: 516px;
	width: 615px;
	clear: none;
}
#aboutContent {
	float: left;
	height: 516px;
	width: 324px;
}
.aboutBox {
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 24px;
	color: #666;
	margin-top: 65px;
	padding-bottom: 13px;
        margin-right: 35px;
	margin-left: 35px;
}
.aboutUs {
	text-align: justify;
	white-space: normal;
	padding-top: 20px;
        margin-right: 35px;
	margin-left: 35px;
}