/*
Site Name: That Net Site
Site URI: http://thatnetsite.com/
Description: Stylesheet for That Net Site
Version: 1.0
Author: That Net Site
Author URI: http://thatnetsite/

Version Comments
v1.0
This is the initial style for That Net Site

*/

/*-----------------------------------------------------
Basic Page Properties
-----------------------------------------------------*/

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

/*-----------------------------------------------------
Font Size Properties
-----------------------------------------------------*/

body {
	font-size: 67.5%;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 120%;
}

#content {
	font-size: 1.2em
}

.widecolumn .entry p {
	font-size: 1.05em;
}

small {
	font-size: 0.9em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-size: 1.2em;
}

#commentform input,
#commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	font-size: 0.9em;
}

.commentlist cite,
.commentlist cite a {
	font-size: 1.1em;
}

#sidebar {
	font-size: 1em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.9em;
}

#wp-calendar caption {
	font-size: 1.3em;
}

.wp-caption {
	font-size: 0.85em;
}

.date .month {
	font-size: 0.8em;
}

.date .day {
	font-size: 0.9em;
}

code, pre {
	font-size: 1.0em ;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
}

/*-----------------------------------------------------
Padding and Margins
-----------------------------------------------------*/

body {
	margin: 0 0 20px 0;
}

div {
	margin: 0;
}

h1 {
	padding-top: 20px;
	margin: 0;
}

h2 {
	margin: 30px 0 0 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h4 {
}

h5 {
}

#page {
	margin: 20px auto;
	padding: 0;
}

#header {
	margin: 15px auto 0 auto;
	padding: 0;
}

#headerlogo,
#headerimg 	{
	margin: 0 auto;
}

.narrowcolumn {
	padding: 0 15px 10px 15px;
	margin: 0;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 10px;
}

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

.widecolumn .post {
	margin: 0;
}

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

.widecolumn .smallattachment {
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

#footer {
	padding: 0;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 20px 0;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
}

.alt {
	margin: 0;
	padding: 10px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

img {
	padding: 0;
}

img.blborder {
	padding: 2px;
}

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

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

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

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

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

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

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

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	padding: 2px;
}

#commentform #submit {
	margin: 0;
}

#commentform p {
	margin: 5px 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
}

.commentlist li .avatar { 
	padding: 2px;
}

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

.commentlist {
	padding: 0;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}

.post {
	margin: 0 0 40px;
}

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 760px;
}

#sidebar form {
	margin: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	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;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#wp-calendar {
	margin: 10px auto 0;
}

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

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

#wp-calendar td {
	padding: 3px 0;
}

.wp-caption {
	padding: 2px;
	margin: 5px;
}

.date {
	margin-bottom: 0px;
	margin-right: 4px;
}

.date .month {
	padding: 2px 0px;
	margin-top: 0;
	margin-bottom: 6px;
}

.date .day {
	padding-top: 0px;
	margin-top: -4px;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 60px;
}

/*-----------------------------------------------------
Fonts and Font Weights
-----------------------------------------------------*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h4 {
}

h5 {
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

#commentform input,
#commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#wp-calendar caption {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.wp-caption  {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#wp-calendar th {
	font-style: normal;
}

.date .month {
	font-weight: bold;
}

code, pre {
	font-family:'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	letter-spacing: .07em;
}

/*-----------------------------------------------------
Colours
-----------------------------------------------------*/

body {
	color: #333;
}

a {
	color: #960000;
}

a:hover {
	color: #000000;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

.date .month {
	color: #F6F5BC;
}

.date .day {
	color: black;
}

.entry p a:visited {
	color: #b85b5a;
}
	
a, h2 a:hover, h3 a:hover {
	color: #06c;
}

a:hover {
	color: #147;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code, pre {
	color: #228b22
}


/*-----------------------------------------------------
Backgrounds
-----------------------------------------------------*/

body {
	background: #d5d6d7 url('images/bgcolor.jpg');
}

#page {
	background-color: white;
}

#header {
	background: white;
}

#headerlogo {
	background: White url('images/logo128.png') no-repeat top center;
}

#headerimg 	{
	background: White url('images/title2.png') no-repeat top center;
}

#footer {
	background: White;
}

.alt {
	background-color: #f8f8f8;
}

