body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 1.7em;
	font-size: 1em;
}

a:link {
	color: #00509F;
}

a:hover, a:active {
	text-decoration: none;
	color: #00509F;
}

a:visited {
	color: #330079;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

blockquote {
	margin: 0;
	padding: .5em 2em;
	border-left: 2px solid #E1E1E1;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

/* Header */
#header {
	width: 850px;
	height: 82px;
	margin: 60px auto 40px auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#logo {
	float: left;
	padding: 1.2em 0;
}

#logo h1 {
	font-size: 1em;
	maring: 0 0 0.8em;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
	display: none;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#menu li {
	float:left;
	margin:10px;
	padding:0;
}

#menu li.cat-item-1 {
	display: none;
}

#menu a {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	display:block;
	font-size:13px;
	padding:4px 10px 2px;
	text-decoration:none;
}

#menu a:hover {
	text-decoration: none;
}

#menu .current-cat,
#menu li:hover {
	padding-bottom: 5px;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.post {
	position: relative;
}

.post .title {
	margin-bottom: 0;
	padding-bottom: 5px;
	background: url(images/img03.gif) repeat-x left bottom;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	color: #333333;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	padding: 15px 0;
	background: url(images/img03.gif) repeat-x;
	margin-bottom: 4em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
	font-size: .9em;
}

.post .meta a {
	font-size: 1em;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Respond */

#respond {
	margin: 1em 0;
}

#respond p {
	margin-bottom: .8em;
	line-height: normal;
}

#respond label{
	display: block;
	margin: 0 0 .5em;
	font-size: .9em;
}

#respond label small{
	font-size: 1em;
}

#respond input,
#respond textarea {
	width: 99%;
}

#respond #submit {
	width: auto;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
	padding: 1.4em 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 16px;
	font-weight: bold;
}

/* Search */

#search {
	text-align: center;
}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search input {
	padding: 0;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#search #s {
	border:1px solid #999999;
	margin-right:5px;
	padding:0.2em;
	width:120px;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 50px;
	min-height: 50px;
	padding: 10px 0;
	background: #00445F;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #739CA8;
	font-size: .9em;
}

#legal a {
	color: #739CA8;
	font-size: 1em;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

/* Tag cloud */
#tag_cloud {
	text-align: center;
}

#tag_cloud h2 {
	display: none;
}

#tag_cloud a:link,
#tag_cloud a:visited {
	color: #666666;
	text-decoration: none;
}

#tag_cloud a:hover {
	text-decoration: underline;
}

/* Links */
.widget_links {
}

.widget_links h2{
	display: none;
}

.widget_links li {
	padding: .2em 0;
}

/* Tags */
.tags {
	background:transparent url(images/img03.gif) repeat-x scroll 0 0;
	padding:15px 0;
	font-size:0.9em;
	color:#999;
}

.tags a:link,
.tags a:visited {
	background:#EEE;
	color:#999;
	font-size:1em;
	padding:0.1em 0.3em;
	text-decoration:none;
}

.tags a:hover {
	background: #999;
	color:#eee;
}

/* Cats */
.cats {
	position: absolute;
	left: -6em;
	width: 5em;
	margin: 0;
	padding: 0 0 1em;
	font-size: .9em;
}

.cats ul {
	padding: 0;
	margin: 0;
}

.cats ul li {
	padding: 0;
	margin: 0 0 .4em;
	list-style: none;
	display: list-item;
	text-align: right;
}

.cats a:link,
.cats a:visited {
	color: #fff;
	background: #666;
	padding: .1em .3em;
	font-size: 1em;
	text-decoration: none;
	text-transform: lowercase;
}

/* Chapters */
.cat-item { /* Everything tab */
	background: #00567A !important;
}

.cat-item-outside,
.cat-item-1,
.misc {
	background: #999 !important;
}

.cat-item-4,
.web {
	background: #0388CA !important;
}

.cat-item-7,
.design {
	background: #0AAB4A !important;
}

.cat-item-21,
.ads {
	background: #D70473 !important;
}

.cat-item-8,
.works {
	background: #BB34B9 !important;
}

.cat-item-17,
.notes {
	background: #F6AC33 !important;
}

/* Comments */

ul.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.children {
	list-style: none;
}

li.comment {
    margin: 1em 0;
}

li.bypostauthor {
}

.comment-entry {
	position: relative;
	padding: 0;
	border-top: 1px solid #ddd;
	background: #eee;
}

.comment-entry .comment-author {
	float: left;
	padding: .5em 1em;
}


.comment-entry .comment-author cite {
    font-style: normal;
}

.comment-entry .comment-meta {
	float: right;
	padding:0.7em 1em;
    font-size: .8em;
}

.comment-entry .comment-meta a:link,
.comment-entry .comment-meta a:visited {
    color: #999;
}

.comment-entry .comment-text {
	clear: both;
	display: block;
    padding: 1em;
    margin: 0;
	background: #fff;
}


.comment-entry .comment-text p {
    padding: .4em 0;
	margin: 0;
}

.comment-entry .comment-links {
	margin: 0;
	padding: 0.2em 1em;
    font-size: .9em;
}

.comment-entry .comment-links a:link,
.comment-entry .comment-links a:visited {
    color: #666;
}

.comment-entry .comment-links a:link,
.comment-entry .comment-links a:visited {
	margin: 0 .5em 0 0;
}

/* Gallery */
.gallery img {
	border: 0 !important;
}