/*  
Theme Name: Sample
Theme URI: http://wordpress.org/
Description: Test Theme.
Version: 1.0
Author: Hyun Lee
Author URI: http://www.shreveportwebdesign.com/
*/

/****************************************************************/
/*	Design: 	AFirst											*/
/*	Author: 	David Kaye										*/
/*	Date:		September 2006									*/
/*	Release:	1.00											*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/

/****************************************************************/
/*	Design: 	AFirst											*/
/*	Author: 	David Kaye										*/
/*	Date:		September 2006									*/
/*	Release:	1.00											*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 75%;
  background-color: #393939;
  margin: 0 auto;
  padding: 0;
  color: #4b4b4b;
  
}

/********************************/
/*	Page Container				*/
/********************************/

#wrapper
    {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #4b4b4b;
    }

/********************************/
/*	Main Header					*/
/********************************/

#header
{
	background-color: #213084;
	color: #ffffff;
	height: 80px;
	width: 755px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 10px;
	padding-left:15px;
	border-bottom: solid #cccccc 1px;
}

#headerimg a
{
	color: #63CF63;

}

#header h1 a
{
	color: #63CF63;

}

/************************************/
/*	Content							*/
/************************************/

#content
{
	background-color: #ffffff;
	color: #4b4b4b;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 505px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 0.9em;
	border: solid #c4c4c4 1px;
	
}

#content h2
{
	border-bottom: 1px dashed #66cc66;
	background-color: #ffffff;
	color: #66cc66;
	font-size: 1em;
}

/****************************/
/*	Sidebar and Navigation 	*/
/****************************/

#navigation
{
	clear: both;
	float: right;
	width: 160px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
}

#sub-navigation
{
	clear: both;
	float: right;
	width: 160px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
}

.infobar
{
	clear: both;
	float: right;
	width: 150px;
	padding: 10px 15px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 0.9em;
	border: solid #c4c4c4 1px;
}

.infobar-title
{
	color: #66cc66;
	background-color: #ffffff;
	border-bottom: 1px dashed #66cc66;
}

#navigation-header
{
	border-bottom: 1px dashed #66cc66;
	color: #66cc66;
	background-color: #ffffff;
	font-size: 0.9em;
}

#subnavigation-header
{
	border-bottom: 1px dashed #66cc66;
	color: #66cc66;
	background-color: #ffffff;
	font-size: 0.9em;
}

#navigation p
{
	color: #66cc66;
	font-size: 0.9em;
	background-color: #ffffff;
}

#sub-navigation p
{
	font-size: 0.9em;

}


#navigation li p
{
	font-size: 0.9em;
}

#navigation ul li
{
	list-style-type: none;
	text-decoration: none;
	font-size: 0.9em;
}	
	
#navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#4b4b4b;
	background-color: #ffffff;
}

#sub-navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#4b4b4b;
	background-color: #ffffff;
}

#navigation a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #4b4b4b;
	background-color: #ffffff;
}

#sub-navigation a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #4b4b4b;
	background-color: #ffffff;
}

/********************************/
/* Footer						*/
/********************************/

#footer
{
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.8em;
	margin: 5px;
	border: solid #c4c4c4 1px;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 70px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 100%;
	}

#commentform input {
	width: 100%;
	padding: 1px;
	margin: 1px 1px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 1px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

