@charset "utf-8";
/*
Theme Name: Asylum - By Phi
Theme URI: http://themeforest.net
Description:  Great admin panel and very flexible. Full CMS. jQuery enhanced. Supports video and multimedia. 5 post types. Wordpress 3.0 ++.
Version: 1.3 - Last updated June 29th 2010
Author: Phi - Andreas Wilthil
Author URI: http://themeforest.net/user/Phi - http://phiworx.com - http://itworx.no
*/

/* CSS Document */

* {
	border:none;
	outline:none;
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	color:#666;
	font-size:13px;
	line-height:20px;
}
/* TYPOGRAPHY */

a {
	text-decoration:none;
	color:#c3b5c9;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
h2 a {
	color:#c3b5c9;
}
h1 {
	color:#370045;
	font-size:34px;
	font-weight:normal;
	margin:0px 0px 10px;
	letter-spacing: -1px;
}
h2 {
	color:#555;
	font-size:28px;
	margin:10px 0px 10px;
	font-weight:normal;
	clear:both;
}
h3 {
	color:#666;
	font-size:22px;
	margin:10px 0px 10px;
	font-weight:normal;
	line-height:30px;
}
h4 {
	color:#555;
	font-size:16px;
	margin:10px 0px 10px;
	font-weight:normal;
	line-height:24px;
}
h5 {
	color:#444;
	font-size:14px;
	margin:0px 0px 12px 0px;
	font-weight:bold;
	text-transform:uppercase;
}
h6 {
	color:#333;
	font-size:11px;
	margin:-17px 0px 12px 0px;
	font-weight:normal;
	line-height:17px;
}
p {
	line-height:20px;
	margin:0px 0px 10px 0px;
}
blockquote {
	text-align: center;
	font-size: 18px;
	display:block;
	padding: 20px;
	margin: 20px 0;
	width: 538px;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-weight: normal;
	margin-bottom: 20px;
	border: 1px solid #3d003c;
	background-image: url(images/blockquote-bg.png) repeat;
	background:#370045;
	background: -moz-linear-gradient(top, #8401c2, #370045);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8401c2), to(#370045));
	box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.8) inset;
	text-shadow: -1px -1px 3px rgba(0,0,0, 0.8);
}
blockquote a {
	color: #fff;
	text-decoration: none;
}
blockquote a:hover {
	color: #cb94e5;
	text-shadow: -1px -1px 4px rgba(0,0,0, 1);
	text-decoration: none;
}
blockquote.pullquote p {
	width: 220px;
	padding: 0px 20px 0px 0px;
	margin:0px 20px 20px;
	font-size: 15px;
	line-height: 20px;
	float:left;
	border-right:1px solid #dbdbdb;
	text-align:right;
	font-style:italic;
}
blockquote.pushquote p {
	width: 220px;
	padding: 0px 0px 0px 20px;
	margin:0px 0px 20px 20px;
	font-size: 15px;
	line-height: 20px;
	float:right;
	border-left:1px solid #dbdbdb;
	text-align:left;
	font-style:italic;
}
pre {
	line-height:20px;
	margin-bottom:20px;
	max-width:100%;
	text-align:left;
}
pre, code {
	font-family:mono-space, monospace;
	white-space:pre;
	overflow:auto;
	padding:20px;
}
hr {
	width:100%;
	height:1px;
	margin:20px 0px;
	clear:both;
	float:left;
	border-top:1px dotted #ccc;
	color:#dbdbdb;
}
ul {
	margin:2px 20px 20px;
	padding:0;
	list-style-type:square;
	width:auto;
	display:block;
}
ol {
	margin:2px 20px 20px;
	padding:0;
	list-style-type:decimal;
	width:auto;
	display:block;
}
ul li, ol li {
	clear:both;
	padding:4px 0px;
	margin:0px;
	color:#777;
	width:auto;
	text-align:left;
}
ul li a {
}
ul li a:hover, ol li a.hover {
}
table.pagetable {
	width:100%;
	border-collapse:collapse;
	float:left;
	clear:both;
	margin:0px 0px 0px 0px;
}
table.pagetable caption {
	padding:12px 12px;
	color:#999;
	font-weight:bold;
	background:#e7e7e7;
	border:1px solid #ccc;
	border-bottom:none;
}
table.pagetable th, table td {
	padding:12px 12px; /* border:1px solid #ccc; */
	text-align:left;
	display:table-cell;
	width:auto;
}
table.pagetable tr {
}
table.pagetable tr:hover {
	background:#efefef;
}
table.pagetable th {
	background:#f7f7f7;
}
table.pagetable a {
	font-weight:bold;
	padding:4px 8px;
}
table.pagetable a:hover {
	color:#999;
	padding:4px 8px;
}
/* Page structure */
#body-wrap {
	width:100%;
	background:#fff;
	text-align:center;
	float:left;
	padding:0px;
	margin:0px;
}
#header-wrap {
	float:left;
	width:100%;
	padding:0px 0px 32px 0px;
	background:url(images/bg_header.png) no-repeat bottom center;
}
#menu-wrap {
	float:left;
	margin:0;
	padding-bottom:2px;
}
/* SEARCHBOX */
#searchform {
	margin:0 0 20px 0;
	float:left;
	padding:20px; /*background:#1e1e1e;*/
	border:1px solid #ddd;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#searchform .screen-reader-text {
	display:none;
}
#searchform #s {
	background:#efefef;
	border:1px solid #ddd;
	padding:5px;
	color:#999;
	font-size:100%;
	margin:0px 0px 10px 0px;
	clear:both;
	width:230px;
}
#searchform #s:focus {
	background:#e7e7e7;
}
#searchform #searchsubmit {
	display:block;
	background:#ccc;
	border:none;
	margin:2px 0px 0px 0px;
	padding:4px 10px;
	cursor:pointer;
	color:#555;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#searchform #searchsubmit:hover {
	background:#e7e7e7;
}
/* -------------------------------------------------------------- */
/* TOP MENU (Not main menu ;-) */
#top-menu {
	float:left;
	clear:both;
	width:960px;
	height:55px;
	text-align:right;
	display:inline;
}
#top-menu ul {
	list-style:none;
	margin:26px 0px 0px 0px;
	padding:0;
	display:inline-block;
	float:right;
}
#top-menu li {
	color:#333;
	float:left;
	width:auto;
	clear:none;
	margin-right:20px;
	padding:0px;
	text-transform:none;
	display:inline;
}
#top-menu li ul {
	display:none;
}
#top-menu a {
	color:#777;
}
#top-menu a:hover {
	text-decoration:none;
}
#header-top {
	width:960px;
	float:left;
	clear:both;
	background:url(images/header-top.png) no-repeat;
	height:20px;
}
#header-content {
	width:960px;
	float:left;
	clear:both;
	background:url(images/header-content.png) repeat-y;
	height:52px;
}
#header-bottom {
	width:960px;
	float:left;
	clear:both;
	background:url(images/header-bottom.png) no-repeat;
	height:20px;
}
#logo {
	width:300px;
	display:inline;
	float:left;
	padding:14px 10px 0px 10px;
	text-align:center;
}
#menu {
	width:576px;
	display:inline;
	float:left;
	padding:12px 20px 0px 24px;
}
/* -------------------------------------------------------------- */
/* MAIN MENU */

