/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define 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;
}
/* general stuff */

.clear {
  clear:both;
}

body {
	color:#fff;
  font: 13px 'Lucida Grande', Verdana, sans-serif;
	background-color:#8B0000;
}

/* site header */

#header {
	height:50px;
	background-color:#8B0000;
}
  #header .inner {
    width:100%;
  	height:480px;    
  	background:url('/img/backgrounds/header.png');
  }
	#header #title {
		width:980px;
		margin-left:auto;
		margin-right:auto;
		color:#fff;
		overflow:hidden;
	}
	#header #title h1 {
		margin:0;
		font-size:2em;
		line-height:50px;
		float:left;
	}
	#header #title h1 a {
	  color:#fff;
	  text-decoration:none;
	}
	#header #head-nav {
	  float:right;
		line-height:50px;
	}
	  #header #head-nav a {
	    text-decoration:none;
			color:#fff !important;
	  }
	  #header #head-nav a:hover {
	    text-decoration:underline;
	  }
	#header .spacer {
	  margin:0 10px;
	}


/* site footer */

#footer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #fff;
	margin-top:15px;
	padding-top:5px;
	padding-bottom:20px;
}
	#footer a {
	  color:#fff;
	  text-decoration:none;
	}
	#footer .home-link {
	  float:right;
	  margin-top:5px;
	}
	#footer #social-links a {
		display:block;
		width:100px;
		height:35px;
		margin-top:0;
		color:#fff;
		font-size:9px;
		line-height:14px;
		padding-left:35px;
		text-decoration:none;
		float:left;
	}
		#footer #social-links a span {
			font-size:11px;
			text-decoration:underline;
		}
	#footer #social-links #facebook {
		background:url('/img/icons/fb-block.png') no-repeat;
	}
	#footer #social-links #twitter {
		background:url('/img/icons/twitter-block.png') no-repeat;
	}



/* general content layout */

#everything {
	position:absolute;
	top:50px;
	width:100%;
}

#content {
	width:980px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.content-head {
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}
	.content-head h2 {
		font-size:1.5em;
		width:850px;
	}
	.content-head a {
		color:#fff;
		text-decoration:none;
	}
		.content-head a:hover {
			text-decoration:underline;
		}


#main-content {
	width:750px;
	float:left;
}

#right-side {
	width:210px;
	float:right;
	margin-bottom:23px;
}


/* navigation */

.side-nav {
	width:217px;
	margin-right:-7px;
	background:url(/img/boxes/swarm_main.png) repeat-y;
	background-size:217px 10px;
	padding-bottom:30px;
}
.side-nav-top {
  width:217px;
  height:10px;
  margin-right:-7px;
  background:url(/img/boxes/swarm.png) no-repeat top;
}
.side-nav-bottom {
  width:217px;
  height:10px;
  margin-right:-7px;
  background:url(/img/boxes/swarm.png) no-repeat bottom;
}
	.side-nav .inner {
		width:206px;
		margin-left:2px
	}
	.side-nav .nav-section {
		border-bottom:1px solid #fff;
		text-align:center;
		padding:10px 0;
	}
		.side-nav .nav-section .title {
			padding-bottom:10px;
		}
		.side-nav .nav-section .swarm {
			padding:0 5px;
			text-align:justify;
		}
			.side-nav .nav-section .swarm a {
				color:#fff;
				text-decoration:none;
			}
				.side-nav .nav-section .swarm a:hover {
					text-decoration:underline;
				}
		.side-nav .nav-section .share-link {
			margin-right:5px;
			float:left;
			display:block;
			width:30px;
			height:30px;
		}


/* tabs nav - note that rounded corner changes need to be mirrored in application layout for IE */
#nav-tabs {
	display:block;
}
#nav-tabs ul li {
  float:left;
  padding:0 10px;
  height:30px;
  line-height:30px;
  background-color:#999;
  border-left:1px solid #fff;
  margin-top:5px;
  opacity:0.75;
}
  #nav-tabs ul li a {
	  color:#212121;
		display:block;
		height:30px;
		width:100px;
		text-align:center;
	}
#nav-tabs ul li:hover {
  background-color:#ddd;
}
  #nav-tabs ul li a:hover {
	  color:#000;
	}
#nav-tabs ul li.post-sel {
  border-left:1px solid #999;
}
#nav-tabs ul li.first {
  border-left:0;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
#nav-tabs ul li.last {
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
#nav-tabs ul li.selected {
  opacity:1.0;
  background-color:#ddd;
  height:35px;
  margin-top:0;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
  #nav-tabs ul li.selected a {
    color:#000;
		height:35px;
  }