.commentlist li .avatar { 
	background: #fff;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

.wp-caption {
	background-color: #f5f5f5;
}

.date {
	background: green;
}

.date .day {
	background: white;
}

/*-----------------------------------------------------
Text Decorations
-----------------------------------------------------*/

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, .wp-caption, cite {
	text-decoration: none;
}

.commentlist p {
	text-transform: none;
}

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

#wp-calendar th {
	text-transform: capitalize;
}

.date .month {
	text-transform: uppercase;
}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------
Borders
-----------------------------------------------------*/

a img {
	border: 0;
}

div {
	border: 0;
}

#page {
	border: 1px solid #959596;
}

#footer {
	border: none;
}

blockquote {
	border-left: 5px solid #ddd;
}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

p img {
	border: 0;
}

img.blborder {
	border: 1px solid #696969;
}

.commentlist li .avatar { 
	border: 1px solid #eee;
}

.wp-caption {
	border: 1px solid #dcdcdc;
}

.date {
	border: 1px solid green;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

/*-----------------------------------------------------
Width and Heights
-----------------------------------------------------*/

#page {
	width: 1000px;
}

#header {
	width: 1000px;
}

#headerlogo {
	height: 128px;
	width: 128px;
}

#headerimg 	{
	height: 104px;
	width: 400px;
}

.narrowcolumn {
	width: 720px;
}

.widecolumn {
	line-height: 1.6em;
	width: 720px;
}

.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn .smallattachment {
	width: 128px;
}

#footer {
	width: 1000px;
}

small {
	line-height: 1.5em;
}

p img {
	max-width: 100%;
}

img.blborder {
	max-width: 100%;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
}

#commentform textarea {
	width: 100%;
}

.commentlist p {
	line-height: 1.5em;
}

#sidebar {
	width: 220px;
}

#wp-calendar caption {
	width: 100%;
}

#wp-calendar {
	width: 155px;
}

.date {
	height: 34px;
	width: 34px;
}

/*-----------------------------------------------------
Floats and Alignments
-----------------------------------------------------*/

body {
	text-align: center;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

#page {
	text-align: left;
}

#header {
	text-align: center;
}

#headerlogo,
#headerimg 	{
	vertical-align: middle;
}

.narrowcolumn {
	float: left;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
}

#footer {
	clear: both;
}

#footer p {
	text-align: center;
}

h1 {
	text-align: center;
}

h2.pagetitle {
	text-align: center;
}

#searchform {
	text-align: center;
}

.entry form { 
	text-align: left;
}

#commentform #submit {
	float: right;
}

.commentlist li .avatar { 
	float: right;
}

.commentlist {
	text-align: justify;
}

.nocomments {
	text-align: center;
}

.post {
	text-align: justify;
}

.postmetadata {
	clear: left;
}

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

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

#wp-calendar td {
	text-align: center;
}

.date {
	text-align: center;
	float: left;
}

.date .month {
	text-align: center;
}

.date .day {
	text-align: center;
}

#wp-calendar caption,
.wp-caption {
	text-align: center;
}

.date .day {
	text-align: center;
}

.navigation {
	text-align: center;
}



/*-----------------------------------------------------
Lists
-----------------------------------------------------*/

html>body .entry ul {
	list-style: none;
}

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

ol li {
	list-style: decimal outside;
}

.commentlist li {
	list-style: none;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

/*-----------------------------------------------------
Displays and Positions
-----------------------------------------------------*/

hr {
	display: none;
}

blockquote cite {
	display: block;
}

#headerimg .description, #headerimg h1 {
	display: none;
}

img.centered {
	display: block;
}

img.alignright {
	display: inline;
}

img.alignleft {
	display: inline;
}

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

.postmetadata ul, .postmetadata li {
	display: inline;
}

.commentmetadata {
	display: block;
}

.post hr {
	display: block;
}

#wp-calendar a {
	display: block;
}

#wp-calendar {
	empty-cells: show;
}

.date .month {
	display: block;
}

.date .day {
	display: block;
}

acronym, abbr, span.caps {
	cursor: help;
}

.navigation {
	display: block;
}

.ie6message {
font:Arial, Helvetica, sans-serif !important;
width:600px !important;
text-align: center !important;
margin:20px auto !important;
padding:12px !important;
background-color:#FFF !important;
border: 10px solid gray !important;
color:black !important;
}

.ie6message a {
color:blue !important;
}

span.ie6text {
text-align:left !important;
font-size: 18px !important;
}

span.ie6text ul {
margin-left: 15px !important;
}

span.ie6text li {
list-style: inside none !important;
}