/*
Theme Name: In the Stars and the Cards
Theme URI: http://got-wicca.org
Description: A Tarot Word Press Theme
Version: 1.0
Author: Charity Gamble
Author URI: http://cherryice.charity-lynn.com
*/

/* Global Styles */

* {
  margin: 0px;
  padding: 0px;
  }
  
* a {
    color: #000040;
	text-decoration: none;
	}
	
* a:visited {
            color: #000000;
			text-decoration: none;
			}
			
* a:hover {
          color: #000040;
		  text-decoration: strikethrough;
		  }
		  
hr {
   display: none;
   }
		
/* Body Styles */

body {
     background-color: #000040;
	 background-image: url(images/bluebg.png);
	 color: #000000;
	 font-size: 12px;
	 font-family: Helvetica, Tahoma, Verdana, Sans-Serif;
	 }
	 
#page {
      margin: 0px auto;
	  width: 950px;
	  background-color: #ffffff;
	  }
	 
/* Menu Styles */

#menu {
      width: 950px;
	  height: 20px;
	  background-color: #000000;
	  }
	  
#menu a { 
       color: #ffffff;
	   }
	  
#menu a:visited {
               color: #ffffff;
			   }
	  
/* Header Styles */

#header {
        width: 950px;
		height: 200px;
		background-image: url(images/inthestars.png);
		}
		
/* Content Styles */

#wrapper {
         width: 950px;
		 background-color: #ffffff;
		 }
		 
#content {
         width: 600px;
		 float: left;
		 }
		 
/* Post Styles */

.post {
      margin-bottom: 20px;
	  padding-left: 10px;
	  padding-right: 5px;
	  font-size: 12px;
	  }
	  
h2 {
   font-size: 16px;
   border-bottom: 1px dashed #000040;
   }
   
h2 a, h2 a:hover, h2 a:visited {
                               color: #000000;
							   text-decoration: none;
							   }
							   
.entry {
       margin-top: 10px;
	   margin-bottom: 15px;
	   }
	   
.postmetadata {
              padding: 2px;
			  font-size: 10px;
			  border-top: 1px dashed #000040;
			  }
			  
.postmetadata a {
                color: #000040;
				text-decoration: none;
                }

.post p {
        line-height: 14px;
        margin-bottom: 20px;
        }

blockquote {
           margin: 25px 30px;
           padding: 25px 30px;
           border: 1px dashed #000040;
           background: #ffffff;
           }

.post li {
         margin-left: 20px;
         }

.post ul {
         list-style-type: square;
         margin-bottom: 10px;
         }

acronym, abbr, span.caps {
                         cursor: help;
                         }

acronym, abbr {
              border-bottom: 1px dashed #000040;
              }

blockquote cite {
                margin: 5px 0 0;
                display: block;
                }

.center {
        text-align: center;
        }

a img {
      border: none;
      }

h3 {
   margin-top: 15px;
   font-size: 12px;
   }

h4 {
   margin-top: 12px;
   font-size: 10px;
   }

h5 {
   margin-top: 9px;
   font-size: 8px;
   }

.post a {
        color: #000040;
        }

.navigation {
            display: block;
            margin-top: 10px;
            margin-bottom: 40px;
            }

.alignleft {
           float: left;
           text-align: left;
           width: 50%;
           }

.alignright {
            float: right;
            text-align: right;
            width: 50%;
            }

.entry .postmetadata  {
                         font-size: 10px;
                         background-color:#ffffff;
						 color:#000000;
                         width: 70%;
                         margin: 20px auto 30px auto;
                         border: 1px dashed #000040;
                         padding: 5px;
                         padding-left: 45px;
                        }		 
					
/* Comment Styles */

ol.commentlist {
               width: 75%;
               margin: 0 auto;
               list-style:none;
}

ol.commentlist li {
                  margin-bottom: 20px;
                  border: 1px dotted #000040;
                  padding: 5px;
                  background-color:#c0c0c0;
                  text-align: center;
}

ol.commentlist li.alt {
                      background-color:#ffffff;
}

ol.commentlist a {
                 color: #000040;
}

small.commentmetadata {
                      font-size: 10px;
                      margin-bottom: 20px;
                      display: block;
                      }
					  
.gravatar {
          border: 1px dashed #000040;
		  height: 80px;
		  width: 80px;
		  }
					  
/* Page Styles  */

.pagetitle {
           color: #000000;
		   }
		   
/* Form Styles */

form {
      padding: 5px;
	 }
	 
textarea {
         background-color: #ffffff;
		 color: #000000;
		 border: 1px dashed #000040;
		 }
		 
form input {
           background-color: #ffffff;
		   color: #000000;
		   border: 1px dashed #000040;
		   }
		   
/* Sidebar Styles */

#sidebar {
         width: 250px;
		 background-color: #ffffff;
		 padding-right: 20px;
		 float: right;
		 }
		 
#sidebar h2 {
           font-size: 16px;
		   background-color: #ffffff;
		   border-bottom: 1px dashed #000040;
		   }
			
#sidebar ul  {
           list-style-type: none;
		   margin-bottom: 5px;
		   }
#sidebar ul ul {
            list-style-type: circle;
			margin-left: 20px;
			margin-bottom: 5px;
			}
			   
#sidebar ul h2 {
             border-bottom: 1px dashed #000040;
			 }
		
			   
/* Footer Styles */

#footer {
        clear: both;
		text-align: center;
		background-color: #ffffff;
		margin: 0 auto;
		width: 950px;
		padding-top: 10px;
		padding-bottom: 10px;
		}
