/*  
Theme Name: mysticalsun-theme
Theme URI: 
Description: 
Version: 1.0 
Author: mysticalsun
*/
/* Begin Typography & Colors */

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family:  "Lucida Grande", Verdana, Arial, sans-serif;
    background: #030303;
    color: #a8a8a8;
    text-align: center;
    }

#header {
    background: #030303 url('images/header.jpg') no-repeat bottom center;
    width: 900px;
    }

#content {
    font-size: 1.2em
    }

.narrowcolumn .entry {
    line-height: 1.4em;
    }

.narrowcolumn .postmetadata {
    text-align: left;
    }

.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }

#footer {
    border: none;
    }

small {
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 1em;
    line-height: 1.5em;
    }

h1, h2, h3 {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    }

h1 {
    font-size: 2.6em;
    }
h2 {
    font-size: 1.6em;
    }
h2.pagetitle {
    font-size: 1.5em;
    }

#sidebar h2 {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    }

h3 {
    font-size: 1.3em;
    }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    color: #f5f6f6;
    text-decoration: none;
    }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #eeeeee;
    }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    }

.entry p a:visited {
    color: #def5ff;
    }

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em Verdana, Arial, Helvetica, sans-serif;
    }

.commentlist li {
    font-weight: bold;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

#commentform p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }

.commentmetadata {
    font-weight: normal;
    }

#sidebar {
    font: 12px Arial, Helvetica, sans-serif;
    }
#sidebar .inner {
    padding:10px 5px;
}

.nocomments, .postmetadata, blockquote, strike {
    color: #ffffff;
    }

code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    }

a, h2 a:hover, h3 a:hover {
    color: #dddddd;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0 0 20px 0;
    padding: 0; 
    }

#page {
    margin: 20px auto;
    padding: 0;
    width: 900px;
    }

#header {
    background-color: #030303;
    height: 300px; 
    float:left;
    }

.narrowcolumn {
    float: left;
    padding: 0 5px 20px 15px;
    margin: 0px 0 0 0;
    width: 650px ;
    }

.post {
    margin-top:20px; margin-bottom:20px; padding-left: 5px; padding-top: 20px; padding-right:10px; padding-bottom:26px;
    text-align: left;
    }


.post h2 a:link, .post h2 a:visited {
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
    }
.post h2 a:hover {
    text-decoration: none;
    }
.post hr {
    display: block;
    }
.post .comments {
    padding: 0 0 5px 20px;
    margin-bottom:10px;
    margin-left:20px;
    text-align:right;
    }
.comments a {
    color: #288103;
    font: bold 12px Arial, Helvetica, sans-serif;
    }
.narrowcolumn .postmetadata {
    padding: 10px;
    background: #383838;
    font-size: 11px;
    clear: left;
    height: 20px;
    }

#footer {
    padding: 2px;
    margin: 0 auto;
    clear: both;
    }

#footer p {
    margin: 3px;
    padding: 15px 0;
    text-align: center;
    }
#footer a {


    color: #000;
    }
/* End Structure */



/*  Begin Headers */
h1 {
    padding: 0;
    margin: 0;
    text-align: left;
    }
h2 {
    padding: 0;
    margin: 0; 
    }

h2.pagetitle {
    margin-top: 10px;
    text-align: left;
    }

#sidebar h2 {
    margin: 0;
    padding: 0;
    }

h3 {
    padding: 0;
    margin: 0;
    }

h3.comments {
    padding: 0;
    margin: 0;
    }
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
    } 

html>body .entry li {
    margin: 7px 0 8px 10px;
    }

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
    }

.entry ol li {
    margin: 0;
    padding: 0;
    }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px; 
    text-align: center;
    }

#sidebar #searchform #s {
    width: 150px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 150px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 90%;
    padding: 2px;
    }

#commentform #submit {
    margin: 0;
    float: right;
    }
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
    }

.commentlist p {
    margin: 10px 5px 10px 0;
    }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */



/* Begin Sidebar */
#sidebar
{
    float: right; text-align: left;
    margin-top:22px;
    margin-bottom:1px;
    width: 180px;
    border-top: 1px solid #9e9d9d;
    border-left: 1px solid #9e9d9d;
    background:#242424 ;
    }

#sidebar form {
    margin: 0;
    }
#sidebar li ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    }

#sidebar li a {
    color: #ffffff;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    width: 140px;
    text-align: left;
    padding: 5px 10px 10px 20px;
    background:#000 url(images/sideion.gif) no-repeat center left;
    }
#sidebar li a:hover, #sidebar li.current_page_item a {
    color: #ffffff;
    }
#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style: none;
    margin-bottom: 15px;
    }

#sidebar ul p, #sidebar ul select {
    margin: 0;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 0;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 148px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
/* End Various Tags & Classes*/


/* m-sun custom *************************************************************************/

#main {background-image: url("http://www.mysticalsun.com/images/background.jpg");background-repeat: no-repeat;background-position: left center;border-top:2px solid #ffffff;
    border-bottom:2px solid #ffffff;background-color: #000000;background-attachment: fixed !important;overflow:auto;position: relative;width:100%;height: 380px;margin: 0px auto;}


/* styles for IE 5 Mac */
#mainContent {background-color: transparent;position: absolute;top: 20px;left: 0px; }
/* following rules are invisible to IE 5 \*/
#mainContent {top:50%;left:0px;width:100%;margin-top:-280px;min-width:800px;}
/* end IE 5 hack */ 

/* styles for IE 5 Mac */
#mainContentFollowOn {background-color: transparent;position: absolute;top: 20px;left: 0px; }
/* following rules are invisible to IE 5 \*/
#mainContentFollowOn {top:50%;left:0px;width:100%;margin-top:-188px;min-width:800px;}

.logOne {family: "Lucida Grande", Verdana, Arial, sans-serif;font-size:1em;text-align:left;float:left;width:64%;margin-left:10px;margin-top:10px;}

#updateItem {font: 11px "Lucida Grande", Verdana, Arial, sans-serif; overflow: auto; padding: .5em; color: #EEEEEE; }

#leftFooterTop {family: "Lucida Grande", Verdana, Arial, sans-serif; font-size:1.5em; position:absolute; bottom:35px; left:20px; font-size:1.0em;}

#leftFooterBottom {position:absolute; bottom:15px; left:20px; font-size:0.76em;}

#rightFooterBottom {position:absolute; bottom:15px; right:20px;}


/* end m-sun custom */
