#container  {
     width : 760px;
     width : 780px;
     width : 760px;
     border : 0px none;
     margin : 10px;
     margin-top: 0px;
     margin-left : auto;
     margin-right : auto;
     padding : 10px;
     padding-top: 0px;
      }
      
#banner {
	padding: 0 0 0 0;
	margin: 0px 0 30px 0;
	background-color : inherit;
	text-align: right;
	background: transparent url("images/logo.jpg") no-repeat top left;
	height: 100px; 
     }
	
#content {
	padding : 5px;
	margin-left : 215px;
	background-color : inherit;
	width : 500px;
	width : 510px;
	width : 500px;
	 }
	 
#sidebar-a {
	float : left;
	width : 200px;
	width : 210px;
	width : 200px;
	margin-top: 42px;
	margin-right : 5px;
	padding : 5px;
	background-color : inherit;
	 }
	 
#footer {
	clear : both;
	padding : 5px;
	margin-top : 5px;
	background-color : inherit;
	}
	 
body {
	margin : 0 0 0 0;
	background : #fff;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	}

code {
	margin-left: 10px;
	display: block;
	}

#banner a, #banner a:visited {
	color : #000;
}

#banner a:active {
	color : #000;
}

#banner a:hover {
	color : #999;
	text-decoration: underline;
}
	 
a {
	text-decoration : none;
	font-weight : bold;
	color : #7799ff;
	outline : none;
	 }
	 
a:visited {
	text-decoration : none;
	font-weight : bold;
	color : #7799ff;
	 }
	 
a:active {
	color : #ffaa00;
	 }
	 
a:hover {
	color : #ee7700;
	text-decoration : underline;
	 }
	 
p, li p, ul li p {
	font-size : 12px;
	line-height : 20px;
	margin-top : 0;
	margin-bottom : 10px;
	 }

p.clear {
	clear: both;
	 }

p.postData {
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	 }

#sidebar-a p {
	font-size : 12px;
	line-height : 18px;
	margin-top : 0;
	margin-bottom : 10px;
	text-align: right;
	 }

h1 {
	font: 22px "Trebuchet MS", Verdana;
	display : block;
	color: #ee7700;
	text-transform: lowercase;
	 }
	 
h2 {
	font-size : 18px;
	line-height : 40px;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 0;
	 }
	 
h3 {
	font-size : 11px;
	color : #999;
	line-height : 11px;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 5px;
	display : inline;
	 }
	 
h3.title {
	font: 22px "Trebuchet MS", Verdana;
	display : block;
	color: #ee7700;
	text-transform: lowercase;
	margin-bottom: 5px;
	margin-top: 10px;
	 }
	 
h3.date {
	text-align : right;
	display : block;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	border-bottom : 1px dotted #999;

	 }

h4 {
	font-size : 14px;
	line-height : 18px;
	text-align : right;
	display : block;
	border-right: 1px solid #999;
	padding: 0 5px 0 0;
	 }

h5 {
	font-size: 14px;
	color : #000;
	font-weight : normal;
	margin-top: 30px;
	margin-bottom : 5px;
	 }

#banner ul {
	list-style: none;
	padding: 0 0 0 0;
	margin-right: 40px;
	}

#banner ul li {
	display: inline;
	margin-left: 10px;
	}

#banner form {
	display: inline;
	}

#banner input {
	display: inline;
	height: 12px;
	font-size : 11px;
	}

#content .archiveColumn {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	}

ul {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	 }

ol  {
	margin-bottom: 10px;
	 }

ol li {
	padding-left: 1em;
	text-indent: 1em;
	}
	 
ul.quicklinks {
	margin : 5px 0px 20px 20px;
	padding: 10px 20px 5px 20px;
	border : 0px none;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	}

ul li, ul.quicklinks li {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	}

ul.quicklinks li p {
	line-height : 15px;
	margin-top : 0;
	margin-bottom : 0;
	font: 12px normal "Trebuchet MS", Verdana, sans-serif;
	}
	
ul.quicklinks li p.body {
	text-indent: 0em;
	}

ul.photoThumbs {
	margin: 0 0 0 40px;
	padding: 0 0 0 0;
	width: 500px;
	display: block;
	}

