* {
	margin: 0;
	padding: 0;
}

a {
	color: #3caefa;
	font-weight: bold;
	text-decoration: none;	
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: 0;
}

a[href^="mailto"] {
	background: url('../icons/silk/email.png') right bottom no-repeat;
	padding-right: 20px;
}

html, body {
	background: #222;
	color: #fff;
	font: 14px "Trebuchet MS", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #7ccafe;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-style: normal;
	border-bottom: 1px solid #333;
}

.tel {
	background: url('../icons/silk/telephone.png') right bottom no-repeat;
	padding-right: 20px;
}

.more {
	text-align: right;
	display: block;
}

#main {
	width: 800px;
	margin: 100px auto;
	
	text-align: left;
}

#header {
	position: relative;
}

	#logo {
		margin-left: -174px;
	}

	#slogan {
		position: absolute;
		right: 0;
		top: 38px;
		
		color: #7ccafe;
		font-size: 18px;
		font-weight: bold;
	}
	
		#slogan strong {
			color: #fff;
		}

#content, #footer {
	border-top: 1px solid #333;
	padding: 5px 0;
}

#content {
	margin-top: -65px;
	padding-top: 2em;
	/* fix for overlapping content (due to negative margin) not working properly */
	position: relative;
}

	#content h1 {
		padding-right: .25em;
		clear: left;
		float: left;
		width: auto;

		line-height: 14px;
	}

	#content p {
		margin-bottom: 1.5em;
		line-height: 1.4;
	}

	#contact {
		margin: 0 0 10px 60px;
		float: right;
		width: auto;

		text-align: right;
	}

	#content .colset {
		display: table;
		border-spacing: 10px;
		width: 100%;
	}

	#content .col {
		display: table-cell;
		color: #aaa;
		font-size: 12px;
	}

		#content .col h2 {
			margin-bottom: 4px;
		}

	#flickr {
		width: 225px;
	}

		#flickr ul {
			list-style: none;
		}

			#flickr ul li {
				display: inline;
			}

	#twitter_update_list {
		list-style: none;
	}

		#twitter_update_list li {
			background: #333;
			margin-top: 2px;
			padding: 0 4px;
		}

#jsContent {
	display: none;
}

	#contactForm {
		color: #000;
	}

#footer {
	clear: both;
	color: #666;
	font-size: 12px;
	text-align: center;
}


/* EXTERNAL SCRIPTS */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay {
	background: #222;
}

#colorBox{}
        #cboxTopLeft{width:25px; height:25px; background:url(../js/colorbox/example4/images/border1.png) 0 0 no-repeat;}
        #cboxTopCenter{height:25px; background:url(../js/colorbox/example4/images/border1.png) 0 -50px repeat-x;}
        #cboxTopRight{width:25px; height:25px; background:url(../js/colorbox/example4/images/border1.png) -25px 0 no-repeat;}
        #cboxBottomLeft{width:25px; height:25px; background:url(../js/colorbox/example4/images/border1.png) 0 -25px no-repeat;}
        #cboxBottomCenter{height:25px; background:url(../js/colorbox/example4/images/border1.png) 0 -75px repeat-x;}
        #cboxBottomRight{width:25px; height:25px; background:url(../js/colorbox/example4/images/border1.png) -25px -25px no-repeat;}
        #cboxMiddleLeft{width:25px; background:url(../js/colorbox/example4/images/border2.png) 0 0 repeat-y;}
        #cboxMiddleRight{width:25px; background:url(../js/colorbox/example4/images/border2.png) -25px 0 repeat-y;}
        #cboxContent{background:#fff;}
            #cboxLoadedContent{margin-bottom:20px;}
            #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
            #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999; display: none !important;}
            #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
            #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
            #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
            #cboxLoadingOverlay{background:url(../js/colorbox/example4/images/loading.gif) 5px 5px no-repeat #fff;}
            #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

	    #cboxClose, #cboxPrevious, #cboxNext { color: #000; font-weight: bold; }
	    #cboxNext { left: 12px; }