/* Level 1 */
#menu ul {
	margin:0px;
	padding:0;
	list-style:none;
	display:inline;
	width:576px;
}
#menu ul li {
	clear:none;
	float:left;
	margin:0;
	position:relative;
	z-index:10;
	text-transform:uppercase;
}
#menu ul li a {
	display:inline-block;
	width:auto;
	float:left;
	margin-right:0px;
}
#menu ul li a span {
	padding:2px 17px 20px 4px;
	display: inline-block;
	cursor:pointer;
	color:#777;
	margin-left:14px;
}
#menu ul li a:hover span {
	text-decoration:none;
	color:#666;
}
#menu ul li a:hover {
	text-decoration:none;
	color:#666;
}
#menu ul li.current_page_item a {
	background:url(images/menu-hover-left.png) no-repeat top left;
	text-decoration:none
}
#menu ul li.current_page_item a span {
	background:url(images/menu-hover-right.png) no-repeat top right;
	color:#555;
}
#menu ul li.current_page_item a:hover span {
	text-decoration:none;
	color:#555;
}
/* Level 2 */
#menu ul li ul {
	margin: -10px 0px 0px 16px;
	padding:-10px 0px 0px;
	position:absolute;
	z-index:1000;
	visibility: hidden;
	width:auto;
	z-index:2000;
}
#menu ul li.current_page_item ul li a {
	border:none;
	background:#efefef url(images/arrow.png) no-repeat 12px 14px;
	color:#555;
	padding:10px 10px 10px 34px;
	height:auto;
}
#menu ul li.current_page_item ul li a:hover {
	border:none;
	background:#f7f7f7 url(images/arrow.png) no-repeat 12px 14px;
	color:#555;
	padding:10px 10px 10px 34px;
	height:auto;
}
#menu ul li.current_page_item ul li a span {
	margin:0;
	padding:0;
	background-image:none;
	display: inline-block;
	color:#777
}
#menu ul li.current_page_item ul li a:hover span {
	margin:0;
	padding:0;
	background-image:none;
	display: inline-block;
	color:#777
}
;
#menu ul li ul li.current_page_item {
	float: left;
	display: inline;
	clear:both;
	margin:0px 0px 0px 0px;
	text-transform:none;
	text-shadow: white -1px -1px;
	padding:0px;
}
#menu ul li ul li.current_page_item a {
	border:none;
	width:176px;
	background:#efefef url(images/arrow.png) no-repeat 12px 14px;
	color:#777;
	margin:0px;
	padding:10px 10px 10px 34px;
	font-weight:normal;
	display:inline;
}
#menu ul li ul li.current_page_item a:hover {
	border:none;
	background:#f7f7f7 url(images/arrow.png) no-repeat 12px 14px;
	color:#555;
	padding:10px 10px 10px 34px;
	height:auto;
}
#menu ul li ul li.current_page_item a span {
	margin:0;
	padding:0;
	background-image:none;
	display: inline-block;
	color:#777
}
#menu ul li ul li {
	float: left;
	display: inline;
	clear:both;
	margin:0px 0px 0px 0px;
	text-transform:none;
	text-shadow: white -1px -1px;
	padding:0px;
}
#menu ul li ul li a {
	border:none;
	width:176px;
	background:#efefef url(images/arrow.png) no-repeat 12px 14px;
	color:#777;
	margin:0px;
	padding:10px 10px 10px 34px;
	font-weight:normal;
	display:inline;
}
#menu ul li ul li a:hover {
	border:none;
	background:#f7f7f7 url(images/arrow.png) no-repeat 12px 14px;
	color:#555;
	padding:10px 10px 10px 34px;
	height:auto;
}
#menu ul li ul li a span {
	margin:0;
	padding:0;
	background-image:none;
	display: inline-block;
	color:#777
}
#menu ul li ul li a:hover span {
	margin:0;
	padding:0;
	background-image:none;
	display: inline-block;
	color:#777
}
;
/* Level 3 */



