/*
Theme Name: Gryffin's Holt: Ring of Dreams
Author: PyroPawz
*/

body {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: black;
	background: silver; 
	height:100%; }

#container 
{
	position: relative;
	width: 900px;
	border: double;
	background-color: White;}

#banner 
{
	background-image: url(http://www.gryffinsholt.com/images/site/ringofdreamsbanner.png);
	height: 200px;
}

#holder{
	background-image: url(http://www.gryffinsholt.com/images/site/ringofdreamsbanner2.png);
	height: 200px;
}

#topmenu {
	position: relative;
	top: -200px;
	/*left: -230px;*/
	width: 410px;
	height: 25px;
	text-align: left; 
	color: white;
	}

#button {
	padding-right: 10px;
	padding-left: 10px;
	position: relative; 
	top: 1px;
	text-decoration: none;
	font-size: larger;
	color: white;
	 }
	 
#main {
	width: 895px;
	position: relative;
	top: -195px;
	margin-bottom: -195px;
    font-family: Garamond, "Times New Roman",
		  Times, serif;
	font-size: 16px;
	text-align: justify;
	overflow: auto;
	padding: 5px;
}

#entry
{
	width: 690px;}

#sidemenu {
	color: Black;
	width: 200px;
	float: right;
	position: relative;
	/*top: -195px;*/
	padding-bottom: 20px;
	border-top: double;
	border-bottom: double;
	text-align: center;
	height: 100%;
}
	
#bottom {
	position: relative;
	width: 100%;
	height: 50px;
	background-image: url(http://www.gryffinsholt.com/images/site/rodbottom.png);
	text-align: center; }

/*Bwah?*/
hr.double  {
	color: white;
	border-top: 1px solid;
    border-bottom: 1px solid;
    height: 3px;
}

p {
	font-size: 100%;
	text-align: justify;}

p.little {
	font-size: 70%;
	text-align: justify;}
		
a:link {
    color: black;
    text-decoration: underline;}
    
a:hover {
	color: #6B73A0;}
    
a:visited {
    color: black;}
   
a:visited:hover {
	color: #6B73A0;}

/* Controls the links for the "Page" list. wp_list_pages() */
.pagenav {}
.page_item {
	font-size: 90%;}
.current_page_item {
	font-style:italic;}
.current_page_parent {}

/* Controls the links for the "Categories" list. wp_list_categories() */
.current-cat {
	font-style:italic;}
.cat-item{ /* Hidden? Not in documentation. */
	 font-size: 90%;}
	 
.post-content{ /* Messes with the body of the post. */ }
.post { /* Messes with the body of the post, up to the top titles, and bottom stuff. */ }
.entry { /*Seems to be same as above.*/ }
.post-cat, .post-comments{ /* Category links within a post. */
	position: relative;
	float: right; }

.alignright {
	float: right; }

.alignleft {
	float: left; }

.right {
	text-align:right;
}

.left {
	text-align:left;
}