.splash {
font-size: 1.1em;
font-family: Georgia;
letter-spacing: 0.1em;
padding: 10px;
}

.splash em {
color: green;
}

td {
font-size: 0.8em;
color: #333;
padding: 8px;
margin:5px;

th {
font-size: 0.7em;
}


/* base
----------------------------------------------- */

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

#order_thanks {
width: 430px;
border: 1px solid #fff;
background-color: #000;
color: #fff;
padding: 20px;
margin: 20px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4 {
	margin: 15px 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h4 {
	font-size: 0.8em;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #eee;
	background-color: #eee;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: green;
}

a:hover {
	text-decoration: none;
	color: green;
	border-bottom: 1px green solid;
}


a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
	color: #333;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 760px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 145px;
}

#sidebar-1 {
	margin-right: 5px;
	border-right: 1px solid #eee;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	border-left: 1px solid #eee;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 20px 2px 0;
	padding: 0;
}

#content {
	margin: 0 155px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.7em;
	color: #333;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

.setpreview {
	margin: 0 2em 1em 2em;
}
	.setpreview .thumbnail {
		float: left;
		margin-right: 1em;
	}
	

/* Flickr Plugin
----------------------------------------------- */


.entry-content h3 {
font-family: Georgia;
font-size: 1.5em;
}

.flickrset a {
border: solid #eee 1px;
width: 75px;
height: 75px;
background: #fff;
float: left;
margin: 10px;
padding: 5px;
}

.flickrset a:hover {
background: #ddd;
}

.flickrset img {
	border: 0px;
}

.flickr_slideshow a {
color: #4265ff;
text-decoration: none;
background-color: #f1eaff;
}

.flickr_slideshow a:hover {
color: #fff;
background-color: #333;
text-decoration: underline;
}

.pages_nav {
clear: both;
}

.individual {
padding: 0 2em;
}

.individual .image {
margin: 0.5em auto;
text-align: left;
}
.individual .image img {
border: 1px dotted red;
}

.individual .flickrsetnav {
text-align: center;
padding-bottom: 20px;
}
.individual .flickrsetnav a,

.individual .flickrsetnav a:link,

.individual .flickrsetnav a:visited {
text-decoration: none;
}

.individual .setname {
display: inline;
}