/* base
----------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #dddddd;
	text-align: center;
	color: #222222;
	font-size: 12px;
}

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, h5 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2, h5 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

h3 {
	font-style: italic;
	font-size: 12px;
	background-color: #bbb;
	color: #555;
}

h4 {
	text-align: left;
	font-style: italic;
	font-size: 11px;
	background-color: #888;
	color: #ccc;
}

h5 {
	font-style: italic;
	font-size: 14px;
	color: #555;
	padding-top: 10px;
}

h6 {
	font-size: 12px;
	background-color: #bbbbbb;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

p.news {
	color: #444;
	font-size: 12px;
	text-align: left;
}

/* links
----------------------------------------------- */

a:link, a:visited {
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #bd5b25;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	font-weight: bold;
}

a img {
	border: none;
}

#blogNav a:link, #blogNav a:visited, #archiveNav a:link, #archiveNav a:visited {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

#blogNav a:hover, #archiveNav a:hover {
	color: #999;
	text-decoration: none;
}

#blogNav a:active, #archiveNav a:active {
	color: #999;
	font-weight: bold;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #bd5b25;
	font-weight: 100;
	text-decoration: none;
	padding-left: 5px;
}

#sidebar a:hover {
	color: #FFFFFF;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

/* MainNavigation style
----------------------------------------------- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
	width: 800px;
	overflow: hidden;
	border-bottom: 1px solid #bd5b25;
	border-top: 1px solid #bd5b25;
}

.mattblacktabs ul{
	margin: 0 auto;
	padding-left: 120px;
	font: bold 12px Verdana;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
	padding: 3px 7px 3px 8px; /*padding inside each tab*/
	color: #333;
	background: #ddd; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
	color: #444;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #eee; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	width: 800px;
	height: auto;
}

#head {
	text-align: center;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	text-align: left;
	height: auto;
}

.entry_content {
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}

#prevNextNav {
	margin: 0 auto;
	background: #fff;
	width: 500px;
	padding: 0px;
}

#blogNav {
	background: #ccc;
	width: 90%;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #bd5b25;
}

#archiveNav {
	background: #ccc;
	width: 90%;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #999;
}

#sidebar {
	width: 175px;
	float: right;
	margin: 0 auto;
	padding-top: 10px;
	border-left:1px solid #bbb;
	text-align: left;
}

#footer {
	font-size: 10px;
	font-style: italic;
	color: #555555;
	text-align: center;
	width: 800px;
	background: #aaaaaa;
	border-top:1px solid silver;
}

#wrapper {
	width: 800px;
}

#container2 {
	width: 625px;
	float: left;
	margin-right: -175px;
}

.blogImage {
	margin: 5px 0px;
	padding: 3px;
	border: 1px solid #aaa;
}

.storeItem {
	padding: 3px;
	border: 1px solid #fff;
	background: #fff;
}

.blogpost {
	background-color: #eee;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	height: auto;
}

.blogpost p {
	width: 80%;
	font-size: 12px;
}

.clearing {
	clear:both;
	height:0;
}

/* lists
----------------------------------------------- */

#store ul {
	width: 600px;
	margin: 0 auto;
	list-style-type: none;
}

#blogNav ul, #archiveNav li {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	list-style: none;
}

#blogNav li, #archiveNav ul {
	display: inline;
	padding: 0px 40px 0px 40px;
}

/* gallery style */
.gallery {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	width: 600px;
	clear:both;
}
.gallery li {
	float: left;
	margin: 10px;
	text-align: center;
	padding: 2px;
	height: 175px;
	width: 150px;
	}

.category_list {
	list-style: none;
	margin: 0 auto;
	padding:0px;
	text-align: center;
}

/* zem_contact styles
----------------------------------------------- */

.zemContactForm fieldset {
   border: none;
   }

.zemContactForm legend {
	font-style: italic;
	font-size: 12px;
	background-color: #bbbbbb;
	color: #555555;
   padding: 0.5em 10px 0.5em 10px;
   width: 80%;
   }

.zemContactForm label {
   float: left;
   width: 60px;
   margin: 0.3em 10px 0 0;
   text-align: right;
   }

.zemContactForm br {
   clear: left;
   }

.zemContactForm #zemSubmit {
   margin: 0.5em 0 0 70px;
   }

/* 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.8em;
	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;
}
