/* @override http://feelmystic.com/blog/wp-content/themes/modern/style.css */

/*  
Theme Name: Modern
Theme URI: http://ulfpettersson.se/design/modern/
Description: A light, simple and modern theme.
Version: 0.9
Author: Ulf Pettersson
Author URI:http://ulfpettersson.se/

	Modern v 0.9
	http://ulfpettersson.se/design/modern/

	This theme was designed and built by Ulf Pettersson,
	whose blog you will find at http://ulfpettersson.se/

	Structure of theme files derived from the default WordPress 1.5 theme.	
	
	The CSS, XHTML and design is released under the LGPL:
	http://www.opensource.org/licenses/lgpl-license.php
*/

html {
	background: #333 none;
}

html#home {
	background: #333 url(/i/homebg.gif) no-repeat center center;
}

body {
	font-size: 62.5%;
	min-height: 535px;
	text-align: left;
	height: 100% !important;
	margin: 0;
	color: #ccc;
}

a, a:link { font-family: Futura, "Century Gothic", "Franklin Gothic Medium", sans-serif; }
a:hover { color: #f00; }

del {
	text-decoration: line-through;
}

blockquote {
	border-left: 1px solid #ccc; margin-left: 15px; padding-left: 15px;
}

#horizon {
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#mocha {
	width: 960px;
	height: 120px;
	clear: both;
}

#mocha a {
	display: block;
	width: 960px;
	height: 120px;
	background-image: url(/i/pillars.jpg);
	text-indent: -9999px;
	font-size: 0.1em;
}

#homepage {
	text-align: left;
	margin-left: -480px;
	position: absolute;
	top: -322px;
	left: 50%;
	width: 960px;
	height: 460px;
	visibility: visible;
}

#page {
	margin: 0 auto;
	width: 100%;
/*	background-image: url("http://feelmystic.com/smooth/images/9.jpg");*/
	background-repeat: no-repeat;
}

/*
#page:after, #homepage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/
.fade {
	float: left;
	width: 100% !important;
	z-index: -50 !important;
	clear: both !important;
	position: absolute !important;
	top: 0 !important;
	right: 0; left: 0; bottom: 0;
	background-repeat: repeat-xy !important;
	background-color: #111 !important;
}

.ft3 {
	float: left;
	width: 100% !important;
	height: 600px;
	z-index: -45 !important;
	clear: both !important;
	position: absolute !important;
	top: 0 !important;
	right: 0; left: 0; bottom: 0;
	background: url("/i/ft3.png") left top repeat-x; 
	behavior: url("/iepngfix.htc");
}

.innerfade { width: 100% !important; }

#newbg {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}

.face {
	display: none;
}

#m {
	width: 230px;
	height: 130px;
	float: left;
	font-family: Futura, "Century Gothic", "Franklin Gothic Medium", sans-serif;
	z-index: 100;
}

#m h1 {
	margin: 0;
}

/*#m h1 .hidem {
	display: none;
}

#m h1 a:hover .hidem {
	display: inline;
}*/

#m h1 a {
	width: 230px;
	height: 130px;
	background: url(/i/m_logo.gif) left top no-repeat;
	border-bottom: 3px solid #fff;
	text-decoration: none;
	color: #fff;
	display: block;
	background-color: #c00;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	font-size: 1%;
	z-index: 150;
	text-shadow: #b00 1px 1px 1px;
/*	line-height: 55px;*/
}

#m h1 a:hover {
	background: url(/i/m_logo.gif) right top no-repeat;
	border-bottom: 3px solid #ddd;
	text-decoration: none;
/*	display: inline;*/
	background-color: #b00;
	color: #ddd;
	text-shadow: #500 1px 1px 1px !important;
}

#right {
	height: 150px;
	margin-top: 0px;
}

#left {
	margin-top: 0px;
	width: 100%;
	height: 150px;
	z-index: 100;
}

#homepage #left {	
	height: 100px;
}

#newhomepage #left {	
	height: 9.5em;
}

#bg {
	width: 960px;
	margin: 0 auto;
}

#nav { 	
	text-align: right; 
	width: 650px;
	position: absolute;
	right: 0px;
	background-color: #333;
}

#nav:hover .hide { 	
	display: inline;
}

#nav ul { position: absolute; right: 0; }

#nav li {	
	float: left;	
	background-color: #c00;
}

a:visited:before {
	text-decoration: none;
}