#menu ul ul ul {
	margin: 0px 0px 0px 0px;
	left:0px;
	padding:0px 0px 0px;
	position:absolute;
	z-index:1000;
	visibility: hidden;
	width:auto;
	z-index:2000;
}
#menu ul ul ul li {
	float: left;
	display: inline;
	clear:both;
	margin:0px 0px 0px -16px;
	text-transform:none;
	text-shadow: white -1px -1px;
	padding:0px;
}
#menu ul ul ul li a {
	border:none;
	width:176px;
	background:#ccc url(images/arrow.png) no-repeat 12px 14px;
	color:#777;
	margin:0px;
	padding:10px 10px 10px 34px;
	font-weight:normal;
	display:inline;
	height:auto;
}
#menu ul ul ul li a:hover {
	border:none;
	background:#f7f7f7 url(images/arrow.png) no-repeat 12px 14px;
	color:#555;
	padding:10px 10px 10px 34px;
	height:auto;
}
#menu ul li.current_page_item ul ul li a {
	border:none;
	background:#ccc url(images/arrow.png) no-repeat 12px 14px;
	color:#555;
	padding:10px 10px 10px 34px;
	height:auto;
}
#menu ul li.current_page_item ul ul li a:hover {
	border:none;
	background:#f7f7f7 url(images/arrow.png) no-repeat 12px 14px;
	color:#555;
	padding:10px 10px 10px 34px;
	height:auto;
}
/* -------------------------------------------------------------- */
/* SLIDESHOW */
#feature-wrap {
	width:100%;
	float:left;
	background:url(images/bg_slide.jpg) no-repeat bottom center;
	padding-bottom:0px;
	display:inline;
}
.centerdiv {
	width:960px;
	margin:0 auto;
}
#feature-wrap .slide {
	float:left;
	overflow:hidden;
}
#feature-wrap .slide-wrap {
	position:relative;
	z-index:1;
	width:960px;
	margin:0 auto;
	background:url(images/bg_slide.jpg) no-repeat bottom center;
	padding-bottom:60px;
}
#feature-wrap .slide-wrap .slideimage {
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	width:960px;
	overflow:visible;
	background:url(images/loading.gif) 50% 50% no-repeat
}
.hidden img {
	display:none;
}
/* Rounded corners */
 .corner-ul {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:24px;
	height:24px;
	background:url(images/corner-ul.png) no-repeat;
}
.corner-dl {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	width:24px;
	height:24px;
	background:url(images/corner-dl.png) no-repeat;
}
.corner-ur {
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:24px;
	height:24px;
	background:url(images/corner-ur.png) no-repeat;
}
.corner-dr {
	position:absolute;
	display:block;
	bottom:0;
	right:0;
	width:24px;
	height:24px;
	background:url(images/corner-dr.png) no-repeat;
}
#feature-wrap .slide-wrap .slideinfo {
	position:absolute;
	bottom:20px;
	left:8px;
	width:920px;
	height:100px;
	text-align:left;
	z-index:2;
}
.slideinfo .start {
	float:left;
	width:40px;
	height:122px;
	background:url(images/info-start.png) no-repeat;
}
.slideinfo .content {
	float:left;
	background:url(images/info-content.png) no-repeat;
	padding:26px 20px 20px 0px;
	min-width:320px;
	height:122px;
}
.slideinfo .content h1 {
	margin:0;
	font-size:24px;
}
.slideinfo .end {
	float:left;
	width:20px;
	height:122px;
	background:url(images/info-end.png) no-repeat;
}
.slideinfo .nav {
	float:left;
	width:100px;
	height:122px;
	background:url(images/bg-nav.png) no-repeat;
}
.slideinfo .nav .prev {
	width:38px;
	height:80px;
	background:url(images/prev-arrow.gif) no-repeat 20px center;
	float:left;
}
.slideinfo .nav .next {
	width:38px;
	height:80px;
	background:url(images/next-arrow.gif) no-repeat 8px center;
	float:left;
}
/* -------------------------------------------------------------- */
/* PAGE CONTENT */