#sub-nav {
	margin-bottom:10px;
	height:20px;
	line-height:20px;
	text-align:left;
	font-size:15px;
}
	#sub-nav a {
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	#sub-nav a:hover {
		text-decoration:underline;
	}



/* homepage albums */

#album-list {
	margin-left:-23px !important;
	width:780px;
}
.album {
  background-color:#fff;
  width:170px;
  height:190px;
  float:left;
  margin-left:23px;
  margin-bottom:23px;
  position:relative;
	display:inline;
}
	.album .album-art {
	  position:absolute;
	  top:6px;
	  left:6px;
	  width:158px;
	  height:158px;
	  background-color:#000;
	  overflow:hidden;
	}
	.album .album-thumb {
	  display:block;
	  width:160px;
	  height:160px;
	  float:left;
	  position:relative;
	}
	.album .album-shadow {
	  width:200px;
	  height:205px;
	  background:url('/img/backgrounds/album.png') bottom right no-repeat;
	  position:absolute;
	  right:-20px;
	  bottom:-14px;
	}
	.album p {
	  position:absolute;
	  display:block;
	  width:160px;
	  top:172px;
	  left:6px;
	  color:#000;
	  height:1em;
	  overflow:hidden;
	  font-variant: small-caps;
	  font-weight:bold;
	}
		.album p a {
		  display:block;
		  width:160px;
		  color:#000;
		}


/* gallery view */

.gallery-box {
  float:left;
  display:block;
  height:180px;
  width:180px;
  margin-right:10px;
  margin-bottom:20px;
  text-align:center;
}

.gallery-box-last {
  margin-right:0;
}


/* lazy loader */

div.ps-ll {
  width:180px;
  height:180px;
  background-color:#fff;
  opacity:.2;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
	div.ps-ll span { display:none; }



.big-box-top {
	background:url('/img/boxes/big_box.png') left top no-repeat;
	width:750px;
	height:20px;
}
.big-box-bottom {
	background:url('/img/boxes/big_box.png') left bottom no-repeat;
	width:750px;
	height:20px;
}
.big-box {
	background:url('/img/boxes/big_box_main.png') repeat-y;
	width:750px;
	color:#000;
}
	.big-box .inner {
		margin:0 20px;
	}


table#contact-info th {
	text-align:left;
	padding-right:20px;
	padding-bottom:5px;
}
table#contact-info td {
	text-align:left;
}

#about-other p {
	margin:0;
	padding:0 0 10px 0;
	font-size:13px;
}
#about-other h3 {
	margin:0;
	padding:0 0 10px 0;
	font-size:18px;
}
#about-other h4 {
	margin:0;
	padding:0 0 10px 0;
	font-size:15px;
}
/* The Gallery Mechanism */

.gallery-shell {
  position:absolute;
  top:0%;
  left:0%;
  width:100%;
  z-index:1001;
  text-align:center;
  background-color:red;
}

.gallery-content {
  z-index:1001;
  position:absolute;
}
.gallery-control {
  margin:10px 30px 0 30px;
}

.blanker {
  position:absolute;
  top:0%;
  left:0%;
  width:1px;
  height:1px;
  background-color:black;
  z-index:1000;
}
/* pretty info boxes - three different coloured ones */
.info-box {
	background-color:#fff;
	color:#000;
	position:relative;
	border:4px solid #99ccff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:20px;
}
  .info-box .inner {
    margin:20px;
  }
	.info-box a, .info-box a:visited, .info-box a:hover {
		color:#3333ff;
	}
	.info-box h2 {
		font-size:20px;
		line-height:25px;
		margin-bottom:20px;
	}
	.info-box h3, .info-box p, .info-box ul {
		margin-bottom:10px;
	}
	.info-box ul {
		list-style-type: disc;
		margin: 3px 3px 10px 14px;
	}
	.info-box .info-box-close {
		position:absolute;
		top:5px;
		right:10px;
		color:#999;
		font-weight:bold;
		text-decoration:none;
		font-size:16px;
	}
		.info-box a.info-box-close:hover {
			color:#333;
		}

	.info-box-red {
		background-color:#ffeeee;
		border-color:#ff6464;
	}
		.info-box-red p a, .info-box-red p a:visited, .info-box-red p a:hover {
			color:#3333ff;
		}
	.info-box-green {
		background-color:#eeffee;
		border-color:#64ff64;
	}
		.info-box-green p a, .info-box-green p a:visited, .info-box-green p a:hover {
			color:#3333ff;
		}