#nav li a {
	text-transform: lowercase;
	color: #eee;
	padding: 0.5em 0.7em 0.5em 0.7em;
	font-size: 1.8em;
	display: block;
	border-bottom: 3px solid #fff;
	text-decoration: none;
	text-shadow: #900 0px -1px 1px;
}

#nav li a:hover, #nav li a.current {
	color: #fff;
	background-color: #f00;
	border-bottom: 3px solid #f00;
	padding-top: 15px;
	text-shadow: #c00 1px 1px 1px !important;
}

/*****************************************
IE NAV HACKS
*****************************************/

#ie #nav { }
#ie #bg { }
#ie #nav span { zoom: 1; }
#ie #nav .legend { zoom: 1; }
#ie #nav a { zoom: 1; }

#ie #right {
	zoom: 1;
}

#ie #nav a:hover { 	
	zoom: 1;
	cursor: pointer;
}

#ie #m a { zoom: 1; }

#ie #homepage #left {
	height: 5.5em;
}

#ie .falbum-recent {
	margin-top: 12px;
}


.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
  
/*****************************************
HOME PAGE 
*****************************************/

#p {
	text-align: left;
	font-family: Courier;
	padding-left: 50%;
	padding-right: 10%;
}

#news {
	display: block;
	margin: 6px auto;
	color: #333;
	padding: 5px;
}

#p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #f00;
	font-size: 293%;
	text-shadow: #222 1px 1px 2px !important;
}

#p a:hover {
	color: #c00 !important;
	border-bottom: 2px solid #c00;
	 text-shadow: #222 1px 1px 2px !important;
}

#news .innerfade {
	background-color: rgb(0%, 0%, 0%);
	background-color: rgba(0%, 0%, 0%, 0.7);
	padding: 15px;
}

#ie #news .innerfade {
	background: url(/i/75.png);
	behavior: url("/iepngfix.htc");
}

#p a:hover {
	color: #ccc;
}

#homepage #c { 
	clear: both;
	background-color: #fff;
	color: #333;
	line-height: 2em;
	font-family: "Courier New", Courier, mono;
	padding: 0;
	font-size: 77%;
	position: absolute;
	bottom: 5px;
	width: 950px;
	padding: 0 5px;
}

#homepage #ico { 
	clear: both;
	background-color: #fff;
	height: 16px;
	font-family: "Courier New", Courier, mono;
	padding: 0;
	font-size: 85%;
	position: absolute;
	bottom: 9px;
	right: 0;
	width: 200px;
	text-align: right;
}

#homepage #ico a { 
	text-decoration: none;
	margin-right: 0.5em;
}

#c a, 
#c a:active,
#c a:visited { font-size: 85%; color: #666; }
#c a:hover, #homepage .text a:hover {background-color: #522 !important; }

#c.single { 
	clear: both;
	background-color: #333;
	line-height: 2em;
	font-family: "Courier New", Courier, mono;
	margin: 10px auto 0 auto;
	padding: 15px;
	font-size: 77%;
	width: 930px;
}

#homewrapper {
	width: 100%;
	font-family: "Courier New", Courier, mono;
	margin-top: 0px;
	background-color: #333;
}

#newhomewrapper {
	width: 960px;
	font-family: "Courier New", Courier, mono;
	margin: 0 auto;
	background-color: #222;
	clear: left;
}

#face {
	height: 105px;
	width: 960px;
	background: url("/i/face.png") repeat-x left bottom; 
	behavior: url("/iepngfix.htc");
	z-index: 0;
	margin-top: 15px;
}

#face img {
	position: absolute;
	z-index: 10;
}

#face p {
	display: inline;
	position: relative;
	background-color: #ddd;
	color: #333;
	text-shadow: #fff 0 -1px 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	left: 262px;
	top: 135px;
	padding: 8px 13px;
	font-size: 3.0em;
}

#face ul {
	position: relative;
	left: 362px;
	top: 141px;
	width: 400px;
	
}

#face li {
	padding: 5px 10px;
	float: left;
	background-color: #ddd;
	color: #333;
}

#homewrapper .photo {
	float: left;
}

/*****************************************
CONTENT
*****************************************/


#page {
	position: relative;
}

#content {
	font-family: "Courier New", Courier, mono;
	width: 960px;
	float: left;
	clear: left;
	padding-top: 28px;
}

#content.narrowcolumn {
	width: 625px;
	padding-top: 13px;
}

