/*  
Theme Name: Joseph's Test
Theme URI: There isn't one
Description: Just muddling through
Version: 0.1
Author: Joseph Toschlog
Author URI: Yeah, eat it

	Suck it

*/

body {

	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #87796d;
	color: #ffead5;

}

p {

	text-indent: .32in;
	text-align: justify;

}

h2 {

	font-size: 12pt;
	font-weight: bold;
}

td {


}

#footer{

	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	color: #352c24;


}

#footer a{

	color: #352c24;
	text-decoration: none;

}

#footer a:hover{

	text-decoration: underline;
	color: #fff3de;

}

#copyright{

	text-align: center;
	color: #cbb6a3;
	font-size: 8pt;

}

#copyright a{

	color: #352c24;
	text-decoration: none;

}

#copyright a:hover{

	text-decoration: underline;
	color: #fff3de;

}

.post {
	
	padding: 10px;
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #ffead5;

}

a:link, a:visited, a:active {

	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #9fc4f2;


}

#sidebar {

	padding: 5px;
	font-size: 10pt;

}

ul {

	font-size: 10pt;

}

#sidebar a {

	color: #ecfeff;
	font-weight: bold;
	text-decoration: none;

}

#sidebar a:hover {

	color: #ffffff;
	text-decoration: underline;

}

#sidebar a:visited {

	color: #ffffff;
	font-weight: normal;

}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.formElement {

	border: 1px solid #000000;

}

.calendar {
	font-size: 10pt;
	}


.calendar caption {
	font: bold 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

.calendar th {
	font-size: 10pt;
	font-weight: bolt;
	text-transform: capitalize;
	}