#breadcrumb {
	width:900px;
	float:left;
	clear:both;
	margin-bottom:16px;
}
#content-wrap {
	width:100%;
	height:auto;
	float:left;
	padding-bottom:30px;
}
#content-wrap.page {
	background:url(images/bg_pagecontent.png) no-repeat bottom center;
	padding-bottom:50px;
}
#content-wrap .inner {
	margin:0 auto;
	width:960px;
}
#content-wrap .content {
	float:left;
	width:900px;
	background:#fff;
	padding:10px 30px 10px 30px;
}
#content-wrap .content-bottom {
	float:left;
	width:960px;
	height:29px;
	background:url(images/pagecontent-bottom.png) no-repeat left bottom;
}
#content-wrap #welcome {
	width:580px;
	float:left;
	margin:0px 40px 0px 30px;
}
#content-wrap #about {
	width:280px;
	float:left;
}
#pagecontent {
	width:580px;
	float:left;
	margin:0px 20px 0px 0px;
	padding-right:19px;
	border-right:1px dotted #ccc;
}
/* Content boxes within articles */
.one-third {
	width:280px;
	float:left;
	margin:0px 20px 20px 0px;
	padding-top:0px;
}
.one-third img {
	margin-bottom:8px;
}
.two-third {
	width:600px;
	float:left;
	margin:0px 0px 0px 20px;
}
/* -------------------------------------------------------------- */
/* SIDEBAR */

#sidebar {
	width:280px;
	float:left;
	margin:0px;
	display:inline;
	padding-top:2px;
}
#sidebar ul {
	margin:0px 0px 20px;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:280px;
	border-top:1px dotted #bbb;
}
#sidebar ol {
	margin:0px 0px 20px 20px;
	padding:0;
	list-style:decimal;
	float:left;
	clear:both;
	width:280px;
}
#sidebar ul li {
	width:260px;
	background:url(images/arrow.png) no-repeat 6px 10px;
	float:left;
	clear:both;
	padding:8px 0px 8px 20px;
	margin:0px;
	border-bottom:1px dotted #bbb;
	line-height:16px;
}
#sidebar ul li a {
	width:260px;
	clear:both;
	padding:0px;
	margin:0px;
	background:none;
}
#sidebar ul li:hover {
	background:#e7e7e7 url(images/arrow.png) no-repeat 6px 10px;
}
#sidebar ul li a:hover {
	width:260px;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	margin-left:-20px;
	line-height:16px;
}
#sidebar ul ul {
	margin:10px 0px 10px;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:260px;
	border:none;
}
#sidebar ul ul li {
	width:240px;
	border:none;
}
#sidebar ul ul li a {
	width:240px;
	clear:both;
	padding:0px;
	margin:0px;
	background:none;
}
#sidebar ul ul li a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------------------- */
/* PORTFOLIO AND GALLERY STYLES */

.portfolio {
	width:280px;
	float:left;
	margin:0px 30px 30px 0px;
	position:relative;
	overflow:hidden;
}
.portfolio a {
	display:block;
}
.portfolio-image {
	float:left;
	width:280px;
	height:105px;
	display:inline;
	margin-bottom:8px;
	clear:both;
	background:#eee url(images/loading.gif) 50% 50% no-repeat;
}
.portfolio-image img {
	display:none;
}
#footer-content-wrap .portfolio-image img {
	display:inline;
}
.portfolio h2, .portfolio h3, .portfolio h4 {
	margin-top:10px;
}
.innerwrapper {
	width:280px;
	position:absolute;
	top:0;
	height:187px;
}
.innerinfo {
	position:absolute;
	bottom:-100px;
	background:url(images/white-80.png);
	padding:12px 20px;
	width:240px;
}
.innerinfo h4 {
	margin:0px 0px 8px 0px;
	color:#333;
}
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* BLOG STYLES */

