/* Primary layout 
==============================*/
body {
  margin: 0;
  padding: 2px;
  background-color: #EADDCE;
  color: #333;
	font-size:small;
	line-height:1.5em;
}

/* font specs */ 
h2, h3, h1, #header p {
	font-family: "trebuchet ms", verdana, sans-serif;
}
body, p, li, ul {
	font-family: verdana, arial, sans-serif;
}

#wrapper {
  position: relative;
  width: 740px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto; /* use long form to avoid problems with Mac IE5 */
  border: 1px solid #000;
  padding: 0;
  background-color: #fff;
}

#header,#center,#footer {
  margin: 0;
  border: 0;
  padding: 0;
}

#center {
  background-image: url(img/1/wrapper.gif);
}

#header {
  border-bottom: 1px solid #333;
  padding: 2em 0;
  background-image: url(../Images/header_bg_brown.png);
  text-align: center;
  color: #FFFFFF;
}

/* Header 
==============================*/

#header h1,#header p {
  margin: 10px;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
}

h1 #title {
  font-size: x-large;
  font-weight: normal;
  margin-bottom:2px;
}

#description {
  font-size: large;
  font-style: italic;
  margin-top:0px;
}

/* Images
==============================*/

.photo {
   border: 1px solid
   #ccc;padding:4px;margin-bottom:5px;background:#eee;
}


#close {
   float:left; margin-right:2px;
   border: 1px solid
   #ccc;padding:4px;margin-bottom:5px;background:#eee;
}

img {
   border: 0px;
}

/* Quotes
==============================*/

blockquote {
   font-size: 100%;
}

/* Lists 
==============================*/

ul {
  list-style: url(img/1/icon-listitem.gif);
}

/* Navigation 
==============================*/
#navigation {
  float: right;
  width: 184px;
  margin: 0;
  border: 0; /*specify to avoid a bug in MacIE5 */
  padding: 0;
	font-size:92%;
}

#navigation ul {
  margin: 0 1.5em 5px 1.5em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px;
}

#navigation li {
  line-height: 130%;
  padding: 2px;
}

#navigation h3 {
	margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  background-color: #eee;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  font-weight: normal;
  text-align: center;
}

#navigation form {
  text-align: center;
}


/* Content Group Header
==============================*/
#contentgroupheader {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  text-align: left;
}

#contentgroupheader h2 {
  margin: 0;
}

/* Content Area 
==============================*/
#blogcontent {
  width: 490px;
  margin: 0;
}

/* For Win IE only, float the blogcontent to actually visually touch the navigation. \*/
* html #blogcontent {
  float: right;
  margin: 0;
}
/* */

#blogcontent h2,#blogcontent h3 {
  margin: 0px;
  padding: 1px;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
}

#blogcontent h2:before {
  padding-right: 5px;
}

#blogcontent h3 {
  margin-top: 5px; 
  font-style: italic;
}

.entry {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

/* This comment with a \ is a hack to make Mac IE5 ignore the following rule */
.entrycontent, .comment {
  overflow: auto;
}

.entrydetails {
  margin-top: 0;
  font-size: 80%;
}

.entrydetails:before {
  content: url(img/1/icon_page.gif);
  padding-right: 3px;
}


.commentlink {
  margin-left: 1em;
  padding-left: 2em;
  background: url(img/1/icon-comments.gif) no-repeat left top;
}

.commentdetails {
  margin-top: 0;
}

.othercontent {
  margin-bottom: 10px;
  padding: 10px;
}

#entrynavigation {
  margin-bottom: 5px;
  padding: .3em;
}

/* Links 
==============================*/
:link {
  color: #c60;
}

:visited {
  color: #636;
}

:link:hover, :visited:hover {
  color: #7a3d00;
}

/* Footer 
==============================*/
#footer {
	display: block;
	clear: both;
	margin: 1em 0 0;	
	border-top: 1px solid #ccc;
	background-color: #eee;
}
#footer p {
	margin: 0;
	padding: 1em 0 0;
	text-align:center;
}
#footer .tp_plug {
	margin:0;
	padding:0 0 1em;
	list-style:none;
	text-align:center;
}
#footer .tp_plug li {
	margin:0 0.2em;
	display:inline;
}
