/*  
Theme Name: Glorgen
Theme URI: http://www.gloriousgeneralist.com
Description: Blues and pinks and silly stuff.
Version: 1.0
Author: Margaret Heller
Author URI: http://www.gloriousgeneralist.com

	
*/



body {
	background-color: #00A6FC;
	font: small/1.6em Helvetica, Verdana, Arial, sans-serif;
	}

#header {
	background-image: url(http://gloriousgeneralist.com/images/titleback1.jpg);
	font-size: 180%;
	height: 100px;
	width: 96%;
	padding: 10px;
	margin: 0px 10px 0px 10px;
 	}

#header h1 a {
	font: 170% Impact, "Arial Black", Helvetica, fantasy;
	color: white;
	text-decoration: none;
	border-bottom: #FFFFFF;
	line-height: 1em;
	}
	
#navbar {
	background-color: white;
	width: 98%;
	margin: 0px 10px 10px 10px;
	text-align: center;
	font-size: 110%;
	word-spacing: 1em;
	}

#navbar a {
        font: 150% Impact, "Arial Black", Helvetica, fantasy;
        text-decoration: none;
	  border-bottom: #000000;
	  color: gray;
        }

#navbar a:hover {
        font: 150% Impact, "Arial Black", Helvetica, fantasy;
	  color: white;
	  background-color: #00A6FC;
        text-decoration: none;
        }

#main {
	background-color: white;
	padding: 10px;
	margin: 0px 260px 10px 10px;
	}
	
#main h1 {
	position: relative;
	font-size: 170%;
	border-bottom: thin dashed #00A6FC;
	vertical-align: text-bottom;
	}


#main h1 img {
	position: relative;
	right: 5px;
	vertical-align: text-bottom;
	}
	
#pagemain {
    background-color: white;
	padding: 10px;
	margin: 0px 10px 10px 10px
        }

#pagemain h1 {
	font-size: 170%;
	border-bottom: thin dashed #00A6FC;
	}

#sidebar {
	background-color: white;
	width: 200px;
	margin: 0px 10px 10px 10px;
	padding: 20px;
	float: right;
	}


	
#footer {
	background-color: white;
	width: 98%;
	text-align: center;
	margin: 10px;
	clear: both;
	}

#reading {
    	background-color: white;
	width: 
	}

.blogfooter {
        font-size: 90%;
        }

.timestamp {
        font-style: oblique;
        text-align: left;
        color: gray;
        }


a:link {
        color: gray;
        text-decoration: none;
        border-bottom: thin dotted #00A6FC;
        }

a:visited {
          color:black;
          text-decoration: none;
          border-bottom: thin dotted black;
          }

a:hover {
          color: #00A6FC;
          text-decoration: none;
          border-bottom: thin dotted black;
         }