.blogpost {
	width:580px;
	float:left;
	margin:0px 0px 40px;
	border-bottom:1px dotted #ccc;
}
.blogpost h2 {
	margin:20px 0px;
}
.post-meta-top {
	width:580px;
	float:left;
	padding:12px 0px 12px;
	border-bottom:1px dotted #ccc;
	margin:0px 0px 20px 0px;
	font-size:10px;
	color:#999;
}
.post-meta-bottom {
	width:580px;
	float:left;
	padding:12px 0px 12px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	color:#999;
}
.post-date {
	width:200px;
	float:left;
}
.post-date span {
	background-color:#e7e7e7;
	padding:8px;
}
.post-tags {
	width:380px;
	float:left;
	text-align:right;
}
.post-categories {
	width:480px;
	float:left;
}
.post-comments {
	width:100px;
	float:left;
	text-align:right;
}
.post-meta-top a, .post-meta-bottom a {
	color:#999;
}
.blog-image {
	float:left;
	width:580px; /*height:260px;*/
	display:inline;
	margin-bottom:20px;
	clear:both;
	background:#eee url(images/loading.gif) 50% 50% no-repeat
}
.blog-image img {
	display:none;
}
/* -------------------------------------------------------------- */

/* FOOTER CONTENT */

/* Content in footer on index page */
#footer-content-wrap {
	width:100%;
	background-color:#070707;
	float:left;
	border-bottom:1px solid #131313;
	padding:0px 0px 10px 0px
}
#footer-content-wrap h1, #footer-content-wrap h2 {
	color:#ccc;
}
#footer-content-wrap h1 {
	margin-bottom:30px;
}
#footer-content-wrap .inner {
	width:960px;
	margin:0 auto;
	background: url(images/bg-footerwidget-divider.png) no-repeat 608px 0px;
	text-align:left;
	min-height:50px;
}
.home-content {
	float:left;
	width:900px;
	padding:30px 0px 10px 0px;
	margin:40px 30px 0px 30px;
	border-top:1px dotted #555;
}
/* Articles in footer on index page */
#pagelist {
	width:590px;
	float:left;
	margin:40px 30px 0px 30px;
} /* Left side */
#rightwidget {
	width:280px;
	float:left;
	margin:40px 0px 0px 0px;
} /* Right side */
#rightwidget img {
	margin-bottom:8px;
	clear:both;
	float:left;
}
#rightwidget {
	width:280px;
	float:left;
	margin:40px 0px 0px 0px;
	display:inline;
}
#rightwidget ul {
	margin:0px 0px 20px;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:280px;
	border-top:1px dotted #333;
}
#rightwidget li {
	width:260px;
	background:url(images/arrow.png) no-repeat 6px 10px;
	float:left;
	clear:both;
	padding:8px 0px 8px 20px;
	margin:0px;
	border-bottom:1px dotted #333;
	line-height:16px;
}
#rightwidget li a {
	width:260px;
	clear:both;
	padding:0px;
	margin:0px;
	background:none;
}
#rightwidget li:hover {
	background:#252525 url(images/arrow.png) no-repeat 6px 10px;
}
#rightwidget li a:hover {
	width:260px;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	margin-left:-20px;
	line-height:16px;
}
/* Content in footer for all pages */
#footer-widgets-wrap {
	width:100%;
	float:left;
	background:#271c2d url(images/bg-footer.jpg) no-repeat center top;
}
#footer-widgets-wrap h1, #footer-widgets-wrap h2 {
	color:#ccc;
}
#footer-widgets-wrap .fullwidth {
	width:930px;
	float:left;
	clear:both;
	text-align:left;
	margin:0px 0px 0px 30px;
	padding:20px 0px;
}
#footer-widgets-wrap .inner {
	width:960px;
	margin:0 auto;
	background:url(images/bg-footerwidget-divider.png) no-repeat 608px 0px;
	text-align:left;
}
#footer-widgets-wrap.index .inner {
	background:none;
}
.footerwidget {
	width:280px;
	float:left;
	margin:20px 30px 0px 0px;
	padding:0px 0px;
}
.footerwidget-right {
	width:280px;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 19px;
	border-left:1px dotted #444;
}
.footerwidget h1, .footerwidget h2, .footerwidget h3, .footerwidget h4 {
	color:#a49da8;
}
/* Footer widgets lists */
.footerwidget ul {
	margin:0px 0px 20px;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:280px;
	border-top:1px dotted #6B5773;
}
.footerwidget li {
	width:260px;
	background:url(images/arrow.png) no-repeat 6px 11px;
	float:left;
	clear:both;
	padding:8px 0px 8px 20px;
	margin:0px;
	border-bottom:1px solid #6B5773;
	line-height:16px;
}
.footerwidget li a {
	width:260px;
	clear:both;
	padding:0px;
	margin:0px;
	background:none;
	color:#c3b5c9;
}
.footerwidget li:hover {
	background:#92789d url(images/arrow.png) no-repeat 6px 11px;
}
.footerwidget li a:hover {
	width:260px;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	margin-left:-20px;
	line-height:16px;
}
.footerwidget ul ul {
	margin:10px 0px 10px;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:260px;
	border:none;
}
.footerwidget ul ul li {
	width:240px;
	border:none;
}
/* Social media links in footer */
ul.socialmedia {
	margin:-4px 0px 0px 0px;
	padding:0;
	list-style:none;
	clear:both;
	float:right;
}
ul.socialmedia li {
	float:left;
	clear:none;
	padding:0px;
	margin-left:8px;
	color:#777;
	overflow:hidden;
	border:none;
	background:none;
}
/* Menu in footer  */
#footermenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footermenu li {
	color:#555;
	float:left;
	width:auto;
	clear:none;
	margin-right:20px;
	padding:0px;
	text-transform:none;
}
#footermenu li ul {
	display:none;
}
#footermenu a {
	color:#777;
}
/* Copyright notice */
#copyright {
	width:450px;
	float:left;
	margin:0px 20px 0px 0px;
}
/* Links in footer (links to the right of the copyright notice  */
#footerlinks {
	width:430px;
	float:left;
	text-align:right;
	margin:0px 0px 0px 0px;
}
#footerlinks ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	float:right;
}
#footerlinks li {
	color:#555;
	float:left;
	width:auto;
	clear:none;
	margin-left:20px;
	padding:0px;
	text-transform:none;
}
#footerlinks li ul {
	display:none;
}
#footerlinks a {
	color:#777;
}
#footer-wrap {
	width:100%;
	float:left;
	background:#060608 url(images/bg-footer2.jpg) no-repeat center top;
	color: #6B5773;
}
/* -------------------------------------------------------------- */
/* PAGER */
#pager {
	float:left;
	clear:both;
	display:inline;
}
#pager ul {
	margin:0;
	padding:0;
	list-style:none;
	width:900px;
}
#pager ul li {
	clear:none;
	float:left;
	display:block;
	padding:0px;
	margin-right:4px;
	text-align:center;
}
#pager ul li a {
	background-color:#ccc;
	width:20px;
	height:20px;
	padding:3px 6px 7px 6px;
	line-height:24px;
	margin:1px;
	float:left;
	display:inline-block;
	text-decoration:none;
	color:#333;
}
#pager ul li a:hover {
	background-color:#000;
	color:#efefef;
	display:inline-block;
	margin-bottom:0;
}
#pager ul li.current a {
	background-color:#000;
	color:#ccc;
	display:inline-block;
	margin-bottom:0;
}
#pager ul li a span {
	padding-top:0px;
	text-align:center;
	display:block;
}
#pager .pages {
	display:none;
}
.home-content #pager, #pagelist #pager {
	display:none;
}
/* -------------------------------------------------------------- */
/* MISC CLASSES */

