/*
Theme Name:  TheUNB Theme
Theme URI:   http://theunb.com/
Description: Theme for theunb.com
Version:     1.0
Author:      Slaver
Author URI:  http://slaver.info/
*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 12px/18px Tahoma, Verdana;
}

body {
	color: #fff;
	background: #000 url("images/back.png") 0 0 repeat-x;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #ff9900;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/


#container {
	position: relative;
	min-height: 100%;
}

#wrapper {
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
	width: 90%;
}

#page {
	float: left;
	margin: 50px 0 0;
	overflow: hidden;
	width: 100%;
}

#aside, #content {
	float: left;
	overflow: hidden;
}

	#content {
		width: 60%;
	}

	#aside {
		min-width: 300px;
		width: 30%;
	}

#footer {
	background: url("images/back.png") 0 bottom repeat-x;
	clear: both;
	height: 40px;
	margin: -40px 0 0;
	position: relative;
	width: 100%;
}

/*
	Header
*/

/* Logo */

#logo {
	float: left;
	display: inline;
	margin: 50px 30px 0;
	height: 190px;
	width: 300px;
}

	#logo h1, #logo h2 {
		color: #fff;
		display: block;
		font: 22px/30px Arial;
		position: relative;
		height: 190px;
		width: 300px;
	}

		#logo h1 span, #logo h2 span {
			background: url("images/logo.png") 0 0 no-repeat;
			left: 0;
			position: absolute;
			top: 0;
			height: 190px;
			width: 300px;
			
		}

		#logo h1 a, #logo h2 a {
			display: block;
			text-decoration: none;
		}

/* Menu */

#menu {
	background: url("images/menu_lines.png") 0 0 repeat-x;
	display: inline;
	float: left;
	font: bold 18px/40px Tahoma, Arial;
	height: 300px;
	margin: 0;
	text-transform: lowercase;
	width: 100%;
}

	#menu .wrap {
		background: url("images/menu.png") 0 0 no-repeat;
		float: left;
		height: 300px;
		width: 100%;
	}

		#menu ul {
			background: #000;
			float: right;
			height: 300px;
			list-style-type: none;
			margin: 13px 0 0;
			padding: 0;
			width: 220px;
		}

			#menu ul li {
				float: left;
				margin: 0 0 35px;
				padding: 0;
				/*text-align: right;*/
				width: 100%;
			}

				#menu ul li a {
					/*background: url("images/menu_active.png") -120px 0 no-repeat;*/
					background: #000 url("images/menu_numbers.png") -120px 0 no-repeat;
					color: #ff9900;
					display: block;
					height: 40px;
					padding: 0 0 0 50px;
					text-decoration: none;
				}

					#menu ul li.n a { background-position: -120px 0; }
					#menu ul li.h a { background-position: -120px -40px; }
					#menu ul li.g a { background-position: -120px -80px; }
					#menu ul li.m a { background-position: -120px -120px; }

					#menu ul li a:hover {
						text-decoration: underline;
					}

				#menu ul li.active a {
					padding: 0 0 0 120px;
				}

					#menu ul li.n.active a { background-position: -50px 0; }
					#menu ul li.h.active a { background-position: -50px -40px; }
					#menu ul li.g.active a { background-position: -50px -80px; }
					#menu ul li.m.active a { background-position: -50px -120px; }

/*
	Content
*/

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Posts */

#content .posts {
	float: left;
	display: inline;
	margin: 20px 0 0;
	width: 100%;
}

	#content .posts .post {
		float: left;
		margin: 0 0 20px 30px;
		padding: 0 0 20px;
		width: 95%;
	}

		#content .posts .post .title {
			float: left;
			width: 100%;
		}

			#content .posts .post .title h1,
			#content .posts .post .title h2 {
				color: #ff9900;
				display: inline;
				font: bold 22px/30px Tahoma;
				letter-spacing: -1px;
			}

				#content .posts .post .title h1 a,
				#content .posts .post .title h2 a {
					color: #ff9900;
					text-decoration: none;
				}

		#content .posts .post .entry {
			float: left;
			margin: 10px 0 0 0;
			width: 95%;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}

/* Comments */

