body,
html {
  background-color:#383838;
}

body 
{
  margin:0px;
	font-family:verdana,sans-serif;
  color:#000000;
}

a, a:hover, a:visited, a:active , .ajaxLink {
  text-decoration:none;
  color:#ab9278;
  cursor:pointer;
}

/* main layout */

#wrap {
    margin:0px auto;
    width:700px;
    background:#3e3e3e;
}

#header {
	text-align:center;
  width:700px;
  position:relative;
  margin-bottom:30px;
}

#footer {
	clear:both;
	font-size:10px;
	text-align:center;
  padding-bottom:30px;
}

#content {
  width:420px;
  float:left;
}

#sidebar  {
	width:250px;
	float:right;
}


/* style for boxes */
.box {
	margin-bottom: 30px;
  width:100%;
}

.boxHeading {
	padding:10px;
	font-size:14px;
	/*font-weight:bold;*/
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#383838;
}

.boxContent {
  font-size:12px;
  padding:10px;
}

#sidebar .boxHeading {
  text-align:right;
}

#content .boxHeading {
  text-align:left;
}


/* style for blogs */

.blogHeading {
  font-weight:bold;
}

.blogLink {
  margin-top:5px;
  float:right;
}

.blogEntry {
  margin-bottom:30px;
}


/* style for shows */

div.showEntry {
  margin-bottom:20px;
}

p.showLink {
  margin:0px 0px 5px 0px;
  
}

/* style for contact */

#contact {
  text-align:center;
}

#contact a img {
  margin:10px;
}

#header {
  font-family:georgia,serif;
}