.alignright {
	float:right;
	margin:0px 0px 8px 20px;
}
.alignleft {
	float:left;
	margin:0px 20px 8px 0px;
}
.last {
	margin:0;
}
.break {
	width:100%;
	float:left;
	clear:both;
}
.inner {
	width:960px;
	margin:0 auto;
	text-align:left;
}
.dashedborder {
	border-top:1px dotted #666;
}
/* Shortcode boxes */

.box {
	float:left;
	margin:0px 20px 20px 0px;
}
.single {
	width:280px;
}
.double {
	width:580px;
}
.triple {
	width:860px;
	padding:20px;
	background:#f2f2f2;
}
.single h1, .single h2, .single h3 .single h4 {
	margin:10px 0px 20px
}
.double h1, .double h2, .double h3 .double h4 {
	margin:10px 0px 20px
}
.triple h1, .triple h2, .triple h3 .triple h4 {
	margin:10px 0px 20px
}
.fullwidth {
	width:900px;
	float:left;
	clear:both;
	text-align:right;
	margin:0px 0px 0px 30px;
	padding:20px 0px;
}
/* Buttons */
a.lightbtn {
	background-color:#ccc;
	height:20px;
	padding:3px 10px 7px 10px;
	line-height:24px;
	margin:0px 0px 20px;
	float:left;
	display:inline-block;
	text-decoration:none;
	color:#333;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
a.lightbtn span {
}
/*a.lightbtn:hover{background-color:#333; color:#efefef; display:inline-block; margin-bottom:0;}
a.lightbtn:hover span{}*/

a.darkbtn {
	background-color:#222;
	height:20px;
	padding:3px 10px 7px 10px;
	line-height:24px;
	margin:0px 0px 20px;
	float:left;
	display:inline-block;
	text-decoration:none;
	color:#777;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
a.darkbtn span {
}
/*a.darkbtn:hover{background-color:#444; color:#efefef; display:inline-block; margin-bottom:0;}
a.darkbtn:hover span{}*/

#footer-content-wrap .lightbtn, #footer-content-wrap .lightbtn {
	color:#999;
	background-color:#252525;
}
/* List width dotted lines for dark background */
ul.darklines {
	margin:0px 0px 20px;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:280px;
	border-top:1px dotted #222;
}
ul.darklines li {
	width:260px;
	background:url(images/arrow.png) no-repeat 6px 10px;
	float:left;
	clear:both;
	padding:8px 0px 8px 20px;
	margin:0px;
	border-bottom:1px dotted #222;
	line-height:16px;
}
ul.darklines li a {
	width:260px;
	clear:both;
	padding:0px;
	margin:0px;
	background:none;
}
ul.darklines li:hover {
	background:#333 url(images/arrow.png) no-repeat 6px 10px;
}
ul.darklines li a:hover {
	width:260px;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	margin-left:-20px;
	line-height:16px;
}
/* List width dotted lines for light background */
ul.lightlines {
	margin:0px 0px 20px;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:280px;
	border-top:1px dotted #999;
}
ul.lightlines li {
	width:260px;
	background:url(images/arrow.png) no-repeat 6px 10px;
	float:left;
	clear:both;
	padding:8px 0px 8px 20px;
	margin:0px;
	border-bottom:1px dotted #bbb;
	line-height:16px;
}
ul.lightlines li a {
	width:260px;
	clear:both;
	padding:0px;
	margin:0px;
	background:none;
}
ul.lightlines li:hover {
	background:#222 url(images/arrow.png) no-repeat 6px 10px;
}
ul.lightlines li a:hover {
	width:260px;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	margin-left:-20px;
	line-height:16px;
}
/* Gradient buttons */
a.lightbtn-round {
	display:inline-block;
	width:auto;
	float:left;
	margin-right:10px;
	margin-top:0px;
	background:url(images/btn-left.png) no-repeat top left;
	text-decoration:none
}
a.lightbtn-round span {
	padding:6px 16px 8px 6px;
	display: inline-block;
	cursor:pointer;
	color:#FFF;
	margin-left:10px;
	background:url(images/btn-right.png) no-repeat top right;
	color:#666;
}
a.lightbtn-round:hover {
	background:url(images/btn-left-dark.png) no-repeat top left;
}
a.lightbtn-round:hover span {
	background:url(images/btn-right-dark.png) no-repeat top right;
	color:#888;
}
a.darktbtn-round {
	display:inline-block;
	width:auto;
	float:left;
	margin-right:10px;
	margin-top:0px;
	background:url(images/btn-left-dark.png) no-repeat top left;
	text-decoration:none
}
a.darktbtn-round span {
	padding:6px 20px 8px 10px;
	display: inline-block;
	cursor:pointer;
	color:#FFF;
	margin-left:10px;
	background:url(images/btn-right-dark.png) no-repeat top right;
	color:#666;
}
a.darktbtn-round:hover {
	background:url(images/btn-left.png) no-repeat top left;
}
a.darktbtn-round:hover span {
	background:url(images/btn-right.png) no-repeat top right;
	color:#666;
}
#prettycontact {
	width:500px;
	height:300px;
	background:#666;
}
.hide {
	display: none;
}
/*----HOMEPAGE POSTS----*/