#content .posts .comments {
	float: left;
	margin: 0 0 20px 30px;
	padding: 0 0 20px;
	width: 100%;
}

	#content .posts .comments h2 {
		color: #ff9900;
		display: inline;
		font: bold 22px/30px Tahoma;
		letter-spacing: -1px;
	}

	#content .posts .comments #respond {
		float: left;
		margin: 20px 0 0;
		width: 95%;
	}

		#respond h3 {
			font: bold 16px/30px Tahoma;
		}

		#respond textarea,
		#respond input {
			background: #fff;
			border: 0px;
			font: 12px/20px Tahoma;
			padding: 2px;
		}

			#respond input#submit {
				background: #ff9900;
				cursor: pointer;
				font: bold 14px/20px Tahoma;
				text-align: center;
				width: 150px;
			}

		#content .commentlist {
			float: left;
			margin: 0 0 0 20px;
			width: 100%;
		}

			#content .commentlist li {
				float: left;
				margin: 20px 0 0 0;
				width: 90%;
			}

			#content .commentlist cite {
				font: bold 14px/20px Tahoma;
				font-style: normal;
			}

			#content .commentlist .commentmetadata {
				color: #747474;
				font-size: 10px;
			}

				#content .commentlist .commentmetadata a {
					/*border-bottom: 1px dotted #fff;*/
					color: #747474;
					text-decoration: none;
				}

/* Links */

#content .links {
	border-top: 1px solid #383838;
	float: left;
	display: inline;
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
}

	#content .links .news,
	#content .links .afisha {
		float: left;
		margin: 0 0 20px 30px;
		padding: 0 0 20px;
		width: 45%;
	}

	#content .links h3 {
		color: #ff9900;
		display: inline;
		font: bold 18px/30px Tahoma;
		letter-spacing: -1px;
	}

/* Gallery */

#content .gallery {
	float: left;
	margin: 0;
	width: 100%;
}

	#content .gallery ul {
		float: left;
		list-style-type: none;
		margin: 0;
		width: 100%;
	}

		#content .gallery ul li {
			float: left;
			margin: 0 10px 0 0;
		}

/* Albums */

#content .albums {
	float: left;
	display: inline;
	margin: 10px 0 0;
	width: 100%;
}

	#content .albums .list {
		float: left;
		font: 11px/16px Tahoma;
		width: 40%;
	}

		#content .albums .list h3 {
			color: #ff9900;
			font: bold 18px/22px Tahoma, Arial;
		}

		#content .albums .list ul {
			float: left;
			list-style-type: none;
			margin: 20px 0 0;
		}

			#content .albums .list ul li {
				float: left;
				width: 100%;
			}

		/*#content .albums .list a {
			color: #fff;
		}*/

			#content .albums .list a.active {
				color: #ff9900;
			}

		#content .albums .list .all {
			font-weight: bold;
			margin: 10px 0;
		}

			#content .albums .list .all a {
				color: #ff9900;
				text-decoration: none;
			}

				#content .albums .list .all a:hover {
					text-decoration: underline;
				}

		#content .albums .list .hide {
			display: none;
		}

		#content .albums .list a {
			text-decoration: none;
		}

	#content .albums .album {
		float: left;
		margin: 0 0 0 10px;
		width: 55%;
	}

		#content .albums .album .title {
			float: left;
			width: 100%;
		}

			#content .albums .album .title h3 {
				color: #ff9900;
				display: inline;
				font: bold 18px/30px Tahoma;
				letter-spacing: -1px;
				padding: 2px 5px;
			}

				#content .albums .album .title h3 a {
					color: #ff9900;
					text-decoration: none;
				}

		#content .albums .album .meta {
			float: left;
			width: 100%;
		}

			#content .albums .album .meta .cover {
				float: left;
				width: 130px;
			}

				#content .albums .album .meta .cover img {
					float: left;
					width: 130px;
				}

			#content .albums .album .meta .info {
				float: left;
				margin: 0 0 0 10px;
			}

				#content .albums .album .meta .info ul {
					list-style-type: none;
					margin: 5px;
				}

		#content .albums .album .songs {
			float: left;
			width: 100%;
		}

			#content .albums .album .songs ol {
				margin: 10px 0 0 30px;
			}

				#content .albums .album .songs ol a {
					font: 11px/18px Tahoma;
				}

		#content .albums .album .credits {
			border-top: 1px solid #525252;
			color: #eee;
			float: left;
			font: 11px/16px Tahoma;
			margin: 20px 0 0;
			padding: 10px;
		}

/* Images */

#content img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		margin: 10px 5px 10px 0;
		display: inline;
	}