#content.page {
	width: 100%;
}

#content.page p {
	clear: left;
	padding: 30px 15px 60px 15px;
	margin: 0px 30px -60px 30px;
}

#content a,
#content a:link {
	color: #c22;
	text-decoration: none;
	border-bottom: 1px dotted #c22;
}

#content a:hover {
	border-bottom: 1px solid #f00 !important;
	color: #f00;
}

.post {
	color: #333;
	margin: 0 auto;
	padding: 0;
}

#content h2.bigtitle {
	 line-height: 1.1em;
	 padding-bottom: 0em;
	 margin-top: -0.3em;
	 font-size: 250px;
	 color: rgb(255, 255, 255);
	 color: rgba(255, 255, 255, .50);
	*color: rgb(255, 255, 255);
	 font-family: Futura, "Century Gothic", "Franklin Gothic Medium", sans-serif;
	 text-shadow: #f00 35px 0px 1px;
	 font-style: italic;
	 z-index: 0;
}

#newhomewrapper h2 {
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1em;
}

#content h2 {
	clear: right;
	font-size: 1.6em; 
	font-weight: bold;
	text-align: center;
}

#content h2 a {
	background-color: #333;
	padding:  2px 5px 0 5px;
	line-height: 2em;
	text-decoration: none;
	border-bottom: 2px solid red;
	text-shadow: #fff 0px 0px 0px !important;
}

#content h2 a:hover {
	background-color: #f00;
	color: #fff;
}

.page h3, h3.postitle {
	float: left;
	clear: left;
	max-width: 660px;
	padding: 3px 15px 6px 15px;
	margin: 15px 0 -15px 0;
	color: #eee;
	background-color: #777;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	text-shadow: #333 0px -1px 0px;
	font: 2.8em/1.4em Georgia, "Times New Roman", Times, serif;
}

.page .alignleft {
	margin: 0 1em 1em 0;
	float: left;
}
.page .alignright {
	padding: 15px;
	margin: -45px -30px 15px 15px;
	float: right;
	border: 1px solid #ccc;
	background-color: #fff;
}

#content h3#respond {
	float: left;
	clear: left;
	max-width: 660px;
	padding: 3px 15px 6px 15px;
	margin: 15px 0 -15px 0;
	color: #eee;
	background-color: #777;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	text-shadow: #333 0px -1px 0px;
	font: 2.8em/1.4em Georgia, "Times New Roman", Times, serif;
}

#content form {
	clear: left;
	background-color: #fff;
	padding: 30px 15px 15px 15px;
	margin: 0 30px 30px 30px;
	font-size: 1.4em;
}

#content p {
	line-height: 1.8em;
	background-color: #fff;
	color: #333;
	font-size: 1.4em;
}

#content .post img {
	float: right;
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #eee;
	margin: 5px -45px 15px 44px;
}

#content.narrowcolumn img {
	padding: 0;
}

#content a.tt-flickr {
	border: 0px !important;
}

#content a.more-link { line-height: 2.5em; }

#content form p {
	line-height: 2em;
}

#content .navigation {
	padding: 0;
	font-size: 1.4em;
}

#content .navigation .alignleft {
	width: 50%;
	float: left;
	border-bottom: 5px solid #ccc;
	margin-top: 15px;
}

#content .navigation .alignright {
	width: 50%;
	float: left;
	text-align: right;
}

#content .navigation a:link {
	padding: 15px 15px 20px 15px;
	display: block;
	border: 0;
	background-color: #f00;
	color: #fff;
}

#content .navigation .alignright a:link {
	padding-bottom: 40px;
}

#content .navigation .alignleft a:link {
	background-color: #b00;
	color: #ccc;
}

#content .navigation a:hover {
	border-width: 5px 0 0 0 !important;
	border-color: #fff !important;
	background-color: #f00 !important;
	color: #fff !important;
}

.entry p img, .entrytext p img {
	border: 12px solid #ccc;
	padding: 0px;
	margin: 0;
}

.entry p a:hover img {
	background-color: #fff !important;
	border-color: #faa !important;
}

.entrytext ul {
	background-color: #fff;
	line-height: 1.4em;	
}

/* @group Comments */

h3#comments {
	float: left;
	clear: left;
	max-width: 870px;
	padding: 3px 15px 6px 15px;
	margin: 0 0 -15px 0;
	color: #fff;
	background-color: #777;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	text-shadow: #333 0px -1px 1px;
	font: 2.8em/1.4em Georgia, "Times New Roman", Times, serif;
}