.home-post {
	float:left;
	margin:0px 0px 40px;
	border-bottom:1px dotted #555;
	clear:both;
	width:580px;
}
.home-post-image {
	float:left;
	width:580px; /*height:218px;*/
	display:inline;
	margin-bottom:12px;
}
/*.home-post-image{float:left; margin-bottom: 12px; width:580px;} */
/* .home-post-image{float:right; margin:0px 0px 12px 12px;} */
.home-post-meta-top {
	width:580px;
	float:left;
	padding:12px 0px 0px;
	margin:0px 0px 10px 0px;
	font-size:10px;
	color:#999;
}
.home-post-meta-bottom {
	width:580px;
	float:left;
	padding:12px 0px 12px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	color:#999;
}
.home-post-date {
	width:180px;
	float:left;
}
.home-post-date span {
}
.home-post-tags {
	width:380px;
	float:left;
	text-align:right;
}
.home-post-categories {
	width:480px;
	float:left;
}
.home-post-comments {
	width:100px;
	float:left;
	text-align:right;
}
.home-post-meta-top a, .home-post-meta-bottom a {
	color:#999;
}
/* --------------------------------------------------------------*/
/* POST COMMENTS */

#respond {
	margin:0px 0px;
	float:left;
}
#respond input {
	background-color:#f7f7f7;
	border:1px solid #dbdbdb;
	padding:2px 10px;
	color:#999;
	width:300px;
	margin-right:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#respond input:focus, #contact-form textarea:focus, #respond textarea:focus {
	background-color:#efefef;
}
#respond textarea {
	width:560px;
	height:200px;
	background-color:#f7f7f7;
	border:1px solid #dbdbdb;
	padding:10px;
	color:#999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#respond input#submit, #contact-form #submitbutton {
	background-color:#ccc;
	border:none;
	padding:4px 10px;
	color:#555;
	margin-right:20px;
	clear:both;
	margin-top:15px;
	margin-bottom:20px;
	width:auto;
	cursor:pointer;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#respond input#submit:hover, #contact-form #submitbutton:hover {
	background-color:#e7e7e7;
}
#comments {
	float:left;
	margin-top:40px;
}
.commentlist {
	margin:1px 0px 0px;
	float:left;
	list-style:none;
	padding:0;
	width:100%;
}
.commentlist li {
	border-bottom:1px solid #dbdbdb;
	float:left;
	margin-bottom:10px;
	width:100%;
}
.commentlist p {
}
.comment-body {
}
.comment-author {
	float:left;
	margin: 0px 10px 6px 0px;
	display:inline;
	width:50px;
}
.comment-author cite {
	clear:both;
	font-weight:bold;
}
.vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	text-align:center;
	padding:18px 4px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:10px;
}
.comment-meta {
	margin-bottom:8px;
	width:450px;
	display:inline;
	float:left;
	clear:right;
}
.fn {
	float:left;
	width:100px;
	background:#fff;
	clear:both;
	margin:0px;
	text-align:center;
}
.says {
	display:none;
}
/* Contact form */
#contact-form {
	margin:10px 0px;
	float:left;
}
#contact-form ul {
	list-style:none;
	margin:0;
	padding:0;
}
#contact-form input {
	background-color:#f7f7f7;
	border:1px solid #ccc;
	padding:6px;
	color:#999;
	width:300px;
	margin-right:20px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#contact-form input:focus, #contact-form textarea:focus {
	background-color:#efefef;
}
#contact-form textarea {
	width:560px;
	height:200px;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	padding:10px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
