* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #2d2d2d;
  font-size: small;
  font-family: Georgia, sans-serif;
  color: #737373;
  margin-top: 0px;
}

#allcontent {
  width: 850px;
  margin: 0px auto;
  padding: 0px;
  padding-bottom: 20px;
  background-color: white;
  position: relative;
}

.clear-block {
	margin: 25px 0px;
}

body * img {
  border: none;
}

#header {
  height: 35px;
  padding-top: 95px;
  background: transparent url(../images/header-bg.png) repeat-x;
  text-align: center;
}

#navigation {
	height: 27px;
	padding-top: 8px;
}

#navigation li {
  display: inline; /* IE 6 fix */
  float: left;
  width: 84px;
  font-size: 0.95em;
  border-left: 1px solid #737373;
  padding: 0px 10px;
}

#navigation li.first {
  border-left: none;
}

#navigation a {
  color: #4a5328;
  font-weight: bold;
  text-transform: lowercase;
}

a {
  color: #7e0a0a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.right {
  float: right;
}

.left {
  float: left;
}

#content h1 {
  font-family: Arial;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

#content h2 {
  font-size: 1em;
  font-weight: bold;
  color: #A5C242;
  margin-top: 10px;
  margin-bottom: 5px;
}

#content ul {
  list-style-image: url(../images/bullet.png);
}

#content ol, ul {
	padding-left: 15px;
	margin-left: 10px;
  color: black;
}

#footer {
	clear: both;
  margin-top: 10px;
}

#footer-top {
  height: 22px;
  width: 850px;
  background: transparent url(../images/footer-top.png) no-repeat;
}

#footer-bottom {
  height: 14px;
  width: 850px;
  background: transparent url(../images/footer-bottom.png) no-repeat;
}

#footer-content {
  background: transparent url(../images/footer-bg.png) repeat-x;
  width: 850px;
  height: 145px;
  color: white;
  position: relative;
}

.footer-side {
  width: 40px;
  height: 145px;
}

.footer-side.right {
  background: transparent url(../images/footer-right.png) repeat-y;
  width: 37px;
}

.footer-side.left {
  background: transparent url(../images/footer-left.png) repeat-y;
}

#copyright, #footer-links {
  text-align: center;
}

#copyright, #footer-links a {
  font-size: 0.95em;
  color: #737373;
}

#footer-links a {
	text-decoration: underline;
}


#content {
  padding: 0px 10px;
}

#article p {
  margin-top: 10px;
}

#portfolio-overview {
  height: 145px;
  width: 395px;
  display: inline; /* IE 6 fix */
  float: right;
  color: white;
}

#latest-project {
  margin-left: 132px;
  padding-right: 42px;
  width: 180px;
  height: 100%;
  float: left;
  background: transparent url(../images/footer-sep.png) no-repeat 100% 50%;
  color: white;
}

#portfolio-overview h1, #latest-project h1 {
  color: white;
  margin-top: 0px;
  display: inline-block;
  font-family: Georgia;
  font-variant: small-caps;
  font-style: oblique;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

#latest-project h1 {
  margin-left: -20px;
}

#latest-project p, #latest-project h2 {
  color: white;
  margin-left: 106px;
}

#latest-project h2 {
  margin-top: 0px;
}


/* block nav */
.blocknav {
  list-style: none;
  padding: 0px;
}

.blocknav li {
  display: inline;
  padding-right: 8px;
}

/* end block nav */

#slideshow {
	margin-top: 40px;
}

#column1, #column2 {
	width: 375px;
	margin: 5px 10px;
	padding: 5px;
	text-align: justify;
}

#column1 {
	float: left;
}

#column2 {
	float: right;
}

.page {
	padding: 10px;
	line-height: 18px;
}

.page div {
	margin-top: 10px;
}

/* http://www.sitepoint.com/test/pullquote.htm */
blockquote {
  width: 200px;
  float:right;
  font-size:125%;
  line-height:140%;
  margin:10px;
  background: url(../images/rquote.gif) no-repeat bottom right !important;
  background /**/:url(); /* removing quote graphic in IE5+ */
  padding:0px 25px 5px 0px;
}

blockquote:first-letter {
  background: url(../images/lquote.gif) no-repeat left top !important;
  padding:5px 2px 10px 35px!important;
  padding /**/:0px;   /* resetting padding in IE5+ */
  background /**/: url(); /* removing quote graphic in IE5+ */
}

.jcarousel-skin-sls .jcarousel-item {
  border: 1px solid #d3d3d3;
}

.jcarousel-skin-sls .jcarousel-item.selected {
  border: 1px solid #e07472;
}

.jcarousel-skin-sls .jcarousel-item.selected img, #projects .jcarousel-item.selected a {
  outline: none;
}

/* article page */
#article {
  padding-left: 235px;
  background: transparent url(../images/gears.jpg) no-repeat 0% 0%;
  min-height: 350px;
  height: auto !important;
  height: 350px;
  text-align: left;
	margin-left: 30px;
}
/* end article page */

input.text, textarea, .submit {
	border: 1px solid black;
	width: 100%;
	background-color: white;
	color: black;
}

form table th {
	 text-align: right;
	 padding-right: 10px;
}

form table {
	margin: 15px auto;
}

.hidden {
	display: none;
}

.button {
  width: auto;
  border: 1px solid black;
  float: right;
  background-color: white;
  color: black;
  height: 19px;
}
