body {
	background: #C5D8EE url('2kbg.png') fixed bottom right no-repeat;
	font-family:arial,helvetica,san-serif;
	font-size:100%;
}
#everything{
	width:800px;
	margin:0 auto;
}

a:link {
	color: #8bb6e6;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #90EE90;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #90EE90;
	font-weight:bold;
	text-decoration:underline
}

/******************************************
These styles will be on every page.
They are from the header and footer
******************************************/
#titlebar {
	text-align:center;
	margin:0px 5px 0px 5px;
	color:white;
}
#titlebar #titlebartitle {
	font-size:32pt;
	font-weight:bold;
}
#titlebar #slogan {
	font-size:16pt;
	font-weight:bold;
}

#linklist{
	font-weight:bold;
	color:#8bb6e6;
	padding:10px;
	text-align:center;
	font-size:130%
}

#sidebar{
	width:175px;
	float:right;
	margin: 5px 5px 0px 0px;
}
#sidebar .bluefg{
	padding: 5px;
	color:white;
	font-weight:bold;
}
#sidebar #loginform{
	text-align:center;
	margin-bottom:10px;
}
#sidebar #loginform a {
	color:white;
}
#sidebar #twitterfeed{
	font-size:80%;
	/*border-top: white solid 2px;
	border-bottom: white solid 2px;*/
}
#sidebar #twitterfeed  li{
	margin:10px 0px 10px 0px;
}
#sidebar #twitterfeed  li  a{ color: rgb(230,230,255); display:block; text-align:right}

#sidebar #twitterfeed ul{list-style-type:none; padding:0px; text-align:justify;}

#sidebar .bluefg a:link, .bluefg a:visited, .bluefg a:hover {
	color: white;
}

#content {
	background-color: white;
	min-height:300px;
	width:610px;
	padding: 5px;
}

#footer {
	font-size:.7em;
	height:30px;
	text-align: center;
	clear:both;
}

/******************************************
These styles will NOT be on every page.
They are from the index page
******************************************/
.post .bluefg{
	color:white;
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
}
.post .author {
	font-size:.6em;
}

.post .bluefg a:link, .post .bluefg a:visited, .post .bluefg a:hover {
	color: white;
}

.post p {
	margin: 10px 10px 5px 10px;
	text-indent:25px;
	text-align: justify;
	font-size:.9em;
}

.postdata { /*this is the little part at the bottom of a post with author and time*/
	margin-left:15px;
	font-size:.8em;
	font-weight:bold;
	color: #60CC60;
	margin-bottom:15px;
}

#postsinfo { /*this is at the bottom of the index. BLAH of BLAH posts, SEE ALL, etc*/
	font-weight:bold;
	color:#8bb6e6;
	border-top: 2px solid #8bb6e6;
	margin-top:10px;
	text-align:center;
}

/******************************************
These styles will be on the post.php page
******************************************/

.comment a:link, .comment a:visited {
	color: white;
}
.comment a:hover {
	color:#f3f3f3
}

.ban:link, .ban:visited, .ban:hover {
	background-color:red;
	font-size:.7em;
}

.edit{
	background-color:red;
}
.edit:link, .edit:visited{
	color: white;
}
.edit:hover {
	color:#f3f3f3
}

.comment .bluefg {
	color:white;
	padding-left:15px;
	font-weight:bold;
}
.commentinfo {
	font-size:.7em;
}
.comment p {
	margin-left:15px;
	text-indent:25px;
}

#commentform {
	color:white;
	text-align:center;
	width:400px;
	margin:0 auto;
}
#commentform label{float:right}
#commentform input{float:left}
#commentform table{margin:0 auto}
#commentform #submit{float:none}

/******************************************
These styles will be on the about.php page
******************************************/
#about {
	text-indent:25px;
}
#about h2 {
	background-color:#90EE90;
	color:white;
	padding-left:10px;
	text-align:center
}
#about p {
	margin: 0px 15px 25px 15px
}

/******************************************
These styles will be on the links.php page
******************************************/
.link {
	padding:10px;
}
.link img {
	float:right;
	border:none;
}
.link a {
	font-size:120%;
}
.link p {
	text-indent:25px;
	font-size:90%;
	
}
/******************************************
sssssshhhhhhhhhhh sekrit page
******************************************/
#adminbuttons a{display:block;height:130px;width:45%;font-size:2em; margin:10px; text-align:center; border:3px #90EE90 dotted }
.adminbuttonleft {float:left}
.adminbuttonright {float:right}
#managepics {background: url("2kcoffee.png") top right no-repeat;}


/******************************************
These stylesare just classes used in text
******************************************/

.loud {
	font-weight:bold
}


.quiet {
	font-size:0.7em
}

