/*  
Theme Name: Greg's Theme
Theme URI: http://www.gregphoto.net/
Description: Greg's test theme
Version: .001
Author: Greg Neustaetter
Author URI: http://www.gregphoto.net/
*/

html,body {
	height:100%;
	padding:0;
	margin:0;
}

form {
	display: inline;
}

body {
	background : #DAEDA3 url(bg.gif) repeat-x;
}

body,td,p,input,textarea {
	font: 12px Georgia, Arial, Helvetica, sans-serif;
}

a {
	color: #86BD16;
}

a img {
	border:0px;
}

td {
	vertical-align : top;
}

#pagetable {
	width: 710px;
	border: 1px solid #000000;
	border-collapse:collapse;
	margin-top: 20px;
	background-color: #FFFFFF;
	text-align: left;
}

#header {
	height:60px;
	border: 1px solid #000000;
	background-color: #86BD16;
	color: #FFFFFF;
}

#leftcolumn {
	width: 150px;
	border: 1px solid #000000;
	padding: 10px 5px 25px 10px;
}



#leftcolumn ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}

#leftcolumn ul li	{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#leftcolumn ul li ul {
	padding-left:15px;
}

#leftcolumn ul li ul li {
	list-style: square inside;
}

#leftcolumn li a:link,#leftcolumn li a:visited {
	text-decoration: none;
	color: #191997;
}

#leftcolumn li a:focus,#leftcolumn li a:hover,#leftcolumn li a:active {
	text-decoration: underline;
}

#maincolumn {
	border: 1px solid #000000;
	padding-bottom: 20px;
	padding: 10px 15px;
}

#maincolumn h2 {
	width: 350px;
}

#footer {
	height:40px;
	border: 1px solid #000000;
	vertical-align: middle;
	padding-left: 15px;
	text-align: center;
}

#header a:link, #header  a:visited {
	font-size: 30px;
	text-align: left;
	text-decoration:none;
	color: #FFFFFF;
	font-weight:normal;
}

#header a:hover, #header  a:active {
	text-decoration:underline;
}

h2, h2 a, h2 a:link, h2 a:visited {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #818080;
	text-align: left;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
}

h3 {
	font-size:14px;
	
}

#leftcolumn h2 {
	font-size: 12px;
	font-weight: bold;
}

.timestamp {
	margin-top: 0px;
	font-size: 11px;
}

.subtext {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}

#comments {
	margin-bottom: 0px;
}

.floatingImage {
	border: 1px solid #000000;
	position: absolute; top: 0px; right: 20px;
}

html>body .floatingImage {
	position: absolute; top: 0px; right: 10px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.navigation {
	margin-top: 15px;
	margin-bottom: 20px;
}

div.headerdiv {
	margin: 10px;
	position: relative;
}

hr {
	background-color: #86BD16;
	border:0px;
	height: 2px;
}

#wp-calendar {
	border: 1px solid #000000;
	border-collapse: collapse;
}

#wp-calendar caption {
	font-weight: bold;
}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	margin:0px;
	padding:2px;
}

#wp-calendar th {
	background-color: #86BD16;
	color: #FFFFFF;
	font-weight:bold;
}

#wp-calendar #today {
	border: 1px dotted #86BD16;
}

#wp-calendar td a:link,  #wp-calendar td a:visited, #wp-calendar td a:hover, #wp-calendar td a:active {
	color: #86BD16;
	text-decoration: underline;
	font-weight: bold;
}

ol.commentlist {
	margin: 0 0 0 10px;
	padding:5px;
}

ol.commentlist li {
	list-style: none;
	padding:5px;
	border-bottom: 2px dotted #86BD16;
}

.commentTitle {
	font-weight: bold;
}

#pageSubNav {
	float: right;
	width: 125px;
	margin: 0 0 10px 10px;
	border-left: 1px dotted #86BD16;
	border-bottom: 1px dotted #86BD16;
}

#pageSubNav th, #pageSubNav td  {
	margin: 0 0 0 10px;
	padding-left: 10px;
}

#pageSubNav td  {
	padding-bottom: 10px;
}

#pageSubNav a:link, #pageSubNav a:visited {
	text-decoration: none;
}

#pageSubNav a:hover, #pageSubNav a:active {
	text-decoration: underline;
}

