/*Calendar?
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}*/

/*Things I Don't Want to See */

.pagetitle 	{ 	display: none;
			}
	
#header 	{	/*background-color: #191919;*/
				width: 100%;
				height: 50px;	
				top: 0;
				background-image: url(http://etc.rheumatictangle.net/images/header.png);
			}		


#sidebar form 	{	display: none;
				}

.hidden		{	display: none;
			}

hr 			{	display: none;
			}

.commentlist li .avatar { 	display: none;
						}
						
small {display: none;}

/*sidebar*/

#sidebar	{	display: none;
			}
			
.categories { display: none;}

.meta { display: none;}
						
/* All the Links */

a:link		{	color: #333333;
				background-color: #F3F3F3;
				text-decoration: none;
			}
			
a:link.sub	{ 	text-decoration: none;
				background: #E7E7E7;
			}
			
a:visited	{	color: #333333;
				text-decoration: none;
			}
			
a:hover		{	color: #333333;
				background-color: #CCCCCC;
			}
			
a:hover.sub	{	text-decoration: none; 
				background: #FFFFFF;
			}
			
a:active	{	text-decoration: none;
			}

/* Begin Typography & Colors */
body {
	font-family: Gill Sans Light,Verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: right;
	}

#page {
	background-color: #FFFFFF;
	text-align: left;
	}


#content {
	font-size: 12px;
	text-align: left;
	}

.postmetadata {
	text-align: left;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Gill Sans Light,Verdana,sans-serif;
	}

#commentform small {
	display: block; !IMPORTANT
	}
	
.commentlist li {
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	text-decoration: none;
	font-style: normal; !IMPORTANT
	text-transform: lowercase;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Gill Sans Light,Verdana,sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 460px;
	border: none;
	}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {	font-size: 16px;
		color: #333333;
		font-weight:normal;
	}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3	{font-size: 14px;	
	color: #333333;
	font-weight: normal;}

h3.comments {
	font-size: 14px;	
	color: #333333;
	font-weight: normal;
	}
/* End Headers */

/*Being Footers*/

#footer 	{	width: 300px;
				margin-left: auto;
				margin-right: auto;
				font-size: 9px;
				text-align: justify;
			}
/*End Footer*/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	position: absolute;
	
	width: 250px;
	text-align: right;
	
	margin-left: 210px;
	
	}

.alignleft {
	position: absolute;

	width: 250px;
	text-align: left;

	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
.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 */



/* Begin Comments*/
.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 */



/* Begin Sidebar */
/* End Sidebar */



/* Begin Various Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	padding-bottom: 20px;
	
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */