html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
	background: #c1c7c8;
	font-family: Georgia, sans-serif;
	font-size: 90%;
}

body, a {
	color: #c5c3c3;
	text-decoration: none;
}

p {
	line-height: 130%;
	letter-spacing: 0.03em;
}

h1 {
	/*font-family: "Century Gothic","Lucida Grande","Trebuchet MS",Verdana,sans-serif;*/
	font-size: 200%;
	/*width: 600px;*/
	padding: 5px 0 13px;
	color: #aaa;
	letter-spacing: 2px;
	font-weight: normal;
}

h2 {
	font-size: 120%;
	padding: 5px 0 13px;
	color: #aaa;
	font-weight: normal;
}

input, textarea {
	font-family: Georgia, sans-serif;
	font-size: 100%;
	padding: 3px;
	display: block;
	width: 400px;
}

textarea {
	height: 100px;
}

label {
	display: block;
	margin: 10px 0 3px;
}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

img.right {
	margin-left: 20px;
}

#box {
	width: 1px;
	margin: 35px auto;
}

#box.fixedWidth {
	width: 700px;
}

#box.small {
	margin-top: 30px;
	margin-bottom: 10px;
}

#boxTopleft {
	background: url(../images/box/left-top.gif) top left no-repeat;
	padding-left: 10px;
	font-size: 1px;
}

#boxTopright {
	background: url(../images/box/right-top.gif) top right no-repeat;
	padding-right: 10px;
	font-size: 1px;
}

#boxContent {
	padding-top: 10px;
	background: #fff;
	font-size: 14px;
}

#boxBottomleft {
	background: url(../images/box/left-bottom.gif) bottom left no-repeat;
	padding-left: 10px;
	height: 10px;
	font-size: 1px;
}

#boxBottomright {
	background: url(../images/box/right-bottom.gif) bottom right no-repeat;
	height: 10px;
	font-size: 1px;
}

#image {
	border: 1px solid #b8b4b4;
	margin-bottom: 6px;
}

#menu {
	margin-top: 20px;
}

#menu li {
	display: inline;
}

#colorPicker {
	float: right;
	margin-top: -14px;
}

#colorPicker a {
	display: block;
	width: 13px;
	height: 13px;
	margin-left: 4px;
	border: 1px solid #b8b4b4;
	float: left;
}

#colorPicker #colorGrey { background:#e3eaec; }
#colorPicker #colorBlack { background:#000; }

#border {
	border: 1px solid #b8b4b4;
}

#content {
	padding: 20px 30px;
}

#thumbnails {
	margin: 20px 0;
}

#thumbnails a {
	display: block;
	float: left;
	margin: 0 0 12px 12px;
}

#categories {
	text-align: center;
	margin-top: 20px;
}

#comments {
	margin-bottom: 30px;
}

#saveinfo, .comment-button {
	width: auto;
}

#saveinfolabel, #saveinfo { display:inline; }

.comment-button { margin-top:10px; }