/*
Theme Name: Newk's Theme
Description: Based on wordpress default and customized to suit current newktennis.com website.
Version: 1.0
Author: Mike Potter
Author URI: http://www.dcssa.com/
*/

a		{
	color:#990000;
	text-decoration: none;
	}

a:hover 		{
	text-decoration: underline;
	}


h1, h1 a		{
	font-family: 'Times New Roman', serif;
	color:#584110;
	font-size:16px;
	}

h2, h2 a		{
	font-family: 'Times New Roman', serif;
	color:#584110;
	font-size:16px;
	}

h3, h3 a		{
	font-family: 'Times New Roman', serif;
	color:#584110;
	font-size:16px;
	}

.entry		{
	font-family: verdana,arial, sans-serif;
	color:#584110;
	font-size: 13px;
	line-height:150%;
	}

.content		{
	padding:10px 30px 5px 30px;
	}

.mySideBar		{
	font-family: verdana,arial, sans-serif;
	font-size : 13px;
	padding: 5px 10px 5px 20px;
	background-image: url("images/weblog_middle.gif");
	background-position: 50% top;
	background-repeat: repeat-y; 	
	text-align:left;
	margin-left: 20px;
	line-height:150%;
	}

.navigation {
	font-size: 11px;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 5px 5px;
	display: inline;
	}

img.alignleft {
	padding: 0px 5px 3px 0px;
	margin: 0px 5px 5px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: 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;
	}

/* Begin Form Elements */

#searchform #s {
	width: 100px;
	padding: 2px;
	}

#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 */



/* 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 */