ol.commentlist {
	line-height: 1.4em;
	margin-bottom: 45px;
}

ol.commentlist li {
	clear: both;
    margin: 0 30px -30px 30px;
    padding: 30px 15px 15px 15px;
	background-color: #fff;
	color: #333;
    line-height: 2.4em !important;
    border-top: 1px dotted #aaa;
}

form #submit {
	margin-top: 15px;
}

/* @end */

#content .post {
	margin-bottom: 30px;
}

#content .post small {
	float: right;
	color: #eee;
	display: block;
	padding: 0 1em;
	margin: 0 30px 0 0;
	line-height: 2em;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	text-shadow: #333 0px -1px 1px;
}

#content .post .entry {
	clear: left;
	padding: 15px 0 0 0;
	margin: 0 30px;
	background-color: #fff;
}


#content .post .entry p {
	padding: 15px;
}

#content .post .entrytext p {
	padding: 1em;
	margin: 0;
}

#content .postauthor {
	clear: both;
	font-size: 1.4em;
	margin: 0;
	padding: 6px 10px;
	background-color: #ccc;
	border: 1px solid #aaa;
	border-width: 1px 30px 0 30px;
	border-color: #aaa #333 #333 #333;
}

#content .post .postmetadata {
	clear: both;
	font-size: 1.4em;
	margin: 0;
	padding: 6px 10px;
	background-color: #ccc;
	border: 1px solid #aaa;
	border-width: 1px 30px 0 30px;
	border-color: #aaa #333 #333 #333;
}

#content .post .postmetadata.alt {
	float: none;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
}

#content .post h3 a {
	float: left;
	clear: left;
	max-width: 660px;
	padding: 3px 15px 6px 15px;
	margin: 0 0 -15px;
	color: #eee;
	background-color: #c00;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	text-shadow: #900 0px -1px 1px;
	font: 2.8em/1.4em Georgia, "Times New Roman", Times, serif;
}

#content .post h3 a:hover {
	color: #fff !important;
	background-color: #f00;
	border-width: 0 !important;
	text-shadow: #a00 1px 1px 1px !important;
}

/*****************************************
CONTACT FORM
*****************************************/

.contactform { clear: left; padding: 15px 0 0 0; margin: 30px 30px 0 30px; background-color: #fff; color: #333; }
.contactleft { float: left; width: 150px; line-height: 2.5em; }
.contactright { line-height: 2.5em; }
#carbon_copy { padding-top: 0.75em; }
#contactsubmit { clear: both; float: left; margin: 1em 0; }

/*****************************************
SIDEBAR
*****************************************/

#sidebar {
	float: right;
	width: 290px;
	padding: 20px 0 20px 20px;
	font-family: "Courier New", Courier, mono;
	margin-top: 160px;
	text-shadow: #111 0px -1px 0px;
}

#sidebar h2 a, #sidebar h2 a:link { font-family: Georgia, "Courier New", Courier, mono; color: #666 !important; }



#sidebar h2 a:hover { color: #b00 !important; text-decoration: underline !important; }

#sidebar h2 {
	font-family: Georgia, "Courier New", Courier, mono;
	font-style: italic;
	text-transform: lowercase;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #666;
}

#sidebar ul {
	list-style-type: none;
/*	display: inline; */
}

#sidebar .widget {
	margin-bottom: 5em;
	display: block;
}

#sidebar li {
	list-style-type: none;
	display: inline;
	padding: 20px; margin: 0;
	line-height: 1.4em;	
 	background-color: #222;
	color: #ccc;
}

#sidebar li li {
	display: block;
	border-bottom: 1px solid #333;
	padding: 0 0 6px 0;
	margin-bottom: 5px;
	font-size: 1.4em;
}

#sidebar #flickr-sidebar {
 	background-color: #111;
	color: #aaa;
}

#sidebar li p { font-size: 1.4em; line-height: 1.6em; }

#sidebar li.flick {
	display: inline;
	border-bottom: 0px dotted silver;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebar ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sidebar li a,
#sidebar li a:link,
#sidebar li a:visited {
	color: #b77;
	text-decoration: none;
	border-bottom: 1px dotted #b77;
}

#sidebar li a:hover {
	color: #f00;
	border-bottom: 1px solid #f00;
}

.widgettitle a.rsswidget {
	color:  #111 !important;
	text-decoration: none;
	border: none !important;
}

.widgettitle a:hover {
	color:  #aaa !important;
	text-decoration: none !important;
}

.widgettitle img {
	float: right;
}

/*****************************************
FLICKR
*****************************************/

#artwork {
	padding: 30px 0 30px 30px;
}



.homephoto {
	display: block;
	width: 156px;
	height: 108px;
	float: left;
	background-position: center center;
	background-color: #111;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 15px solid #222;
}

.homephoto:hover {	
	border-color: #333;
}

.falbum-recent .falbum-thumbnail-nods a img {
	width: 64px;
	height: 64px;
}

.flickr-photos h2 {
	display: none;
}

.flickr-photos {
	padding: 5px;
}

.flickr-photos a img {
	float: left;
	width: 80px;
	height: 80px;
}

.flickr-photos a.more-photos {
	clear: both !important;
	background-color: #c00;
	color: #eee !important;
	padding: 15px;
	margin: 15px 0 0 0;
	font-size: 1.4em;
	border-bottom: 3px solid #fff !important;
	text-align: center;
	display: block;
	text-shadow: #800 0 -1px 0;
}
.flickr-photos a.more-photos:hover {
	background-color: #f00;
	color: #fff !important;
}

.full {
	width: 100% !important;
	height: 460px;
	background-repeat: repeat-xy !important;
}

#page .full {
	width: 100% !important;
	height: 600px !important;
	position:absolute !important; 
	left:0 !important; 
	top:0 !important; 
	padding:0 !important;  
	background-repeat: repeat-xy !important;
}

#falbum {
	margin: 0;
	background-color: #333;
	padding: 0.5em 0.5em 0.5em 0;
}

.falbum-tn-border-s { background-color: #333; }

.falbum-date-taken {
	line-height: 2em;
}

.falbum-description p {
	font-size: 1.4em !important;
}

.falbum-slideshowlink a {
	line-height: 4em;
	background-color: #111;
	color: #fff !important;
	padding: 0.5em 1em;
	text-decoration: none;
}

.falbum-navigationBar {
	background-color: #333;
	padding-bottom: 0.5em;
	border-width: 0px;
}

.falbum-album-description, .falbum-meta {
	font-size: 1.4em !important;
}

.falbum-meta {
	font-style: italic;
	font-weight: bold;
}

a.curPageLink {
	border-color: #f00;
}

.falbum p {
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
}

/*****************************************
ARCHIVES
*****************************************/

h2 span.pagetitle {
	font-size: 2.8em;
	background-color: #fff;

	color: #111;
	text-decoration: none;
	padding: 5px 0.5em;
	margin: 0 auto;
	line-height: 2.5em;
	font-style: italic;
	font-family: Futura, "Century Gothic", "Franklin Gothic Medium", sans-serif;
	text-shadow: #fff 0px 0px 0px  !important;
}

h2 span.posttitle {
	font-size: 2.8em;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	padding: 5px 0.5em;
	margin: 0 auto;
	line-height: 2.5em;
	font-family: Futura, "Century Gothic", "Franklin Gothic Medium", sans-serif;
	font-style: italic;
	text-shadow: #fff 0px 0px 0px  !important;
}

/*****************************************
MYSTICS
*****************************************/

.author h2 span.authortitle {
	font-size: 1.4em;
	background-color: #111;
	color: #fff;
	text-decoration: none;
	padding: 5px 0.5em;
	margin: 0 auto;
	line-height: 2.5em;
	font-family: Futura, "Century Gothic", "Franklin Gothic Medium", sans-serif;
	font-style: italic;
}

.author h3 {
	font-size: 2.8em;
	background-color: #fff;
	color: #111;
	text-decoration: none;
	text-align: left !important;
	line-height: 2em;
	padding: 5px 0;
	font-family: Futura, "Century Gothic", "Franklin Gothic Medium", sans-serif;
	font-style: italic;
	clear: left;
}

.author p {
	float: left;
	clear: left;
	padding: 5px 0.5em 5px 0;
}

.author p strong {
	font-family: Futura, "Century Gothic", "Franklin Gothic Medium", Helvetica, sans-serif;
}

.author ul {
	background-color: #fff;
	line-height: 2em;
	padding-bottom: 1em;
	clear: left;
}

.author ul li {
	border-bottom: 1px dotted #111;
	width:  50%;
}
