/* #ffe79e pale orange
     #fd7904 orange
     #4e72da blue 
	 #97bd11 pale green
	 #61aafc sky blue*/

@font-face {
	font-family: Trebuchet_MS;
	src: url('Fonts/Trebuchet_MS.ttf');
}

::selection {
	color: white;
	background: black;
}
	 
html {
	height: 100%;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, sans-serif;
}

body {
	position: static;
	width: 100%;
	height: 100%;
	background-color: #4e72da;
}

#background {
	position: static;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#changeCSS>li:first-letter {
	text-decoration: underline;
}

#changeCSS {
	height: 23px;
	width: 100%;
	margin-bottom: 30px;
	clear: both;
	background-color: #ffe79e;
	border-bottom: 1px solid #f1c337;
	position: fixed;
	z-index: 10000;
	-webkit-box-shadow: 0px 3px 3px #333;
	-moz-box-shadow: 0px 3px 3px #333;
	background-image: -moz-linear-gradient(top, #ffe79e, #f1c337);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffe79e),color-stop(1, #f1c337));
}

#changeCSS li {
	line-height: 23px;
	list-style-type: none;
	float: left;
}

#changeCSS li a {
	padding: 5px;
	text-decoration: none;
	color: black;
}


#changeCSS li a:hover {
	text-decoration: underline;
}

#changeCSS li iframe {
	margin-top: 3px;
}

a {
	text-decoration: none;
	color: #fd7904;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

#banner {
	position: static;
	width: 800px;
	height: 100px;
	padding: 1em;
	margin: 0;
	clear: both;
}

#banner h1 img {
	padding: .2em;
}

#banner h1 a img {
	border: 0;
}

#banner h1 {
	margin: 0;
	width: 90%;
	font-family: sans-serif;
	font-size: 2.3em;
}
#banner #byline {
	font-family: sans-serif;
	font-size: 1.25em;
}

#banner #main-nav {
	position: relative;
	top: -2.75em;
	right: -4.65em;
}

#banner #main-nav ul {
	height: 20px;
}

#banner #main-nav li{
	list-style-type: none;
	text-align: center;
}

#banner #main-nav li a{
	text-align: center;
	display: block;
	float: right;
	padding: .5em;
	width:82px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
}

#banner #main-nav li a:hover {

	color: #ffe79e;
}

#sidebar {
	width: 320px;
	margin-left: 550px;
	margin-right: 4em;
	margin-top: 1em;
}

#bio {	
	width: 298px;
	color: white;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #444;
	background-image: -moz-linear-gradient(top, #444444, #999999);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),color-stop(1, #999999));
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 3px solid white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
}

#sidebar #bio h3 {
	padding: 0;
	line-height: 150%;
}

#bio img {
	float: right;
	margin: 0;
	margin-left: .5em;
	margin-bottom: .5em;
	border: 3px solid white;
}

#bio h2 {
	text-shadow: #333 1px 0px 3px;
}

#bio p {
	text-indent: 1em;

}

#bio a {
	color: #4e72da;
}

#content {
	position: relative;
	top: -40px;
	width: 525px;
	float: left;
	padding: 1em;
	color: #444;

}

#content h2 {
	clear: both;
	color: #ffe79e;
	padding: .3em;
	border-bottom: 2px solid #ffe79e;
	text-shadow: #333 3px 0px 3px;
}

#content h2 a {
	color: #ffe79e;
}

#content h2 a:hover {
	color: #fff;
}

h3 {
	color: white;
}

h4 {
	padding-top: 1em;
	border-bottom: 2px solid #ffe79e;
	font-family: serif;
	font-size: 10pt;
}

.entries {
	width: 30em;
	margin-left: auto;
	margin-right: auto;
}

.entries li {
	list-style-type: none;
	line-height: 1.5em;
	padding: .3em;
	margin: .2em;
	color: #fff;
}

.entries li a {
	color: #fff;
}

p.comments {
	width: .5em;
}

