html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { font: 12px/1.5 "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4 { margin: 0 0 18px 0; }
h1 { font-size: 36px; font-weight: normal; }
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 12px; font-weight: bold; }
h4 { font-size: 12px; font-weight: normal; font-style: italic; }

a { color: #000; }
	a:link, a:visited { text-decoration: underline; }
	a:hover, a:active { text-decoration: none; }
	a img { border: none; }

.image-left { display: inline; float: left; margin: 0 18px 18px 0; }
.image-right { display: inline; float: right; margin: 0 0 18px 18px; }

p { margin: 0 0 18px 0; }

ul, ol { margin: 0 0 18px 18px; }
ul { list-style: disc; }
	ul.disc { list-style-type: disc; }
	ul.circle { list-style-type: circle; }
	ul.square { list-style-type: square; }
ol { list-style: decimal; }
	ol.arabic-numbers { list-style-type: decimal; }
	ol.upper-alpha { list-style-type: upper-alpha; }
	ol.lower-alpha { list-style-type: lower-alpha; }
	ol.upper-roman { list-style-type: upper-roman; }
	ol.lower-roman { list-style-type: lower-roman; }

strong { font-weight: bold; }

blockquote, q { quotes: none; }
blockquote{ border-left: 1px solid #CCC; margin: 0 0 0 18px; padding: 0 18px; font-style: italic; }

ins {
	font-style: italic;
	font-weight: bold;
}
del { text-decoration: line-through; }

:focus { outline: 0; }


/* Layout */

#header, #menu, #content-wrapper, #footer { position: relative; margin: 0 auto; }


/* Header */

#header { padding: 36px 0 72px 0; }
	#title, #slogan { margin: 0; padding: 0; line-height: 1.25em; }
	#title { font-weight: bold; }
	#slogan {
	letter-spacing: 1pt;
}

	#menu-wrapper {
		border-bottom: 1px dashed #CCC;
		position: relative;
		z-index: 2;
	}
	
	#menu { height: 36px; }		
		#menu ul {
			left: 0;
			list-style: none;
			margin: -36px 0 0 0;
			padding: 0;		
			position: absolute;
		}
			#menu ul li { display: inline-block; float: left; margin-right: 3px; }
				#menu ul li a {
					background: #606060 url(images/menu-shadow.png) bottom repeat-x;
					display: block;
					height: 36px;
					padding: 0 30px;

					line-height: 36px;
					text-decoration: none;
				}
				#menu ul li a.current, #menu ul li a.current-ancestor { background-image: url(images/menu-gradient.png); opacity: 1 !important; }
				
				#menu ul ul {
					display: none;
					left: 0;
					margin: 0;
					position: absolute;
					top: 36px;
				}
				#menu > ul > li.current > ul, #menu > ul > li.current-ancestor > ul { display: block; }
					#menu ul ul li { position: relative; margin-right: 0; }
						#menu ul ul li a {
							padding: 0 18px;
						
							font-size: 12px;

							border-radius: 0;
							-moz-border-radius: 0;
							-webkit-border-radius: 0;
						}
						#menu ul ul li a.current, #menu ul ul li a.current-ancestor{ background-image: none; }
						#menu ul ul li a.parent { background: url(images/icon-arrow-down.png) right no-repeat; }
						
						#menu ul ul ul{ position: absolute; top: 36px; left: 0; width: 200px; }
						#menu ul ul li:hover > ul { display: block; }
							#menu ul ul ul li { display: block; float: left; }
							#menu ul ul ul li:last-child > a { border-bottom: 1px dashed #CCC; }
								#menu ul ul ul li a {
									display: block;
									height: auto;
									line-height: 18px;
									padding: 9px 18px;
									width: 164px;
								}
								#menu ul ul ul li a.parent { background-position: 180px 50%; background-image: url(images/icon-arrow.png); }
								
								#menu ul ul ul ul { top: 0; left: 200px; opacity: 1; }


/* Content */

#content-wrapper {
	padding: 36px 0;
	position: relative;
	z-index: 1;
}
#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content { float: left; margin: 36px 0 0 0; }

	h1#page-title { margin: 0; }

	#breadcrumbs{ height: 18px; }
	#breadcrumbs ul {
		background: #F5F5F5 url(images/icon-home.png) 10px 50% no-repeat;
		display: inline;
		float: left;
		margin: 9px 0 0 0;
		padding: 3px 3px 3px 25px;		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	#breadcrumbs ul li {
		background: transparent url(images/icon-arrow.png) right center no-repeat;
		display: inline;
		margin-right: 10px;
		padding-right: 10px;
	}
	#breadcrumbs ul li a { text-decoration: none; }

	#page-image{
		background-color: #FFF;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 200px;
		margin: 36px 0 0 0;
		float: left;
		width: 100%;
	}
	
	
/* Sidebar */
	
