/*
Theme Name: Tester 2
Theme URI: http://www.charlesgnilka.com
Description: A tester blog template
Author: Charles Gnilka
Author URI: http://www.charlesgnilka.com


/*-----------Block Level Elements--------------*/

Body {
	background:#000000 url(images/bg.jpg) repeat-y scroll center;
	color:#999999;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:62.5%;
	margin:0px;
	padding:0px;
}

Small {
	color:#ffffff;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 100%;
        
}

#headerimg {
	background: url(images/headerbg.jpg) center;
	height: 160px;
}


#header h1 {
	font-size: 0;	
   	text-indent: -1000px;
}


.description {
	font-size: 0;	
   	text-indent: -1000px;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 550px;
	padding: 10px;
	margin: 8px;
}

#sidebar {
	display:inline;
	float:right;
	font-size:10px;
	line-height:1.5em;
	margin:8px 8px 8px 0px;
	padding:10px;
	width:170px;
}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {

}

h2 {
	color:#CCCCCC;
	font-weight: normal;
	text-decoration: none;
	margin:30px 0pt 0pt; /*----- This line fixed a problem with post links and post headers on the single story page----*/	
}

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	color:#00FFFF;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}

.post {
	font-size:1.2em;
	line-height:1.9em;
	text-align: justify;
}

.post p {
}

.post a {
	color:#00E0FF;
}

.post a:hover {
	background-color:#004D64;
	color:#00E0FF;
}

.post ul {

}

.post li {

}

.entry {
}

.entrytext .postmetadata {
	color:#FFFFFF;
}

.postmetadata {
	color:#FFFFFF;
}

.postmetadata alt {
}

.postmetadata a {
}

.navigation {
	text-align:center;

}

.navigation a {

	color:#00E0FF;
}

.navigation a:hover {
	background-color:#004D64;
	color:#00E0FF;
}

.alignleft {
	float:left;

}

.alignright {
	float:right;

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

.pagetitle {

}

/*--------------Sidebar------------*/

#sidebar h2 {

	border-bottom:1px solid #4CF5FF;
	color:#BFBFBF;
	font-size:11px;
	margin-bottom:8px;
	margin-right:0px;
	margin-top:5px;
	padding:0px 0px 4px;
	text-transform:uppercase;
}

#sidebar ul {

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 18px;
	padding:0pt;

}


#sidebar li {

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}


#sidebar ul h2 {

	border-bottom:1px solid #4CF5FF;
	color:#BFBFBF;
	font-size:11px;
	margin-bottom:8px;
	margin-right:0px;
	margin-top:5px;
	padding:0px 0px 4px;
	text-transform:uppercase;
}

#sidebar ul li {

	display:inline;
	margin:0pt;
	padding:0pt;

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

	border-bottom: 1px dotted #666;
	color: #00e0ff;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding: 4px 0px 4px 2px;
	background-image: url('images/bull.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 10px;

}

#sidebar a:hover {

	color: #00e0ff;
	background-color: #004d64;

}

#sidebar a:visited {


}

/*--------------Comments--------------*/


#commentform {
	width: 550px;
}

#commentform a {
	color:#00E0FF;
}

#comment {
	width: 550px;
}

ol.commentlist {

}

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {
	color:#00E0FF;
}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

/*------------Footer------------------*/

#footer p {

	float:left;
	margin:8px;
	padding:10px;
	width:70%;
}

#footer a {

	color: #00e0ff;
}