.edit, .delete {
	position: relative;
	top: -1.3em;
	left: -60px;
	margin: 0;
	padding: .2em;
	background-color: white;
	border: 1px solid #4e72da;
	color: #4e72da;
}

.edit:hover, .delete:hover {
	color: #fd7904;
}

#prev, #links {
	width: 330px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background-color: #6f6f6f;
	color: #fff;
	background-image: url(../../imgs/decoration.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 3px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: #333 2px 0px 3px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
}

#links {
	background-position: bottom right;
}

#content h3 {
	font-size: 12pt;
}

#prev-list, #link-list {
	text-align: left;
	font-family: sans-serif;
	font-size: 1.5em;
	padding: .3em;
	padding-left: 1em;
	padding-top: .15em;
	border-bottom: 0;
	text-shadow: #333 2px 0px 3px;
}

#content p.post, p.firstpost {
	padding: 1em;
	font-size: 1.2em;
	line-height: 1.2em;
	text-indent: 1em;
}

p.firstpost {
	text-indent: 0;
}

p.firstpost>a {
	display: block;
	margin-top: 1em;
	clear: both;
	text-shadow: #333 1px 0px 3px;
}

#text p.firstpost:first-letter {
	text-align: right;
	margin: 0;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
	display: inline-block;
	color: white;
	background-color: #97bd11;
	font-size: 3em;
	font-weight: bold;
	font-family: sans-serif;
	border: 1px solid white;
	text-shadow: #333 0px 2px 3px;
	-moz-border-radius: 0 5px 0 5px;
	-webkit-border-radius: 0 5px 0 5px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
}


#content p.comments {
	clear: both;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: .5em;
	text-align: left;
	font-size: 1em;
	color: #fff;
	text-align: justify;
}

#prev p {
	width: 10em;
	margin-left: auto;
	margin-right: auto;
}

#prev_entry, #links ul {
	width: 14em;
	margin: .5em;
	margin-left: auto;
	margin-right: auto;
	font-size: large;
	font-weight: bold;
}

#prev_entry li, #links ul li {
	list-style-type: none;
}

#prev_entry li a, #links ul li a {
	display: block;
	padding: .5em;
	text-align: right;
	color: #fff;
	
}

form {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: .3em;
	background-color: #4e72da;
	background-image: url(../../imgs/side_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #fff;
	border: 3px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#updateentry {
	width: 35em;
	background:none;
	border: none;
}

legend {
	display: block;
	width: 100%;
	font-size: 1.5em;
	font-family: sans-serif;
	padding: .2em;
	padding-left: 0;
	margin-left: 0;
}

fieldset {
	border: none;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

label {
	display: block;
	font-size: 1.2em;
	padding: .2em;
	width: 100%;
	margin: .2em;
	text-align: left;
	float: left;
}

input , textarea, select {
	display: block;
	font-size: 1.2em;
	width: 15em;
	margin: .2em;
	margin-left: auto;
	margin-right: auto;
}

#updateentry input, #updateentry textarea, #updateentry select {
	width: 35em;
}

textarea {
	height: 10em;
}

input:focus, textarea:focus {
	background-color: #ccc;
}

input[type="submit"], #updateentry input[type="submit"] {
	width: 10em;
	margin: 1em;
	margin-left: auto;
	margin-right: 0;
}

.clear {
	clear: both;
}	

#symbols {
		width: 20em;
		margin: 0;
		padding-left: .5em;
		text-align: left;
		line-height: .7em;
		padding-bottom: .1em;
	}
#symbols img {
		padding: .2em;
		background-color: #4e72da;
	}
#rsslogo {
	position: relative;
	right: -779px;
	top: -45px;
}

#rsslogo img {
	border: 0;
}

input[name='hidden'] {
	position: absolute;
	left: -5000px;
}

#footer {
	clear: both;
	padding: 5em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 8pt;
}

#footer p {
	color: white;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	color: #ffe79e;
}