#sidebar {
	float: right;
	margin: 36px 0 0 0;
	padding: 18px;
	width: 250px;
}

	#search {
		margin: -18px -18px 18px -18px;
		padding: 18px;
		width: 250px;
	}
		#search input { vertical-align: middle; }
		#search input.text { width: 210px; margin-right: 5px; }
		
	/* Blog Sidebar */
	
	#blog-categories, #blog-archives, #blog-rss-feeds, .blog-comments-rss-link { margin-top: 18px; }
	#blog-categories br, #blog-archives br, #blog-rss-feeds br { display: none; }
	#blog-categories .blog-category-link-disabled, #blog-archives .blog-archive-link-disabled{ font-style: italic; }
	
	#blog-categories {
		border-top: 1px dashed #999;
		position: relative;
	}
		#blog-categories a, #blog-categories .blog-category-link-disabled {
			background: transparent url(images/icon-tag.png) 8px 50% no-repeat;
			border-bottom: 1px dashed #999;
			display: block;
			padding: 9px 9px 9px 36px;
		
			font-weight: bold;
			line-height: 12px;
			text-decoration: none;			
		}

	#blog-archives {
		border-top: 1px dashed #999;
		position: relative;
	}
		#blog-archives a, #blog-archives .blog-archive-link-disabled {
			background: transparent url(images/icon-calendar.png) 8px 50% no-repeat;
			border-bottom: 1px dashed #999;
			display: block;
			padding: 9px 9px 9px 36px;
			
			font-weight: bold;
			line-height: 12px;
			text-decoration: none;
		}
	
	#blog-rss-feeds { border-top: 1px dashed #999; }
		#blog-rss-feeds a, .blog-comments-rss-link {
			background: transparent url(images/icon-rss.png) 0 50% no-repeat;
			display: block;
			padding: 9px 9px 9px 28px;
    	
			font-weight: bold;
			line-height: 12px;
			text-decoration: none;
		}
		#blog-rss-feeds a{
			background-position: 8px 50%;
			border-bottom: 1px dashed #999;
			padding-left: 36px;
		}
		
	.blog-tag-cloud { margin: 18px 0 0 0; }
		.blog-tag-cloud li { display: inline; padding-right: 5px; }
			.blog-tag-size-1 { font-size: 0.8em; }
			.blog-tag-size-2 { font-size: 0.85em; }
			.blog-tag-size-3 { font-size: 0.9em; }
			.blog-tag-size-4 { font-size: 0.95em; }
			.blog-tag-size-5 { font-size: 1em; }
			.blog-tag-size-6 { font-size: 1.05em; }
			.blog-tag-size-7 { font-size: 1.1em; }
			.blog-tag-size-8 { font-size: 1.15em; }
			.blog-tag-size-9 { font-size: 1.2em; }
			.blog-tag-size-10 { font-size: 1.25em; }
			.blog-tag-size-11 {	font-size: 1.3em; }
			.blog-tag-size-12 { font-size: 1.35em; }
			.blog-tag-size-13 { font-size: 1.4em; }
			.blog-tag-size-14 { font-size: 1.45em; }
			.blog-tag-size-15 { font-size: 1.5em; }
			.blog-tag-size-16 { font-size: 1.55em; }
			.blog-tag-size-17 { font-size: 1.6em; }
			.blog-tag-size-18 { font-size: 1.65em; }
			.blog-tag-size-19 { font-size: 1.7em; }
			.blog-tag-size-20 { font-size: 1.75em; }


/* Blog */

.blog-entry { margin: 0 0 36px 0; }
	.blog-entry-title { margin: 0; font-size: 18px; }
		.blog-entry-title a { text-decoration: none; }
	.blog-entry-date {
		margin: 0 0 18px 0;
		line-height: 18px;
	}
	.blog-entry-tags, .blog-entry-comments { margin: 18px 0 0 0; }
	.blog-entry-date a, .blog-entry-tags a, .blog-entry-comments a { font-weight: bold; }

.blog-archive-headings-wrapper { margin: 0 0 18px 0; }
.blog-archive-month { font-size: 18px; font-weight: bold; }

.js-kit-comments, .js-CommentsArea { width: 98%; }


/* File Sharing */

.filesharing-description { margin: 0 0 18px 0; }
.filesharing-item {
	margin: 0 0 18px 0;
	padding: 18px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	.filesharing-item-title {
		font-size: 18px;
		text-decoration: none;
	}
		.filesharing-item-title a { text-decoration: none; }


/* Photo Album - List View */

.album-title {
	margin: 0 0 18px 0;
}
	.album-description{ margin: 0 0 72px 0; }
	.album-wrapper { position: relative; }
		.thumbnail-wrap {
			float: left;
			margin: 0 18px 36px 0;
			position: relative;
		}
			.thumbnail-frame {
				position: absolute;
			    bottom: 0;
			    left: 0;
			}
				.thumbnail-frame img { border: 1px solid #EEE; }
				.thumbnail-caption { display: block; }


/* Photo Album - Single View */

.photo-background { padding: 0 0 18px 0; text-align: center; }
	.photo-navigation {
		border-bottom: 1px dashed #CCC;
		margin: 0 0 18px 0;
		padding: 18px 0;
	}
	.photo-title { font-size: 36px; font-weight: normal; }
	.photo-caption { margin: 0 0 18px 0; }
	.photo-links { display: inline; }


/* Movie Album */

.movie-page-title{ margin: 0 0 18px 0; }
.movie-page-description{ margin: 0 0 30px 0; }
	.movie-thumbnail-frame {
		float: left;
		margin: 0 18px 18px 0;
		position: relative;
	}
		.movie-thumbnail-frame img{ border: 1px solid #EEE; }


/* Movie Popup */

.movie-background {
	background-image: none;
	text-align: center;
}

.movie-frame { padding: 18px; }
	.movie-frame p{ padding: 18px 0; }


/* Footer */

#footer-wrapper { padding: 9px 0; border-top: 1px dashed #CCC; }