/* Contact form widget */
.input-wrap {
	float:left;
	padding:4px 0px;
}
#contactform {
	margin:10px 0px;
	float:left;
}
#contactform ul {
	list-style:none;
	margin:0;
	padding:0;
}
#contactform input {
	background-color:#f7f7f7;
	border:1px solid #ccc;
	padding:10px;
	color:#999;
	width:260px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#contactform input:focus, #contact-form textarea:focus {
	background-color:#efefef;
}
#contactform textarea {
	width:260px;
	height:100px;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	padding:10px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#contactform .submit-btn {
	background-color:#ccc;
	border:none;
	padding:4px 10px;
	color:#555;
	clear:both;
	margin-bottom:20px;
	width:auto;
	cursor:pointer;
}
#contactform .submit-btn:hover {
	background-color:#e7e7e7;
}
/* Social */

#facebook {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
}
#twitter {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
}
#twitterfollow {
	float: left;
	width: 140px;
	margin: 0 10px 10px 0;
}
#google {
	float: left;
	width: 70px;
	margin: 0 10px 10px 0;
}
#dmca {
	margin: -2px 0 0 25px;
	float: right;
}
#blacknight {
	margin: -15px 0 0 0;
	float: left;
}

.lastfm_track_title {
	color:#c3b5c9 !important;
}
.lastfm_track_artist, .lastfm_track_info {
	color:#aea3b2 !important;
}
.lastfm_container img {
	float: left;
	margin-right: 15px !important;
}
#relatedposts {
	width: 600px;
	clear: both;
}
#relatedposts ul {
	list-style:none;
}
.relatedthumb img{
	width:260px;
	height:98px;
}
.relatedcontainer {
	width: 260px;
	float:left;
	height: 115px;
	margin: 0 15px 0 0;
}
.wiwo {
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
	width: 250px;
	height: 250px;
	margin: 20px auto;
	border: 4px solid #fff;
}