.wp-caption {
	border: 1px solid #525252;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

	.wp-caption.alignright {
		margin: 10px 0 10px 10px;
	}

	.wp-caption.alignleft {
		margin: 10px 5px 10px 0;
	}

	.wp-caption img {
		border: 0 none;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	.wp-caption p.wp-caption-text {
		color: #525252;
		font: 11px/14px Tahoma;
		line-height: 15px;
		padding: 0 5px 5px;
		margin: 0;
	}

/* Tables*/

#content .posts table {
	border: 1px ridge #525252;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 10px 0;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
	border: 1px ridge #525252;
	padding: 3px;
}

#content .posts table td {
	border: 1px ridge #525252;
	padding: 3px;
}

/*
	Navigation
*/

.navigation {
	float: left;
	margin: 0 0 20px;
	width: 95%;
}

	.navigation .alignleft {
		margin-left: 30px;
	}

	.navigation.guestbook { margin-top: 20px; }
	.navigation.guestbook .alignleft { margin-left: 0; }

/*
	Footer
*/

#footer .copyright {
	float: right;
	height: 18px;
	padding: 20px 20px 0 0;
	width: 400px;
}

	#footer p {
		background: #000;
		color: #ddd;
		font: 11px/18px Tahoma;
		margin: 0;
		padding: 0 0 0 10px;
	}

	#footer p a {
		color: #ddd;
	}

/*
	Splash
*/

#splash {
	background: url("images/splash.png") right 0 no-repeat;
	display: inline;
	height: 300px;
	float: left;
	margin: 250px 0 0 100px;
	width: 750px;
	zoom: 1;
}

	#splash ul {
		float: left;
		font: bold 18px/22px Tahoma, Arial;
		margin: 25px 0 0;
		text-transform: lowercase;
		width: 90px;
	}

		#splash ul li {
			float: left;
			margin: 0 0 54px;
			text-align: right;
			width: 100%;
		}

			#splash ul li a {
				color: #ff9900;
				display: block;
				text-decoration: none;
			}

				#splash ul li a:hover {
					text-decoration: underline;
				}

.home #wrapper {
	float: none;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.home #logo {
	display: none;
}

#afisha {
	background: url("images/cloud.png") 0 bottom no-repeat;
	float: left;
	min-height: 170px;
	position: absolute;
	top: 130px;
	right: 30px;
	width: 220px;
}

	#afisha .wrap {
		background: url("images/cloud_top.png") 0 0 no-repeat;
		float: left;
		padding: 60px 0;
	}

	#afisha .list {
		float: left;
		margin: -30px 20px 0;
		width: 180px;
	}

		#afisha h2 {
			color: #ff9900;
			font: 18px/22px Tahoma;
		}

			#afisha h2 a {
				color: #ff9900;
				text-decoration: none;
			}

		#afisha ul {
			float: left;
			margin: 10px 0;
			padding: 0;
			width: 100%;
		}

			#afisha ul li {
				float: left;
			}

			#afisha ul span {
				color: #ff9900;
			}

/*
	Overlay
*/

.overlay {
	border: 2px solid #fff;
	display: none;
	height: 230px;
	overflow: hidden;
	width: 400px;
}

	.overlay .close {
		background: url("images/overlay/close.png") 0 0 no-repeat;
		position: absolute;
		right: 5px;
		top: 2px;
		cursor: pointer; 
		height: 35px;
		width: 35px;
	}

	#content .overlay img {
		margin: 0;
	}

#gallery.overlay .close {
	top: 10px;
}

.next, .prev {
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	font: bold 18px/24px Arial;
	padding: 3px 8px;
	position: absolute;
	text-decoration: none;
	top: 40%;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.prev {
	border-left:0;
	left: 0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	border-right:0;
	right: 0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

.next:hover, .prev:hover {
	text-decoration: none;
	background: #272727;
}

.next, .prev {
	background: #272727 !important;
}

.progress {
	display: none;
	height: 18px;
	left: 45%;
	position: absolute;
	top: 45%;
	width: 67px;
}

.disabled {
	visibility: hidden;
}

/* Other */

.pagetitle {
	color: #ff9900;
	display: inline;
	font: bold 22px/30px Tahoma;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
	padding: 2px 5px;
}

.category-music .posts a {
	text-decoration: none;
}

#social {
	width: 100%;
	float: left;
}

#social > div {
	padding-left: 30px;
}