ul.photoThumbs li {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 0 0 0;
	border: 0px none;
	width: 70px;
	}

ul.photoThumbs li img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px none;
	}

ul.spoilers {
	background: black;
	color: black;
	}

ul.spoilers a {
	background: black;
	color: black;
	text-decoration: underline;
	}

img {
	border : 0px none;
	padding : 0px;
	}
	 
pre {
	font-size : 12px;
	line-height : 22px;
	margin-top : 20px;
	margin-bottom : 10px;
	 }
	 
.comments-body {
	font-family : palatino, georgia, verdana, arial, sans-serif;
	color : #666;
	font-size : small;
	font-weight : normal;
	background : #fff;
	line-height : 140%;
	padding-bottom : 10px;
	padding-top : 10px;
	border-bottom : 1px dotted #999;
	 }
	 
.comments-post {
	font-family : verdana, arial, sans-serif;
	color : #666;
	font-size : x-small;
	font-weight : normal;
	background : #fff;
	 }
	 
.trackback-post {
	font-size : x-small;
	font-weight : normal;
	background : #fff;
	 }

.spoilers {
	background: black;
	color: black;
	}

blockquote {
	margin: 15px 0 15px 0;
	padding: 0 0px 0 0px;
	border-left: 0px none;
	display: block;
	background: url(http://www.grubbykid.com/images/right-quote.gif) no-repeat 97% 100%;
	}

blockquote p {
	background: url(http://www.grubbykid.com/images/left-quote.gif) no-repeat 0 0;
	padding-left: 30px;
	padding-right: 30px;
	}

blockquote p + p {
	background-image: none;
	}

blockquote.tab {
	margin: 0 10px 0 20px;
	padding: 0 10px 0 10px;
	border-left: 0px none;
	display: block;
	font: 12px Courier, "Courier New", monospace;
	}

blockquote ul {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	}

blockquote ul li {
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 0;
	}


.comments-head {
	border-top : 1px solid #666;
	margin : 100px 0 0;
	 }

.imageLeft {
	display: inline;
	float: left;
	padding: 0px 10px 0 0;
	}

.imageRight {
	display: inline;
	float: right;
	padding: 0px 0 0 10px;
	}
	 
.flickr {
	display: inline;
	float: left;
	padding: 0px 10px 20px 0;	
	margin: 0 0 20px 0;
	}

.flickrBadge {
	margin: 0 0px 0px 25px;
	}

.flickrBadge img {
	margin: 0 10px 10px 0;
	display: inline;
	}

#content .flickrBadge {
	width: auto;
	margin: 0 auto;
	display: block;
	height: 170px;
	}

#content .flickrBadge img {
	display: inline;
	float: left;
	}

.photoEntry {
	margin: 15px 0 0 0px;
	padding: 0 0 0 0;
	}

.photoEntry ul {
	font-size: 10px;
	color: #999;
	line-height: 14px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	text-align: left;
	list-style: none;
	text-indent: 1em;
}

.photoEntry img {
	border: 1px solid #999;
	padding: 5px;
	margin-left: -5px;
	margin-bottom: 10px;
	display: block;
	}

ul.tags, ul.tagsfront, ul.tags7 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: inherit;
	color: #ffffff;
	list-style: none;
	text-indent: 0;
	text-align: justify;
	overflow: hidden;
	}

ul.tags li, ul.tagsfront li, ul.tags7 li {
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 24px;
	text-indent: -1em;
	font-size: 9px;
	}

ul.tagsfront li {
	line-height: 24px;
	font-size: 14px;
	}

ul.tags7 li {
	line-height: 28px;
	}

ul.tags li {
	line-height: 28px;
	font-size: 12px;
	}

ul.tags li a, ul.tagsfront li a, ul.tags7 li a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: inherit;
	line-height: inherit;
	}

.tagsfront em {
	font-size: 2em;
	font-style: normal;
	}

.tags7 em {
	font-size: 1.2em;
	font-style: normal;
	}

.tags em {
	font-size: 1.035em;
	font-style: normal;
	}

table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	}

td {
	padding: 0 15px 5px 0;
	}

th {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

td[scope] {
	padding: 0 0 0 0;
	font-weight:bold;
	text-align: left;
	}
