/*
Style Sheet for ottok photography portfolio site
*/


html, * {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
	color:#1a1a1a;
}

#container {
	margin: 40px auto 0 auto;
	width: 850px;
	text-align: left;
}

#container ul li {
	list-style: none;
	margin-left: 20px;
}

#container dl dt {
	margin-left: 20px;
      margin-top: 10px;
}

#container dl dd {
	margin-left: 40px;
}

#logo {
	padding-left: 10px;
	padding-bottom: 10px;
}

#content {
	padding: 10px;
}
#content h5 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

/* nav rollovers, CSS codes ideas taken from www.elated.com/articles/css-rollover-buttons/ */
/* And, yes, I should combine each of my nav buttons into one single nav bar -- that's later */

#nav table {
      border: 0;
      rules: none;
}

#nav table td {
	padding: 10px 20px;
}

#nav {
	padding-top: 40px;	
}

#portfolio
{
  display: block;
  width: 60px;
  height: 18px;
  background: url("../img/portfolio.gif") no-repeat 0 0;

}

#portfolio:hover
{ 
  background-position: 0 -17px;
}

#portfolio span
{
  display: none;
}

#about
{
  display: block;
  width: 60px;
  height: 18px;
  background: url("../img/about.gif") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -17px;
}

#about span
{
  display: none;
}

#news
{
  display: block;
  width: 60px;
  height: 18px;
  background: url("../img/news.gif") no-repeat 0 0;

}

#news:hover
{ 
  background-position: 0 -17px;
}

#news span
{
  display: none;
}

#contact
{
  display: block;
  width: 60px;
  height: 18px;
  background: url("../img/contact.gif") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -17px;
}

#contact span
{
  display: none;
}

#photoblog
{
  display: block;
  width: 60px;
  height: 18px;
  background: url("../img/photoblog.gif") no-repeat 0 0;

}

#photoblog:hover
{ 
  background-position: 0 -17px;
}

#photoblog span
{
  display: none;
}

div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
}

img {
	border: none;
	background: transparent;
}

/* links */

a {
	color: #999;
	font-weight: bold;
}
a:hover, a:active, a:focus, a:visited{
	color: #444;
}

/* footer section for all pages */
#footie {
	margin: 20px 0;
	padding: 10px;
	font-size:9px;
	color: #999;
}

/* contact form */
#contactForm input, textarea {
      background-color: #EBEBEB; 
      border: 0px; 
      solid: #9CC8F4; 
      color: #4F4F4F; 
      font-family: verdana, sans-serif, serif; 
      font-size: 12px;
}

